.soc {
    position: fixed;
    z-index: 9;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}
.soc i {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 22px;
    margin: 4px 10px;
    box-shadow: 0px 0px 13px -8px #000;
}
section#contacts div {
    position: relative;
    z-index: 2;
}

section#contacts {
    padding-bottom: 150px;
    background: #f5f5f5;
    margin-top: 50px;
    padding-top: 50px;
}
section#contacts img {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 59px;
    width: 450px;
    left: 34%;
    opacity: 1;
    filter: invert(4%);
}
section#contacts .g.g2{position:relative:z-index:2;}
section.banner .a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6%;
}
section.banner .a > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.banner .btn {
    margin-bottom: 38px;
}



.progress-bar-wrapper {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 4px;
    background: rgba(0,0,0,0.1);
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ff3021);
    transition: width 0.1s linear;
}

section.gallery {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

section.gallery .g.g2 {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

section.gallery .g.g2 img {
  height: 400px;
  width: auto;
  flex-shrink: 0;
}



section.serv .g.g2 span {
    position: relative;
}
section.serv .g.g2 span p {
    position: absolute;
    top: 10px;
    font-size: 32px;
    left: 10px;
    background: #de192a;
    color: #fff;
    padding: 16px;
}

section {
    padding: 55px 10%;
}
.g.g2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    grid-row-gap: 4%;
}
section, footer, a.joie {
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    margin-left: 320px;
    padding: 16px 50px;
    box-sizing: border-box;
}

section.about::before {
    content: "";
    position: absolute;
    top: -350px;
    left: 0;
    width: 100%;
    height: 700px;
    background: #000000;
    clip-path: polygon(0% 50%, 100% 0%, 200% 0%, 0% 100%);
}
section.about {
    position: relative;
    background: #fff;
    z-index: 2;
}
section.about .a {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 50px 0px;
    position: relative;
}
section.about h2 {
    position: relative;
    font-size: 100px;
    color: #ffffff;
    mix-blend-mode: difference;
    margin-top: 34px;
}
section.about p {
    color: #ffffff;
    mix-blend-mode: difference;
}


.home_banner .img-s {
    position: absolute;
    bottom: -32%;
    width: 108%;
    height: auto;
    right: -5%;
    filter: brightness(0.2);
    z-index: -1;
    will-change: transform;
    max-width: 500%;
}
video#bgVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.space-man img.home_img {
    position: absolute;
    left: -50%;
    bottom: -17%;
    z-index: -2;
    width: 117%;
    max-width: max-content;
    filter: grayscale(53%);
    border-radius: 10px;
    opacity: 0;
}
section.home_banner p {
    color: #e33443;
    font-weight: 800;
    background: #fff;
    width: fit-content;
    padding: 5px 12px;
    height: fit-content;
    margin: 0px 0px;
}
section.about .a h3 {
    color: #de192a;
}
section.about .a span {
    background: #fff;
    border: 1px solid #dddbdb;
    border-radius: 10px;
    margin: 7px;
    padding: 23px 25px;
}
.typewriter {
    font-size: 28px;
    font-family: monospace;
    background: transparent;
    display: inline-block;
    height: 34px;
    padding: 0;
    position: relative;
    width: fit-content;
    color: #fff;
}
    /* Курсор */
  .typewriter::after {
    content: "|";
    position: absolute;
    right: -10px;
    animation: blink 1.7s infinite;
  }

  @keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
  }
.home_banner .text h1 {
    text-transform: uppercase;
    font-size: 18px;
    color: #de192a;
    font-weight: 400;
    letter-spacing: 3px;
    text-shadow: 0px 0px 8px #000000;
}
section.home_banner .a {
    display: grid;
    grid-template-columns: 183px auto;
}
.home_banner h2 {
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    margin: 12px 0px;
    margin-bottom: 45px;
    text-shadow: 0px 0px 40px #000;
}
.home_banner .text {
    width: 100%;
}
.home_banner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.home_banner .back {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2025/10/banner_bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 1;
}

.home_banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(0 0 0 / 84%), transparent);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}
.home_banner > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.space-man img {
    width: 100%;
    height: auto;
}
img.space {
    border-radius: 50%;
    opacity: 0;
}
.space-man .manblock {
    position: absolute;
    top: calc(50% - 56px);
    left: calc(50% - 26px);
    width: 120px;
    z-index: 3;
}
.space-man .manblock {
    animation: updown 1.6s ease-in-out infinite alternate;
}

@keyframes updown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
img.man {
	transition:1.4s;
}
.space-man:hover img.man {
    transform: scale(1.3)rotate(15deg)translateX(-28px);
}
img.w {
    position: absolute;
    width: 261px;
    left: calc(50% - 139px);
    top: calc(50% - 145px);
    z-index: 2;
    /* background: url(/wp-content/uploads/2025/09/space-min-300x300.png); */
    background-repeat: no-repeat;
    background-size: 260px;
    background-position: center;
    border: 13px solid #dddddd;
    border-radius: 7px;
    box-shadow: 0px 0px 29px 1px #000000;
    border-image: linear-gradient(45deg, #b6b6b6, #ffffff) 1;
}
.w_1 {
    position: absolute;
    right: 167px;
    top: 24%;
    width: 1px;
    height: 1px;
    transition: 0.4s;
    z-index: 3;
}

.space-man:hover .w_1 {
    transform: rotateY(33deg);
}
img.w1 {
    position: absolute;
    width: 100px;
    height: 331px;
    z-index: 2;
    right: 0;
    max-width: 500px;
}
.w_2 {
    position: absolute;
    left: 174px;
    top: 24%;
    width: 1px;
    height: 1px;
    transition: 0.4s;
    z-index: 3;
}
.space-man:hover .w_2 {
    transform: rotateY(-33deg);
}
.space-man .div1 svg, .space-man .div2 svg {
    width: 150px;
    height: 100px;
    margin: 0 auto;
}
.space-man .div1 svg path, .space-man .div2 svg path {
    fill: #d0d0d0;
}
.space-man .div1, .space-man .div2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
img.w2 {
    position: absolute;
    width: 103px;
    height: 331px;
    z-index: 2;
    left: 0;
    transition: 0.4s;
    max-width: 500px;
}
.space-man {
    position: relative;
    width: 600px;
    height: 600px;
    margin: calc(50% - 220px) 0px;
    z-index: 3;
    transform: scale(1.2);
}

.space-man i {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - -30px);
    background: #00BCD4;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    font-size: 20px;
    transition: transform 1.6s ease 0.3s;
    transform: scale(0)translateY(150px);
    box-shadow: 0px 0px 50px 16px #000;
    color: #ebebeb;
    z-index: 3;
}
.home_banner .text ~ div {
    display: flex;
    justify-content: end;
    flex-direction: row;
    text-align: right;
}
.space-man:hover i {
    transform: scale(1)translateY(15px);
}
.space-man .div1 {
    content: '';
    position: absolute;
    left: 0;
    right: -29%;
    top: 0%;
    width: 100%;
    height: 100%;
    /* background: url(/wp-content/uploads/2025/10/stonewall.jpg); */
    background-size: 296px;
    z-index: -1;
    border-radius: 10px;
}
.space-man .div2 {
    content: '';
    position: absolute;
    right: -14%;
    top: 22%;
    width: 35%;
    height: 296px;
    border-radius: 0px 500px 500px 0px;
    background: #ebebeb;
    z-index: 2;
    box-shadow: 0px 0px 37px -23px #000000;
}
.space-man .div3 {
    content: '';
    position: absolute;
    right: 21%;
    top: 22%;
    width: 51%;
    height: 266px;
    background: transparent;
    z-index: 1;
    border: 15px solid #ebebeb;
    box-shadow: 0px 0px 37px -5px #a0a0a0;
}




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 p a {
    color: #fff;
}
body footer h2 {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 200px;
    color: #1e1e1e;
    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: #1e1e1e;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -10px;
    padding-top: 27px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
}
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;
    z-index: 2;
    position: relative;
}

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: 300;
    font-style: normal;
    color: #000;
}

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: 20px;
}
footer#contacts {
    position: relative;
    background: #232323;
}
form {
    text-align: left;
}
strong {
    color: #de192a;
    font-weight: 500;
}
img {
    max-width: 100%;
    height: auto;
}
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::after {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    z-index: -1;
    border-radius: 10px;
    transition: 0.4s;
}
.btn:hover::after {
    transform: translate(8px, -8px);
}
.btn {
    border-radius: 10px;
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #de192a;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    margin: 15px 0px;
    display: block;
    width: fit-content;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    padding-left: 39px;
}
.btn i {
    position: absolute;
    left: 10px;
    top: calc(50% - 9px);
}
.btn input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    opacity: 0;
}
.btn input ~ span {
    position: absolute;
    left: -13px;
    top: 12px;
    background: #000;
    opacity: 1;
    transform: scale(1.2);
}
.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: #de192a;
}
.btn:hover {
    background: #de1728;
    color: #fff;
}

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) {
section.gallery {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
header h1 {
    font-size: 55px;
    line-height: 57px;
}
}


@media (max-width: 1400px) {
section.banner .a {
    grid-template-columns: 1fr 1fr;
    gap: 6%;
}
section.serv .g.g2 span p {
    font-size: 22px;
}
section.about .a {
    grid-template-columns: 1fr 1fr 1fr;
}
p, li {
    font-size: 16px;
}
section.gallery {
    padding-top: 50px;
    padding-bottom: 50px;
}
section#movers {
    padding: 0px 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){
section.gallery .g.g2 img {
    width: 46%;
    float: left;
    margin: 2%;
    height: auto;
}
section.gallery .g.g2 {
    display: table;
    gap: 20px;
    flex-wrap: nowrap;
    grid-template-columns: 1fr 1fr;
}


.progress-bar-wrapper {
    display: none;
}
section#contacts img {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 46px;
    width: 44%;
    left: 34%;
    opacity: 1;
    filter: invert(4%);
}
section#contacts div {
    position: relative;
    z-index: 2;
    background: rgb(245 245 245 / 67%);
}
    .g.g2 {
        display: grid;
        grid-template-columns: 100%;
        gap: 0;
        grid-row-gap: 0;
    }
    section.about .a {
        grid-template-columns: auto;
        gap: 0;
    }
section.about p {
    color: #ffffff;
    mix-blend-mode: difference;
    margin-top: 40px;
}
section.about::before {
    content: "";
    position: absolute;
    top: -154px;
    left: 0;
    width: 100%;
    height: 308px;
    background: #000000;
    clip-path: polygon(0% 50%, 100% 0%, 200% 0%, 0% 100%);
}
section.home_banner .a {
    display: grid;
    grid-template-columns: auto;
}
.home_banner h2 {
    font-size: 40px;
    line-height: 1;
}


section, footer, a.joie {
    width: calc(100%);
    max-width: calc(100%);
    margin-left: 0px;
    padding: 16px 50px;
    box-sizing: border-box;
}
div#smooth-content {
    overflow: hidden !important;
    overflow-y: scroll !important;
    position: relative;
}

section#tariffs > div {

    grid-template-columns: 50% 50%;
    margin: 0 0px;
    margin-bottom: 150px;
}

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){
    section.banner .a {
        grid-template-columns: auto;
        gap: 0%;
    }
section.banner .a > div {
    margin: 35px 0px;
}
body h2 {
    line-height: 1;
}

section.about h2 {
    font-size: 60px;
}
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: 32px;
        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;
}

}

@media(max-width:650px){
    .popup b {
        right: 8%;
        top: 2%;
        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;
    }
}




