.mob-header{display:none;}

.thanks {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
}

.thanks a {
    margin: 0 auto;
}
.soc {
    position: fixed;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    z-index: 3;
}
.soc a.btn {
    margin: 3px 3px;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0;
    font-size: 24px;
}
.soc a.btn i {
    display: block;
    text-align: center;
    width: 100%;
}
a.a.logo img {
    width: 170px;
    height: auto;
}
.popup .btn {
    margin: 10px auto;
}
.popup.active {
    opacity: 1;
    pointer-events: all;
}
.popup {
    position: fixed;
    background: #f2f2f2;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
}
.popup > div h3 {
    margin: 0;
    margin-top: 18px;
    font-size: 27px;
    text-align: center;
}
.popup > div h3~p {
    text-align: center;
}
.popup.active .b-back-sfon {
    transform: rotateX(0deg) translateY(0px);
    opacity: 1;
}
.popup .b-back-sfon {
    transform: rotateX(-50deg) translateY(100px);
    transition: 1s;
    opacity: 0;
	max-width: 500px;
	background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
	perspective: 800px;
}
.popup > div {
    margin: 0 auto;

	transition:0.4s;
}
.popup b {
    position: absolute;
    right: 4%;
    top: 4%;
    font-size: 150px;
    font-weight: 100;
    transform: rotate(45deg);
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
}
.popup b:hover{transform: rotate(225deg);}

footer {
    text-align: left;
    padding: 90px 10%;
    font-size: 0.9rem;
    background: #005c99;
    color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
footer p a {
    color: #fff;
}
body footer h2 {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 200px;
    color: #005690;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    font-weight: 900;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: -1;
}
nav a.btn {
    margin: 0;
}
a.joie {
    width: 100%;
    text-align: center;
    display: block;
    padding: 17px;
    background: #005690;
    color: #003051;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -10px;
    padding-top: 27px;
    box-sizing: border-box;
    position: relative;
}
footer#contacts strong {
    color: #fff;
    display: block;
}
footer p {
    position: relative;
    padding-left: 35px;
    text-align: left;
    color: #fff;
    margin: 10px 0px;
}
footer#contacts > div {
    padding: 0px 23px;
}

footer i.fa-solid {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    background: #FF5722;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    font-size: 12px;
}


section.text {
    position: relative;
    padding-bottom: 50px;
}
section.text h2, section.text p {
    background: rgb(255 255 255 / 78%);
}
span.af {
    position: absolute;
    right: 40%;
    top: 24%;
    background: #ff5722;
    color: #fff;
    padding: 25px;
    border-radius: 46px;
    font-weight: 600;
}
span.af~.af {
    top: 41%;
    right: 45%;
    background: #005c99;
}
span.af~.af~.af {
    top: 64%;
    right: 45%;
    background: #8BC34A;
}

article.tariff > div {
    background: rgb(255 255 255 / 80%);
    width: fit-content;
    border-radius: 8px;
}

article.vant > :nth-child(2) {
    background: #f2f2f2;
    border-radius: 25px;
    padding: 0px 31px;
    width: fit-content;
}
article.vant > :nth-child(2) h2 {
    padding: 25px 0px;
    color: #ff5722;
    margin: 0;
    padding-bottom: 0;
}
svg.path_02 {
    position: absolute;
    right: 0;
    margin-top: 4%;
    z-index: -1;
}
div#car2.carrr img {
    transform: rotate(90deg) translateX(-43px);
}
ul.des {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
    padding: 0;
}
ul.des li {
    background: rgb(242 242 242 / 89%);
    margin: 6px;
    list-style: none;
    border-radius: 10px;
    padding: 25px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-left: 85px;
}
ul.des li i {
    position: absolute;
    left: 19px;
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    background: #FF5722;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    font-size: 17px;
}

section.sect {
    min-height: 65vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


#movers  img {
    position: absolute;
    width: 53%;
    height: auto;
    bottom: -117%;
    right: -50%;
    z-index: -2;
    /* opacity: 0.4; */
}
img.asds {
    position: absolute;
    width: 850px;
    height: auto;
    left: -32%;
    top: 10%;
    z-index: 1;
}
#movers  img ~ img {
    right: -100%;
}
#movers  img ~ img ~ img {
    right: -150%;
}
section#movers {
    padding: 0px 10%;
}
article.vant > div {
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background-position: center!important;
    background-size: cover!important;
    margin: 0px 10px;
}
article.vant strong {
    color: #005c99;
    font-weight: 900;
    font-size: 45px;
    background: #ffffff96;
    height: auto;
    width: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 0px 0px 50px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
}
article.vant {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 800px;
    margin-right: 35px;
    padding: 25px 0px;
    border-radius: 50px;
    margin-right: 65px;
}
article.vant > div ul h4 {
    color: #005c99;
    padding: 0;
    text-align: center;
    width: 100%;
}
article.vant h3 {
    color: #fff;
    background: #FF5722;
    border-radius: 6px;
    width: fit-content;
    padding: 16px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
article.vant > div ul {
    background: #f2f2f2;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 25px;
    margin: 0;
    padding: 0;
}
article.vant > div ul li {
    margin: 0px 15px 10px 55px;
    padding: 0;
}

#movers > div > div {
    display: flex;
}
#movers > div {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px;
    scroll-behavior: smooth;
    width: 100%;
    overflow: visible;
    position: relative;
}

#movers > div::-webkit-scrollbar {
  height: 8px;        /* высота скроллбара */
}

#movers > div::-webkit-scrollbar-thumb {
  background: #005C99; 
  border-radius: 4px;
}

section#tariffs > div {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 50px 0px;
    margin-bottom: 150px;
}
article.tariff h3 {
    color: #fff;
    background: #FF5722;
    text-transform: uppercase;
    width: fit-content;
    padding: 16px;
    margin: 0;
    margin-bottom: 25px;
    border-radius: 6px;
}
p.price {
    color: #005c99;
    font-size: 18px;
}
article.tariff {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 3%;
    margin-bottom: 8%;
    overflow: hidden;
    border-radius: 256px;
}
article.tariff img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

section#tariffs {
    position: relative;
}
.roads {
    margin-top: -23%;
    margin-bottom: 15%;
    margin-left: 104%;
    z-index: -1;
    position: relative;
}
div.carrr {
    position: relative;
    background: red;
    width: 10px;
    height: 10px;
}
div.carrr img {
    min-width: 41px;
    max-height: 102px;
    display: block;
    transform: rotate(90deg)translateX(-51px);
}
svg.road {
    position: absolute;
    right: 35%;
    top: 11%;
    z-index: -1;
}

section#hero {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

body h2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
}

a strong {
    text-decoration: none;

}
section#who {
    margin-top: -45px;
}
ol.none.gr strong {
   
}
a{text-decoration: none;}
header.hero img {
    position: absolute;
    right: 10%;
    left: auto;
    top: 18%;
    width: 31%;
    height: auto;
    border-radius: 50%;
}
input, textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #515151;
    color: #000000;
    padding: 20px 0px;
    font-size: 18px;
    min-height: 63px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
p, li {
    color: #000000;
    margin: 0;
    padding: 4px 0px;
    font-size: 14px;
}
form {
    text-align: left;
}
strong {
    color: #005c99;
    font-weight: 700;
}
img {
    max-width: 100%;
}
ol {
    padding: 0;
    margin: 20px 18px;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
form .a {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 колонки */
  gap: 20px; /* отступы между элементами */
}








@media (max-width: 768px) {
  form .a {
    grid-template-columns: 1fr; /* одна колонка */
  }
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: transparent;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    font-weight: 600;
    width: fit-content;
    min-height: auto;
}
input {

    width: 100%;
    box-sizing: border-box;
}

.fut-back,.home-zag,.mobile-header {
    display: none;
}

/* Навигация */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    padding: 25px 10%;
    display: flex;
    justify-content: space-between;
}
    nav ul {
      margin: 0;
      padding: 10px 20px;
      display: flex;
      justify-content: center;
      list-style: none;
      gap: 20px;
    }
	nav div {
    position: relative;
    padding-left: 50px;
}
body nav div i.fa-solid {
    position: absolute;
    left: 12px;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    background: #FF5722;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    font-size: 12px;
}
nav a {
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    color: #444444;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
nav div a {
    padding: 3px 0px;
}
	.wpcf7 input[type="file"] {
    cursor: pointer;
    max-height: 56px;
}
nav a:hover {
    color: #ff5722;
}
    html {
      scroll-behavior: smooth;
    }
hr {
    margin: 50px auto;
    max-width: 600px;
    border: none;
    background: #3b3b3b;
    height: 1px;
}
header {
    text-align: left;

}
    header h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }
header p {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #808080;
}
.btn {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #005c99;
    color: #005c99;
    text-decoration: none;
    transition: 0.3s;
    margin: 15px 0px;
    display: block;
    width: fit-content;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-family: 'Montserrat';
}
.btn input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    opacity: 0;
}
.btn input ~ span {
    position: absolute;
    left: -4px;
    top: 7px;
}
.hero-actions {
    display: flex;
    justify-content: start;
}
.hero-actions .btn{margin-right:10px;}
.wpcf7 {
    margin-top: 35px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
    max-height: 150px;
}
ol.none {
    list-style: none;
    text-align: left;
    max-width: fit-content;
    margin: 15px 0px;
    padding: 0;
}
a {
    color: #ff5e00;
}
.btn:hover {
    background: #005c99;
    color: #fff;
}
section {
    padding: 0px 10%;
    margin: auto;
}
header h1 {
    font-size: 75px;
    margin: 0px;
    font-weight: 800;
    max-width: 650px;
    line-height: 78px;
    color: #444444;
}
h2 {
    font-size: 58px;
    line-height: 64px;
    display: inline-block;
    color: #444444;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 600;
}
    .grid {
      display: grid;
      gap: 20px;
    }
    .grid-3 {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .team-member {
      border: 1px solid #000;
      padding: 20px;
    }
    ul {
      list-style: square;
      padding-left: 20px;
    }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    color: #ffb900;
    margin: 0;
    padding: 0;
    text-align: center;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
}

@media (max-width: 1600px) {
header h1 {
    font-size: 55px;
    line-height: 57px;
}
}


@media (max-width: 1400px) {
section#movers {
    padding: 0px 3%;
}
section {
    padding: 0px 3%;
    margin: auto;
}
nav {
    padding: 25px 3%;
}
h2 {
    font-size: 40px;
    line-height: 45px;
}
}


@media(max-width:1200px){
header h1 {
        font-size: 42px;
        line-height: 41px;
        max-width: 450px;
    }
header p {
    max-width: 338px;
}
}


@media(max-width:1100px){

div#smooth-content {
    overflow: hidden !important;
    overflow-y: scroll !important;
    position: relative;
}
.b-menu.active {
    transform: rotate(90deg);
}
.b-menu.active span{
    transform: rotate(45deg);
}
.b-menu.active span~span {
    transform: rotate(-45deg);
    top: 21px;
}
.active nav.landing-nav {
    left: 0;
}
.b-menu {
    transition: 0.4s;
    width: 44px;
    height: 44px;
    top: 13px;
    right: 20px;
    position: absolute;
    cursor: pointer;
}
.b-menu span {
    width: 100%;
    height: 2px;
    background: #ff5722;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
	transition:0.4s;
}
section#tariffs > div {

    grid-template-columns: 50% 50%;
    margin: 0 0px;
    margin-bottom: 150px;
}
.b-menu span~span {
    top: calc(50% - -7px);
}
    .b-menu span~span~span {
        top: calc(50% - +10px);
    }
.mob-header {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9999;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
}
.mob-header img {
    width: 200px;
    height: auto;
}
svg.road {
    position: absolute;
    right: 0%;
    top: 11%;
    z-index: -1;
}
    .roads {
        margin-top: -17%;
        margin-bottom: 15%;
        margin-left: 132%;
        z-index: -1;
        position: relative;
    }
body footer h2 {
    font-size: 120px;
}
section#movers {
        padding: 0px 0%;
        overflow: hidden;
    }
#movers > div > div {
    display: block;
}
#movers > div {

    padding: 0px;

}
span.af {
    position: relative;
    left: 0;
    right: auto;
    bottom: auto;
    top: auto;
    display: block;
    margin-bottom: 5px;
    width: fit-content;
    float: left;
    margin-right: 8px;
}
section#hero {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: auto;
    position: relative;
    padding: 85px 25px;
}
#movers > div {
    display: block;
    gap: 0;
}
.hero-actions {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
article.vant > div {
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background-position: center !important;
    background-size: cover !important;
    margin: 0px 0px;
    margin-right: 15px;
}
article.vant {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 100%;
    margin-right: 35px;
    padding: 25px 0px;
    border-radius: 50px;
    margin-right: 0;
}
a.a.logo img {
    width: 170px;
    height: auto;
    display: none;
}
nav {
    padding: 80px 3%;
    display: block;
    width: 320px;
    min-height: 100vh;
    box-shadow: 0px 0px 37px -24px #000;
    transition: 0.4s;
    left: -500px;
}
nav a.btn {
    margin: 0 auto;
}
nav div {
    position: relative;
    margin: 26px auto;
    padding-left: 50px;
    width: fit-content;
}
nav a {
    padding: 12px 58px;
    text-align: left;
    font-size: 18px;
}
body {
    overflow: visible;
    overflow-x: hidden;
    position: relative;
}
}



@media(max-width:900px){
article.vant .btn {
    margin: 0 auto;
    margin-bottom: 25px;
}
article.vant > div ul {

    padding-bottom: 11px;
}
article.vant > :nth-child(2) {
    background: #f2f2f2;
    border-radius: 25px;
    padding: 0px 0px;
    width: fit-content;
    width: 100%;
}
article.vant h3 {
    text-align: center;
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
}
p.price {
    font-size: 18px;
    padding-bottom: 17px;
    text-align: center;
}
    article.vant > div {
        margin: 5px 0px;
    }
article.vant > div.ims {
        min-height: 370px;
    }
    article.vant {
        grid-template-columns: 100%;
		padding: 0px 0px;
    }
	    h2 {
        font-size: 22px;
        line-height: 25px;
    }
	section.sect {
    padding: 14px 0px;
}
section#tariffs > div {
    margin-bottom: 27px;
}
body footer h2 {
        font-size: 46px;
    }
ul.des {
    grid-template-columns: 100%;
    margin: 0;
    padding: 0;
}
footer#contacts {
    display: block;
}
footer#contacts > div {
    padding: 0px 23px;
    display: block;
    margin: 0 auto;
    width: 320px;
}
article.vant > :nth-child(2) h2 {
    padding: 25px 0px;
    margin: 0;
    padding-bottom: 0;
    padding: 26px;
    font-size: 34px;
    line-height: 32px;
}
.article.tariff img {
    position: relative;
    z-index: -1;
    width: 162px;
    height: auto;
    border-radius: 6px;
}
article.tariff {
    grid-template-columns: 100%;
    border-radius: 0px;
	gap: 0;
}
section#tariffs > div {
    grid-template-columns: 100%;
}
span.af {
    padding: 13px;
    margin: 7px auto;
    float: none;
}
    header h1 {
        font-size: 42px;
        line-height: 41px;
        max-width: 450px;
        text-align: center;
    }
.btn {
    background: #fff;
}
header p {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000000;
    background: #fff;
    text-align: center;
}
    section#hero {
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: auto;
        position: relative;
        padding: 85px 0px;
    }
	article.tariff h3 {
    margin-top: 32px;
}
header.hero img {
    position: absolute;
    right: auto;
    left: 0;
    top: 180px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
}
section {
    width: 320px;
}
}

@media(max-width:650px){
.popup b {
    right: 8%;
    top: 8%;
    z-index: 2;
}
.popup .b-back-sfon {
    max-height: 100vh;
    overflow-y: scroll;
}
    .roads {
        margin-top: -17%;
        margin-bottom: 15%;
        margin-left: calc(50% + 800px);
        z-index: -1;
        position: relative;
    }
}




