:root {
  --main-color: #FCA95C; /* основной цвет */
  --text-color: #222;
  --bg-color: #FCA95C;
}

section#d1 ul li .a.active::before,
section#d1 ul li .a.active::after,
section#d1 ul li .b.active::before,
section#d1 ul li .b.active::after{background: var(--bg-color);}

	
iframe {
    border-radius: 10px;
    filter: grayscale(75%);
	transition:0.4s;
}
.dark iframe {
    filter: grayscale(0%);
}
section#d1 ul li:hover {
    z-index: 2;
}
section#d1 ul li .b {
    position: absolute;
    right: -25px;
    top: -25px;
}
section#d1 ul li .b::before {
    content: '';
    height: 100px;
    top: -50px;
    width: 1px;
    background: #212121;
    position: absolute;
    transition: 0.4s;
}
section#d1 ul li .b::after {
    content: '';
    width: 100px;
    left: -50px;
    height: 1px;
    background: #212121;
    position: absolute;
    transition: 0.4s;
}
section#d1 ul li .a {
    position: absolute;
    left: -25px;
    bottom: -25px;
}
section#d1 ul li .a::before {
    content: '';
    height: 100px;
    top: -50px;
    width: 1px;
    background: #212121;
    position: absolute;
    transition: 0.4s;
}
section#d1 ul li .a::after {
    content: '';
    width: 100px;
    left: -50px;
    height: 1px;
    background: #212121;
    position: absolute;
    transition: 0.4s;
}


section#d1 ul li .imgs{ position: relative;}
section#d1 ul {
    display: grid;
    list-style: none;
    margin: 80px 0px;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}
section#d1 ul li img {
    position: relative;
    z-index: -1;
    width: 40px;
}

section.about ul li {
    position: relative;
    transition: 0.4s;
    opacity: 0;
}
section.about.act ul li{ opacity: 1;}

/* Поочередное появление */
section.about.act ul li:nth-child(1) {
  transition-delay: 0s;
}
section.about.act ul li:nth-child(2) {
  transition-delay: 0.2s;
}
section.about.act ul li:nth-child(3) {
  transition-delay: 0.4s;
}
section.about.act ul li:nth-child(4) {
  transition-delay: 0.6s;
}
section.about.act ul li:nth-child(5) {
  transition-delay: 0.8s;
}
section.about.act ul li:nth-child(6) {
  transition-delay: 1s;
}
section.about.act ul li:nth-child(7) {
  transition-delay: 1.2s;
}
section.about.act ul li:nth-child(8) {
  transition-delay: 1.4s;
}
section.about.act ul li:nth-child(9) {
  transition-delay: 1.6s;
}
section.about.act ul li:nth-child(10) {
  transition-delay: 1.8s;
}
section.about.act ul li:nth-child(11) {
  transition-delay: 2s;
}
section.about.act ul li:nth-child(12) {
  transition-delay: 2.2s;
}
section.about.act ul li:nth-child(13) {
  transition-delay: 2.4s;
}

section#d1 ul li span h3 {
    margin-bottom: 5px;
}
section#d1 ul li span {
    display: block;
    position: relative;
    padding: 8px 0px;
    z-index: 2;
}
section#d1 ul li span i {
    position: absolute;
    left: 6px;
    top: calc(50% - 16px);
    border: 2px solid #1263ff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    font-size: 14px;
}


section > h2 ~ p {
    margin-top: -30px;
    margin-bottom: 85px;
}


.fade {
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: translateY(150px);
    opacity: 0;
}
.act .fade{
    opacity: 1;
    transform: translateY(0px);
}
/* Поочередное появление */
section.stats.act article:nth-child(1) {
  transition-delay: 0s;
}
section.stats.act article:nth-child(2) {
  transition-delay: 0.2s;
}
section.stats.act article:nth-child(3) {
  transition-delay: 0.4s;
}
section.stats.act article:nth-child(4) {
  transition-delay: 0.6s;
}
section.stats.act article:nth-child(5) {
  transition-delay: 0.8s;
}

.g.g2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    margin: 50px 0px;
}
img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#d2 .list div {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}
#d2 .list h3 svg {
    transition: 0.4s;
}
h3.active svg {
    transform: rotate(45deg);
}
#d2 .list div bold, #d2 .list div p {
    margin: 0;
    background: #010101;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    margin: 2px 0px;
    margin-right: 3px;
    transition: 0.4s;
}
#d2 .list div.active {
    max-height: 1000px;
    padding: 0px 0px;
    margin: -3px 0px;
    margin-bottom: 2px;
}
#d2 .list h3.active i ~ i {
    transform: rotate(45deg);
}
i.ii {
    font-size: 12px;
    background: #ffffff;
    color: #000000;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    float: left;
    margin-right: 12px;
}
.img {
    border-radius: 0px;
    background-position: center;
    background-size: cover;
}
.img::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -6%;
    width: 110%;
    height: 20%;
    background: #0e0e0e;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.img::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1%;
    width: 103%;
    height: 20%;
    background: #0e0e0e;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: rotate(180deg);
}
#d2 .list h3 p {
    font-size: 22px;
    background: #0e0e0e;
    width: fit-content;
    margin: -9px 0px;
    padding: 6px 10px;
    border: 2px solid #272a31;
    border-radius: 9px;
	transition:0.4s;
}
#d2 .list h3 {
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0;
    padding: 16px 0px;
    font-size: 22px;
    font-weight: 500;
    transition: 0.2s;
    background: transparent;
    padding: 10px 10px;
    border-radius: 8px;
    margin-bottom: 5px;
    position: relative;
}
#d2 .list h3::after {
    content: '';
    position: absolute;
    left: 15px;
    top: calc(50% - 1px);
    width: calc(100% - 32px);
    height: 2px;
    background: #272a31;
    z-index: -1;
}

#d2 .list h3 i ~ i {
    transition: 0.4s;
    position: absolute;
    right: 12px;
    top: calc(50% - 12px);
    background: #0e0e0e;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
}
#d2 .list h3:hover p,
#d2 .list h3.active p,
#d2 .list h3:hover {
    color: var(--bg-color);
}
#d2 .list span {
    display: grid;
    grid-template-columns: 80% 20%;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.4s;
}

body #d2 .list bold {

    margin-right: 0px;

}




.digit {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  animation: roll 0.5s ease forwards;
}

@keyframes roll {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    transform: translateY(-10%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.stats__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4%;
}
.stat__num {
    font-family: 'Chakra Petch';
    font-size: 72px;
    font-weight: 900;
    text-align: center;
}
.stat__text {
    text-align: center;
}
.stat__icon {
    width: 100%;
    background: #303030;
    height: 2px;
    margin-top: 35px;
    margin-bottom: 45px;
    position: relative;
}
.stat__icon i {
    position: absolute;
    left: calc(50% - 25px);
    top: -25px;
    font-size: 22px;
    background: #0e0e0e;
    border: 2px solid #303030;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.4s;
    z-index: 2;
}
.stat__icon::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1%;
    background: var(--bg-color);
    left: 50%;
    transition: 0.4s;
}
article.stat:hover .stat__icon::after{left:0%;width:100%;}
article.stat:hover .stat__icon i {    border: 2px solid var(--bg-color);}


.soc {
    position: fixed;
    width: auto;
    height: fit-content;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: 5px;
    top: calc(50% - 17px);
    z-index: 4;
}
#d2 .list span:hover p, #d2 .list span:hover bold {
    background: #101010;
}
.soc img {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: calc(50% - 25px);
}

.soc .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    transition: 0.3s;
}

.soc .icon:hover {
  background: #000;
  color: #fff;
}

/* Расположение иконок по кругу */
.soc .tg {
    top: calc(50% - 50px);
    left: 25px;
    transform: translate(-50%, -50%);
}
.soc .vib {
    right: -70px;
    top: calc(50% - 25px);
    transform: translate(50%, -50%);
}
.soc .ph {
    right: -70px;
    top: calc(50% + 25px);
    transform: translate(50%, -50%);
}
.soc .cm {
    top: calc(50% + 50px);
    left: 25px;
    transform: translate(-50%, -50%);
}


.home_banner .before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #0e0e0e, transparent);
    z-index: 1;
}

.main_anim {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.main_anim img.b {
    left: -12%;
}
.main_anim img.c {
    right: -12%;
    left: auto;
}
.main_anim:hover img.c,
.main_anim:hover img.b{opacity: 1;}
img.c,
img.b{
    transition: 1s;
    opacity: 0;
}

.main_anim div {
    position: relative;
    width: 100%;
    display: grid;
    animation: floatUpDown 3s ease-in-out infinite;
    height: fit-content;
    height: 400px;
}
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* можно изменить амплитуду */
    }
}
.main_anim div .a {
    animation: ban_a 3s ease-in-out infinite;
    margin-top: 8.5%;
    margin-left: 0.1%;
}

@keyframes ban_a {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.main_anim img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0%;
    left: 0;
}

.cursor {
    position: fixed;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--bg-color);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
	transition: width 0.8s ease, height 0.8s ease, top 0.8s ease, left 0.8s ease;
    z-index: 9999;
}
.cursor.active {
    filter: blur(2px);
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
}

section.text_block.ani2 {
    padding-bottom: 150px;
}
.f_block p {
    text-align: center;
}
div#particles-js {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.f_menu {
    padding: 20px 0px;
	z-index: 3;
    position: relative;
}

nav.footer-nav > ul > :nth-child(1){order:0;}
nav.footer-nav > ul > :nth-child(2){order:0;}
nav.footer-nav > ul > :nth-child(3){order:0;}
nav.footer-nav > ul > :nth-child(4){order:1;}
nav.footer-nav > ul > :nth-child(5){order:2;}
nav.footer-nav > ul > :nth-child(6){order:0;}
nav.footer-nav > ul > :nth-child(7){order:0;}
nav.footer-nav > ul > :nth-child(8){order:0;}
.f_block img {
    width: 210px;
    margin: 0 auto;
    display: block;
}
.f_block >:nth-child(1) * {
    text-align: left;
    margin: 0;
}
.f_block .but i {
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
}
.f_block .but {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    font-size: 20px;
    position: relative;
    padding-left: 33px;
    max-width: 300px;
    float: right;
}
.f_block .tel {
    font-size: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    line-height: 71px;
    font-family: "Chakra Petch", sans-serif;
}
.f_block  .btn::after {
    border: 2px solid #575757;
}
.f_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #383838;
    padding-bottom: 40px;
    z-index: 3;
    position: relative;
}

.fyter {
    display: grid;
    grid-template-columns: 100%;
    background: #0a0a0a;
    padding: 50px 10%;
    position: relative;
}
.f_menu li.logo {
    display: none;
}
.f_menu li i {
    font-size: 10px;
    margin: 0px 5px;
    transform: translateY(-3px);
}
.fyter  a,
.fyter  p, 
.fyter  li {
    color: #ffffff;
}
nav.footer-nav > ul > li > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
nav.footer-nav > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1%;
}
nav.footer-nav > ul > li > ul {
    background: #171717;
    padding: 15px 35px;
    margin: 15px 0px;
    margin-bottom: 6px;
    border-radius: 10px;
}

.text_side h2 {
    font-size: 34px;
    line-height: 1;
    text-transform: none;
}
section.text_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4%;
}
section.text_block > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.text_block > div img {
    height: auto;
    border-radius: 25px;
}
.gallery-section {
    position: relative;
}
.sli .swiper-slide h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fca95c;
    margin: 0;
    position: relative;
}
.sli .swiper-slide span.texts p, .sli .swiper-slide span.texts h3 {
    position: relative;
    padding-left: 22px;
    color: #fff;
    font-size: 14px;
}
body .sli .swiper-slide span.texts h3{font-size: 18px;}
.sli .swiper-slide span.texts p i, .sli .swiper-slide span.texts h3 i {
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: calc(50% - 6px);
}
.sli .swiper-slide span.texts {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgb(0 0 0 / 69%);
    width: calc(100% - 30px);
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-image: repeating-linear-gradient(123deg, #fca95c 0 8px, transparent 0px 22px) 1;
    transition: 0.4s;
}
.sli .swiper-slide:hover .texts {
    background: rgb(17 17 17 / 93%);
}
.sli .swiper-slide .text h3 {
    transition: 0.4s ease 0.2s;
    color: var(--bg-color);
}
.sli .swiper-slide.swiper-slide-active .text h3{
    color:#FF5722;
}

.discounts h2 {
  font-size: 32px;
  margin-bottom: 40px;
}



.sli .swiper-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: 0.4s;
}
.sli .swiper-slide .text {
    width: 44%;
    float: right;
}

body.promotions-visible .sli .swiper-slide .text::after {
    background: #111;
}
body.promotions-visible .sli .swiper-slide {
    background: #111111;
}
body.promotions-visible p, body.promotions-visible li {
    color: #ffffff;
}
.sli .swiper-slide .text h4{transition:0.4s;}
.sli .swiper-slide .text p{transition:0.4s;}
body.promotions-visible .sli .swiper-slide .text h4{color:#fff;}
body.promotions-visible .sli .swiper-slide .text p{color:#fff;}
.pags {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.sli .swiper-horizontal>.swiper-pagination-bullets, .sli .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    right: 0;
    left: auto;
    bottom: 0;
    width: fit-content;
    max-width: fit-content;
}
.sli .swiper-button-next {
    right: 0;
    bottom: 0;
    top: auto;
	position: relative;
	margin: 0;
	left: auto;
	display: block;
	width: fit-content;
}
.sli .swiper-button-prev {
    right: 0;
    bottom: 0;
    top: auto;
	position: relative;
	margin: 0;
	left: auto;
	display: block;
	width: fit-content;
}
body.promotions-visible .sli .swiper-button-prev:after, 
body.promotions-visible .sli .swiper-button-next:after {color:#fff;}
.sli .swiper-button-prev:after, .sli .swiper-button-next:after {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    min-width: 41px;
    min-height: 35px;
    background: transparent;
    height: 42px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0px 1px;
    position: relative;
    border-radius: 5px;
    border-radius: 52px;
    transition: 0.4s;
}
.sli .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    margin: 18px 4px;
    border-radius: 4px;
    background: #ffffff;
    transition: 0.4s;
    /*max-width: 4%;*/
}
.sli.sli2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 11px;
}
body.promotions-visible  .sli .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
}

.sli .swiper-horizontal {
    touch-action: pan-y;
    height: auto;
    padding-bottom: 0;
    padding-top: 35px;
}
.sli .swiper-slide {
    transition: 0.4s;
    height: 55vh;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}



body.promotions-visible h2{color:#fff;}
body h2{transition:0.4s;}


.cards .btn {
    position: absolute;
    left: 0;
    bottom: -75px;
}
.cards > :nth-child(1) {
    margin-top: 4%;
}
.cards > :nth-child(3) {
    margin-top: -4%;
}
.card h3 {
    position: absolute;
    left: 0;
    top: -34px;
    padding: 0;
    border: 0px solid #fff;
    color: #ffffff;
    margin: 0;
    background: transparent;
    font-size: 45px;
    text-shadow: 0px 0px 30px #000;
    z-index: 1;
    font-weight: 900;
}
.about {
    padding-top: 150px;
    overflow: hidden;
}
.card .after {
    content: '';
    position: absolute;
    left: -35px;
    top: -55px;
    width: calc(100% + 35px);
    height: 600px;
    background: #fff;
    z-index: 3;
}
.cards {
    position: relative;
    display: flex;
    margin: 50px 0px;
}

.card {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: 105%;
    margin-right: 5%;
    transition: 0.4s;
    border-radius: 10px;
}
.card:hover{background-size: 115%;}

section.about {
    position: relative;
}
section.about h2 {
    position: relative;
    margin-top: 34px;
}
h2.big {
    font-size: 55px;
    position: relative;
    z-index: 2;
    line-height: 1;
    margin: 0;
    padding: 0;
}


.home_banner .img-s {
    position: absolute;
    bottom: -6%;
    width: 72%;
    height: auto;
    right: 9%;
    filter: brightness(0.4);
    z-index: -1;
    will-change: transform;
    max-width: 500%;
}
video#bgVideo {
    position: absolute;
    right: 0;
    top: -39%;
    width: 50%;
    height: auto;
    z-index: -2;
}
.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#d0 .btn {
    margin: 0 auto;
}
.typewriter {
    background: transparent;
    display: inline-block;
    height: 34px;
    position: relative;
    width: fit-content;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    font-family: 'Montserrat';
    margin: 0;
    padding: 0px 8px;
    letter-spacing: 2px;
    margin: 42px auto;
}

.home_banner .text ul {
    list-style: none;
    margin: -17px;
}
.home_banner .text ul li a {
    color: #fff;
}
.home_banner .a i {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    background: #3e3e3e;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50px 50px 0px 0px;
    transition: 0.4s;
}
.home_banner .text ul li a strong {
    display: block;
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.scrolled .home_banner .a i{opacity:0;}
.home_banner .text ul li {
    position: relative;
    text-align: left;
    font-size: 35px;
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.home_banner .text ul li ~ li {
    padding-left: 40px;
    font-size: 22px;
    margin-top: 20px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 149px);
}
.home_banner .text ul li ~ li a {
    display: block;
    font-size: 16px;
    color: #fca95c;
}
.home_banner .text ul li i {
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    background: #fca95c;
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    font-size: 16px;
}
.dark .home_banner::after {
    background: #fff;
}
.dark .home_banner .text h1 {
    color: #000000;
}
    /* Курсор */
.typewriter::after {
    content: "|";
    position: absolute;
    right: 0;
    animation: blink 1.7s infinite;
    letter-spacing: 1px;
}

  @keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
  }
.scrolled .home_banner::after {
    width: 100%;
}
.home_banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #0e0e0e;
    z-index: -1;
    transition: 0.4s;
}
@keyframes moveBackground {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.home_banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/10/grid.avif), rgb(0 0 0 / 0%);
    z-index: -1;
    filter: brightness(0.2);
    background-size: 5px;
}
.home_banner .text h1 {
    text-transform: none;
    font-size: 50px;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 3px;
    text-shadow: 0px 0px 1px #000;
    margin: 0;
    padding: 0;
}
.home_banner .text h1 bold {    color: white;
    mix-blend-mode: difference;}
.home_banner .text h1 strong {
    font-weight: 400;
    mix-blend-mode: normal;
    color: var(--bg-color);
    font-family: "Chakra Petch", sans-serif;
}
.home_banner h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    margin: 0;
    padding: 0px 8px;
}
.home_banner .text {
    width: 100%;
    padding-top: 80px;
    z-index: 3;
}
.home_banner {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 9%;
    min-height: 100vh;
    padding: 0px 0%;
    position: relative;
    overflow: hidden;
    text-align: center;
}



.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: 5;
}
.space-man .manblock {
    animation: updown 1.6s ease-in-out infinite alternate;
}


@keyframes updown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
.man {
	transition:1.4s;
}
.space-man:hover .man {
    transform: scale(2.2)rotate(15deg)translateX(-28px);
}
img.arm {
    position: absolute;
    left: -1px;
    top: 29px;
    width: 51px;
    transition: 1.4s;
    z-index: -1;
}
.space-man:hover img.arm {
    transform: rotate(37deg)translate(-12px, -17px);
}
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: 5;
}

.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: absolute;
    width: 600px;
    height: 600px;
    top: 15%;
    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: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    z-index: 3;
}
.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: #262626;
    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: 110px;
    text-align: left;
}
.popup > div h3~p {
    text-align: left;
    color: #fff;
    margin: -27px 0px;
    margin-bottom: 60px;
}
.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: transparent;
    padding: 20px 30px;
    border-radius: 10px;
    perspective: 800px;
    color: #fff;
}
.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;
    color: #fff;
}
.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;
}
form p {
    color: #fff;
}
nav a.btn {
    margin: 0;
}
a.joie {
    width: 100%;
    text-align: center;
    display: block;
    padding: 24px;
    background: #000000;
    color: #2f2f2f;
    letter-spacing: 1px;
    margin-top: -10px;
    padding-top: 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
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: var(--bg-color);
    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-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
}

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: #ffffff;
    padding: 1px 10px;
    font-size: 18px;
    min-height: 40px;
    border-radius: 0;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
p, li {
    color: #ffffff;
    margin: 0;
    padding: 4px 0px;
    font-size: 18px;
}
form {
    text-align: left;
}
strong {
    color: var(--bg-color);
    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;
}

.mobile-header {
    display: none;
}


	.wpcf7 input[type="file"] {
    cursor: pointer;
    max-height: 56px;
}
nav a:hover {
    color: var(--bg-color);
}
    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::before {
    content: '';
    position: absolute;
    left: -160%;
    bottom: 0;
    width: 200px;
    height: calc(100% + 0px);
    z-index: -2;
    transition: 0.8s;
    background: #2e2e2e;
    clip-path: polygon(53% 0%, 100% 0%, 62% 101%, 12% 100%);
}
.btn::after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -2px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.8s;
    border: 2px solid var(--bg-color);
}
.btn span {
    position: relative;
    z-index: 2;
    color: #000000;
}
.btn:hover {
    background: #000;
    clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 20px) 100%, 0 100%, 0 0px);
}
.btn {
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    margin: 15px 0px;
    display: block;
    width: fit-content;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    background-color: var(--bg-color);
    padding: 15px 30px;
    padding-left: 60px;
    border: 2px solid var(--bg-color);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    font-family: 'Montserrat';
    overflow: hidden;
}

.btn:hover i {color:#fff;}
.btn i {
    position: absolute;
    left: 21px;
    top: calc(50% - 8px);
    z-index: 2;
    color: #000000;
}
.btn input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    opacity: 0;
}
.btn input ~ span {
    position: absolute;
    left: -54px;
    top: 0px;
    z-index: 9;
    background: #2b2b2b;
    display: block;
    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: #ff5e00;
}
.btn:hover span {
    color: #fff;
}
.btn:hover::before {
    left: 100%;
}
section {
    padding: 100px 10%;
    margin: auto;
    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;
    transition: 0.4s;
    background: #0e0e0e;
}
body.promotions-visible {
    background: #111;
}


@media (max-width: 1800px) {
.home_banner .text h1 {
    font-size: 40px;
}
}

@media (max-width: 1600px) {

.card {
    background-size: 142%;
}
.card:hover {
    background-size: 165%;
}
section, .fyter {
    padding: 55px 87px;
}
header h1 {
    font-size: 55px;
    line-height: 57px;
}

}








@media (max-width: 1400px) {
.f_block .tel {
    font-size: 29px;
    line-height: 44px;
}
section#d1 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
h2 {
    font-size: 40px;
    line-height: 45px;
}
}



@media (max-width: 1300px) {
.dark .mob-header a {
    color: #000000;
}
.home_banner {
    padding: 0px 0%;
}
}


@media(max-width:1200px){
.home_banner .text ul li ~ li {
    padding-left: 40px;
    font-size: 22px;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: auto;
}
.f_block .tel {
    font-size: 25px;
    line-height: 45px;
}
.home_banner .text ~ div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: auto;
    z-index: 3;
    width: 460px;
    max-width: 80%;
    margin: 0 auto;
}
section#d0 .btn {
    margin: 12px auto;
}
section#d1 ul {
    grid-template-columns: 1fr 1fr 1fr;
}
.typewriter {
    margin: 0 auto;
    margin-bottom: 20px;
}
.home_banner .text {
    width: 100%;
    padding-top: 0;
    z-index: 3;
}
video#bgVideo {
    position: absolute;
    right: 0;
    top: -15%;
    width: 50%;
    height: auto;
    z-index: -2;
}
.home_banner h2 {
    margin-bottom: 20px;
}
.home_banner .text {
    width: 100%;
    text-align: center;
}
.home_banner {
    grid-template-columns: auto;
    padding-top: 150px;
}
.space-man {
    position: relative;
    width: 600px;
    height: 600px;
    top: 0;
    z-index: 3;
    transform: scale(1.0);
    margin: 0 auto;
}
header h1 {
        font-size: 42px;
        line-height: 41px;
        max-width: 450px;
    }
header p {
    max-width: 338px;
}
}


@media(max-width:1100px){



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;
}

.cards {
    position: relative;
    display: block;
    margin: 50px 0px;
}
.card {
    background-size: 142%;
    margin: 45px 0px;
    margin-bottom: 156px;
}
.sli .swiper-wrapper {
    grid-template-columns: auto;
}
.cards > :nth-child(1) {
    margin-top: 90px;
}
}


@media(max-width:1024px){
.stats__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4%;
}
    section#d1 ul {
        grid-template-columns: 1fr 1fr;
    }
.g.g2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2%;
    margin: 50px 0px;
}
.img {
    min-height: 450px;
}

}


@media(max-width:900px){
.home_banner::before {
    background: url(/wp-content/uploads/2025/10/grid.avif), rgb(0 0 0 / 75%);
}
.f_block .tel {
    font-size: 26px;
    line-height: 45px;
    display: block;
    height: fit-content;
}
.f_block >:nth-child(1) * {
    text-align: center;
    margin: 2px auto;
}
.f_block .but {
    margin: 22px auto;
    width: fit-content;
    float: none;
}
.f_block > div > a {
    margin: 20px auto;
    display: block;
    width: fit-content;
}
.f_block {
    display: grid;
    grid-template-columns: auto;
}
.f_block>:nth-child(1) {
    order: 3;
}
.f_block>:nth-child(2) {
    order: 2;
}
.f_block>:nth-child(2) {
    order: 1;
}
nav.footer-nav > ul {
    display: grid;
    grid-template-columns: auto;
    gap: 1%;
}

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;
}

    article.vant > div {
        margin: 5px 0px;
    }
article.vant > div.ims {
        min-height: 370px;
    }
    article.vant {
        grid-template-columns: 100%;
		padding: 0px 0px;
    }

.sli .swiper-slide h3 {
    font-size: 20px;
}
.sli .swiper-slide span.texts {
    padding: 12px;
}
h2 {
    font-size: 40px;
    line-height: 1;
}
	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;
    }

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;
}

    .home_banner .text {
        z-index: 2;
    }
	.home_banner::after {

    width: 0%;
}
video#bgVideo {
    left: 0;
    width: 100%;
}

}


@media(max-width:850px){
#d2 .list h3 p {
    max-width: 66%;
}
.stats__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4%;
}
section#d1 ul {
    grid-template-columns: 1fr;
}
}



@media(max-width:650px){
.home_banner .a i{display:none;}
section#d4 {
    overflow: hidden;
}
.home_banner h2 {
    margin-bottom: 0px;
}
video#bgVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: 0;
}
.home_banner .text ul li a {
    display: none;
}
section#d0 .btn {
    display: none;
}
.home_banner .text ul li ~ li {
    font-size: 16px;
}
.home_banner::before {
    background: url(/wp-content/uploads/2025/10/grid.avif), rgb(0 0 0 / 23%);
    filter: brightness(0);
}
.home_banner .text ul li {
    font-size: 28px;
}
a.joie {
    padding: 24px;
}
#d2 .list div bold, #d2 .list div p {
    font-size: 14px;
}
#d2 .list h3 p {
    max-width: 66%;
    font-size: 14px;
}
.soc {
    bottom: 5px;
    top: auto;
    left: calc(50% - -3px);
    transform: rotate(-90deg);
}
.pags {
    top: auto;
    bottom: auto;
    left: auto;
    z-index: 9;
    margin-top: 30px;
    position: relative;
}
.home_banner .text ~ div {
    width: 333px;
    max-width: 80%;
}
.home_banner, section, .fyter {
    padding: 55px 50px;
}
.sli .swiper-slide {
    height: 405px;
}

.popup > div h3~p {
    text-align: left;
    color: #fff;
    margin: -5px 0px;
    margin-bottom: 60px;
}
p, li {
    color: #ffffff;
    margin: 0;
    padding: 4px 0px;
    font-size: 16px;
}
.popup > div h3 {
    font-size: 45px;
    text-align: left;
    margin: 18px 0px 0px;
}
.card h3 {
    width: 100%;
    text-align: center;
}
nav.footer-nav > ul > li > ul {
    padding: 10px 10px;
}
.fyter li {
    list-style: none;
    padding: 8px;
    margin: 0;
}
.image_side {
    order: 1;
}
.text_side {
    order: 2;
}
section.text_block {
    display: grid;
    grid-template-columns: auto;
    gap: 4%;
    margin: 65px 0px;
}
h2.big {
    font-size: 36px;
    position: relative;
    z-index: 2;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.sli .swiper-slide .text::after {
    clip-path: polygon(142% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 112%;
    height: 50px;
    right: auto;
    left: -9%;
    top: 252px;
}
.sli .swiper-slide .text {
    width: 100%;
    float: right;
    padding-top: 300px;
}
.sli .swiper-slide .img {
    width: 100%;
    height: 300px;
}
nav.footer-nav > ul > li > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.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;
    }
.space-man {
    position: relative;
    width: 230px;
    height: 230px;
    top: 0;
    z-index: 3;
    transform: scale(0.6);
    margin: 0 auto;
    margin-right: calc(50% - 128px);
}
.home_banner .text h1 {
    font-size: 29px;
}
.typewriter {
    margin: 0 auto;
    font-size: 18px;
    margin-top: 30px;
    display: block;
    height: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.home_banner .text {
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.home_banner {
    min-height: 411px;
    padding-top: 0;
    height: 100vh;
    display: block;
    max-height: 100vh;
    padding-bottom: 0;
    padding: 0;
}
.about {
    padding-top: 0px;
    overflow: hidden;
}
.home_banner .text ul {
    list-style: none;
    margin: 0;
    position: absolute;
    margin: 0;
    bottom: 0;
    top: auto;
    left: 0;
}
img.w2 {
    position: absolute;
    width: 93px;
    height: 322px;
    z-index: 2;
    left: 0;
    transition: 0.4s;
    max-width: 500px;
}
.w_2 {
    position: absolute;
    left: -17px;
    top: -23%;
    width: 1px;
    height: 1px;
    transition: 0.4s;
    z-index: 3;
}
img.w1 {
    position: absolute;
    width: 93px;
    height: 314px;
    z-index: 2;
    right: 0;
    max-width: 500px;
}
.w_1 {
    position: absolute;
    right: 9px;
    top: -22%;
    width: 1px;
    height: 1px;
    transition: 0.4s;
    z-index: 5;
}
.space-man .manblock {
    position: absolute;
    top: calc(50% - 56px);
    left: calc(50% - 59px);
    width: 120px;
    z-index: 5;
}
.home_banner h2 {
    font-size: 14px;
}
.dark .home_banner::before {
    background: rgb(255 255 255 / 41%);
    filter: invert(0);
    opacity: 1;
}
}


@media(max-width:450px){
.f_block a.tel {
    font-size: 26px;
}
    nav.footer-nav > ul > li > ul {
        display: grid;
        grid-template-columns: auto;
    }
	
	.home_banner .text ~ div {
    width: 235px;
    max-width: 80%;
}
}

@media(max-width:400px){
.dark .theme-toggle i {
    left: 40px;
}
.theme-toggle i {
    font-size: 11px;
}
.theme-toggle {
    top: 18px;
    left: 4px;
    height: 23px;
    width: 68px;
}
.home_banner .text h1 {
    font-size: 20px;
}
.mob-header a {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 4px;
    top: 46px;
}
.mob-header a~a~a {
    margin-left: 50px;
}
.mob-header a~a {
    margin-left: 25px;
}
li.call~.call {
    margin-left: 0px;
}
}


