@charset "UTF-8";
:root { --blue-accent-color: #205085; --blue-bright-color: #2792d0; --bg-color: #f6fbfd; --text-color: #474747; }

body { background: var(--bg-color); }

body, html { margin: 0; padding: 0; }

* { box-sizing: border-box; }

p, a, div, ul, li, span { margin: 0; padding: 0; font-size: 17px; font-family: 'Montserrat', sans-serif; }

h1, h2, h3, h4, h5, h6 { font-family: 'UniSans', sans-serif; margin: 0; padding: 0; }

.container { width: 100%; padding: 0 60px; }

.btn { background: var(--blue-bright-color); font-weight: 700; font-size: 19px; cursor: pointer; color: var(--bg-color); padding: 15px 35px; border-radius: 10px; display: flex; align-items: center; justify-content: center; width: max-content; text-decoration: none; text-transform: uppercase; transition: 0.3s; letter-spacing: 3px; }

.btn:hover { background: var(--blue-accent-color); }

a { text-decoration: none; }

.header { position: absolute; z-index: 9999; width: 100%; }
.header ul, .header li, .header a, .header p, .header span { font-family: 'AlienSolid'; }

.header .container { display: flex; }

.header-classic { width: 100%; padding-top: 74px; }
.header-classic .container { flex-direction: column; }
.header-classic .logo-wrapp img { height: 99px; width: auto; }

.header-classic .header-classic__top { display: flex; justify-content: space-between; width: 100%; align-items: center; }
.header-classic .header-classic__top::before { content: ''; background: url("../img/elements/logo-elipce.png") center center no-repeat; position: absolute; left: 0; top: 0; width: 940px; height: 940px; z-index: -2; top: revert-layer; }

.header-classic__top { display: flex; padding-right: 173px; }

.header-contact-wrapp { display: flex; gap: 63px; align-items: center; justify-content: end; flex-wrap: wrap; }
.header-contact-wrapp__mumber { display: flex; flex-direction: column; justify-content: flex-start; gap: 10px; }
.header-contact-wrapp__mumber span { color: var(--blue-accent-color); font-size: 19px; }
.header-contact-wrapp__mumber a { color: var(--bg-color); }

.desctop-menu { display: flex; margin-top: 60px; gap: 40px; }
.desctop-menu li { list-style: none; }
.desctop-menu li a { font-size: var(--bg-color); padding: 14px 0px; color: var(--bg-color); }
.desctop-menu li a.active { position: relative; }
.desctop-menu li a.active::before { content: ''; position: absolute; width: 140%; height: 100%; background: var(--blue-bright-color); border-radius: 10px; left: -20%; top: -3%; z-index: -2; }

.header-fixed { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; background: #3a3a3a; padding: 10px 0; align-items: center; justify-content: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.3s ease, visibility 0.3s ease; }
.header-fixed .header-classic__top { justify-content: space-between; width: 100%; padding-right: 0; }

.header-fixed.visible { opacity: 1; visibility: visible; pointer-events: auto; }

.header-fixed__left { display: flex; gap: 24px; }
.header-fixed__left .desctop-menu { margin-top: 0; align-items: center; }

h1, h2 { font-size: 66px; color: var(--blue-accent-color); text-transform: uppercase; font-weight: 400; position: relative; z-index: 99; }

.main-block { height: 1010px; background: linear-gradient(to bottom, #69bfe5 0%, #ffffff 100%); position: relative; }
.main-block .main-block_title { padding-top: 340px; }
.main-block::after { content: ''; background: url("../img/animate-icon/road.png") center center no-repeat; position: absolute; bottom: 0; background-size: cover; width: 100%; height: 334px; }
.main-block::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 300px; background: linear-gradient(to bottom, #ffffff08 0%, #f6fbfd 100%); z-index: 2; }
.main-block .snowflake { position: absolute; top: 100px; right: 0; z-index: 2; }

div#scene { position: absolute !important; top: 0; height: 778px; width: 732px; right: 0; top: 100px; z-index: 2; }

@keyframes rotate-snowflake { from { transform: rotate(0deg); }
  to { transform: rotate(360deg); } }
.snowflake-animate { animation: rotate-snowflake 6s linear infinite; transform-origin: center center; }

.mountains::after { content: ''; background: url("../img/animate-icon/mon.png") center center no-repeat; position: absolute; bottom: 0; left: 90px; bottom: 270px; width: 1100px; height: 110px; }

.cities { position: absolute; bottom: 0; right: 0; bottom: 270px; width: 992px; height: 502px; animation: riseUpFirst 2s ease-out forwards; }

.cities::before { content: ''; background: url("../img/animate-icon/sec-builds.png") center center no-repeat; position: absolute; bottom: -10px; right: 0; width: 622px; height: 530px; animation: riseUpSecond 1.5s ease-out forwards; opacity: 0; }

.cities::after { content: ''; background: url("../img/animate-icon/first-builds.png") center center no-repeat; position: absolute; bottom: 0; left: 30px; width: 354px; height: 264px; animation: riseUpFirst 0.7s ease-out forwards; opacity: 0; }

@keyframes riseUpFirst { 0% { transform: translateY(100px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }
@keyframes riseUpSecond { 0% { transform: translateY(120px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; } }
.products-section { margin-bottom: 100px; }
.products-section .container { position: relative; }
.products-section .h2-title-wrapper h2::before { top: -100%; width: max-content; }

.products-card { color: var(--text-color); }

.h2-title-wrapper { display: flex; gap: 35px; align-items: center; }
.h2-title-wrapper::before { content: ''; height: 1px; width: 295px; background: var(--blue-accent-color); }
.h2-title-wrapper h2 { font-weight: 500; position: inherit; }
.h2-title-wrapper h2::before { content: 'НАША ПРОДУКЦИЯ'; font-size: 100px; position: absolute; z-index: -1; top: -70%; font-weight: 700; width: 100%; color: #ffffff; left: 300px; top: -70px; }

.products-card { width: 100%; border-radius: 30px; overflow: hidden; position: relative; height: 545px; display: flex; padding: 0 46px; justify-content: space-between; margin-top: 45px; background: #fff; }
.products-card::before { content: ''; background: url("../img/elements/salt.png") center center no-repeat; position: absolute; width: 70%; height: 100%; left: 0; bottom: 0; top: 0; opacity: 0.5; z-index: 1; }

.products-card__soul { position: relative; z-index: 2; }
.products-card__soul .btn { display: none; }

.products-card__info__content__title span { display: none; }

button { border: none; }

.products-card__soul .products-card__soul__img img { max-width: 550px; }

.products-card__info { display: flex; gap: 50px; justify-content: space-between; align-items: end; position: relative; z-index: 2; }
.products-card__info__content { height: 100%; }
.products-card__info__content__title h3 { color: var(--blue-accent-color); font-size: 65px; font-weight: 700; font-family: 'Univers55'; position: relative; }
.products-card__info__content__title h3::before { content: ''; width: 70%; height: 1px; background: var(--blue-accent-color); position: absolute; bottom: 0; }
.products-card__info__content ul { display: flex; flex-direction: column; gap: 15px; margin-top: 30px; }
.products-card__info__content ul li { list-style: none; font-size: 24px; }
.products-card__info__content ul:nth-of-type(1) li { font-weight: 700; }

.products-card__info__main { width: 334px; }
.products-card__info__main span, .products-card__info__main div { font-size: 24px; font-weight: 700; color: var(--text-color); font-family: 'Univers55'; text-transform: uppercase; text-align: center; }
.products-card__info__main span.products-card__info__main__coul { font-size: 24px; font-weight: 700; color: var(--text-color); font-family: 'Univers55'; padding: 15px; width: 100%; border: 1px dashed #828282; border-radius: 200px; display: block; text-align: center; }
.products-card__info__main .products-card__info__main__fracs { border: 1px dashed #828282; width: 100%; padding: 30px 30px 15px 30px; border-radius: 30px; margin-top: 60px; }
.products-card__info__main .products-card__info__main__fracs div { color: var(--blue-accent-color); }

.products-card__info__main_btn-wrapp { margin-top: 45px; }
.products-card__info__main_btn-wrapp .btn { width: 100%; }

.products-card__info__main_btn-wrapp__price { color: var(--blue-accent-color) !important; }
.products-card__info__main_btn-wrapp__price span { color: var(--text-color) !important; }

.products-slider { position: relative; }

.products-slider:hover .custom-arrow { opacity: 1; visibility: visible; }

/* Общий стиль кнопок */
.custom-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 99px; height: 99px; background-color: #5698d2; border-radius: 50%; border: none; cursor: pointer; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; z-index: 10; display: flex; align-items: center; justify-content: center; }

.custom-arrow::before { content: ''; background: url("../img/icon/Arrow-slider.svg") center center no-repeat; width: 40%; height: 90px; }

.products-slider .slick-track { display: flex; }

.products-slider .slick-list { overflow: hidden; }

/* Левая кнопка (повёрнута на 180°) */
.slick-prev { left: 80px; /* подстрой под дизайн */ transform: translateY(-50%) rotate(180deg); }

/* Правая кнопка */
.slick-next { right: 80px; }

.advantages-section { background: #56a5d2; padding: 140px 0; margin-bottom: 140px; position: relative; }
.advantages-section::before { content: ''; background: url("../img/5894341.png") center center no-repeat; left: 0; right: 0; top: 0; width: 100%; height: 100%; position: absolute; bottom: 0; background-size: cover; }
.advantages-section .container { position: relative; z-index: 2; }
.advantages-section .h2-title-wrapper h2::before { content: 'Наша преимущества'; }
.advantages-section .h2-title-wrapper::before { background: var(--bg-color); }

.advantages-wrapp { display: flex; justify-content: space-between; margin-top: 130px; align-items: flex-start; }

.advantages-wrapp-card { display: flex; flex-direction: column; gap: 17px; align-items: center; justify-content: center; width: 460px; }
.advantages-wrapp-card .advantages-wrapp__icon { width: 204px; height: 204px; padding: 30px; border-radius: 30px; background: var(--blue-accent-color); display: flex; align-items: center; justify-content: center; }
.advantages-wrapp-card .advantages-wrapp__title { text-transform: uppercase; color: var(--bg-color); font-size: 44px; font-weight: 500; text-align: center; }
.advantages-wrapp-card p { color: var(--bg-color); font-size: 24px; font-weight: 400; text-align: center; }

.service-section { position: relative; margin-bottom: 100px; }
.service-section .h2-title-wrapper h2::before { content: 'Обслуживание'; }

.service_content__img { border-radius: 10px; overflow: hidden; }
.service_content__img img { width: 100%; height: 100%; object-fit: cover; }

.service_content { display: flex; flex-direction: column; gap: 70px; margin-top: 140px; }
.service_content .service_content__top { display: flex; gap: 70px; height: max-content; }
.service_content .service_content__top .service_content__text { width: 40%; height: 70%; color: #474747; font-size: 17px; line-height: 30px; }
.service_content .service_content__top .service_content__img { flex: 1; }
.service_content .service_content__bottom { display: flex; gap: 70px; height: 500px; }
.service_content .service_content__bottom .service_content__img:first-child { width: 40%; height: 100%; }
.service_content .service_content__bottom .service_content__img:last-child { flex: 1; height: 100%; }

.about-section { padding: 140px 0; background: #56a5d2; margin-bottom: 200px; position: relative; overflow: hidden; }

.about__content { display: flex; gap: 70px; margin-top: 90px; }
.about__content__text { color: var(--bg-color); font-size: 17px; font-weight: 300; }
.about__content .h2-title-wrapper { position: relative; }
.about__content .h2-title-wrapper::before { background: var(--bg-color); }

.about-section::before { content: ''; background: url("../img/4345551.png") center center no-repeat; left: 0; right: 0; top: 0; width: 100%; height: 100%; position: absolute; bottom: 0; background-size: cover; }

.about-section .h2-title-wrapper h2::before { content: 'О компании'; left: 600px; top: 70px; }

.about-section .h2-title-wrapper::before { opacity: 0; }

.about-section .h2-title-wrapper h2::after { content: ''; height: 1px; width: 195px; background: #fff; position: absolute; left: 390px; top: 117px; }

@keyframes spin { from { transform: rotate(0deg); }
  to { transform: rotate(360deg); } }
.h2-title-wrapper__snej::before { content: ''; background: url("../img/elements/znez-blue.svg") center center no-repeat; position: absolute; width: 166px; height: 176px; top: 80px; animation: spin 20s linear infinite; }

.about__content__text { line-height: 40px; }
.about__content__text ul, .about__content__text li, .about__content__text p { line-height: 40px; }
.about__content__text ul li { list-style: none; }

.advantages-section { overflow: hidden; }

.advantages-section::after { content: ''; background: url("../img/elements/ellipse-block.png") center center no-repeat; position: absolute; width: 1540px; height: 1540px; top: -1000px; left: 10%; }

.about-section::after { content: ''; background: url("../img/elements/ellipse-block.png") center center no-repeat; position: absolute; width: 1540px; height: 1540px; top: -1000px; left: 10%; }

.partners-section { position: relative; margin-bottom: 140px; }
.partners-section .h2-title-wrapper h2::before { content: 'Наши парнеры'; }

.partners-wrapp { background: #fff; border-radius: 50px; margin-top: 75px; padding: 120px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; row-gap: 90px; column-gap: 30px; }
.partners-wrapp a { height: 127px; transition: 0.4s; }
.partners-wrapp a img { height: 100%; transition: 0.4s; }
.partners-wrapp a:hover { opacity: 0.7; }

.map-section { position: relative; margin-bottom: 300px; }
.map-section .h2-title-wrapper h2 { content: 'Здесь мы работаем'; }

.map-wrapp { margin: 0 auto; display: flex; align-items: center; justify-content: center; margin-top: 160px; opacity: 0.6; transition: 0.8s; }
.map-wrapp:hover { opacity: 1; }

.footer-top { background: #2366af; padding: 30px 0 50px; }
.footer-top form { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.footer-top form input { background: #fff; border-radius: 10px; height: 63px; padding: 20px 20px 20px 30px; border: none; }
.footer-top form input:focus { outline: none; }
.footer-top form .btn { width: 100%; font-family: 'AlienSolid'; }

.footer-top__text { background: #56a5d2; border-radius: 20px 20px 0 0; font-weight: 700; font-family: 'Montserrat'; color: var(--bg-color); padding: 20px 60px; font-size: 40; display: inline-block; }

.footer-bottom { background: #56a5d2; padding: 60px 0; border-top: 1px solid #fff; }
.footer-bottom .container { display: flex; justify-content: space-between; }
.footer-bottom .container .footer-bottom__left__contact { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom .container .footer-bottom__left__contact a { color: var(--bg-color); font-family: 'AlienSolid'; }
.footer-bottom .footer-bottom__left { display: flex; gap: 100px; flex-wrap: wrap; }
.footer-bottom .footer-bottom__left__menu { display: flex; flex-direction: column; gap: 20px; }
.footer-bottom ul { display: flex; gap: 20px; }
.footer-bottom li { list-style: none; }
.footer-bottom a { color: var(--bg-color); font-family: 'AlienSolid'; }
.footer-bottom .btn { background: var(--blue-accent-color); cursor: pointer; }

.products-card__wrapper { display: flex; flex-direction: column; gap: 50px; }

.contact-page .delivery-section .h2-title-wrapper h2 { content: 'Контакты'; }

.contact-section { position: relative; margin-bottom: 150px; }
.contact-section .h2-title-wrapper h2::before { content: 'Контакты'; }

.contact-text { background: #fff; border-radius: 30px 0 30px 30px; position: relative; padding: 65px; }
.contact-text .contact-text__wrapp { padding: 30px 0; border-top: 1px solid #2366af; border-bottom: 1px solid #2366af; }
.contact-text::before { content: ''; background: url("../img/delivery-icon/Frame10.svg") center center no-repeat; position: absolute; top: 0; right: -53px; height: 228px; width: 53px; }

.contact-text__wrapp div { font-weight: 700; color: var(--text-color); font-size: 17px; }
.contact-text__wrapp div a { color: var(--text-color); }

.map-section-contact .map-wrapp .map-wrapp__container { display: none; }
.map-section-contact .map-wrapp .map-wrapp__container.active { display: block; }

.map-wrapp__main-wrapper { margin-top: 60px; }

.map-wrapp__main-wrapper__buttons { display: flex; gap: 10px; }
.map-wrapp__main-wrapper__buttons button { background: #fff; border-radius: 15px; padding: 10px 30px; border: 1px solid #fff; height: 59px; font-size: 17px; text-transform: uppercase; font-family: 'UniSans'; color: var(--text-color); font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; }
.map-wrapp__main-wrapper__buttons button.office::before { content: ''; background: url("../img/animate-icon/office.svg") center center no-repeat; width: 38px; height: 38px; }
.map-wrapp__main-wrapper__buttons button.sclad::before { content: ''; background: url("../img/animate-icon/sclad.svg") center center no-repeat; width: 38px; height: 38px; }
.map-wrapp__main-wrapper__buttons button.active { border: 1px solid #205085; }

.map-wrapp { background: #fff; padding: 48px 60px; border-radius: 30px; margin-top: 13px; }

.map-wrapp__map { width: max-content; position: relative; }

.map-geo { width: 62px; height: 88px; position: absolute; z-index: 9; }
.map-geo::before { content: ''; background: url("../img/animate-icon/map-dots.png") center center no-repeat; width: 62px; height: 88px; position: absolute; z-index: 99; }
.map-geo::after { content: ''; background: url("../img/animate-icon/map-dots-hover.png") center center no-repeat; width: 62px; height: 88px; position: absolute; z-index: 99; opacity: 0; transition: opacity 0.4s, transform 0.4s; }
.map-geo .map-geo__info { padding: 40px; background: #fff; border-radius: 18px; width: 450px; position: absolute; left: 105%; bottom: 70%; box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.34); opacity: 0; display: none; transition: opacity 0.4s, transform 0.4s; z-index: 9999; }
.map-geo:hover { z-index: 99999; transform: scale(1.1); }
.map-geo:hover .map-geo__info { display: block; opacity: 1; }
.map-geo:hover::after { opacity: 1; z-index: 99999; }

.map-wrapp.mobile-map { display: none; }

.map-geo.novosib { bottom: 190px; left: 659px; }

.map-geo.tomsk { bottom: 240px; left: 799px; }

.map-geo.omsk { bottom: 130px; left: 580px; }

.map-geo.kemerovo { bottom: 190px; left: 759px; }

.map-geo.novokusnec { bottom: 120px; left: 779px; }

.map-geo.kusneck { bottom: 160px; left: 759px; }

.berdsk { bottom: 150px; left: 659px; }

.product-card { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-top: 120px; }

.product-section { background: #fff; padding: 70px; border-radius: 30px; margin-bottom: 70px; }
.product-section .h2-title-wrapper h2 { font-weight: 700; font-family: 'Univers55'; }
.product-section .h2-title-wrapper h2::before { display: none; }
.product-section .soul { padding: 21px 45px; border-radius: 30px; border: 1px dashed #828282; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; text-transform: uppercase; }

.product-card__info { display: flex; flex-direction: column; gap: 60px; }
.product-card__info .product-card__info__content { display: flex; gap: 30px; align-items: flex-start; }
.product-card__info .product-card__info__content ul:nth-child(1) li:first-child { font-weight: 700; margin-bottom: 40px; }
.product-card__info .products-card__info__main__fracs { margin-top: 0; }
.product-card__info .product-card__info__description span { font-weight: 700; margin-bottom: 30px; display: block; }

.product-card__slid { width: 100%; max-width: 600px; margin: 0 auto; }

.slider-for { margin-bottom: 20px; }

.slider-for img { width: 100%; height: auto; object-fit: cover; border-radius: 10px; }

.slider-nav { display: flex; justify-content: center; gap: 10px; }

.slider-nav .slick-slide { cursor: pointer; opacity: 0.5; transition: opacity 0.3s; }

.slider-nav .slick-current { opacity: 1; }

.slider-nav img { width: 100px; height: 70px; object-fit: cover; border-radius: 6px; }

.product-card__slid .slick-track { display: flex; align-items: center; justify-content: center; }

.product-card__slid .slider-nav .slick-track { gap: 10px; }

.product-card__slid { position: relative; overflow: hidden; }

.product-card__slid .slider-nav .slick-list { display: flex; align-items: center; justify-content: center; overflow: hidden; }

.product-card .slider-btn.next { width: 48px; height: 48px; background: #5698d2e9; border-radius: 50%; position: absolute; right: 0; display: flex; align-items: center; z-index: 999; justify-content: center; cursor: pointer; bottom: 20px; }
.product-card .slider-btn.next img { height: 40%; }

.slider-btn.prev { width: 48px; height: 48px; background: #5698d2e9; border-radius: 50%; position: absolute; left: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; bottom: 20px; }
.slider-btn.prev img { height: 40%; transform: rotate(180deg); }

.slider-for { height: 500px; }
.slider-for img { height: 100%; width: auto; margin: 0 auto; }
.slider-for .slick-list { height: 100%; }
.slider-for .slick-slide { display: flex; height: 100%; align-items: center; justify-content: center; }
.slider-for .slick-track { height: 100%; }

.product-form { background: #70c1e6; position: relative; border-radius: 30px; padding: 75px 90px; margin-top: 140px; }
.product-form form .form-wrapp { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 25px; }
.product-form form .form-wrapp input { background: #fff; border-radius: 7px; border: none; padding: 15px 30px; }
.product-form form .form-wrapp input:focus { outline: none; }
.product-form .btn { width: 100%; }
.product-form h3 { color: var(--bg-color); font-size: 65px; text-transform: uppercase; font-weight: 700; font-family: 'Univers55'; margin-bottom: 20px; }
.product-form::before { content: ''; background: url("../img/animate-icon/snez.png") center center no-repeat; position: absolute; right: -200px; width: 732px; height: 778px; top: -300px; }

.privacy { display: flex; align-items: center; gap: 15px; }
.privacy input { display: none; }
.privacy span { width: 24px; height: 24px; border: 2px solid #fff; background-color: transparent; display: inline-block; position: relative; border-radius: 3px; transition: background-color 0.3s ease; }
.privacy input:checked + span::after { content: ''; position: absolute; left: 7px; top: 1px; width: 6px; height: 12px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

label { color: var(--bg-color); font-size: 17px; margin-top: 40px; }

.popup-overlay { position: fixed; z-index: 999999; top: 0; left: 0; bottom: 0; right: 0; background: #ffffffb1; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; display: flex; }
.popup-overlay.active { display: block; display: flex; }

.popup-body { width: 657px; padding: 50px 60px 40px 60px; border-radius: 40px; overflow: hidden; background: #70c1e6; position: relative; }
.popup-body::before { content: ''; background: url("../img/animate-icon/snez.png") center center no-repeat; position: absolute; right: -200px; width: 732px; height: 778px; top: -100px; opacity: 0.4; }
.popup-body .close-btn { width: 37px; height: 37px; background: var(--bg-color); display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; right: 30px; top: 30px; cursor: pointer; }

.popup-body form { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 20px; }
.popup-body form label { margin-top: 0; }
.popup-body form .title { font-size: 60px; color: var(--bg-color); font-family: 'UniSans'; font-weight: 400; text-transform: uppercase; }
.popup-body form .title span { font-size: 60px; color: var(--blue-accent-color); font-family: 'Univers55'; font-weight: 700; text-transform: uppercase; }
.popup-body form p { font-family: 'Univers55'; color: var(--bg-color); font-size: 26px; line-height: 24px; }
.popup-body input { width: 100%; height: 54px; border-radius: 7px; background: #fff; border: none; padding: 15px 30px; }
.popup-body input:focus { outline: none; }
.popup-body .btn { width: 100%; }

.popup-overlay.active { opacity: 1; pointer-events: auto; }

.popup-body { transform: scale(0.8); opacity: 0; transition: transform 0.4s ease, opacity 0.4s ease; }

.popup-overlay.active .popup-body { transform: scale(1); opacity: 1; }

section { overflow: hidden; }

.btn-menu { display: none; }

.modile-menu { display: none; }

.mobile-footer-menu { display: none !important; }

/* Анимации */
.animTitleLeft.element-animation { opacity: 0; transform: translateX(-150px); }

.animTitleLeft.element-animation.element-show { opacity: 1; transition: all 0.8s; transform: translateX(0%); }

.animTitleTop.element-animation { opacity: 0; transform: translateY(150px); }

.animTitleTop.element-animation.element-show { opacity: 1; transition: all 0.8s; transform: translateX(0%); }

.animOpacity { opacity: 0; }
.animOpacity.element-animation.element-show { opacity: 1; }

.image-animate-wrapp { transition: all 0.4s; }
.image-animate-wrapp:hover { transform: scale(1.009); }

.delivery-page div#scene { width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; }

@media (max-width: 1280px) { .header-classic__top { padding-right: 0; } }
@media (max-width: 1250px) { .container { padding: 0 25px; }
  .h2-title-wrapper::before { display: none; }
  .advantages-section .h2-title-wrapper h2::before { left: 25px; }
  .h2-title-wrapper__snej::before { display: none; }
  .about-section .h2-title-wrapper h2::before { left: 25px; }
  .about-section .h2-title-wrapper h2::after { display: none; }
  .about__content { flex-direction: column; }
  .map-wrapp img { width: 100%; }
  .footer-bottom .footer-bottom__left .footer-bottom__left__contact { display: none; }
  .products-card__soul .products-card__soul__img img { height: 70%; }
  .products-card__soul { width: 40%; }
  .products-card__info { flex-direction: column; }
  .products-card__info__content__title h3 { font-size: 40px; }
  .header-fixed .desctop-menu { display: none; }
  .products-card__info { gap: 20px; }
  .products-card__info__main { width: 100%; }
  .products-card__info__main .products-card__info__main_btn-wrapp { margin-top: 0; }
  .header-classic__top { padding-right: 0; }
  div#scene { display: none; } }
@media (max-width: 991px) { .map-wrapp { display: none; }
  .map-wrapp.mobile-map { display: block; opacity: 1; }
  .map-wrapp.mobile-map img { width: 100%; height: auto; }
  .map-section .h2-title-wrapper h2::before { width: max-content; }
  header { overflow: hidden; }
  .header-classic__top { flex-direction: column; gap: 20px; }
  .header-classic .header-classic__top::before { display: none; }
  .desctop-menu { display: none; }
  h1, h2 { font-size: 40px; text-align: center; }
  .main-block .snowflake { display: none; }
  .logo-wrapp { display: flex; justify-content: space-between; width: 100%; align-items: center; }
  .btn-menu { display: block; padding: 14px 11px; background: var(--blue-bright-color); border-radius: 10px; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; }
  .btn-menu img { width: 80% !important; }
  .header-classic .logo img { height: 55px; }
  .mountains { display: none; }
  .cities { display: none; }
  .main-block::after { content: ''; background: url("../img/mob-main.jpg") center center no-repeat; position: absolute; left: 0; bottom: 0; top: 0; right: 0; width: 100%; background-size: cover; height: 100%; }
  .main-block::before { height: 100px; }
  .main-block { height: 700px; }
  .header-classic { padding-top: 40px; }
  .h2-title-wrapper h2::before { font-size: 60px; left: 0; top: -60px; }
  .header-fixed { display: none; }
  .products-card { flex-direction: column-reverse; height: auto; align-items: center; }
  .products-card__info .products-card__info__main .btn { display: none; }
  .products-card::before { width: 100%; height: 260px; top: inherit; bottom: 0; background-size: contain; }
  .products-card__soul { width: 100%; }
  .products-card__soul .products-card__soul__img { display: flex; align-items: center; justify-content: center; padding-bottom: 20px; }
  .products-card__soul .products-card__soul__img img { width: 80%; }
  .products-card__soul .btn { display: block; margin: 0 auto; }
  .custom-arrow { opacity: 1; visibility: inherit; }
  .advantages-wrapp { flex-direction: column; align-items: center; margin-top: 30px; gap: 30px; }
  .h2-title-wrapper h2 { text-align: center; margin: 0 auto; }
  .service_content .service_content__top { flex-direction: column; }
  .service_content .service_content__top .service_content__text { width: 100%; }
  .service_content .service_content__top .service_content__img { display: none; }
  .service_content .service_content__bottom { flex-direction: column; height: inherit; gap: 20px; }
  .service_content .service_content__top .service_content__text { height: auto; }
  .service_content { margin-top: 37px; }
  .service_content .service_content__top { height: auto; }
  .service_content .service_content__bottom .service_content__img:first-child { width: 100%; }
  .about__content { flex-direction: column-reverse; margin-top: 27px; }
  .about__content .about__content__img { width: 100%; }
  .about__content .about__content__img img { width: 100%; height: auto; object-fit: cover; }
  .partners-wrapp a { height: 70px; }
  .partners-wrapp { padding: 30px; margin-top: 55px; row-gap: 40px; }
  .about-section { margin-bottom: 72px; }
  .map-wrapp { margin-top: 20px; }
  .h2-title-wrapper h2::before { color: #ddedff; }
  .partners-section { margin-bottom: 40px; }
  .map-section { margin-bottom: 180px; }
  .modile-menu { display: block; }
  .modile-menu-body { position: fixed; right: 0; width: 80%; background: #70c1e6; top: 0; bottom: 0; height: 100%; z-index: 9999999; right: -80%; transition: right 0.3s ease-out; }
  .modile-menu-overlay { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #000000ca; z-index: 99999; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
  .modile-menu .close-btn { position: absolute; width: 37px; height: 37px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 70%; left: 45px; top: 25px; }
  .modile-menu .close-btn img { width: 70%; }
  .modile-menu-body ul { padding: 100px 45px 0 45px; display: flex; flex-direction: column; gap: 30px; }
  .modile-menu-body ul li a { font-family: 'AlienSolid'; color: var(--bg-color); font-weight: 700; font-size: 21px; z-index: 9; letter-spacing: 3px; position: relative; }
  .modile-menu-body ul li a.active { color: var(--text-color); }
  .modile-menu-body ul li a.active::after { content: ''; position: absolute; background: var(--bg-color); border-radius: 7px; height: 150%; width: 120%; top: -30%; left: -10%; z-index: -1; }
  .footer-bottom ul { display: none; }
  .footer-bottom__left__menu { flex-direction: column; }
  ul.mobile-footer-menu { display: block !important; display: flex !important; flex-direction: column; align-items: center; justify-content: center; gap: 15px; text-align: center; }
  ul.mobile-footer-menu a { text-align: center; font-size: 17px; font-family: 'Montserrat'; color: var(--bg-color); }
  ul.mobile-footer-menu li { text-align: center; font-size: 17px; font-family: 'Montserrat'; color: var(--bg-color); }
  .footer-bottom .footer-bottom__left__menu { align-items: center; }
  .footer-bottom .container { flex-direction: column; gap: 50px; align-items: center; } }
@media (max-width: 768px) { .header-contact-wrapp { flex-direction: column; gap: 40px; }
  .header-contact-wrapp__mumber { align-items: center; flex-direction: row; }
  .main-block .main-block_title { padding-top: 280px; }
  .custom-arrow { width: 58px; height: 58px; }
  .slick-next { right: 40px; }
  .slick-prev { left: 40px; }
  .products-card { padding: 46px; }
  .products-card__info__content__title h3 { text-align: center; }
  .products-card__info__content__title h3::before { width: 100%; left: 0; }
  .products-card__info__content ul li { font-size: 14px; }
  .products-card__info__main span, .products-card__info__main div { font-size: 17px; }
  .h2-title-wrapper h2::before { font-size: 40px; }
  .advantages-section .h2-title-wrapper h2::before { left: 0; top: -30px; }
  .advantages-section::after { height: 100%; width: 100%; left: 0; }
  .service_content__img { overflow: hidden; border-radius: 30px; }
  .about-section .h2-title-wrapper h2::before { left: 0; top: 100px; }
  .about-section::after { display: none; }
  .footer-top form { grid-template-columns: 1fr; }
  .footer-top form .btn { height: 63px; } }
@media (max-width: 576px) { h1, h2 { font-size: 28px; }
  .main-block { height: 550px; }
  .slick-prev { left: 0; }
  .slick-next { right: 0; }
  .products-section { padding-top: 60px; }
  .h2-title-wrapper h2::before { top: -30px; }
  .advantages-section { padding: 60px 0; }
  .advantages-wrapp-card .advantages-wrapp__title { font-size: 34px; }
  .advantages-wrapp-card p { width: 80%; }
  .advantages-section { margin-bottom: 20px; }
  .service-section { padding-top: 20px; }
  .h2-title-wrapper h2::before { top: 0; }
  .about-section { padding: 30px 0; }
  .h2-title-wrapper h2::before { font-size: 30px; }
  .h2-title-wrapper h2::before { top: -20px; }
  .service-section .h2-title-wrapper h2::before { top: 10px; }
  .about-section .h2-title-wrapper h2::before { top: 10px; }
  .about__content__text ul, .about__content__text li, .about__content__text p { line-height: 30px; }
  .about__content { gap: 20px; }
  .partners-wrapp a { height: 50px; }
  .about-section { margin-bottom: 20px; }
  .partners-section { padding-top: 30px; }
  .partners-section .h2-title-wrapper h2::before { top: 0; }
  .map-section { padding-top: 30px; }
  .map-section .h2-title-wrapper h2::before { top: 0; }
  .map-section { margin-bottom: 80px; }
  .footer-top__text { width: 100%; text-align: center; }
  .popup-body { width: 80%; padding: 30px; border-radius: 15px; }
  .popup-body form .title { font-size: 30px; }
  label { font-size: 12px; }
  .privacy span { height: 16px; }
  .popup-body .close-btn { z-index: 9999; }
  .popup-body form .title span { font-size: 30px; }
  .popup-body form p { font-size: 15px; line-height: 20px; }
  .privacy input:checked + span::after { left: 4px; top: 1px; width: 4px; height: 6px; } }
.products-card .btn { position: relative; z-index: 9999; }

.map-section .h2-title-wrapper h2::before { content: 'Здесь мы работаем'; }

.delivery_content__text li,
.about__content__text li,
.main-ul li {
  margin-bottom: 15px;
}

.delivery_content__text li::marker,
.about__content__text li::marker,
.main-ul li::marker {
  content: "✓  ";
  color: var(--marker-color, #47c4e1);
  font-weight: 700;
}

.about__content__text li::marker {
  color: var(--marker-color, #b9d1d7);
}

.about__content__text li:first-child {
  margin-top: 50px;
}

.about__content__text li:last-child {
  margin-bottom: 50px;
}

.delivery_content__text li:first-child {
  margin-top: 25px;
}

.delivery_content__text li:last-child,
.main-ul li:last-child {
  margin-bottom: 0;
}