/* Template Name: Cristino - Responsive Personal Template
   Author: Shreethemes
   Email: shreethemes@gmail.com
   Website: http://www.shreethemes.in
   Version: 1.6.0
   Created: May 2020
   File Description: Main Css file of the template
*/
/***********************/
/*       INDEX         */
/*======================
 *    01.  Variables   *
 *    02.  Components  *
 *    03.  General     *
 *    04.  Helper      *

 ======================*/
* {
    box-sizing: border-box !important;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: "Geologica", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

#wrapper.block {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.block {
    width: 100%;
    /*min-width: 1280px;*/
}

.inner {
    width: 95%;
    max-width: 1290px;
    margin: 0 auto;
}

a {
    color: black;
}

.fa-angle-down {
    color: #1B7734;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex: 1;
}

.switcher {
    display: flex;
    gap: 8px;
}

.switcher * {
    height: 57px;
    width: 57px;
    position: relative;
}

.switcher *:hover {
    cursor: pointer;
}

.switcher__left {
    background-image: url(/images/arrow-left.svg);
}

.switcher__left:hover {
    background-image: url(/images/left-hover.svg);
}

.switcher__right {
    background-image: url(/images/arrow-right.svg);
}

.switcher__right:hover {
    background-image: url(/images/left-hover.svg);
    transform: rotate(180deg);
}

.btn {
    text-decoration: none;
    outline: none;
    padding: 18px 24px;
    border: 1px solid #62A0B9;
    border-radius: 40px;
    background: #FFFFFF;
    font-size: 20px;
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.btn:hover {
    background: #62A0B9;
    color: #FFFFFF;
}

.btn:disabled {
    border: none;
    background: #E9EBF0;
    color: #BABABC;
}

.btn--green {
    background: #1B7734;
    color: #FFFFFF;
}

.btn--green:hover {
    background: #00A928;
}

.btn--green:disabled {
    background: #E9EBF0;
    color: #BABABC;
}

.btn--form {
    padding: 18px 29px;
    background: #1B7734;
    color: #FFFFFF;
}

.btn--form:hover {
    background: #00A928;
}

.btn--form:disabled {
    background: #E9EBF0;
    color: #BABABC;
}

.btn--questions {
    padding: 20px 118px;
    background: #1B7734;
    color: #FFFFFF;
}

.btn--questions:hover {
    background: #00A928;
}

.btn--questions:disabled {
    background: #E9EBF0;
    color: #BABABC;
}

.btn--gray {
    border: none;
    padding: 16px 20px;
    color: #797A7C;
    background: #E9EBF0;
}

.btn--gray:hover {
    background: #62A0B9;
}

.btn--gray:disabled {
    border: none;
    background: #E9EBF0;
    color: #BABABC;
}

.select-field {
    cursor: pointer;
    appearance: none;
    outline: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #212121;
    border: 1px solid #62A0B9;
    border-radius: 50px;
    padding: 16px 53px 16px 25px;
    background: url(/i/svg/arrow.svg) no-repeat right #FFFFFF;
    background-position-x: calc(100% - 26px);
}

.select-field:after {
    margin-right: 1px;
}

.select-field:focus {
    border-color: #00A928;
    background: url(/i/svg/arrow-up.svg) no-repeat right #FFFFFF;
    background-position-x: calc(100% - 26px);
}

.dropdown {
    position: relative;
}

.dropdown__button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 202px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #62A0B9;
    border-radius: 40px;
    max-height: 57px;
    padding: 16px 44px 16px 16px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.25;
    cursor: pointer;
}

.dropdown__button::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 22px;
    width: 0;
    height: 0;
    border-width: 7px 5px 0 5px;
    border-color: #797A7C transparent transparent transparent;
    border-style: solid;
    pointer-events: none;
}

.dropdown__button:focus, .dropdown__button--active {
    border-color: green;
}

.dropdown__button:focus::after, .dropdown__button--active::after {
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #797A7C transparent;
}

.dropdown__button-date {
    max-width: 300px;
}

.dropdown__date {
    max-width: 300px;
}

.dropdown__list {
    display: none;
    position: absolute;
    left: 0;
    top: 62px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: white;
    box-shadow: 2px 2px 10px 0px rgba(15, 19, 49, 0.1019607843);
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    z-index: 10;
}

.dropdown__list--visible {
    display: block;
}

.dropdown__list-item {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.25;
    padding: 10px 30px;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown__list-item:hover {
    background: #F2F4F8;
}

.inp {
    border: none;
    border-radius: 40px;
    background: #FFFFFF;
    padding: 20px 80px 20px 20px;
    color: #797A7C;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}

.inp::placeholder {
    opacity: 0.8;
}

.inp--feedback {
    margin-bottom: 25px;
    padding-right: 200px;
}

.inp--form {
    color: #797A7C;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.inp--questions {
    color: #797A7C;
    margin-bottom: 25px;
    padding-right: 170px;
}

.inp--green {
    border-radius: 40px;
    background: #F2F4F8;
}

.inp-disabled {
    border-radius: 40px;
    background: #FFFFFF;
}

.input-field {
    outline: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    border: 1px solid #BFBFC0;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.input-field::placeholder {
    opacity: 0.8;
}

.input-field:focus {
    border-color: #00A928;
}

.swiper-slide > div {
    box-shadow: none;
    transition: all 0.3s;
}

.swiper-slide > div:hover {
    box-shadow: 0 15px 40px rgba(15, 19, 49, 0.1);
    transition: all 0.3s;
}

#menu {
    display: none;
    align-self: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    color: #1D1D1B;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    z-index: 100;
}

#menu .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#menu.active {
    display: block;
}

html.popup_open {
    overflow: hidden;
}

.order_flat {
    cursor: pointer;
}

.footer {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
}

.footer .catalog_list {
    gap: 13px;
}

.footer .catalog_list a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.footer .catalog_list a:hover {
    color: #00A928;
}

.footer__top .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer__top--menu {
    display: flex;
}

.footer__logo {
    margin-right: 109px;
}

.footer__logo svg {
    width: 222px;
    height: 59.6px;
}

.footer__socials {
    font-size: 24px;
    margin-right: 101px;
}

.footer__feedback {
    font-size: 24px;
}

.footer__main .inner {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px;
    border-bottom: 1px solid #BFBFC0;
}

.footer__menu-block {
    flex: 1 1 auto;
}

.footer__menu-block .footer-menu__title {
    font-size: 20px;
    font-weight: 500;
    color: #797A7C;
    margin-bottom: 24px;
}

.footer__bottom .inner {
    color: #797A7C;
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.footer__copyright {
    width: 47%;
}

.footer__offer {
    width: 47%;
}

@media screen and (max-width: 1132px) {
    .footer__logo {
        margin-right: 50px;
    }

    .footer__socials {
        margin-right: 41px;
    }
}

@media screen and (max-width: 1006px) {
    .footer__top .inner {
        gap: 40px;
    }
}

.logo {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socials {
    display: flex;
    align-items: center;
}

.socials svg {
    width: 35px;
    height: 35px;
}

.socials__socials {
    display: flex;
    align-items: center;
}

.social-item {
    margin-left: 15px;
    cursor: pointer;
    display: flex;
    gap: 20px;
}

.color-green {
    color: #00A928;
    text-decoration: none;
}

.catalog_list, .second_ul {
    font-size: 18px;
    font-weight: 200;
    gap: 13px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.horizontal_line {
    margin-top: 15px;
    margin-bottom: 34px;
}

.header {
    width: 100%;
    background-color: #FFFFFF;
    padding: 28px 0;
}

.header.fixed {
    z-index: 101;
    position: fixed;
    top: 0;
    box-shadow: 0 15px 40px rgba(15, 19, 49, 0.1);
}

.header__wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__logo {
    margin-right: 72px;
    z-index: 100;
}

.header__logo svg {
    vertical-align: middle;
}

.header__nav {
    margin-right: 97px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.header__nav .catalog_list {
    margin-right: -40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 45px;
}

.header__nav .catalog_list > .top_li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__nav .catalog_list > .top_li a {
    color: #212121;
    font-size: 18px;
    font-weight: 200;
    line-height: 22.5px;
    text-decoration: none;
}

.header__nav .catalog_list > .top_li a:hover {
    color: #1B7734;
}

.header__nav .catalog_list > .top_li span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__nav .catalog_list > .top_li:hover > .second_ul {
    display: flex;
}

.header__nav .second_ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 225px;
    z-index: 100;
    background-color: #ffffff;
    padding-top: 20px;
}

.header__nav .second_ul li a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.header__nav .second_ul li a:hover {
    background-color: #E9EBF0;
}

.header__nav .third_ul {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

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

.header__link {
    color: #212121;
    font-size: 18px;
    font-weight: 200;
    line-height: 22.5px;
    text-decoration: none;
    margin-right: 45px;
}

.header__phone {
    white-space: nowrap;
    color: #1B7734;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    z-index: 101;
}

@media screen and (max-width: 1373px) {
    .header__nav .catalog_list {
        gap: 35px;
    }
}

@media screen and (max-width: 1333px) {
    .header__nav .catalog_list {
        gap: 25px;
    }
}

@media screen and (max-width: 1289px) {
    .header nav {
        display: none;
    }

    .header__wrapper {
        justify-content: space-between;
    }

    .header__phone {
        margin-right: 50px;
    }
}

@media screen and (max-width: 500px) {
    .header__logo {
        width: 170px;
        margin-right: 20px;
    }

    .header .inner {
        justify-content: flex-start;
        gap: 0;
    }

    .header__wrapper {
        justify-content: flex-start;
    }

    .header__phone {
        margin-left: 10px;
        margin-right: 10px;
        width: 10px;
    }

    .header__right-block {
        right: 10px;
    }
}

@media screen and (max-width: 465px) {
    .header__right-block {
        gap: 10px;
    }
}

@media screen and (max-width: 420px) {
    .header__phone {
        font-size: 16px;
    }

    .header__right-block {
        gap: 0;
    }

    .header__logo {
        margin-right: 10px;
    }
}

@media screen and (max-width: 410px) {
    .header__phone {
        font-size: 15px;
    }
}

@media screen and (max-width: 400px) {
    .header__phone {
        font-size: 14px;
    }

    .header__phone {
        margin-right: -27px;
    }
}

@media screen and (max-width: 380px) {
    .header__right-block {
        gap: 0;
    }
}


@media screen and (max-width: 390px) {
    header.header {
        padding: 24px 24px 20px 24px;
    }
    header.header .inner{
        margin: 0;
    }
    .header__logo svg {
        width: 120px;
    }

    .header__logo {
        width: 140px;
    }

    header.header .burger-wrapper {
        top: 18px;
    }

    .intro__wrapper .intro__picture {
        width: 251px;
        height: 90px;
        margin-bottom: 35px;
    }

    .intro__wrapper .intro__title {
        padding: 40px 24px 10px 24px;
    }

    .swiper-wrapper .news__text {
        height: 155px;
    }
}


.page_362 .header {
    display: none;
}

.header .top_li:hover > a span, .top_li.current > a span {
    border-bottom-color: #1B7734;
    color: #1B7734;
}

#show_success_modal, #show_fail_modal {
    position: fixed;
    display: none;
    top: 30%;
    margin-top: 0;
    padding: 9px 60px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.5);
    border: none;
    z-index: 90000;
    cursor: pointer;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
}

#show_success_modal {
    background-color: #1b7733;
}

#show_fail_modal {
    background-color: #fff;
    color: #e12325;
    border: 2px solid #e12325;
}

a.sync_sections_from_pb {
    background-color: #1b7733;
    padding: 10px 20px;
    color: white;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.refresh_entrance {
    margin-left: 40px;
}

#show_success_modal i, #show_fail_modal i {
    font-size: 120%;
}

.intro {
    margin-bottom: 124px;
}

.intro .intro__wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
    left: -15px;
    display: flex;
}

.intro__title {
    background: linear-gradient(153.82deg, #1B7734 9.73%, #0D912E 75.63%, #00A928 100%);
    padding: 195px 90px 240px 90px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 20px;
    z-index: 20;
    max-width: 547px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.intro__picture {
    width: 367px;
    margin: 0;
}

.intro__text {
    margin-top: 13px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #FFFFFF;
}

.intro__img {
    background-image: url("/images/main/main.jpeg");
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    left: 547px;
    width: calc(100vw - (100vw - 100%) / 2 - 541px);
    background-size: cover;
    background-position: bottom;
}

.intro__leaf {
    position: absolute;
    top: 0;
    left: 397px;
    z-index: 30;
}

.intro__positions {
    position: absolute;
    top: 550px;
    left: 90px;
    z-index: 30;
    display: flex;
    gap: 48px;
}

.intro__position {
    text-decoration: none;
    width: 348px;
    max-width: 348px;
    max-height: 153px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 33px 70px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.3098039216);
    border: 2.55px solid rgb(255 255 255 / 33%);
    border-radius: 10px 30px 5px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
}

.intro__position:hover {
    transform: scale(1.1);
    z-index: 10;
}

span.intro__position {
    cursor: default !important;
}


.intro__top {
    position: relative;
    margin: 0;
    font-size: 16px;
}

.intro__top:before {
    position: absolute;
    left: -25px;
    top: 5px;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #BAD331;
}

.intro__bottom {
    margin: 0;
    font-size: 32px;
}

@media screen and (max-width: 1315px) {
    .intro .inner {
        width: 100%;
    }

    .intro__wrapper {
        flex-direction: column;
        left: 0 !important;
    }

    .intro__title {
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
        align-items: center;
        border-bottom-left-radius: 0;
        border-top-left-radius: 135px;
    }

    .intro__text {
        margin-top: 0;
    }

    .intro__img {
        width: 100%;
        position: static;
        padding-bottom: 59%;
    }

    .intro__leaf {
        left: auto;
        right: 0;
    }

    .intro__positions {
        width: 90%;
        flex-wrap: wrap;
        top: auto;
        bottom: 100px;
        left: 20px;
    }
}

@media screen and (max-width: 1159px) {
    .intro__img {
        height: 600px;
    }

    .intro__positions {
        flex-direction: column;
        gap: 25px;
    }

    .intro__position {
        max-height: 103px;
    }
}

@media screen and (max-width: 1017px) {
    .intro__leaf {
        width: 100px;
        height: auto;
        resize: both;
        aspect-ratio: 2 / 1;
    }
}

@media screen and (max-width: 520px) {
    .intro__leaf {
        width: 86px;
    }
}

@media screen and (max-width: 500px) {
    .intro {
        margin-bottom: 62px;
    }

    .intro__picture {
        width: 200px;
        height: 90px;
    }

    .intro__text {
        font-size: 16px;
        padding: 0;
    }
}

.gallery {
    margin-bottom: 150px;
}

.gallery__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
}

.gallery__control {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery .switcher {
    margin-top: 20px;
}

.gallery__item {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gallery__btn {
    cursor: pointer;
}

.gallery__btn.current {
    background: #62A0B9;
    color: #FFFFFF;
}

.gallery__blocks {
    padding-left: 32px;
    margin-left: 4px;
    list-style-type: none;
    display: flex;
    gap: 63px;
}

.gallery__blocks li {
    margin-left: -38px;
}

@media screen and (max-width: 780px) {
    .gallery__control {
        margin-bottom: 15px;
    }

    .gallery__blocks {
        gap: 40px;
    }
}

@media screen and (max-width: 780px) {
    .gallery__btn {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        margin-bottom: 75px;
    }
}

.gallery_page {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-top: 60px;
}

.gallery_item_wrap {
    position: relative;
    width: 23%;
    margin-bottom: 2%;
    margin-left: 2%;
    border: 1px solid #ccc;
    cursor: zoom-in;
    transition: all 0.25s ease-out;
}

@media screen and (max-width: 640px) {
    body.page_253 .gallery_item_wrap {
        width: 48%;
        height: 30vw;
    }
}

@media screen and (max-width: 425px) {
    body.page_253 .gallery_page {
        gap: 25px;
    }

    body.page_253 .gallery_page .gallery_item_wrap {
        width: 100%;
        border: none;
        height: 0;
        padding-bottom: 57%;
    }
}


.gallery_item_wrap:hover {
    opacity: 0.85;
}

.gallery_item {
    padding-bottom: 65%;
    height: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info {
    margin-bottom: 121px;
}

.info__wrapper {
    position: relative;
    width: 100%;
    max-width: 1466px;
}

.info__content {
    width: 100%;
    max-width: 853px;
}

.info__title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.25;
    color: #212121;
    margin-bottom: 23px;
}

.info__text {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    color: #060606;
}

.info__img {
    position: absolute;
    right: -175px;
    top: 35px;
    width: 60%;
    max-width: 554px;
}

.info ul {
    padding: 0;
}

.info ul li {
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    color: #060606;
    list-style-type: none;
}

.info ul li:before {
    content: "";
    display: inline-block;
    width: 11.67px;
    height: 11.08px;
    padding-right: 13px;
    background-image: url("/images/ul.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1642px) {
    .info__img {
        display: none;
        /*position: static;*/
    }
}

@media screen and (max-width: 1270px) {
    .info {
        margin-bottom: 60.5px;
    }
}

.call {
    margin-bottom: 121px;
}

.call__form-wrapper {
    border-radius: 50px;
    width: 100%;
    max-width: 1195px;
    background-color: #F2F4F8;
    padding: 111px 95px;
    position: relative;
    left: -15px;
}

.call__form {
    color: #424242;
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.call__title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
}

.call__text {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 8px;
}

.call__btn {
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 0;
}

.call__img {
    position: absolute;
    right: -109px;
    top: 60px;
    width: 60%;
    max-width: 657px;
}

.call__privacy {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    align-self: center;
    text-align: center;
    margin: -8px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 300px;
}

@media screen and (max-width: 1340px) {
    .call__form-wrapper {
        padding: 60px 40px;
    }

    .call__img {
        right: -50px;
        width: 55%;
        top: 40px;
    }
}

@media screen and (max-width: 1050px) {
    .call__img {
        display: none;
    }

    .call__form-wrapper {
        background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/images/form.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 992px) {
    .call__form-wrapper {
        left: auto;
    }

    .call__img {
        width: 50%;
        right: 0;
    }
}

.advantages {
    position: relative;
    margin-bottom: 130px;
}

.advantages--pc {
    display: block;
}

.advantages.advantages--mobile {
    display: none;
    margin-bottom: 0;
    padding: 20px;
}

.advantages__wrapper {
    margin: 0 auto;
    max-width: 1732px;
    width: 100%;
}

.advantages__item {
    min-height: 171px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    cursor: default !important;
}

.advantages__item--blue {
    background-color: #62A0B9;
    border-radius: 10px 80px 10px 10px;
}

.advantages__item--yellow {
    background-color: #BAD331;
    border-radius: 10px 80px 80px 80px;
}

.advantages__item--light-green {
    background-color: #00A928;
    border-radius: 10px 10px 10px 80px;
}

.advantages__item--dark-green {
    background-color: #1B7734;
    border-radius: 10px 80px 80px 80px;
}

.advantages__image
{
    resize: both;
    aspect-ratio: 1 / 1;
}

.advantages__image--image1 {
    width: 59px;
    height: 59px;
}

.advantages__image--image2 {
    width: 59px;
    height: 59px;
}

.advantages__image--image3 {
    width: 59px;
    height: 52.46px;
}

.advantages__image--image4 {
    width: 41.3px;
    height: 47.2px;
}

.advantages__text {
    color: #FFFFFF;
    white-space: nowrap;
}

@media screen and (max-width: 2800px) {
    .advantages__wrapper {
        left: 0;
    }
}

@media screen and (max-width: 806px) {
    .advantages__item {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .advantages {
        margin-bottom: 84px;
    }
}

.devs {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.devs__dev a {
    text-decoration: none;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
}

.news {
    margin-top: 50px;
    margin-bottom: 149px;
}

.news__top {
    margin-bottom: 20px;
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.news__top .switcher {
    margin-left: auto;
}

.news__title {
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    color: #212121;
}

.news__btn {
    padding: 13px 41px;
}

.news__block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}

.news__item {
    background-color: #F2F4F8;
    border-radius: 20px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}


.news__item:hover {
    background-color: #FFFFFF;
}

.news__item:hover .news__text {
    box-shadow: 0 15px 40px rgba(15, 19, 49, 0.1);
}

.news__item:hover .news__arrow {
    display: block;
}

.news__item:hover .news__date {
    background-color: #F2F4F8;
}

.news__image {
    width: 100%;
    height: 270px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    object-fit: cover;
}

.news__date {
    /*  position: absolute;
      bottom: 25px;
      left: 21px;*/
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    color: #424242;
    padding: 9px 20px;
    background-color: #FFFFFF;
}

.news__text {
    position: relative;
    height: 172px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media screen and (max-width: 410px) {
    .news__text {
        height: 190px;
    }
}

.news__description {
    overflow: hidden;
    max-height: 5.3em;
}

.news__description p {
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    color: #212121;
    padding: 0 23px;
}

.news__more {
    text-decoration: none;
    bottom: 30px;
    right: 70px;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    color: #00A928;
    padding-right: 50px;
}


.news__info-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 23px;
    align-items: center;
}

@media screen and (max-width: 410px) {
    .news__info-wrapper {
        padding: 8px 10px;

    }
}

.news__info-block {
    display: flex;
    align-items: center;
    gap: 10px;
}


.news__info-wrapper .news__more {

}


.news__arrow {
    cursor: pointer;
    width: 41px;
    height: 41px;
    position: absolute;
    right: 20px;
    bottom: 25px;
    background-image: url(/images/target-arrow.svg);
    display: none;
}

.news__arrow:hover {
    display: block;
    background-image: url(/images/target-hover.svg);
}

@media screen and (max-width: 410px) {
    .news__arrow {
        bottom: 45px;
        right: 13px;
    }
}

.questions {
    flex: 1;
    position: relative;
}

.questions__wrapper {
    position: relative;
    padding-bottom: 40px;
}

.questions__form {
    padding-top: 35px;
    padding-bottom: 25px;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.questions__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.25;
    color: #424242;
    margin-bottom: 24px;
}

.questions__text {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    color: #797A7C;
    margin-top: 0;
    margin-bottom: 2px;
}

.questions__list {
    font-weight: 200;
    font-size: 20px;
    line-height: 1.5;
    color: #060606;
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px;
}

.questions__list-item::before {
    content: "";
    display: inline-block;
    width: 11.67px;
    height: 11.08px;
    background-image: url("/images/ul.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px;
}

.questions__input {
    margin-bottom: 22px;
    max-width: 412px;
    width: 100%;
    text-align: center;
    align-self: center;
}

.questions__btn {
    padding: 20px 118px;
    max-width: 412px;
    width: 100%;
    margin-bottom: 14px;
    text-align: center;
    align-self: center;
}

@media screen and (max-width: 430px) {
    .questions__btn {
        padding: 18px 24px;
    }
}

.questions__privacy {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    align-self: flex-start;
    margin: 0 0 0 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 300px;
}

.questions__img {
    position: absolute;
    top: 0;
    right: -25px;
    max-width: 766.09px;
    width: 100%;
    height: auto;
}

.questions__background {
    width: calc(50vw + 220px);
    max-height: 758px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E9EBF0;
    z-index: -1;
}

@media screen and (max-width: 1228px) {
    .questions__img {
        display: none;
    }

    .questions__wrapper {
        background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/images/house.png");
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .questions__background {
        display: none;
    }
}

.filter_develope {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 52px;
}

@media screen and (max-width: 1200px) {
    .filter_develope form {
        margin-right: auto;
    }
}

@media screen and (max-width: 425px) {
    .filter_develope {
        margin-bottom: 80px;
    }
}

.filter_develope .dropdown button {
    white-space: nowrap;
}

.building-progress__top {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.building-progress__top .switcher {
    position: relative;
    display: flex;
    margin: 35px 0 30px 0;
    right: 0;
}

.building-progress__top .switcher .swiper-button-next:after, .building-progress__top .switcher .swiper-button-prev:after {
    display: none;
}

.building-progress__hidden {
    display: none;
}

.building-progress__hidden-date {
    display: none;
}

.building-progress__title {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 40px;
}

.building-progress__title .select-field {
    margin-top: -15px;
}

.building-progress__title form {
    display: inline-block;
}

.building-progress .inner {
    /*width: 100%;*/
}

.building-progress .inner .buildungprocess {
    overflow: hidden;
}

.building-progress #slider_d {
    padding: 71px 0 74px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .building-progress #slider_d {
        padding: 21px 0 24px;
    }
}

.building-progress #slider_d h2 {

    line-height: 60px;
    font-weight: 400;
    font-size: 48px;
    text-align: left;
    color: #212121;
}

@media screen and (max-width: 500px) {
    .building-progress #slider_d {
        padding: 40px 0;
    }
}

@media screen and (max-width: 837px) {
    .building-progress__top {
        row-gap: 0;
    }

    .building-progress #slider_d h2 {
        margin-bottom: 0;
    }

    .building-progress__title {
        align-items: flex-end;
    }
}

@media screen and (max-width: 675px) {
    .building-progress__top {
        position: relative;
    }

    .building-progress .switcher {
        position: absolute;
        bottom: 0;
        margin-bottom: 10px;
    }

    .building-progress__top {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 620px) {
    .building-progress__top {
        gap: 5px;
    }
}

.swiper-slide {
    opacity: 0;
    cursor: pointer;
}

.swiper-slide > div {
    box-shadow: 0 15px 40px rgba(15, 19, 49, 0.1);
    border-radius: 8px;
    /*overflow: hidden;*/
}

.swiper-slide.swiper-slide-visible {
    pointer-events: auto;
    opacity: 1;
}

.buildungprocess, .news__block {
    cursor: grab;
    overflow: hidden;
}

.buildungprocess .swiper-slide {
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    pointer-events: none;
}

.buildungprocess .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}

.buildungprocess .swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}

.buildungprocess .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.buildungprocess .swiper-slide:hover {
    box-shadow: 0 15px 40px rgba(15, 19, 49, 0.1);
    transition: all 0.3s;
}


.news__block .swiper-slide {
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    pointer-events: none;
}

.news__block .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}

.news__block .swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}

.news__block .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.news__block .swiper-slide:hover {
    box-shadow: 0 15px 40px rgba(15, 19, 49, 0.1);
    transition: all 0.3s;
}


#content #slider_d .swiper-button-next, #content #slider_d .swiper-button-prev {
    display: none;
    top: 20%;
}

@media screen and (max-width: 425px) {
    #content #slider_d .swiper-button-next, #content #slider_d .swiper-button-prev {
        top: 25%;
    }
}

@media screen and (max-width: 700px) {
    #content iframe {
        width: 100%;
        height: 400px;
    }
}
@media screen and (max-width: 382px) {
    #content #slider_d .swiper-button-next, #content #slider_d .swiper-button-prev {
        top: 28%;
    }
}

.swiper-slide a:not(.news__arrow):not(.news__item a) {
    height: 100%;
    text-decoration: none;
}

.slide-img {
    position: relative;
    height: 210px;
    border-radius: 20px;
}

.tag {
    position: absolute;
    top: 10px;
    left: 21px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    color: #FFFFFF;
    padding: 7px 15px;
    background-color: #1B7734;
}

.date_publicate {
    position: absolute;
    top: 10px;
    left: 130px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    color: #424242;
    padding: 7px 10px;
    background-color: #FFFFFF;
}

.date_bublicate {
    font-size: 12px;
    line-height: 12px;
    color: #ccc;
    letter-spacing: 0;
}

.name {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    letter-spacing: 0;
    margin-bottom: 11px;
}

.slide-img {
    height: 371px;
}

@media screen and (max-width: 425px) {
    .slide-img {
        height: 300px;
    }
}

.genplan-wrapper .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.genplan-wrapper h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
}

#genplan {
    padding-top: 30px;
}

#genplan h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
}

#genplan .plan-image {
    width: 100%;
    height: 0;
    padding-bottom: 58.25%;
    position: relative;
    background: url(/i/main/building-plan.jpg) no-repeat;
    background-size: cover;
}

.floors-plans {
    margin-bottom: 144px;
}

.floors-plans__wrapper {
    position: relative;
}

.floors-plans h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #212121;
    margin-bottom: 25px;
}

.floors-plans__btn {
    width: 35%;
    min-width: 227px;
}

.floors-plans__text {
    margin-bottom: 37px;
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    color: #060606;
}

.floors-plans__select {
    padding: 16px 44px 16px 16px;
}

.floors-plans__rooms {
    display: flex;
    margin-bottom: 5px;
    justify-content: flex-start;
    padding: 0;
}

.floors-plans__rooms__btn {
    cursor: pointer;
    margin-right: 20px;
}

.floors-plans__rooms__btn.current {
    background: #62A0B9;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .floors-plans__rooms {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

@media screen and (max-width: 425px) {
    .floors-plans__rooms {
        margin-bottom: 30px;
        align-items: center;
    }

    .floors-plans__rooms__btn {
        min-width: 100px;
    }
}

.floors-plans__block {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.floors-plans__item {
    display: none;
    flex-direction: column;
}

.floors-plans__item.current {
    display: flex;
}

.floors-plans__squares-block {
    margin-left: auto;
    position: absolute;
    top: 150px;
    left: 550px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .floors-plans__squares-block {
        width: 100%;
    }
}

.floors-plans__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    color: #424242;
}

.floors-plans__squares {
    cursor: pointer;
    margin-top: 5px;
    outline: none;
    padding: 15px 18px 13px 18px;
    border: 1px solid #BFBFC0;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.floors-plans .btn {
    list-style: none;
    font-weight: 300;
    text-decoration: none;
    margin-right: 23px;
}

.floors-plans__room-block {
    display: none;
    position: relative;
}

.floors-plans__room-block.current {
    display: flex;
    gap: 103px;
}

.floors-plans__room-block__img {
    width: 428px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 58px;
}

.floors-plans__room-block__img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    cursor: zoom-in;
}

@media screen and (max-width: 768px) {
    .floors-plans__room-block.current {
        display: flex;
        flex-direction: column-reverse;
    }

    .floors-plans__room-block__img {
        width: 100%;
    }
}

.floors-plans__floor-descr {
    padding-top: 55px;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .floors-plans__floor-descr {
        width: 100%;
    }
}

.floors-plans__floor-descr .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #424242;
    margin-bottom: 17px;
}

.floors-plans__floor-descr ul {
    margin-top: 88px;
    padding: 0;
}

.floors-plans__floor-descr ul li {
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    color: #060606;
    list-style-type: none;
}

.floors-plans__floor-descr ul li:before {
    content: "";
    display: inline-block;
    width: 11.67px;
    height: 11.08px;
    padding-right: 13px;
    background-image: url("/images/ul.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1169px) {
    .floors-plans__squares-block {
        top: 200px;
    }
}

@media screen and (max-width: 1119px) {
    .floors-plans__squares-block {
        top: 200px;
        left: 530px;
    }
}

@media screen and (max-width: 1035px) {
    .floors-plans__squares-block {
        left: 510px;
    }
}

@media screen and (max-width: 890px) {
    .floors-plans__squares-block {
        left: 490px;
    }
}

@media screen and (max-width: 768px) {
    .floors-plans__room-block.current {
        gap: 0;
    }

    .floors-plans__squares-block {
        top: 150px;
        left: 0;
    }
}

@media screen and (max-width: 460px) {
    .floors-plans__room-block__img {
        top: 0;
        width: 90%;
    }
}

.nav-icon2 {
    width: 61px;
    height: 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 100;
    margin-right: 0;
    transition: opacity 0.2s ease;
    position: relative;
}

.nav-icon2.open {
    background: none;
}

@media screen and (max-width: 1620px) {
    .nav-icon2 {
        margin-left: 30px;
    }
}

@media screen and (max-width: 992px) {
    .nav-icon2 {
        margin-left: -70px;
    }
}

.burger-wrapper {
    z-index: 100;
    position: absolute;
    transition: all 0.2s ease;
    top: 25px;
    right: calc(50% - 670px);
}

@media screen and (max-width: 1365px) {
    .burger-wrapper {
        right: 0;
    }

    .burger-wrapper .nav-icon2 {
        margin-left: -10px;
    }
}

.burger__line {
    display: block;
    width: 50%;
    height: 2px;
    background-color: #1B7734;
    position: absolute;
    transition: 0.3s all linear;
    border-radius: 50px;
}

.burger__line_first {
    top: 21px;
}

.burger__line_fourth {
    bottom: 21px;
}

.burger__line_second, .burger__line_third {
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
}

.burger_active .burger__line_first, .burger_active .burger__line_fourth {
    opacity: 0;
}

.burger.open .burger__line_second {
    transform: translateY(-50%) rotate(45deg);
    background-color: #1B7734;
    width: 50%;
}

.burger.open .burger__line_third {
    transform: translateY(-50%) rotate(-45deg);
    background-color: #1B7734;
    width: 50%;
}

.burger.open .burger__line_first, .burger.open .burger__line_fourth {
    opacity: 0;
}

#bread_crumbs {
    font-weight: 200;
    margin-top: 5px;
    font-size: 16px;
}

#bread_crumbs a {
    color: black;
    transition: all 0.2s ease;
}

#bread_crumbs a:hover {
    color: #2467b4;
    text-decoration: underline;
}

#bread_crumbs {
    margin-top: 10px;
}

#catalog {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    #catalog {
        justify-content: space-between;
    }

    .news__arrow {
        display: block;
    }
}

.catalog_text,
.feature .panel {
    width: 100%;
    font-size: 22px;
    color: #fff;
    padding: 7px 10px;
    transition: 0.3s all;
    background: #00A928;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .catalog_text,
    .feature .panel {
        line-height: 1.3;
        font-size: 19px;
    }
}

@media screen and (max-width: 576px) {
    .catalog_text,
    .feature .panel {
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    .catalog_text,
    .feature .panel {
        font-size: 18px;
        padding: 6px 5px;
    }
}

.catalog_title_prefix {
    font-size: 15px;
    margin-bottom: -1px;
}

.catalog_item {
    flex-direction: column;
}

.catalog_item,
.features .right .feature {
    display: flex;
    width: 49%;
    height: 270px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.features .right .feature {
    border: 1px solid #eee;
    height: 270px;
}

.features .right .feature p {
    font-size: 15px;
    margin-top: 0;
}

.catalog_item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.catalog_item .catalog_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: 0.1s all;
}

.catalog_item:hover .catalog_text {
    background: #00A928;
    opacity: 0.8;
}

.catalog_item {
    position: relative;
    width: 32%;
    margin-right: 15px;
}

@media screen and (max-width: 1400px) {
    .catalog_item {
        width: 31%;
    }
}

@media screen and (max-width: 1200px) {
    .catalog_item {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 576px) {
    .catalog_item {
        width: 100%;
        margin-bottom: 40px;
    }
}

#page_top h1 {
    font-size: 34px;
    color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 500px) {
    #page_top h1 {
        font-size: 30px;
    }
}

#page_top {
    padding: 22px 0;
    background: #f5f5f5;
}

#content {
    padding-bottom: 60px;
    padding-top: 40px;
    background: #f9f9f9;
    min-height: 50vh;
}

@media screen and (max-width: 500px) {
    #content {
        padding-bottom: 40px;
    }
}

#menu .inner {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#menu .inner a {
    text-decoration: none;
}

#menu .inner i {
    display: none;
}

#menu.active {
    display: block;
}

.main_items.menu_items {
    display: none;
}

.menu_items .title {
    font-size: 24px;
}

@media screen and (max-width: 600px) {
    .menu_items .title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0;
        color: #1B7734;
        text-decoration: underline;
    }

    .menu_items .title i {
        margin-left: 8px;
        margin-top: 3px;
    }

    .menu_items .title a {
        color: #1B7734;
        text-decoration: underline;
    }

    .intro {
        margin-bottom: 0;
    }

    .intro__title {
        border-radius: 0;
        align-items: normal;
        padding: 40px 40px;
    }

    .intro__img {
        height: 309px;
    }

    .intro__position {
        width: 100%;
        max-width: 100%;
        max-height: 81px;
    }

    .intro__positions {
        gap: 9px;
        flex-wrap: unset;
        top: 382px;
    }

    .intro__positions .intro__top {
        font-size: 14px;
    }

    .intro__positions .intro__bottom {
        font-size: 20px;
    }

    .call {
        display: none;
    }

    .advantages__wrapper .swiper-wrapper .swiper-slide:not(.news__item) {
        opacity: unset;
        padding: 10px;
        aspect-ratio: 1.5 / 1;
        width: 40vw;
        min-height: 0;
    }

    .advantages__item {
        row-gap: 10px;
    }

    .advantages--mobile .swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 20px;
        justify-items: center;
    }

    .advantages__text {
        text-wrap: auto;
        text-align: center;
        margin: 0;
        font-size: 3vw;
    }

    .advantages--pc {
        display: none;
    }

    .advantages.advantages--mobile {
        display: block;
    }

    .advantages__image {
        width: 20%;
    }

    .advantages__item--blue {
        border-radius: 10px 25px 10px 10px;
    }

    .advantages__item--yellow {
        border-radius: 10px 25px 25px 25px;
    }

    .advantages__item--light-green {
        border-radius: 10px 10px 10px 25px;
    }

    .advantages__item--dark-green {
        border-radius: 25px 25px 10px 25px;
    }

    #genplan {
        padding: 0;
    }

    .info__title, #genplan .sale_title, .building-progress #slider_d h2,
    h3.floors-plans__title, .floors-plans__floor-descr .title,
    .gallery__title, .news__title, .questions__title {
        font-size: 30px;
        text-align: center;
        align-self: center;
    }

    .questions__text {
        font-size: 20px;
        text-align: center;
        align-self: center;
    }

    p.floors-plans__text {
        padding: 0 45px;
        text-align: center;
    }

    .building-progress__title {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .building-progress__title h2 {
        grid-column: 1 / -1;
    }

    .building-progress__title form {
        justify-self: start;
    }

    .building-progress__top {
        display: block;
    }

    li.floors-plans__rooms__btn.btn {
        margin: 0;
        padding: 10px 15px;
    }

    .floors-plans {
        margin: 0;
    }

    .floors-plans__room-block__img {
        margin-top: 0;
    }

    .floors-plans__floor-descr .title span,
    label.floors-plans__label{
        display: none;
    }

    .floors-plans__squares-block {
        top: 120px;
    }

    .floors-plans__squares-block .dropdown {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .floors-plans__btn {
        display: none;
    }

    .questions__img {
        display: block;
        position: unset;
    }

    .questions {
        background-color: #E9EBF0;
    }

    .questions__wrapper {
        background: none;
    }

    .floors-plans__room-block__img img {
        height: auto;
        max-height: 500px;
    }

    .news .inner .news__top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        column-gap: 0;
        row-gap: 10px;
        text-align: center;
    }

    .news__title {
        grid-column: 1 / -1;
        margin-bottom: 10px;
    }

    .news__btn {
        justify-self: start;
    }

    .switcher {
        justify-self: end;
    }

    .gallery__blocks {
        padding: 0;
    }

    .news__arrow {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .intro__positions {
        top: 308px;
    }
}

@media screen and (max-width: 440px) {
    .intro__positions {
        top: 337px;
    }
}

@media screen and (max-width: 411px) {
    .floors-plans__squares-block {
        top: 160px;
    }
}

@media screen and (max-width: 390px) {
    .floors-plans__squares-block {
        top: 67px;
    }
}

@media screen and (max-width: 400px) {
    .menu_items .title {
        padding-left: 0;
    }
}

@media screen and (max-width: 390px) {
    .info__title, #genplan .sale_title, .building-progress #slider_d h2,
    h3.floors-plans__title, .floors-plans__floor-descr .title,
    .gallery__title, .news__title, .pos_text_block .pos_title {
        font-size: 20px;
    }

    .questions__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .questions__input.input-field, .questions__btn {
        font-size: 16px;
        height: 52px;
    }

    .info__text, .info ul li, .floors-plans__floor-descr ul li, .floors-plans__text,
    .building-progress__title .dropdown__button, li.floors-plans__rooms__btn.btn,
    .pos_text_block .link_btn a, .gallery__btn, .news__btn, .news__description p, .questions__text,
    .questions__list, .news__more, .dropdown__list-item, .dropdown__button,
    footer.footer .catalog_list li *, .footer__bottom .inner {
        font-size: 14px;
    }

    footer.footer .footer__top * {
        font-size: 18px;
    }

    .info, .genplan-mobile .sale_block, .sale_block .pos-group {
        margin-bottom: 0;
    }

    #genplan h2 {
        line-height: normal;
    }

    .genplan-mobile .ot_uk_block {
        display: none;
    }

    .building-progress #slider_d {
        padding: 10px 0;
    }

    .pos_info_block .pos_img {
        height: 178px;
    }

    .pos_text_block .link_btn {
        padding: 3px 25px;
        border-radius: 5px;
    }

    .pos_text_block .link_btn {
        padding: 8px 25px;
    }

    .pos_text_block .link_btn a {
        display: block;
    }

    .footer .catalog_list {
        gap: 5px;
    }

    .footer__menu-block .footer-menu__title {
        margin-bottom: 12px;
    }

    .switcher * {
        height: 34px;
        width: 34px;
    }

    .dropdown__button {
        padding: 7px 40px 7px 18px;
        line-height: normal;
        width: unset;
    }

    .dropdown__button::after {
        top: 40%;
    }

    .building-progress .switcher {
        margin-bottom: 0;
    }

    ul.floors-plans__rooms {
        margin: 0;
    }

    li.floors-plans__rooms__btn.btn {
        padding: 6px 9px;
    }

    .floors-plans h3.floors-plans__title {
        margin: 25px 0 0;
        line-height: normal;
    }

    .floors-plans__text {
        line-height: normal;
        margin: 10px 0 30px;
    }

    .floors-plans__floor-descr .floors-plans__text {
        margin-top: 50px;
    }

    .floors-plans__floor-descr {
        padding-top: 30px;
    }

    .floors-plans__floor-descr .title {
        margin: 0;
        line-height: normal;
    }

    .floors-plans__floor-descr ul {
        margin: 0;
    }

    .gallery__btn {
        padding: 6px 10px;
    }

    .gallery__blocks {
        margin: 0;
        height: 34px;
    }

    .gallery .switcher {
        margin: 0;
    }

    .gallery-row {
        width: 90%;
        max-width: 1290px;
        margin: 0 auto;
    }

    .gallery-row .swiper-slide {

    }

    .gallery-row .gallery__item {
        height: 300px;
        border-radius: 20px;
    }

    section.news, section.gallery {
        margin: 10px 0 0;
    }

    a.news__btn {
        padding: 5px 25px;
    }

    .questions__form {
        padding-top: 10px;
    }

    footer.footer {
        padding: 40px 0;
    }

    .footer__top .inner {
        gap: 25px;
        border-bottom: 1px solid #BFBFC0;
        padding-bottom: 30px;
    }

    .footer__main .inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        column-gap: 0;
        row-gap: 25px;
    }

    .footer__bottom .inner {
        display: block;
    }

    .footer__copyright {
        margin-bottom: 10px;
    }

    .footer__copyright, .footer__offer {
        width: 100%;
    }

    section.genplan-wrapper #genplan .inner {
        width: 100%;
    }

    .inner {
        width: 90%;
    }

    #genplan .pos_info_block {
        box-shadow: 0 23.93px 63.81px 0 #0F13311A;
    }

    section.news .news__block {
        box-shadow: 0 15px 40px 0 #0F13311A;
        gap: 0;
        margin-bottom: 40px;
        border-radius: 8px;
    }
}

.menu_items div {
    display: flex;
    flex-direction: column;
}

.menu_items div a {
    font-weight: 200;
}

@media screen and (max-width: 600px) {
    .menu_items div {
        display: none;
    }

    .menu_items div.active {
        display: flex;
        margin-left: 20px;
        margin-top: 15px;
        text-decoration: underline;
    }
}

@media screen and (max-width: 600px) and (max-width: 400px) {
    .menu_items div.active {
        margin-left: 0;
    }
}

#menu.active .inner .menu_items:nth-child(4) {
    position: relative;
    left: -25px;
}

@media screen and (max-width: 1000px) {
    #menu.active .inner .menu_items:nth-child(4) {
        left: 0;
    }

    .news__top {
        gap: 20px;
    }
}

.menu_items {
    width: 24%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .menu_items {
        width: 48%;
    }
}

@media screen and (max-width: 600px) {
    .menu_items {
        width: 100%;
    }
}

#menu .logo {
    margin-right: 80%;
    margin-bottom: 40px;
    margin-top: -17px;
}

@media screen and (max-width: 1340px) {
    #menu .logo {
        margin-right: 75%;
        margin-left: 70px;
    }
}

@media screen and (max-width: 992px) {
    #menu .logo {
        margin-right: 80%;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    #menu .logo {
        margin-right: 0;
    }
}


/*# sourceMappingURL=style.css.map */
