@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
:root {

    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    font-family: Verdana, Geneva, sans-serif;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
/*16px = 1rem*/

header{
    position: sticky;
    top: 0;
    z-index: 999;
    transform: translateZ(0);
    will-change: transform;
}





.container {
    width: 86%;
    margin: 0 auto;
}

.header_desktop{
    background: rgba(47, 48, 48, 0.7);
    transition: all 0.3s ease-in-out;
    border-bottom: 0.13vw solid rgba(242, 242, 242, 0.3);
}

/* Стили для header после скролла */
.header_desktop.scrolled {
    background: rgba(242, 242, 242, 1);
    border-bottom: 0.13vw solid rgba(242, 242, 242, 1);

}


.header_desktop .header_desktop_wrapper .header_links_block
.menu .header_links-item:hover{
    color: rgba(239, 172, 7, 1);
}
.header_desktop.scrolled .header_desktop_wrapper .header_links_block
.menu .header_links-item:hover{
    color: rgba(239, 172, 7, 1);
}

.header_desktop_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1vw;
}

.menu{
    display: flex;
    gap: 4vw;
    margin-left: 25vw;

}

.logo_header{
    width: 5.5vw;
    padding-top: 1vw;
}

.logo_header img {
    width: 100%;
    transition: all 0.3s ease;
}

.logo_header img.alternate-logo {
    display: none;
}

.header_desktop.scrolled .logo_header img.alternate-logo {
    display: block;
    
}

.header_links-item{
    color: white;
    font-size: 1vw;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    display: flex;
    gap: 1vw;
    align-items: center;
}

.cta-button{
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(255, 181, 0, 0.32);
    border-radius: 2vw;
    border: 0.15vw solid rgba(255, 181, 0, 1);
    padding: 0.4vw 2vw;
    text-align: center;
    line-height: 1.1;
    font-size: 0.9vw;
    font-weight: 500;
    margin-right: 5vw;
    transition: background 0.5s ease-in-out ;
    cursor: pointer;
}

.cta-button:hover, .header_desktop.scrolled .cta-button:hover{
    background: rgba(255, 181, 0, 1);
}

#contactForm input::placeholder, textarea::placeholder {
    color: rgba(137, 135, 135, 1) !important;
    opacity: 1;
}
.header_desktop.scrolled .cta-button {
    background: rgba(255, 181, 0, 0.32);
    border-color: rgba(255, 181, 0, 1); 
    color: black;
}

.header_desktop.scrolled .default-logo{
    display: none;
}

.header_desktop.scrolled .header_links_block .menu .header_links-item {
   color: black;
}

.header_links-item img{
    width: 1.5vw;
}

.first_banner{
    position: relative;
    margin-top: -7vw;
    overflow: hidden;
}

.map{
    width: 49%;
    height: 29vw;
}

.map iframe{
    width: 100%;
    height: 100%;
}

.first_banner_img{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    
}

.first_banner_img img{
    width: 100%;
    height: 100%;
}

.first_banner_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.53);
}



.first_banner_wrapper{
    padding: 18vw 0 15vw 0;
    
}

.first_banner_wrapper{
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

.first_banner_head{
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 4vw;
    font-weight: 700;
}

.first_banner_head span{
    color: rgba(255, 181, 0, 1);
}

.first_banner_body{
    display: flex;
    flex-direction: column;
    
}

.first_banner_body-item{
    font-size: 1.4vw;
    color: white;
    font-weight: 400;

}

.first_banner_cta{
    color: white;
    background: rgba(240, 172, 7, 1);
    font-size: 1.4vw;
    width: 20vw;
    text-align: center;
    padding: 1vw 2vw 1vw 2vw;
    border-radius: 2vw;
    margin-top: 2vw;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.5s ease-in-out;
}

.first_banner_cta:hover{
    background: rgba(255, 196, 53, 1);
}


.big_image{
    width: 100%;
    position: sticky;
    top: 6vw;
    z-index: -1;
}

.big_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.animate_block{
    position: relative;
}


.animate_img{
    width: 100%;
    position: sticky;
    top: 0;
    z-index: -1;
}

.animate_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_block_scroll{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 77%;
    margin: 0 auto;
    padding-bottom: 10vw;
    margin-top: -50vw;
    position: sticky;
    top: -100vh;

}
.non-margin{
    margin-top: 0 !important;
}

.info_block_scroll-item{
    margin-top: -10vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.scroll-left{
    margin-left: 45vw;
}

.info_block_scroll-item_title{
    font-weight: 400;
    font-size: 1.2vw;
    color: white;
}

.info_block_scroll-item_info {
    display: flex;
    gap: 1vw;
    align-items: baseline;
    
}

.blocks_nak{
    position: relative;
}

.numeric{
    font-weight: 700;
    font-size: 3.3vw;
    text-transform: uppercase;
    align-items: center;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFB500 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.metrik{
    font-weight: 400;
    font-size:2.5vw;
    color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: end;
    

}


.info_block_scroll-item_img{
    width: 30vw;
}

.info_block_scroll-item_img img{
    width: 100%;
}

.floors_block{
    position: sticky;
    top: 0;
    z-index: 400;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.floors_block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(26, 26, 26, 0.59) 85.92%);
    pointer-events: none; 
}
.floors_block_img{
    width: 100%;
    position: absolute;

}

.floors_block_img img{
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.floors_block_text{
    padding: 5vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    z-index: 2;
    color: white;
}

.null{
    opacity: 0;
}

.floors_block_text_head{

    font-weight: 400;
    font-size: 1.3vw;
    
}

.floors_block_text_floors{

    font-weight: 700;
    font-size: 2.3vw;
    color: white;
}

.floors_block_text_floors span{
    font-weight: 400;
}

.floors_block_text_text{

    font-weight: 400;
    font-size: 1.3vw;

}

.address_block_wrapper{
    display: flex;

}

.adress_block_img{
    width: 51%;
    height: unset;
}

.adress_block_img img{
    width: 100%;
    object-fit: cover;
}

.adress_block_info{
    width: 45%;

}

.adress_block_info_wrapper{
    padding: 4vw;
    padding-right: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}


.adress_block_info_line{
    display: flex;
    gap: 3vw;
}

.adress_block_info_line-item{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.adress_block_info_body{
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}
.adress_block_info_body-item{
    display: flex;
    gap: 1vw;
    align-items: center;
}

.adress_block_info_body-item_img{
    width: 1.2vw;
}

.adress_block_info_body-item_img img{
    width: 100%;
}

.adress_block_info_body-item_text{
    font-weight: 400;
    font-size: 0.9vw;

}

.adress_block_info_head{
    font-weight: 500;
    font-size: 1.1vw;
    color: rgba(71, 123, 146, 1);
}




.contact-container {
    margin-top: -.5vw;
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.2);
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    object-fit: cover;
}

.contact-content {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    width: 87%;
    margin: 0 auto;
    color: white;
    padding-top: 10vw;
    padding-bottom: 5vw;
}

.contact-info {
    flex: 1;
    padding-right: 2.5vw;
}

.contact-info-head {
    font-size: 3vw;
    margin-bottom: 1.5vw;
    font-weight: 400;
    font-family: 'Montserrat' , sans-serif;

}

.contact-info p {
    margin-bottom: 1vw;
    font-size: 1.1vw;
    font-weight: 700;
}

.phone, .download {
    display: flex;
    align-items: center;
    margin-top: 2vw;
    gap: 1vw;
    font-weight: 700;
}


.phone {
    margin-top: 2vw;
    font-size: 1.1vw;
}


.phone img, .download img{
    width: 1.6vw;
}


.download-link {
    color: white;
    text-decoration: none;
    font-size: 1.1vw;
}

.download-link:hover {
    text-decoration: underline;
}

.contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 2vw;
}

.form-group {
    margin-bottom: 1vw;
}

input, textarea {
    width: 100%;
    padding:  1vw;
    border-radius: 0.5vw;
    border: none;
    background-color: transparent;
    color: white;
    font-size: 1vw;
    border: 0.1vw solid rgba(231, 231, 231, 1);

}

/* Стили для placeholder'ов */
input::placeholder, textarea::placeholder {
    color: white;
    opacity: 0.7;
}

/* Для старых браузеров */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: white;
    opacity: 0.7;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: white;
    opacity: 0.7;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: white;
    opacity: 0.7;
}

input{
    width: 60%;
}
textarea {
    resize: none;
    height: 10vw;
    width: 70%;
}

input:focus, textarea:focus{
    border: 0.1vw solid rgba(239, 172, 7, 1);
    outline: none;
    
}

.checkbox {
    display: flex;

    flex-direction: column;
}

.hidden-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-popup {
    position: relative;
    display: inline-block;
    margin-right: 0.6vw;
    cursor: pointer;
}

.custom-checkbox img{
    width: 2vw;
}

.custom-checkbox-popup img{
    width: 1vw;
}

.checkbox-unchecked, .checkbox-checked, .checkbox-popup-unchecked, .checkbox-popup-checked{
    transition: all 0.2s ease;
}

.checkbox label {
    font-size: 0.8vw;
    font-weight: 700;
    color: white;
    cursor: pointer;
    margin-top: -0.5vw;
}

.btn_block{
    display: flex;
    justify-content: right;
    align-items:start;
    width: 70%;
}

.submit-btn {
    background-color: #FFA500;
    color: white;
    border: none;
    padding: 0.8vw 2.3vw;
    border-radius: 2vw;
    font-size: 1vw;
    cursor: pointer;
    font-weight: 700;
    transition: background-color 0.3s;
    
}

.submit-btn:hover {
    background-color: #FF8C00;
}




.swipers_block_item_static{
    display: flex;
    gap: 1vw;
    flex-direction: column;
}

.swipers_block_item_static_head{
    font-family: 'Montserrat' , sans-serif;
    font-weight: 600;
    font-size: 1.2vw;
    color: rgba(77, 122, 142, 1);
}


.swipers_block_item_static_list{
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-top: 2vw;
}

.swipers_block_item_static_list-item{
    display: flex;
    gap: 1vw;
    align-items: first baseline;
    font-weight: 400;
    white-space: nowrap;
    font-size: 0.95vw;

}

.swipers_block_item_static_list-item img{
    width: 0.5vw !important;
    height: 0.5vw !important;
    margin-top: 0;
}

.swipers_block_item_swiper{
    position: sticky;
    top:1vw;
    height: 43vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    width: 52vw !important;
    margin-top: -2vw;
}

.swipers_block_item_swiper_text{
    font-weight: 400;
    font-size: 1.1vw;
    line-height: 1.5;
    padding-bottom: 2vw;

}

.swiper{
    width: unset !important;
    height: 30vw; 
    overflow: hidden;
  
}

.swiper-wrapper {
    display: flex;
    
    position: relative;
    
  }
  
  .swiper-slide {
    flex-shrink: 0;
   
    position: relative;
  }


.swiper-slide img{
    width: 100%;
    opacity: 1 !important;
}


.swiper-pagination {
    display: flex;
    justify-content: center;
    z-index: 10;

    margin-top: 1vw;
  }
  
  .swiper-pagination-bullet {
    width: 0.75vw;
    height: 0.75vw;
    margin: 0 0.5vw;
    background-color: rgba(217, 217, 217, 1);
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgba(119, 119, 119, 1);
  }

  
  


.reverse{
    display: flex;
    flex-direction: row-reverse;
}



.footer_desktop{
    background: rgba(53, 53, 53, 1);
}

.footer_desktop_wrapper{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.footer_desktop_firstline{
    width: 88%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer_desktop_secondline{
    width: 88%;
    margin: 0 auto;
    display: flex;
    gap: 3vw;
    align-items: center;
    color: white;
}

.c2025{
    font-weight: 400;
    font-size: 0.9vw;
}

.policy{
    font-weight: 400;
    font-size: 0.9vw;
}

.foot_men{
    margin-top: -2vw;
}

.logo_footer{
    width: 5vw;
}

.logo_footer img{
    width: 100%;
}

.footer_desktop_firstline .header_links_block{
    margin-left: 5vw;
}




.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    width: 27.86vw; /* 535px / 1920px * 100 */
    height: 26.77vw; /* 514px / 1920px * 100 */
    background-color: white;
    border-radius: 0.5vw;
    position: relative;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close-button {
    position: absolute;
    top: 1vw;
    right: 1vw;
    background: none;
    border: none;
    font-size: 1.5vw;
    cursor: pointer;
    font-weight: bold;
}

.popup-title {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 2vw;
    text-align: center;
}

.form-input-popup {
    width: 100%;
    padding: 0.8vw 1vw;
    margin-bottom: 1vw;
    border: 1px solid #ccc;
    border-radius: 2vw;
    font-size: 0.9vw;
    color: rgba(137, 135, 135, 1) !important;
    
}

.checkbox-container-popup {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
    font-size: 0.8vw;
}

.custom-checkbox-popup {
    width: 0.8vw;
    height: 0.8vw;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 0.5vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-checkbox-popup.checked {
    background-color: grey;
    border-color: grey;
}

.custom-checkbox-popup.checked::after {
    content: "";
    width: 0.4vw;
    height: 0.4vw;
    background-color: white;
    border-radius: 50%;
}

.checkbox-input-popup {
    position: absolute;
    opacity: 0;
    width: 1vw;
    height: 1vw;
    margin: 0;
    cursor: pointer;
}

.privacy-link {
    color:cadetblue;
    text-decoration: none;
    margin-left: 0.5vw;
}

.submit-button {
    width: 100%;
    padding: 0.8vw;
    background-color: #F5A700;
    color: white;
    border: none;
    border-radius: 2vw;
    cursor: pointer;
    font-size: 1vw;
    font-weight: bold;
}

/* .about_block{
   
    width: 87%;
    margin: 0 auto;
    margin-bottom: 5vw;
    margin-top: 5vw;
}

.about_block_wrapper{
    display: flex;
    flex-direction: column;
    gap: 5vw;
}
  
.about_block_head{
    font-family: 'Montserrat' , sans-serif;
    font-weight: 700;
    font-size: 2.1vw;
    line-height: 1.4;
    color: rgba(77, 122, 142, 1);
    width: 86vw;
    margin: 0 auto;
}

.about_block_body{
    display: flex;
    flex-direction: column;
}

.about_block_body_firstline{
    display: flex;
    gap: 5vw;
    align-items: center;
    margin-top: 2vw;
}

.about_block_body_firstline_img{
    width: 42vw;
    
}

.about_block_body_firstline_img img{
    width: 100%;
    object-fit: cover;
}

.about_block_body_firstline_body{
    width: 32vw;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1.4;
}

.about_block_body_secondline{
    display: flex;
    gap: 9vw;
}

.about_block_body_secondline_img{
    width: 37vw;
    margin-top: -10vw;
}

.about_block_body_secondline_img img{
    width: 100%;
}

.about_block_body_secondline_head{
    font-family: 'Montserrat' , sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(77, 122, 142, 1);
    padding-top: 7vw;
}

.about_block_body_secondline_head span{
    margin-left: 4vw;
}

.about_block_body_text{
    font-weight: 400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: center;
    width: 67vw;
    margin: 0 auto;
    margin-top: 7vw;

} */

.about_block {
    width: 87%;
    margin: 0 auto;
    margin-bottom: 5vw;
    margin-top: 5vw;
}

.about_block_wrapper {
    display: flex;
    flex-direction: column;
    gap: 5vw;
}

.about_block_head {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.1vw;
    line-height: 1.4;
    color: rgba(77, 122, 142, 1);
    width: 86vw;
    margin: 0 auto;
}

.about_block_body {
    display: flex;
    flex-direction: column;
}

.about_block_body_firstline {
    display: flex;
    gap: 5vw;
    align-items: center;
    margin-top: 2vw;
}

.about_block_body_firstline_img {
    width: 42vw;
    height: 50vw; 
    overflow: hidden; 
    position: relative;
}

.about_block_body_firstline_img img {
    width: 100%;
    height: 120%; /* Изображение больше контейнера */
    object-fit: cover;
    object-position: center top; 
    transition: transform 2s ease-out; 
    /* Начальное положение - изображение смещено вниз */
    transform: translateY(0%);
}

/* Класс, который будет добавлен через JavaScript */
.about_block_body_firstline_img.active img {
    transform: translateY(-10%); /* Смещение изображения вверх при активации */
}

.about_block_body_firstline_body {
    width: 32vw;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1.4;
}

.about_block_body_secondline {
    display: flex;
    gap: 9vw;
}

.about_block_body_secondline_img {
    width: 37vw;
    height: 25vw;
    margin-top: -10vw;
    overflow: hidden; /* Добавлено для обрезки изображения */
}

.about_block_body_secondline_img img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    object-position: center top; 
    transition: transform 2s ease-out; 
    transform: translateY(0%);
}

.about_block_body_secondline_img.active img {
    transform: translateY(-20%); /* Смещение изображения вверх при активации */
}

.about_block_body_secondline_head {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(77, 122, 142, 1);
    padding-top: 7vw;
}

.about_block_body_secondline_head span {
    margin-left: 4vw;
}

.about_block_body_text {
    font-weight: 400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: center;
    width: 67vw;
    margin: 0 auto;
    margin-top: 7vw;
}



.info_banner{
    margin-top: 5vw;

}

.policy_block{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    padding: 4vw 0 4vw 0;
}

.info_banner_wrapper{
    display: flex;
    justify-content: space-between;
}

.info_banner_leftside{
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

.info_banner_leftside_head{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 1.5;
    color: rgba(77, 122, 142, 1);

}

.info_banner_leftside_text{
    width: 80%;
    color: rgba(46, 50, 52, 1);
    font-weight: 400;
    font-size: 1.2vw;
    line-height: 1.5;

}

.info_banner_rightside{
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
    margin-left: -1vw;
}

.info_banner_rightside_text{
    font-weight: 400;
    font-size: 1.4vw;
    line-height: 1.4;
    color: rgba(61, 108, 129, 1);

}

.info_banner_rightside_line{
    height: 0.15vw;
    width: 95%;
    background: rgba(182, 182, 182, 1);
}

.info_swiper{
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.list_info{
    display: flex;
    gap: 2vw;
}

.info_swiper_wrapper{
    display: flex;
    gap: 2vw;
    width: 87%;
    margin: 0 auto;
}

.swiper_cont{
    width: 42vw;
}

.swiper_control{
    display: flex;
    align-items: center;
    gap: 1vw;
    justify-content: center;
    
}

.swp_btn img{
    width: 1.5vw;
    margin-top: 1vw;
    cursor: pointer;
}

.info_swiper_wrapper_rightside{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    
}



.swiper-slide-active {
    opacity: 1 !important; 
}

.header_mobile_wrapper {
    background: rgba(47, 48, 48, 0.7);
    transition: all 0.3s ease-in-out;
    border-bottom: 0.13vw solid rgba(242, 242, 242, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.header_mobile_wrapper.scrolled {
    background: rgba(242, 242, 242, 1);
    border-bottom: 0.13vw solid rgba(242, 242, 242, 1);
}

.header_mobile_wrapper .header_links_block .menu .header_links-item {
    color: white;
}

.header_mobile_wrapper.scrolled .header_links_block .menu .header_links-item {
    color: black;
}

.header_mobile_wrapper .cta-button {
    color: white;
    background: rgba(255, 181, 0, 0.32);
    border: 0.15vw solid rgba(255, 181, 0, 1);
    transition: background 0.5s ease-in-out ;
    cursor: pointer;
}

.header_mobile_wrapper .cta-button:hover,
.header_mobile_wrapper.scrolled .cta-button:hover {
    background: rgba(255, 181, 0, 1);
}

.header_mobile_wrapper.scrolled .cta-button {
    background: rgba(255, 181, 0, 0.32);
    border-color: rgba(255, 181, 0, 1); 
    color: black;
}

.header_mobile_wrapper .logo_header img.alternate-logo {
    display: none;
}

.header_mobile_wrapper.scrolled .logo_header img.alternate-logo {
    display: block;
}

.header_mobile_wrapper.scrolled .logo_header img.default-logo {
    display: none;
}
.header_mobile{
    display: none;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.footer_mobile{
    display: none;
}
label{
    position: relative;
}
label a{
    position: relative;
    z-index: 2;
    color: inherit;
    text-decoration: none;
}

.policy_link{
    margin-left: 3vw;
    margin-top: -1.5vw;
    font-size: 0.9vw;
    font-weight: 600; 
    color: cadetblue;
    
}

.checkbox_text{
    font-size: 1vw;
}
@media screen and (max-width: 992px) {
    .desktop{
        display: none;
    }
    .checkbox_text{
        font-size: 2.7vw;
    }
    .footer_desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .header_mobile{
        display: block;
    }
    .container{
        width: 85%;
    }
    .header_desktop{
        display: none;
    }
    .header_mobile_wrapper{
        width: 100%;
        padding: 1vw 0;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 3vw;
    padding-top: 3vw;
    }
     .logo_header{
        width: 10vw ;
    }
    .policy_link{
        margin-left: 9vw; 
        font-size: 2.7vw; 
        color: cadetblue;
        margin-top: -3vw;
    }
    .header_mobile_wrapper .header_links_block .menu .header_links-item{
        font-size: 2.3vw;
        gap: 1vw;
        flex-direction: column;
        justify-content: left;
        font-weight: 400;
        align-items: baseline;
    }
    .header_links-item img{
        width: 3vw;
    }
    
    .menu{
        margin-left: unset;
        gap: 2vw;
    }

    .cta-button{
        padding: 0.7vw 5vw;
        font-weight: 600;
        margin-top: 1vw;
        text-align: center;
        line-height: 1.2;
        border-radius: 4vw !important;
        border: 0.3vw solid rgba(255, 181, 0, 1);
        margin-right: unset;

    }
    .btn{
        font-size: 2.5vw;
        display: flex;
        flex-direction: column;
        gap: 0.4vw;
    }
    .btn span{
        font-size: 2.5vw;
    }

    .first_banner{
        height: 100vw;
        margin-top: -13vw;
    }

    .first_banner_wrapper{
        padding-top: 30vw;
    }
    .first_banner_head{
        font-size: 5.5vw;
    }

    .first_banner_body{
        gap: 1vw;
    }
    .first_banner_body-item{
        font-size: 3.9vw;
    }
    .first_banner_cta{
        font-size: 3.7vw;
        padding: 3vw 3vw;
        width: 42vw;
        margin-top: 1vw;
        text-align: center;
        border-radius: 5vw;
    }
    .info_banner_wrapper{
        flex-direction: column;
        gap: 8vw;
    }
    .info_banner_leftside{
        width: 100%;
    }
    .info_banner_rightside{
        width: 100%;
        gap: 3vw;
        padding-bottom: 10vw;
    }
    .info_banner_leftside_head{
        font-size: 4.2vw;
    }
    .info_banner_leftside_text{
        font-size: 3.7vw;
    }
    .info_banner_rightside_text{
        font-size: 3.5vw;
    }
    .info_banner_rightside_line{
        width: 100%;
    }
    .address_block_wrapper{
        flex-direction: column;
        gap: 5vw;
    }
    .map{
        width: 100%;
        height: 60vw;
    }
    .adress_block_img{
        width: 100%;
    }

    .info_banner_leftside_head{
        margin-top: 10vw;
    }

    .info_swiper_wrapper{
        flex-direction: column;
    }
    .swiper {
        width: 100% !important;
        height: auto;
        margin: 0 auto;
        background: none;
        box-shadow: none;
    }
    .swiper-slide {
        width: 100% !important;
        height: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 1vw;
    }
    .swiper_control {
        margin-top: 3vw;
        justify-content: center;
        align-items: center;
        gap: 4vw;
    }
    .swiper-pagination {
        margin: 0 2vw;
        gap: 1vw;
    }
    .swiper-pagination-bullet {
        width: 3vw;
        height: 3vw;
        margin: 0 1vw;
    }
    .swiper-pagination-bullet-active {
        background-color: #777;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 6vw !important;
        height: 6vw !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        box-shadow: none;
    }
    .swp_btn img {
        width: 6vw !important;
        height: 6vw !important;
        margin-top: 0;
    }
    .info_swiper_wrapper_rightside {
        margin-top: 4vw;
        gap: 2vw;
    }
    .swipers_block_item_static {
        gap: 4vw;
        padding: 4vw 0;
    }
    .swipers_block_item_static_head {
        font-size: 4vw;
        margin-bottom: 2vw;
        text-align: left;
    }
    .swipers_block_item_static_list {
        gap: 2vw;
    }
    .swipers_block_item_static_list-item {
        font-size: 3.5vw;
        gap: 2vw;
        line-height: 1.4;
        align-items: flex-start;
    }
    .swipers_block_item_static_list-item img {
        width: 2vw !important;
        height: 2vw !important;
        margin-top: 1.7vw;
    }
    .list_info {
        flex-direction: column;
        gap: 3vw;
    }
    .contact-container {
        width: 100vw;
        min-width: 0;
        height: auto;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin-top: -1vw;
    }
    .background-image {
        height: 65vw;
        object-fit: cover;
        border-radius: 0;
        z-index: 3;
    }
    .contact-overlay {
        height: 100%;
        border-radius: 0;
    }
    .contact-content {
        flex-direction: column;
        width: 100vw;
        margin: 0;
        padding: 0 0 8vw 0;
        min-width: 0;
        background: rgba(50, 50, 50, 0.82);
        z-index: 3;
        overflow: hidden;
    }
    .contact-info {
        padding: 6vw 6vw 2vw 6vw;
        gap: 3vw;
        
    }
    .contact-info-head {
        font-size: 6vw;
        margin-bottom: 4vw;
    }
    .contact-info p,
    .contact-info .address,
    .contact-info .email {
        font-size: 3.7vw;
        margin-bottom: 2vw;
        word-break: break-all;
    }
    .phone, .download {
        font-size: 3.8vw;
        gap: 2vw;
        margin-top: 6vw;
    }
    .phone img, .download img {
        width: 6vw;
    }
    .download-link {
        font-size: 3vw;
    }
    .contact-form {
        margin-top: 25vw;
        padding: 0 6vw 6vw 6vw;
        width: 100%;
        background: transparent;
    }
    .form-group {
        margin-bottom: 4vw;
    }
    input, textarea {
        font-size: 3.5vw;
        padding: 4vw;
        border-radius: 1vw;
        width: 100%;
        color: white !important;
    }
    
    /* Стили для placeholder'ов в мобильной версии */
    input::placeholder, textarea::placeholder {
        color: white !important;
        opacity: 0.7;
    }
    
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: white !important;
        opacity: 0.7;
    }
    
    input::-moz-placeholder, textarea::-moz-placeholder {
        color: white !important;
        opacity: 0.7;
    }
    
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: white !important;
        opacity: 0.7;
    }

    
    
    #mainContactForm{
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    textarea {
        height: 32vw;
        font-size: 3vw;
    }
    .checkbox {
        font-size: 2.5vw;
        margin-bottom: 4vw;
    }
    .custom-checkbox img {
        width: 4vw;
    }
    .custom-checkbox-popup img{
        width: 3vw;
    }
    .btn_block {
        display: block;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .submit-btn {
        font-size: 4vw;
        padding: 2vw 4vw;
        border-radius: 4vw;
        width: auto;
        min-width: 40vw;
        background: #FFA500;
        color: #fff;
        font-weight: 700;
        border: none;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }
    .form-group.checkbox label {
        color: #fff !important;
    }

    main{
        overflow: hidden;
    }
    .footer_mobile{
        display: block;
        background: rgba(53, 53, 53, 1);
        overflow: hidden;
    }
    .footer_mobile_wrapper{
        display: flex;
        flex-direction: column;
        gap: 8vw;
        padding: 6vw 0;
    }
    .footer_mobile_firstline{
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 6vw;
    }
    .footer_mobile_firstline_text{
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }
    .logo_footer{
        width: 17vw;
    }

    .footer_mobile_firstline_text-item img{
        width: 5vw;
    }

    .footer_mobile_firstline_text-item{
        display: flex;
        align-items: center;
        gap: 4vw;
        color: white;
        font-weight: 500;
    }
    .footer_mobile_secondline_text-item{
        display: flex;
        align-items: center;
        gap: 2vw;
        color: white;
        font-weight: 500;
    }
    .footer_mobile_secondline_text-item a{
        font-size: 3.2vw;
    }
    .swiper_mobile {
        width: 85vw !important;
        max-width: 85vw !important;
        margin: 0 auto !important;
    }
    .swiper_mobile .swiper-wrapper {
        display: flex;
        position: relative;
    }
    .swiper_mobile .swiper-slide {
        width: 85vw !important;
        max-width: 85vw !important;
        margin: 0 auto !important;
    }
    .swiper_mobile .swiper-slide img {
        width: 85vw;
        max-width: 85vw;
        margin: 0 auto;
        display: block;
    }
    .swiper_mobile .swiper_control {
        margin-top: 3vw;
        justify-content: center;
        align-items: center;
        gap: 4vw;
    }
    .swiper_mobile .swiper-pagination {
        margin: 0 2vw;
        gap: 1vw;
    }
    .swiper_mobile .swiper-pagination-bullet {
        width: 3vw;
        height: 3vw;
        margin: 0 1vw;
    }
    .swiper_mobile .swiper-pagination-bullet-active {
        background-color: #777;
    }
    .swiper_mobile .swiper-button-prev,
    .swiper_mobile .swiper-button-next {
        width: 6vw !important;
        height: 6vw !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        box-shadow: none;
    }
    .swiper_mobile .swp_btn img {
        width: 6vw !important;
        height: 6vw !important;
        margin-top: 0;
    }
    .custom-checkbox {
        width: 5vw;
        height: 7vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 3vw;
    }
    .custom-checkbox-popup img{
        width: 5vw;
    }
    .custom-checkbox img {
        width: 7vw !important;
        height: 7vw !important;
        margin-top: 2vw;
    }
    .form-group.checkbox label {
        font-size: 2.7vw;
        margin-left: 2vw;
    }
}

.swiper_mobile, .swiper_mobile .swiper-slide, .swiper_mobile .swiper-wrapper {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}
.swiper_mobile {
    width: 85vw !important;
    max-width: 85vw !important;
    margin: 0 auto !important;
}
.swiper_mobile .swiper-slide {
    width: 85vw !important;
    max-width: 85vw !important;
    margin: 0 auto !important;
}
.swiper_mobile .swiper-slide img {
    width: 85vw;
    max-width: 85vw;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 600px) {
  .popup-overlay {
    align-items: flex-start;
    padding: 6vw 0;
  }
  .popup {
    width: 92vw !important;
    min-width: unset;
    max-width: 98vw;
    height: auto !important;
    min-height: unset;
    max-height: 98vh;
    border-radius: 3vw;
    padding: 6vw 4vw 4vw 4vw;
    box-sizing: border-box;
    overflow-y: auto;
    font-size: 4vw;
  }
  .popup-title {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  .form-input-popup {
    font-size: 4vw;
    padding: 3vw 2vw;
    border-radius: 3vw;
    margin-bottom: 3vw;
    
  }
  .checkbox-container-popup {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  .custom-checkbox-popup {
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
  }
  .submit-button {
    font-size: 4vw;
    padding: 3vw;
    border-radius: 3vw;
  }
  .close-button {
    font-size: 7vw;
    top: 2vw;
    right: 2vw;
  }
}

