    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        line-height: 1.3;
        list-style: none;
        font-family: "TT Fors";
    }

    .swiper-transition {
        .swiper-wrapper {
            -webkit-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            transition-timing-function: linear;
        }
    }

    @font-face {
        font-family: "TT Fors";
        src: url("../fonts/TT Fors.ttf");
    }

    a {
        color: #00471E;
        text-decoration: underline;
    }

    a:hover {
        text-decoration: none;
    }

    .main_tel {
        text-decoration: none;
        color: #00471e;
    }

    .button_room {
        margin-left: 129px
    }

    .hod_list_item_left {
        width: 70%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .hod_list_item_right {
        width: calc(30% - 20px);
        height: 100%;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .hod_list_item_left img {
        width: 100%;
        height: 100%;
        object-position: 0;
        object-fit: cover;
        transition: all 4s ease-in-out;
    }

    .hod_list_item_right img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: all 4s ease-in-out;
    }

    .hod_list_item_right a {
        height: calc(33% - 10px);
        overflow: hidden;
    }

    .hod_list_item_right img:hover {
        scale: 1.5;
    }

    .hod_list_item_left img:hover {
        scale: 1.5;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
    }

    .rooms-buttons_home:after {
        content: "";
        position: absolute;
        background: url(../images/arrow-down.svg);
        width: 14px;
        height: 14px;
        top: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 10;
        right: 15px;
        transition: 0.3s transform;
    }

    OPTION {
        background: #f1f6ef;
        border-bottom: 1px solid grey;
        ;
    }

    select::-ms-expand {
        display: none;
    }

    #house-number {
        background: url(images/arrow-down.svg) no-repeat #f0cb93;
        background-size: 24%;
        background-position: center right 12px;
    }

    .tel_footer,
    .email_footer {
        text-decoration: none;
        color: #fff;
        margin-bottom: 30px;
        font-size: 18px;
        margin-left: 30%;
    }

    .news .uk-first-column img {
        object-fit: cover;
        margin-bottom: 2%;
        object-position: center;
        max-height: 357px;
    }

    .contacts_left,
    .contacts_right {
        display: flex;
        flex-direction: column;
    }

    .contacts_right .tel_footer,
    .contacts_right .email_footer {
        text-decoration: unset;
        color: unset;
        margin-bottom: unset;
        font-size: unset;
        margin-left: unset;
    }

    .buttom_menu a {
        text-decoration: none;
        color: #fff;
    }

    .content {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 20px;
    }

    nav,
    .menu ul {
        display: flex;
    }

    .menu ul li:nth-child(3) {
        display: none !important;
    }

    .breadcrumps {
        padding: 20px 0 4px 0px;
        color: #00471e;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        display: none;
    }

    .menu,
    .small_contacts {
        margin-left: auto;
    }

    .due_date {
        margin: 10px 0;
    }

    .due_date2 {
        margin: 10px 0px 20px 0;
        box-shadow: 0px 2px 8px 0px #00471e33;
    }

    .due_date_flats {
        position: absolute;
        right: 40px;
        bottom: 20px;
        z-index: 2;
        color: #FFF;
        font-size: 21px;
        margin-bottom: 7px;
        font-weight: 300
    }

    .inner_content {
        padding-top: 100px;
        position: relative;
    }

    .small_contacts {
        margin-right: 40px;
    }

    .menu ul li:hover {
        font-size: 17px;
        transition: all 0.5s ease;
        cursor: pointer;
        color: #a3b588;
    }

    header,
    .main_nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        background: #fff;
    }

    .main_nav_content {
        margin: 0 auto;
        display: flex;
        align-items: center;
        max-width: 1440px;
        width: 1440px;
        padding: 0 20px;
    }

    .nav2 ul ul a li:hover {
        margin-left: -9px;
    }

    nav {
        justify-content: space-between;
        align-items: center;
        color: #00471e;
        height: 90px;
    }

    nav .menu ul {
        display: flex;
        gap: 20px;
        font-weight: 500;
    }

    .burger_logo {
        width: 40px;
    }

    .main_slider {
        width: 100%;
        height: 887px;
        background-size: cover;
        background-position: bottom;
        color: #fff;
        position: relative;
        margin-bottom: 30px;
    }

    .digits {
        position: absolute;
        bottom: 20px;
        right: 30px;
        display: flex;
        gap: 0px;
        z-index: 2;
    }

    .digits div {
        display: flex;
        float: left;
        align-items: flex-end;
        width: 50%;
        color: #fff;
    }

    .digits div span {
        font-size: 70px;
        font-weight: 500;
        padding-right: 8px;
        color: #fff;
        margin-bottom: -3px;
        height: 77px;
    }

    .kluchi_desk {
        position: absolute;
        left: 35px;
        top: 35px;
        color: #FFF;
    }

    .inner_slider {
        background: url("../images/lotos.jpg") no-repeat;
        background-position: center;
        height: 300px;
        background-size: cover;
        position: relative;
    }

    .inner_slider2 {
        background: url("../images/kluchphoto.jpg") no-repeat;
        background-position: center;
        height: 300px;
        background-size: cover;
        position: relative;
    }

    .flats_slider {
        background: url("../images/panorama.jpg") no-repeat;
        background-position: top;
        height: 300px;
        background-size: cover !important;
        position: relative;
        margin-bottom: 30px;
    }

    .service_slider {
        background: url("../images/lotos2.jpg") no-repeat;
        background-position: center;
        height: 300px;
        background-size: cover;
        position: relative;
    }

    .modern_text {
        font-size: 32px;
        line-height: 1.4;
        padding: 0px 0 40px;
        color: #00471e;
    }

    .side_panel {
        width: 280px;
        color: #00471e;
        font-weight: 500;
    }

    .side_panel span {
        padding: 30px 0;
        font-size: 17px;
    }

    .text_page {
        width: calc(100% - 220px);
        padding: 0 40px 10px 0;
    }

    .text_page_one {
        width: 100%;
        padding: 0 40px 50px 0;
    }

    .simple_text span {
        font-size: 100px;
        font-weight: 600;
    }

    .simple_text {
        font-size: 18px;
        font-weight: 400;
        color: #00471e;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .year_year {
        height: 120px;
    }

    .main_content {
        display: flex;
        padding: 40px 0;
        width: 100%;
        justify-content: space-between;
    }

    .contacts {
        color: #00471e;
        display: flex;
        font-size: 18px;
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .year_about {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .contacts_left,
    .contacts_right {
        width: calc(50% - 20px);
        min-width: 320px;
    }

    .zaglushka {
        content: "";
        background-color: rgb(25 19 11 / 45%);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        top: 0;
    }

    .zaglushka2 {
        content: "";
        background: linear-gradient(0deg, rgb(182 182 182 / 55%) 0%, rgb(255 255 255 / 8%) 47%, rgb(255 255 255 / 0%) 100%);
        width: 100%;
        height: 99%;
        position: absolute;
        left: 0;
        right: 0;
        display: none;
        z-index: 1;
        top: 0;
    }

    .zaglushka_doc {
        content: "";
        background: linear-gradient(0deg, rgb(182 182 182 / 55%) 0%, rgb(255 255 255 / 8%) 47%, rgb(255 255 255 / 0%) 100%);
        width: 100%;
        height: 99%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        top: 0;
    }

    .zakaz {
        float: left;
        margin-right: 26px;
    }

    .main_slider_header {
        font-size: 73px;
        text-transform: uppercase;
        margin-bottom: 12px;
        width: 59%;
        line-height: 1.2;
    }

    .main_slider_desc,
    .main_slider_desk_images {
        font-size: 32px;
        line-height: 1.2;
    }

    .main_slider_content {
        z-index: 15;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
        height: 100%;
        position: relative;
    }

    input::placeholder {
        color: #A0B893;
    }

    .tel {
        height: 49px;
        border: none;
        padding: 0 40px;
        color: #a0b893;
        font-weight: 500;
        BORDER: 2px solid #75A16866;
        font-size: 16px;
        margin-bottom: 10px;
        border-radius: 10px 0 10px 0;
    }

    #tel_home {
        width: max-content;
        margin-right: 10px;
    }

    .button {
        background: #f0cb93;
        border: none;
        color: #00471E;
        font-size: 16px;
        font-weight: 500;
        width: max-content;
        height: 49px;
        border: none;
        padding: 0 40px;
        outline: none;
        border-radius: 12px;
    }

    .button:hover {
        background-color: #FFF;
        cursor: pointer;
    }

    .button2 {
        background: #f0cb93;
        border: none;
        color: #00471E;
        font-size: 16px;
        font-weight: 500;
        width: max-content;
        height: 49px;
        border: none;
        padding: 0 40px;
        outline: none;
        border-radius: 12px;
    }

    .button2:hover {
        background-color: #EEF5EA;
        cursor: pointer;
    }

    #mySelect {
        width: 100%;
    }

    .zakaz_form_bottom .check_form {
        color: #00471e;
    }

    .check_form {
        display: flex;
        margin-top: 9px;
        color: #f0cb93;
        align-items: center;
        gap: 10px;
        margin-top: -1px;
    }

    .projects_header {
        font-size: 32px;
        color: #00471e;
        padding: 30px 0;
    }

    .check_form_label2 {
        width: 50%;
        line-height: 1;
    }

    .houses {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 100px;
    }

    .main_slider_desk_images {
        margin: 0 0 50px;
    }

    .house {
        cursor: pointer;
        margin-bottom: 40px;
        width: calc(33% - 20px);
        height: 500px;
        position: relative;
        min-width: 400px;
        border-radius: 100px 0 0 0;
    }

    #house_one {
        background: url("../images/one.jpg") no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    #house_two {
        background: url("../images/two.jpg") no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    #house_three {
        background: url("../images/three.jpg") no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    .house_decription {
        color: #00471e;
        bottom: -105px;
        width: 100%;
        height: 64px;
        background-color: white;
        justify-content: space-between;
    }

    .button_hide {
        transition: all 0.5s ease;
        cursor: pointer;
        position: inherit;
        bottom: -65px;
        right: 0;
    }

    /* .house_one:hover>.button_hide {
    opacity: 1 !important;
    transition: all 0.5s ease;
} */

    .house:hover>.house_decription {
        height: 150px;
        transition: all 0.5s ease-in-out;
    }

    /* .house:hover+.button_hide {
    display: block;
} */

    .house_decription {
        display: flex;
    }

    .house_decription_left,
    .house_decription_right {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 10px 0;
    }

    .house_decription_left {
        width: 70%;
    }

    .house_decription_right {
        width: 30%;
    }

    .quartal {
        background-color: white;
        border-radius: 4px;
        padding: 10px 15px;
        color: #00471E;
        width: max-content;
        box-shadow: 0px 2px 8px 0px #00471e33;
    }

    .quartal3 {
        background-color: white;
        border-radius: 14px;
        padding: 10px 15px;
        width: max-content;
        box-shadow: 0px 2px 8px 0px #00471e33;
    }

    .quartal2 {
        background-color: white;
        border-radius: 4px;
        padding: 6px 11px;
        width: max-content;
        box-shadow: 0px 2px 8px 0px #00471e33;
    }

    .quartal4 {
        background-color: white;
        border-radius: 4px;
        padding: 0px 11px;
        width: max-content;
    }

    .filter {
        margin-bottom: 30px;
    }

    .house_decription_right {
        align-items: end;
        font-weight: 400;
    }

    .filter-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        /* justify-content: space-between; */
        display: flex;
        gap: 45px;
        align-items: end;
        background: #fff;
        border-radius: 8px;
    }

    .filter-block {
        display: flex;
        flex-direction: column;
    }

    .filter-label {
        font-weight: 500;
        margin-bottom: 10px;
        color: #00471e;
        font-size: 16px;
    }

    .user_info a {
        color: #F0CB93;
        font-size: 14px;
        text-decoration: underline;
    }

    .user_info a:hover {
        text-decoration: none;
    }

    button,
    input[type="range"] {
        padding: 2px;
        margin-bottom: 10px;
    }

    .callback_window .uk-modal-close-default.uk-icon.uk-close:hover {
        transform: rotate(180deg);
        transition: all 0.3s ease-in-out
    }

    input[type="text"],
    input[type="tel"] {
        background: #fff;
        border-radius: 10px 0px 10px !important;
        border-top-left-radius: 15px;
        line-height: 48px;
        height: 49px;
        position: relative;
        border: 2px solid #75A16866;
        /* border: 2px solid #fff; */
        color: #00471E;
        padding-left: 20px;
        font-size: 17px;
    }

    .uk-form-icon {
        position: absolute;
        z-index: 1;
        margin-left: 20px;
        margin-top: 13px;
    }

    .rooms-buttons,
    .rooms-buttons_home {
        position: relative;
    }

    .rooms-buttons button {
        margin: 0 5px;
        padding: 10px;
        aspect-ratio: 4/4;
    }

    .rooms-buttons_home {
        min-width: 115px;
    }

    .rooms-buttons_home select {
        padding: 0 40px 0 34px;
    }

    .rooms-buttons label,
    .rooms-buttons_home label {
        background: #f0cb93;
        border: none;
        color: #00471E;
        font-size: 16px;
        font-weight: 500;
        border-radius: 10px;
        margin: 0 2px;
        padding: 23px;
        width: max-content;
        height: 49px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .rooms-buttons input[type="radio"]:checked+label {
        opacity: 1;
    }

    .rooms-buttons button:hover {
        background-color: #a6855724;
        cursor: pointer;
    }

    .range-container {
        position: relative;
        width: 250px;
    }

    .range-container input[type="range"] {
        width: 100%;
        -webkit-appearance: none;
        appearance: none;
        height: 2px;
        border-radius: 5px;
        outline: none;
    }

    .range-container input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #000000;
        cursor: pointer;
        transition: background 0.15s ease-in-out;
    }

    .range-container .range-labels {
        display: flex;
        justify-content: space-between;
        width: 95%;
        /* padding: 0 10px; */
        margin-top: 5px;
        margin-left: 11px;
    }

    .range-container .range-output {
        position: absolute;
        left: 0;
        right: 0;
        width: max-content;
        margin: 0 auto;
        background: #111b11;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
    }

    .breadcrumps a {
        text-decoration: none;
        color: #a0b893;
    }

    .advantages {
        display: flex;
        gap: 20px;
        padding: 50px 20px;
        flex-wrap: wrap;
    }

    .adress_map {
        font-size: 32px;
        line-height: 1;
        color: #00471e;
        margin-bottom: -16px;
    }

    .advantages_block {
        width: calc(25% - 15px);
        box-shadow: 0px 4px 12px 0px #00471e33;
        padding: 25px;
        /* height: 100px; */
        color: #00471e;
        min-height: 170px;
        height: max-content;
        /* max-height: 150px; */
        border-radius: 20px;
    }

    .advantages_block_header {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 19px;
    }

    .advantages_block_text {
        font-size: 17px;
        line-height: 1.2;
    }

    .about_floor_left_buttons {
        display: flex;
        gap: 20px;
        padding-left: 0;
        position: absolute;
        margin-top: 14px;
        margin-left: -10px;
    }

    .about_floor_left {
        padding-right: 40px;
    }

    .about_floor_left {
        padding-right: 40px;
    }

    .white_left {
        background: url(../images/left_button.svg) no-repeat;
        background-size: cover;
        border: none;
    }

    .white_right:hover {
        background: url(../images/right_button_on.svg) no-repeat;
        transition: all 0.5s ease;
    }

    .white_left:hover {
        background: url(../images/left_button_on.svg) no-repeat;
        transition: all 0.5s ease;
    }

    .white_right {
        background: url(../images/right_button.svg) no-repeat;
        background-size: cover;
        border: none;
    }

    .white_left2 {
        background: url(../images/left_button.svg) no-repeat;
        background-size: cover;
        border: none;
    }

    .white_left2:hover {
        background: url(../images/left_button_22.svg) no-repeat;
        transition: all 0.5s ease;
    }

    .white_right2 {
        background: url(../images/right_button.svg) no-repeat;
        background-size: cover;
        border: none;
    }

    .white_right2:hover {
        background: url(../images/right_button_22.svg) no-repeat;
        transition: all 0.5s ease;
    }

    .white_left,
    .white_right {
        height: 54px;
        width: 54px;
    }

    .white_left2,
    .white_right2 {
        height: 54px;
        width: 54px;
    }

    .video_button {
        position: absolute;
        width: 100px;
        opacity: 0.7;
        top: calc(54% - 60px);
        left: calc(50% - 60px);
    }

    .video_button:hover {
        scale: 1.1;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .about_floor_left,
    .about_floor_right {
        width: 50%;
        height: 500px;
    }

    .floor_example_right {
        width: 50%;
        position: relative;
        padding: 0 40px;
    }

    .floor_example_left {
        width: 50%;
        text-align: center;
    }

    .construction_left {
        width: 67%;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .construction_right {
        width: 33%;
        position: relative;
        padding-left: 40px;
    }

    .header_ul {
        display: flex;
        margin-bottom: 40px;
    }

    .about_floor_right {
        background: url("../images/floor.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }

    .header_ul li {
        width: max-content;
        margin-right: 40px;
    }

    .header_ul li span {
        font-size: 32px;
    }

    .about_floor {
        display: flex;
        color: #00471e;
        margin-top: 80px;
        flex-wrap: wrap;
    }

    .about_floor_flats {
        color: #00471e;
    }

    .brick {
        background: #EAEFEA;
        color: #00471E;
        padding: 5px 10px;
        border-radius: 5px
    }

    .floor_example {
        color: #00471e;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }

    .header {
        font-size: 32px;
        margin-bottom: 30px;
        color: #00471e;
        word-break: break-word;
    }

    .header2 {
        font-size: 32px;
        color: #00471e;
    }

    .subscribe .header2 {
        width: 35%;
    }

    .about_floor_desk {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .hot_offer_top {
        height: 500px;
        background: url("../images/parking.jpg") no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .hot_offer_form {
        background-color: #eef5ea;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .floor_example_img {
        width: 100%;
        object-fit: cover;
        padding: 0 7% 7% 7%;
    }

    .floor_example_const {
        width: 100%;
        object-fit: cover;
        position: relative;
    }

    .hot_offer_form_left h2 {
        font-size: 32px;
        font-weight: 400;
        margin-top: 0;
        color: #00471e;
        width: 85%;
        line-height: 1.3 !important;
    }

    .hot_offer_form_left {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 40px;
    }

    .hot_offer_form_left,
    .hot_offer_form_right {
        padding: 38px 35px;
    }

    .hot_offer_form_left {
        width: 45%;
    }

    .hot_offer_form_right {
        width: 55%;
    }

    .zakaz_form_bottom {
        margin-top: 12px;
    }

    .zakaz_form_top {
        display: flex;
        gap: 15px;
    }

    .zakaz_form {
        display: flex;
        height: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .gallery {
        background-color: #eef5ea;
        color: #00471e;
        padding: 0;
        margin-top: 80px;
        margin-bottom: 80px;
        display: flex;
    }

    .gallery_content_right {
        /* background: url('../images/bvb.jpg') no-repeat; */
        background-size: cover;
        width: 30%;
    }

    .hot_offer_map {
        position: relative;
    }

    .gallery_content_left {
        width: 70%;
    }

    .gallery_items_left,
    .gallery_items_right {
        flex-direction: column;
        width: 50%;
        margin-right: 20px;
        gap: 20px;
        display: flex;
    }

    .hot_offer_map_adress img {
        width: 147px;
    }

    .hot_offer_map_adress {
        position: absolute;
        padding: 30px;
        bottom: 30px;
        left: 30px;
        z-index: 2;
        justify-content: center;
        flex-direction: column;
        display: flex;
        color: #00471e;
        backdrop-filter: blur(3px);
        border-radius: 20px 0 0 0;
        border: 2px solid #c5d6c3;
        box-shadow: 1px 2px 17px #c9c9c9;
        width: 393px;
        height: 200px;
        background-color: #e8ede296;
    }

    .gallery_items_right {
        object-fit: cover;
        display: flex;
    }

    .gallery_content_left_button {
        display: flex;
    }

    .gallery_content_left_button img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .zakaz_zvonka {
        cursor: pointer;
        text-align: center;
    }

    .zakaz_zvonka:hover {
        text-decoration: underline;
    }

    .gallery_content_left_top_header {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .gallery_content_left_top_text {
        font-size: 18px;
    }

    .gallery_content_left_top {
        padding: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        color: #00471e;
    }

    .slider_controls {
        display: flex;
        position: absolute;
        bottom: 5%;
        right: 5%;
        gap: 30px;
    }

    .subscribe .header {
        width: 65%;
    }

    .copyright {
        color: #fff;
        padding: 40px 30px 30px 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        bottom: 0;
        width: 100%;
        align-items: center;
        max-width: 1440px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 12px;
        justify-content: space-between;
    }

    .subscribe {
        display: flex;
        height: 250px;
        flex-wrap: wrap;
        align-items: center;
    }

    .gallery.content {
        padding: 0;
    }

    .footer {
        background-color: #00471e;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        color: #fff;
        font-size: 16px;
        margin-top: 20px;
        font-weight: 300;
    }

    .footer_left,
    .footer_right {
        width: 50%;
        padding: 30px;
        letter-spacing: 0.3px;
    }

    .tel_footer {
        font-size: 32px !important;
        font-weight: 400;
        letter-spacing: 1.2px;
    }

    .buttom_menu ul li {
        line-height: 2.4;
    }

    .buttom_menu ul li:hover {
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.538); */
        cursor: pointer;
        color: #92bf98;
        scale: 1.05;
        transition: all 0.5s ease;
    }

    .buttom_menu {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        justify-content: space-between;
    }

    .footer_right div {
        font-size: 18px;
        margin-left: 30%;
    }

    .social_footer {
        display: flex;
        margin-top: 15px;
        gap: 20px;
    }

    .content_footer {
        display: flex;
        max-width: 1440px;
        width: 1440px;
        margin: 0 auto;
        flex-wrap: wrap;
        padding-top: 15px;
    }

    .socials {
        display: flex;
        gap: 20px;
    }

    .socials a:hover {
        scale: 1.2;
        transition: all 0.5s ease;
    }

    .social_footer a:hover {
        scale: 1.2;
        transition: all 0.5s ease;
    }

    .advantages_block:hover {
        background-color: #eef5ea;
        box-shadow: none;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
    @import url("https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css");

    * {
        margin: 0;
        padding: 0;
    }

    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }

    .accordion {
        transform: translateZ(0);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    .accordion>.accordion-toggle {
        position: absolute;
        opacity: 0;
        display: none;
    }

    label {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1;
    }

    .accordion>label {
        position: relative;
        display: block;
        padding: 20px 40px 20px 20px;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
        color: #00471e;
        cursor: pointer;
    }

    .documents_list,
    .flats_list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        color: #188144;
        margin-bottom: 50px;
        margin-top: 30px;
        justify-content: unset;
    }

    .flats_list a {
        color: #005321 !important;
        padding: 15px;
        width: calc(33% - 15px);
    }

    .flats_list a:hover {
        background-color: #EEF5EA;
    }

    .gallery_list,
    .news_list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 20px;
        color: #188144;
    }

    .footer_right a:hover {
        color: white;
    }

    .gallery_in,
    .news,
    .flats {
        padding: 0 0 80px 0;
        font-size: 18px;
        color: #00471e;
    }

    .flats_list_item_digits {
        display: flex;
        width: 100%;
        justify-content: space-between;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .flats_list {
        margin-top: 30px;
    }

    .flats_slider_header {
        font-size: 36px;
        color: #fff;
        text-transform: uppercase;
        z-index: 2;
    }

    .flats_slider_desc {
        font-size: 25px;
        color: #fff;
        z-index: 2;
    }

    .flats_slider_text {
        position: absolute;
        bottom: 20px;
        left: 30px;
    }

    .flats_list_item {
        display: flex;
        flex-direction: column;
        min-width: 320px;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .flats_list_item img {
        width: 100%;
        padding: 7%;
    }

    .flatin {
        padding: 0;
    }

    /* 
.flats_list_item img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
    cursor: pointer;
} */

    .gallery_list_item {
        min-width: 320px;
        overflow: hidden;
        width: calc(30% - 15px);
    }

    .gallery_list_item img {
        width: 100%;
        max-height: 300px;
        min-height: 300px;
        object-fit: cover;
        margin-bottom: 5px;
        cursor: pointer;
        /* border: 10px solid #e3e3e3; */
    }

    .news_list_item {
        min-width: 400px;
        overflow: hidden;
        width: calc(33% - 10px);
    }

    .news_list_item img {
        min-height: 300px !important;
    }

    .news_list_item span {
        font-size: 25px;
    }

    .side_panel_flat {
        width: 350px;
        color: #00471E;
        min-width: 350px;
        padding: 70px 30px;
        font-weight: 500;
        background: url(../images/lotos_bg.svg) no-repeat;
        background-color: #EEF5EA;
    }

    .documents_list_item img,
    .news_list_item img {
        width: 100%;
        object-fit: cover;
        cursor: pointer;
        max-height: 300px;
        /* border: 10px solid #e3e3e3; */
    }

    .documents_list_ramka {
        position: relative;
    }

    .documents_list_item img {
        border: 2px solid #82a191;
        aspect-ratio: 4 / 4;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .construction_right_top {
        display: flex;
        gap: 50px;
        align-items: end;
    }

    .flat_images2 {
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
    }

    .flat_images,
    .flats_star {
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        min-width: 400px;
    }

    .flat_image img {
        width: 100%;
        padding: 0 10%;
    }

    .advantages_flats {
        display: flex;
        gap: 20px;
        font-size: 16px;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-left: 22px;
        margin-bottom: 50px;
    }

    .advantages2_item {
        display: flex;
        width: max-content;
        gap: 10px;
        align-items: center;
        background: #BACBBA66;
        padding: 5px 10px;
        border-radius: 4px;
    }

    .advantages2 {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .advantages_flats span {
        font-size: 32px;
        font-weight: 400;
    }

    .gallery_list_item span {
        text-decoration: none;
        color: #145b32;
        font-weight: 400;
        position: absolute;
        z-index: 2;
    }

    .gallery_item {
        width: calc(33% - 10px);
        /* height: 28vh; */
        margin-bottom: 15px;
        min-width: 380px;
        overflow: hidden;
    }

    .gallery_item_name {}

    .gallery_item:hover>.gallery_list_item img {
        scale: 1.03;
        transition: all .7s ease;
    }

    .doc_house {
        width: 100%;
        text-align: right;
        position: relative;
    }

    .doc_house:before {
        bottom: 3px;
        position: absolute;
        width: calc(100% - 148px);
        height: 1px;
        content: "";
        display: flex;
        background-color: #e2e2e2;
        left: 0;
    }

    /* .doc_house span {
        background: #00471E;
        color: white;
        padding: 5px 14px;
        border-radius: 55px;
    } */

    .accordion:after {
        content: "";
        position: absolute;
        background: url(../images/arrow-down.svg);
        width: 14px;
        height: 14px;
        top: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1000000000;
        right: 24px;
        transition: 0.3s transform;
    }

    .accordion.open:after {
        transform: rotate(180deg);
        /* Поворачиваем на 180 градусов */
    }

    .accordion>section {
        height: 0;
        transition: 0.3s all;
        overflow: hidden;
    }

    .accordion>.accordion-toggle:checked~label:after {
        transform: rotate(45deg);
    }

    .accordion>.accordion-toggle:checked~section {
        height: max-content;
        background: #eef5ea;
    }

    .accordion>section p {
        margin: 15px 0;
        padding: 0 20px;
        font-size: 18px;
        line-height: 1.5;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 15px;
        text-transform: lowercase;
    }

    .bx-breadcrumb.breadcrumps .bx-breadcrumb-item {
        color: #00471e;
    }

    #bx_breadcrumb_0 {
        color: #a0b893;
    }

    .main_nav_content a {
        display: flex;
    }

    .main_nav_content a img {
        height: 47px;
    }

    #map {
        width: 100%;
        height: 520px;
    }

    .main_nav {
        flex-direction: column;
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .swiper,
    .swiper-wrapper,
    .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        position: relative;
    }

    .floor_example.content .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }

    .example_floor_swiper {
        position: relative;
    }

    .floor_example.content {
        position: relative;
    }

    .floor_example .swiper .about_floor_left_buttons {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

    .floor_example.content .swiper-button-next,
    .floor_example.content .swiper-button-prev {
        position: static !important;
        margin: 0;
    }

    .floor_example.content .swiper-button-prev {
        order: 0;
    }

    .floor_example.content .swiper-button-next {
        order: 1;
    }

    .main_slider .content {
        width: 100%;
        background-size: cover !important;
    }

    .main_slider .slider_form {
        z-index: 2;
        margin-top: 30px;
        padding: 0;
    }

    .main_slider .content_text {
        padding: 0;
        position: relative;
        z-index: 2;
    }

    .main_slider .swiper-button-next,
    .main_slider .swiper-button-prev {
        position: static;
    }

    .roundedOne {
        width: 20px;
        border: 2px solid #f0cb93;
        height: 20px;
        position: relative;
        border-radius: 2px;
        margin: 5px auto;
        /* background: #f0cb93; */
        /* background: linear-gradient(to bottom, #f0cb93 0%, #f0cb93 40%, #d5c1a3 100%); */
    }

    .roundedOne label {
        width: 18px;
        height: 18px;
        cursor: pointer;
        position: absolute;
        left: 3px;
        top: 3px;
        /* background: linear-gradient(to bottom, #222222 0%, #45484d 100%); */
        /* box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white; */
    }

    /* turn it off completely */

    select:active,
    select:hover {
        outline: none
    }

    /* make it red instead (with with same width and style) */

    select:active,
    select:hover {
        outline-color: red !important
    }

    .roundedOne label:after {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: -1px;
        left: 0px;
        background: #F0CB93;
        /* background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%); */
        opacity: 0;
        /* border-radius: 50px; */
        /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); */
    }

    .roundedOne label:hover::after {
        opacity: 0.3;
    }

    .roundedOne input[type="checkbox"] {
        visibility: hidden;
    }

    .roundedOne input[type="checkbox"]:checked+label:after {
        opacity: 1;
    }

    .roundedOne2 {
        width: 24px;
        height: 24px;
        border-radius: 2px;
        position: relative;
        margin: 5px auto;
        background: #00471E;
        background: linear-gradient(to bottom, #00471E 0%, #00471E 40%, #3f7255 100%);
    }

    .roundedOne2 label {
        width: 18px;
        height: 18px;
        cursor: pointer;
        position: absolute;
        left: 3px;
        top: 3px;
        background: #eef5ea;
        /* box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white; */
    }

    .roundedOne2 label:after {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 3px;
        left: 3px;
        background: #00471E;
        /* background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%); */
        opacity: 0;
        /* border-radius: 50px; */
        /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); */
    }

    .roundedOne2 label:hover::after {
        opacity: 0.3;
    }

    .roundedOne2 input[type="checkbox"] {
        visibility: hidden;
    }

    .roundedOne2 input[type="checkbox"]:checked+label:after {
        opacity: 1;
    }

    .slider_description {
        position: absolute;
        bottom: 23px;
        z-index: 2;
        opacity: 0.4;
        left: 2%;
        /* max-width: 1440px; */
        font-size: 13px;
        margin: 0 auto;
    }

    .news_list_item {
        text-decoration: none;
        color: #00471E;
    }

    /*  BURGER ============================ */

    .burger {
        width: 42px;
        height: 40px;
        position: fixed;
        top: 20px;
        right: 20px;
        border-radius: 4px;
        z-index: 10;
        background: #FFF;
    }

    .burger span {
        position: relative;
        margin-top: 9px;
        margin-bottom: 9px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -1.5px;
    }

    .burger span,
    .burger span::before,
    .burger span::after {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #00471E;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .burger span::before,
    .burger span::after {
        position: absolute;
        content: "";
    }

    .burger span::before {
        top: -9px;
    }

    .burger span::after {
        top: 9px;
    }

    .burger.clicked span {
        background-color: transparent;
    }

    .burger.clicked span::before {
        -webkit-transform: translateY(9px) rotate(45deg);
        -moz-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .burger.clicked span::after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -moz-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        -o-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .burger.clicked span:before,
    .burger.clicked span:after {
        background-color: #00471e;
    }

    .burger:hover {
        cursor: pointer;
    }

    /*  NAV
========================================== */

    .main_nav_content a {
        text-decoration: none;
        color: #00471e;
    }

    .nav2.show ul.main a {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    .nav2 ul.main a {
        margin-bottom: 20px;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav2.show ul.main a:nth-child(2) {
        transition-delay: 0.3s;
    }

    .nav2 ul.main li {
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        display: block;
        padding: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #00471e;
    }

    .burger_phone {
        position: absolute;
        top: 27px;
        left: 75px;
        font-size: 20px;
    }

    .nav2 {
        position: fixed;
        background: url(../images/lotos_bg.svg) #edf1ed no-repeat 50% 50%;
        background-size: contain;
        z-index: 9;
        top: 0;
        right: 0;
        align-items: flex-start;
        height: 100%;
        max-width: 350px;
        width: 100%;
        padding: 100px 40px 60px 40px;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        justify-content: center;
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .nav2.show {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    .nav2.show ul.main li {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    .nav2.show ul.main li:nth-child(1) {
        transition-delay: 0.15s;
    }

    .nav2.show ul.main li:nth-child(2) {
        transition-delay: 0.3s;
    }

    .nav2.show ul.main li:nth-child(3) {
        transition-delay: 0.45s;
    }

    .nav2.show ul.main li:nth-child(4) {
        transition-delay: 0.6s;
    }

    .nav2.show ul.main li:nth-child(5) {
        transition-delay: 0.75s;
    }

    .nav2.show ul.main li:nth-child(6) {
        transition-delay: 0.9s;
    }

    .nav2.show ul.main li:nth-child(7) {
        transition-delay: 1.05s;
    }

    .nav2.show ul.main li:nth-child(8) {
        transition-delay: 1.2s;
    }

    .nav2.show ul.main li:nth-child(9) {
        transition-delay: 1.35s;
    }

    .nav2.show .about,
    .nav2.show .social,
    .nav2.show ul.sub {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0.85s;
    }

    @media (min-width: 667px) {
        .nav2 {
            padding: 120px 90px 70px 50px;
        }
    }

    .nav2 ul.main {
        list-style-type: none;
    }

    .nav2 ul.main li {
        margin-bottom: 30px;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav2 ul.main li:last-of-type {
        margin-bottom: 0px;
    }

    .nav2 nav ul.main li a span {
        color: #b7ac7f;
    }

    .nav2 ul.main li a:hover {
        color: #b7ac7f;
    }

    .nav2 .about {
        margin-top: 40px;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .nav2 .about p {
        color: #ffffff;
        font-family: "Spectral", serif;
        font-size: 1.05rem;
        letter-spacing: 0.5px;
        line-height: 170%;
    }

    p {
        line-height: 1.5;
        color: #00471E;
    }

    #hot_offer_form_left_h2 {
        margin-top: -107px;
    }

    .nav2 .social {
        margin-top: 40px;
        position: relative;
        padding-bottom: 30px;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .news .uk-first-column h1 {
        margin: 0px 0 20px 0 !important;
        font-size: 32px;
        font-weight: 400;
    }

    .nav2 .social:after {
        content: "";
        width: 230px;
        height: 2px;
        background-color: #b7ac7f;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .nav2 .social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 25px;
    }

    .nav2 .social a:last-of-type {
        margin-right: 0px;
    }

    .nav2 .social a:hover svg path,
    .nav2 .social a:hover svg circle {
        fill: #b7ac7f;
    }

    .nav2 .social a svg {
        width: 100%;
        height: 100%;
    }

    .nav2 .social a svg path,
    .nav2 .social a svg circle {
        fill: #ffffff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav2 ul.sub {
        list-style-type: none;
        margin-top: 40px;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .nav2 ul.sub li {
        margin-bottom: 10px;
    }

    .nav2 ul.sub li:last-of-type {
        margin-bottom: 0px;
    }

    .nav2 ul.sub li a {
        color: #ffffff;
        letter-spacing: 1px;
        font-size: 0.9rem;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav2 ul.sub li a:hover {
        color: #b7ac7f;
    }

    /*  OVERLAY
========================================== */

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #426c37;
        opacity: 0;
        visibility: hidden;
    }

    .overlay.show {
        opacity: 0.8;
        visibility: visible;
        z-index: 25;
    }

    #callback {
        z-index: 1011;
        position: fixed;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        background: #000000a1;
        display: none;
    }

    .callback_window {
        display: flex;
        justify-content: space-between;
        width: 570px;
        padding: 60px 55px 38px 55px;
        color: #fff;
        height: 430px;
        aspect-ratio: 4 / 3;
        position: relative;
        background: url(../images/symbol.svg) #00471E no-repeat;
        background-size: 500px;
        background-position: 320% 2vh;
        background-repeat: no-repeat;
        border-radius: 5px;
    }

    .callback_window .uk-modal-close-default.uk-icon.uk-close {
        position: absolute;
        right: 10px;
        width: 34px;
        top: 10px;
        outline: auto;
        height: 34px;
        border-radius: 3px;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #refresh_captcha {
        display: none;
    }

    .send_button {
        background-color: #f0cb93;
        padding: 15px 30px;
        border: none;
        margin-top: 12px;
        width: 240px;
        margin-left: auto;
        /* flex-grow: 1; */
        color: #00471e;
        width: 100%;
        display: flex;
        border-radius: 12px;
    }

    .send_button:hover {
        opacity: 0.8;
    }

    .advantages_block {
        text-decoration: none;
    }

    .check_form_label2,
    .zakaz {
        width: auto !important;
    }

    .check_form_label2 a {
        color: #f0cb93;
        text-decoration: underline;
    }

    .check_form_label2 a:hover {
        text-decoration: none;
    }

    .play_button {
        width: 10%;
        aspect-ratio: 4 / 4;
        position: absolute;
        left: 45%;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #000000bd;
    }

    .play_button img {
        width: 30px !important;
        height: 30px;
    }

    .hod_list_item {
        aspect-ratio: 16 / 9;
        display: inline-flex;
        width: 100%;
        gap: 20px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }

    #hot_video img {
        width: 100%;
        object-fit: cover;
    }

    .hot_date {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #00471E;
        color: white;
        padding: 6px 7px;
    }

    .hod_list_item_vid,
    .hod_list_item_vid img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    .play_button svg {
        width: 26px;
        height: 26px;
    }

    .uk-button-filter {
        background: var(--dark);
        color: #fff;
    }

    /* Scroll Bar */

    .range-slider {
        height: 2px;
        position: relative;
        background-color: var(--gold);
        border-radius: 2px;
    }

    .range-slider::before,
    .range-slider::after {
        content: "";
        position: absolute;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        border: 2px solid var(--gold);
        background-color: var(--gray);
        transform: translateY(-50%);
    }

    .range-slider::before {
        top: 0;
        left: 2px;
    }

    .range-slider::after {
        top: 0;
        right: -1px;
    }

    .range-selected,
    .range-selected-size,
    .range-selected-floor {
        height: 100%;
        left: 0;
        right: 0;
        position: absolute;
        border-radius: 5px;
        background-color: var(--color);
    }

    .range-input,
    .range-input-size,
    .range-input-floor {
        position: relative;
    }

    .range-input input,
    .range-input-size input,
    .range-input-floor input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -6px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .range-input input::-webkit-slider-thumb,
    .range-input-size input::-webkit-slider-thumb,
    .range-input-floor input::-webkit-slider-thumb {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid var(--color);
        background-color: #fff;
        pointer-events: auto;
        -webkit-appearance: none;
    }

    .range-input input::-moz-range-thumb,
    .range-input-size input::-moz-range-thumb,
    .range-input-floor input::-moz-range-thumb {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        border: 2px solid var(--color);
        background-color: #fff;
        pointer-events: auto;
        -moz-appearance: none;
    }

    /* Scroll Bar */

    .uk-page-room .uk-section-content {
        background: var(--gray);
        min-height: auto !important;
    }

    .uk-page-room .uk-section-content .uk-overlay {
        opacity: 0.3;
        background-size: 50vw;
    }

    .uk-page-room .uk-grid-filter .uk-label {
        font-weight: 700;
        color: var(--dark);
        margin-bottom: 15px;
    }

    .uk-page-room .uk-grid-filter .uk-subnav-pill>li>* {
        min-width: 64px;
        width: auto;
        height: 44px;
        line-height: 44px;
        background: var(--gold);
        padding: 0px 15px;
        box-sizing: border-box;
        display: block;
        border-radius: 12px;
        text-align: center;
        font-weight: 700;
        color: var(--dark);
    }

    .uk-page-room .uk-grid-filter .uk-subnav-pill>li.uk-active>* {
        background: var(--dark);
        color: #fff;
    }

    .uk-page-room .uk-grid-filter .uk-subnav-pill>li.uk-deactive>* {
        background: #e5e5e5;
        color: #999;
    }

    .uk-page-room .uk-panel.uk-comment {
        background: #fff;
        padding: 25px;
        color: var(--dark);
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        font-weight: 700;
        margin-top: 5vh;
    }

    .uk-page-room .uk-panel.uk-comment p {
        margin: 0;
        font-size: 1.15em;
    }

    .uk-page-room .uk-grid-room {
        margin-bottom: 25px;
    }

    .uk-page-room .uk-grid-room button.uk-card {
        padding: 0px;
        border: none;
        display: block;
        width: 100%;
    }

    .uk-page-room .uk-grid-room button.uk-card:hover {
        cursor: pointer;
    }

    .uk-page-room .uk-grid-room .uk-panel {
        background: #fff;
        padding: 0px;
        border-radius: 0px;
        overflow: hidden;
        transform: scale(1);
        box-shadow: 0px 0px 20px rgba(var(--shadow) / 0%);
        -webkit-transition: All 0.25s ease-in-out;
        -moz-transition: All 0.25s ease-in-out;
        -o-transition: All 0.25s ease-in-out;
        -ms-transition: All 0.25s ease-in-out;
        transition: All 0.25s ease-in-out;
    }

    .uk-page-room .uk-grid-room .uk-panel:hover {
        background: #e5eee6;
        transform: scale(1);
        box-shadow: 0px 0px 20px rgba(var(--shadow) / 10%);
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-content {
        padding: 20px 0px;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-subtitle {
        font-size: 16px;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-subtitle {
        margin: 0px;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-image {
        background-color: #fff;
        background-blend-mode: darken;
        display: block;
        width: 100%;
        min-height: 210px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 25px 0px;
        padding: 0px 15px;
        background-origin: content-box;
        box-sizing: border-box;
        -webkit-transition: All 0.25s ease-in-out;
        -moz-transition: All 0.25s ease-in-out;
        -o-transition: All 0.25s ease-in-out;
        -ms-transition: All 0.25s ease-in-out;
        transition: All 0.25s ease-in-out;
    }

    .uk-page-room .uk-grid-room .uk-panel:hover .uk-image {
        background-color: #e5eee6;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-overlay {
        opacity: 1;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-overlay-meta.uk-flex {
        padding: 0px 15px !important;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-overlay-meta {
        color: var(--dark);
        font-weight: 700;
        opacity: 1;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-overlay-meta .uk-circle {
        width: 57px;
        height: 57px;
        background: #d3e0d4;
        border-radius: 100px;
        z-index: -1;
        position: absolute;
        transform: translate(-20%, -20%);
        padding: 0px;
        opacity: 1;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-overlay-meta .uk-size {
        font-size: 17px;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-overlay-meta .uk-floor {
        font-size: 13px;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-meta {
        position: relative;
        color: rgba(0 0 0 / 70%);
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-meta::before {
        content: "";
        width: calc(100% - 50px);
        height: 1px;
        background: rgba(0 0 0 / 15%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-meta .uk-icon {
        margin-right: 5px;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-meta .uk-strong {
        color: var(--dark);
        font-weight: 700;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-overlay {
        background: rgba(var(--color-transparent) / 0%);
        padding: 15px;
    }

    .uk-page-room .uk-grid-room .uk-panel .uk-overlay .uk-icon {
        background: var(--gold);
        color: var(--gray);
        padding: 10px;
        border-radius: 100px;
    }

    .uk-page-room .uk-card-text {
        position: relative;
        overflow: hidden;
        max-height: 150px;
        -webkit-transition: All 0.25s ease-in-out;
        -moz-transition: All 0.25s ease-in-out;
        -o-transition: All 0.25s ease-in-out;
        -ms-transition: All 0.25s ease-in-out;
        transition: All 0.25s ease-in-out;
    }

    .uk-page-room .uk-card-text.uk-card-view {
        max-height: 100%;
    }

    .uk-page-room .uk-card-text .uk-overlay {
        padding: 10px;
        background: linear-gradient(0deg, rgba(var(--gray-transparent) / 100%) 35%, rgba(var(--gray-transparent) / 0%) 100%);
        top: auto;
        min-height: 80px;
        opacity: 1;
        color: var(--dark);
    }

    .uk-page-room .uk-card-text.uk-card-view .uk-overlay {
        display: none;
    }

    .uk-page-room .uk-card-text .uk-overlay .uk-icon {
        color: var(--dark);
    }

    .uk-page-room .uk-card-text.uk-card-view .uk-overlay {
        min-height: 1px;
        padding: 0px;
    }

    .uk-page-room .uk-card-text.uk-card-view .uk-overlay .uk-icon {
        opacity: 0;
    }

    .uk-modal.uk-modal-room .uk-border {
        background: #f5f0e5;
        box-sizing: border-box;
        min-height: 100vh;
    }

    .uk-modal.uk-modal-room .uk-close {
        background: var(--marsh);
        color: #fff;
        top: 0;
        right: 0;
        padding: 15px;
    }

    .uk-first-column .uk-date {
        margin-bottom: 40px;
    }

    .uk-modal.uk-modal-room .uk-border .uk-image {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 90vh;
    }

    .uk-modal-room .uk-modal-dialog .uk-buttom {
        min-height: 10vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkboxes {
        display: flex;
        align-items: baseline;
    }

    .floor_example_right .header {
        margin-bottom: 15px;
    }

    .uk-modal-room .uk-modal-dialog .uk-buttom .uk-button {
        background: var(--gold);
        color: #fff;
        text-transform: none;
        font-weight: 700;
        border-radius: 100px;
        font-size: 17px;
        line-height: 50px;
        padding: 0px 30px;
    }

    @media (max-width: 768px) {
        #hot_offer_form_left_h2 {
            margin-top: 0;
            font-size: 32px !important;
        }

        .copyright {
            color: #fff;
            padding: 20px 30px 30px 30px;
        }

        .due_date_flats {
            top: 14px;
        }

        .subscribe .header2 {
            width: 100%;
            margin-bottom: 20px;
        }

        .tel_footer,
        .email_footer {
            margin-left: 0;
        }

        .uk-page-room .uk-card-text:not(.uk-card-view) .uk-overlay .uk-icon {
            opacity: 1;
        }

        .uk-modal.uk-modal-room .uk-border {
            padding: 0px 0px;
        }

        .uk-section-content h1 {
            margin-top: 25px;
            font-size: 1.73125rem;
        }

        .uk-panel-filter>.uk-flex>button {
            background: transparent;
            color: var(--dark);
            font-weight: 700;
            font-size: 1.2em;
        }

        .uk-content-mobile {
            min-height: calc(100vh - 100px);
        }

        .uk-page-room .uk-section-content .uk-overlay {
            position: absolute;
            background-size: 100vw;
        }

        .uk-page-room .uk-section-order>div:first-child {
            display: none;
        }
    }

    @media (max-width: 500px) {
        #slide_header_1 {
            position: absolute;
            top: 150px;
        }

        #slide_header_2 {
            position: absolute;
            top: 360px;
        }

        .main_slider .slider_form {
            margin-top: 0;
        }

        .main_slider {
            height: 730px;
        }

        .roundedOne label {
            left: 2px;
        }

        .flats_slider {
            height: 150px;
        }

        .floor_example_right {
            padding: 0;
        }

        .digits div span {
            margin-bottom: 0px;
        }

        .hot_offer_form_right {
            padding: 0 20px 12px !important;
        }

        .zakaz_form_bottom {
            margin-top: 0;
        }

        .zakaz_form_top {
            gap: 0;
        }

        .flats_list a {
            width: 100% !important;
        }

        .content_footer {
            flex-direction: column-reverse;
        }

        .subscribe {
            height: 200px;
        }

        .header {
            margin-bottom: unset;
        }

        .news_list {
            gap: 30px;
        }

        .news_list_item span {
            font-size: 18px;
        }

        .accordion>label {
            border-bottom: 3px solid #9fb893;
        }

        .main_content .header {
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .service_slider {
            height: 120px;
        }

        .about_floor_left,
        .about_floor_right {
            height: max-content;
        }

        .construction_right_top {
            align-items: self-end;
            justify-content: space-between;
            align-items: center;
        }

        .hot_offer_form_left h2 {
            font-size: 17px !important;
            margin-top: 10px !important;
        }

        .hot_offer_top {
            height: 200px;
        }

        .advantages_block {
            padding: 19px !important;
            min-height: 149px !important;
        }

        .projects_header {
            padding: 20px 30px 20px 0 !important;
        }

        .range-container {
            width: 363px !important;
        }

        .range-slide {
            margin-bottom: 20px !important;
            width: 350px !important;
        }

        .button_room {
            margin-left: 0px
        }

        .video_button {
            width: 77px;
            top: calc(59% - 60px);
            left: calc(56% - 60px);
        }

        .user_info {
            margin-left: 0;
        }

        .callback_window {
            width: 100%;
            height: 100vh;
            padding: 100px 40px;
        }

        .header {
            font-size: 29px;
        }

        .gallery_in,
        .news,
        .flats {
            width: 100%;
        }

        .inner_slider {
            margin-bottom: 20px;
        }

        у .filter-container {
            gap: 10px;
        }

        .text_page_one {
            width: 100%;
            padding: 0;
        }

        .digits div span {
            height: 53px !important;
        }

        .bx-breadcrumb .bx-breadcrumb-item span {
            font-size: 12px;
        }

        .breadcrumps {
            padding: 0;
        }

        .inner_content {
            padding-top: 70px;
        }

        .play_button {
            width: 16%;
            left: 43%;
        }

        .content {
            padding: 14px !important;
        }

        .cards_container .card {
            min-width: unset !important;
            width: 100% !important;
        }

        .about_floor_left_buttons {
            bottom: 10px;
        }

        #item-1,
        #item-2,
        #item-3 {
            min-height: 250px;
            ;
        }

        .angry-grid {
            display: flex !important;
            flex-direction: column !important;
        }

        #item-4,
        .slider_controls {
            display: none;
        }

        .buttom_menu ul {
            width: 100%;
        }

        .digits div span {
            font-size: 50px;
        }

        .digits div {
            width: 80%;
        }

        .flats_slider_desc {
            font-size: 14px;
        }

        .flats_slider_header {
            font-size: 15px;
        }

        .flats_slider_text {
            position: absolute;
            bottom: 11px;
            left: 16px;
        }

        .hot_offer_form_left,
        .hot_offer_form_right {
            padding: 18px 22px;
        }

        .bottom_menu ul {
            width: 100%;
        }

        .houses a {
            width: 100%;
        }

        .house {
            min-width: unset;
            width: 100%;
        }

        .about_floor_left {
            padding: 0;
        }

        .about_floor_right {
            height: 310px;
        }

        .about_floor_left_buttons {
            display: none !important;
        }

        .floor_example {
            margin-bottom: 0;
        }

        .floor_example_const {
            min-height: 250px;
        }
    }

    @media (min-width: 769px) {
        .footer_logo2 {
            display: none;
        }

        .uk-modal.uk-modal-room .uk-border {
            padding: 0px 40px;
        }

        .uk-modal-room .uk-modal-dialog {
            max-width: 900px !important;
        }

        .uk-page-room .uk-width-filter {
            max-width: 350px;
        }
    }

    .documents_list_item {
        text-decoration: none;
        color: #00471e;
        display: flex;
        flex-direction: column;
        min-width: 320px;
        flex-wrap: wrap;
        position: relative;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .range-slide {
        position: relative;
        margin: 10px 0px;
        height: 4px;
        width: 243px;
    }

    .slide {
        position: absolute;
        top: 0;
        height: 2px;
        background: #f0cb93;
        left: 9px;
        right: 9px;
    }

    .line {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 4px;
        background-color: 000;
    }

    .thumb {
        position: absolute;
        z-index: 2;
        text-align: left;
        background-color: #ffffff;
        border: 1.6px solid #00471e;
        border-radius: 50%;
        outline: none;
        top: -7px;
        height: 15px;
        width: 15px;
    }

    input {
        width: 100%;
        margin: 0;
        outline: none;
    }

    input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        pointer-events: all;
        border-radius: 50%;
        cursor: pointer;
        width: 18px;
        height: 18px;
    }

    .display {
        margin: 40px;
        width: 240px;
        display: flex;
        justify-content: space-between;
    }

    .redir_page {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .redir_page_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .redir_page_content span:nth-child(1) {
        font-weight: 400;
        color: #00471e;
        font-size: 170px;
        margin-bottom: -40px;
    }

    .redir_page_content span:nth-child(2) {
        font-size: 18px;
        text-align: center;
        color: #00471e;
    }

    .about_floor_flats .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }

    #callback .input_container {
        display: flex;
    }

    .range-slide input {
        -webkit-appearance: none;
        appearance: none;
        position: absolute;
        pointer-events: none;
        z-index: 3;
        height: 3px;
        top: 0;
        width: 100%;
        opacity: 0;
        margin: 0;
    }

    .angry-grid {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
        gap: 15px;
        height: 100%;
        margin-bottom: 50px;
    }

    #item-0 {
        background-color: #eef5ea;
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 2;
        grid-column-end: 5;
    }

    #item-1 {
        background: url('../images/office.jpg') no-repeat;
        background-size: cover;
        grid-row-start: 2;
        grid-column-start: 1;
        grid-row-end: 3;
        grid-column-end: 3;
    }

    #item-2 {
        background: url('../images/img2.jpg') no-repeat;
        background-size: cover;
        grid-row-start: 3;
        grid-column-start: 1;
        grid-row-end: 4;
        grid-column-end: 3;
    }

    #item-3 {
        background: url('../images/img3.jpg') no-repeat;
        background-size: cover;
        grid-row-start: 2;
        grid-column-start: 3;
        grid-row-end: 4;
        grid-column-end: 5;
    }

    #item-4 video {
        object-fit: cover;
        height: 101%;
        width: 100%;
    }

    #item-4 {
        background: url('../images/vid.mp4') no-repeat;
        grid-row-start: 1;
        grid-column-start: 5;
        grid-row-end: 4;
        grid-column-end: 6;
        overflow: hidden;
    }

    .cards_ovr .card .lower_info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: fit-content;
        transition: 0.55s;
        z-index: 15;
        background-color: #FFF;
    }

    .cards_ovr .bg_ovr {
        position: relative;
        z-index: 10;
        display: flex;
        padding-top: 100%;
        height: 480px;
        border-radius: 100px 0 0 0;
        overflow: hidden;
        transition: 0.55s;
    }

    .cards_container .card .card-swiper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/one.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: default;
    }

    .cards_ovr .card .lower_info .card_shown_wrapper {
        display: flex;
        flex-direction: column;
    }

    .cards_ovr .cards_container .card .lower_info .cards_hidden_wrapper {
        display: flex;
        flex-direction: column;
        height: 43px;
        margin: 16px 0 -43px;
        transition: margin 0.55s;
    }

    .option-hover {
        background-color: lightblue;
    }

    .cards_ovr .card .lower_info .zk_name {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .cards_container .card {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        width: calc(33% - 20px);
        overflow: hidden;
        min-width: 367px;
    }

    .cards_container {
        display: flex;
        justify-content: left;
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
    }

    .cards_ovr .card .lower_info .cards_buttons {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .cards_ovr .card .lower_info .cards_buttons .change_flat:hover {
        background-color: #eddfcb;
    }

    .cards_ovr {
        margin-top: 60px;
    }

    .cards_ovr .card .lower_info .cards_buttons .change_flat {
        background: #f0cb93;
        border: none;
        color: #00471E;
        font-size: 16px;
        padding: 13px 25px;
        font-weight: 500;
        border-radius: 10px;
    }

    .card {
        cursor: pointer;
    }

    .lower_info {
        transition: transform 0.3s ease-in-out;
        /* Плавный переход для нижнего блока */
        cursor: default;
    }

    .card:hover .lower_info {
        transform: translateY(-75px);
        /* Подъем блока .lower_info вверх */
    }

    .card-swiper {
        scale: 1;
        /* Исходный размер */
        transition: scale 0.5s ease-in-out;
        /* Плавный переход для всех изменений */
    }

    .card:hover .card-swiper {
        scale: 1.06;
        /* Увеличение при наведении */
    }

    .bg_ovr {
        transition: background-color 0.3s ease-in-out;
        /* Плавный переход для фона */
    }

    .side_panel_flat a {
        padding: 15px 40px !important;
    }

    /*  ФОРМА  */

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content {
        height: 187px;
        background-color: #fefefe;
        margin: 0 auto;
        padding: 30px;
        margin-top: 350px;
        border: 1px solid #888;
        width: 500px;
        max-width: 500px;
        min-width: 250px;
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    /*  ФОРМА  */