#map {
    height: 100%;
    width: 100%;
}
.cluster-icon-text {
    color: #263640;
    text-align: center;
    font-family: DIN Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 200% */
}
/*.header-container {*/
/*    margin: 0 70px;*/
/*}*/
.container-fluid {
    margin: 0 70px;
    /*width: 100%;*/
    /*margin: 0 auto;*/
}
.header__logo {
    flex-grow: 0;
}
.header__logo-img {
    width: 220px;
}
.header__nav-link {
    font-size: 15px;
}
.page-title__block {
    margin-bottom: 62px;
}
.page-title__title {
    color: #263640;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 140.625% */
}
.constructions__left-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}
.construction__title-block {
    margin-bottom: 15px;
}
.construction-title__container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.construction-title__description {
    position: relative;
}
.construction-title__description.active {
    width: 50%;
}
/*.construction-title__description {*/
/*    width: auto;*/
/*}*/
.construction-title__description_button {
    display: inline-flex;
    height: 60px;
    padding: 0 10px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #5C676E;
    color: #FFF;
    text-align: center;
    font-size: 16.866px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.095px; /* 142.857% */
    letter-spacing: 1.687px;
    text-transform: uppercase;
}
.construction-title__description_button.active {
    justify-content: space-between;
    width: 100%;
    color: #929A9F;
    padding-left: 40px;
    padding-right: 20px;
}
.construction-title__description_button.active > img {
    transform: rotate(90deg);
    /*animation: 0.5s linear 0s normal none running rot;*/
    /*-webkit-animation: 0.5s linear 0s normal none running rot;*/
}
/*@keyframes rot {*/
/*    0% {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    100% {*/
/*        transform: rotate(90deg);*/
/*    }*/
/*}*/
/*@-webkit-keyframes rot {*/
/*    0% {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    100% {*/
/*        transform: rotate(90deg);*/
/*    }*/
/*}*/
.construction-title__description_block {
    display: none;
}
.construction-title__description_block.active {
    padding: 10px 40px 40px 40px;
    display: block;
    position: absolute;
    background: #5C676E;
    color: #FFF;
    z-index: 999;
}
.construction-description__title {
    color: #FFF;
    font-size: 38.551px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.008px; /* 137.5% */
    margin-bottom: 30px;
}
.construction-description__text {
    font-size: 19.276px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.323px; /* 162.5% */
}
.construction-title__title {
    display: block;
    color: #263640;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}
.construction__properties-block {
    margin-bottom: 40px;
}
.construction__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-height: 500px;
}
.construction__left {
    width: 50%;
}
.construction__right {
    width: 50%;
}
.constructions-description__swiper .full-screen-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
    width: 53px;
    height: 53px;
}
.constructions-description__swiper-slide {
    height: auto;
}
.map-fullscreen-button img {
    width: 53px;
    height: 53px;
}
.full-screen-button img {
    width: 100%;
    height: 100%;
}
.header__nav-link.active {
    color: #FF9326;
}
.uppercase {
    text-transform: uppercase;
}
.constructions__left {
    display: inline-flex;
    justify-content: space-between;
}
.constructions__info a {
    margin-right: auto;
}
.constructions__info .btn--orange {
    order: unset;
}
.page-title__title,
.construction-title__title,
.construction-description__title {
    font-size: 26px;
}
.intro__item img {
    width: 45px;
}
.become-customer__btn {
    max-width: 300px;
}
.main {
    margin-top: 14px;
}
.page-title__block {
    margin-bottom: 12px;
}
.search-result__form-btn.btn--orange {
    width: 300px;
}
.search-result__item-row tr {
    padding: 0 8px;
}
.construction-title__description_button {
    height: 40px;
    font-size: 12px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: center;
}
.construction-title__description_button img {
    width: 25px;
    height: 25px;
}
.constructions__info a {
    min-width: unset !important;
    width: 212px !important;
    padding: 12px 20px 12px 70px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: right;
}
.construction__properties-block {
    margin-bottom: 22px;
}
.constructions__info-item-col.dropdown {
    padding-right: 8px;
}
.constructions__info-item-col.dropdown:after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    padding-right: 6px;
    background-image: url(../img/general/arrow-down-black.svg);
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
.construction__sides {
    display: none;
    margin: 0 -1px;
    border: 1px solid #E3E5E5;
    border-top: none;
    padding: 8px 4px 10px;
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.constructions__info-item.active .construction__sides {
    display: block;
}
.constructions__info-item.active .constructions__info-item-col.dropdown:after {
    transform: rotate(180deg);
}
.construction__sides a {
    display: block;
    width: 100%!important;
    height: 32px;
    padding: 4px 7px 4px 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s linear background-color;
    transition: 0.3s linear background-color;
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0.25px;
    font-weight: 400;
    color: #263640;
}
.construction__sides a:hover {
    background-color: #F1F3F4;
}
.pointer {
    cursor: pointer;
}
.constructions--padding {
    padding-bottom: 32px;
}
@media (max-width: 1910px) {
    .constructions__left-form {
        flex-wrap: wrap;
        font-weight: 500;
    }
}
/*@media (max-width: 1490px) {*/
/*    .construction-title__description_block.active {*/
/*        margin-right: 70px;*/
/*    }*/
/*    .construction__inner {*/
/*        max-height: 380px;*/
/*    }*/
/*    .map-fullscreen-button img {*/
/*        width: 44px;*/
/*        height: 44px;*/
/*    }*/
/*    .full-screen-button img {*/
/*        width: 44px;*/
/*        height: 44px;*/
/*    }*/
/*    .search-result {*/
/*        margin-bottom: 40px;*/
/*    }*/
/*    .page-title__block {*/
/*        margin-bottom: 22px;*/
/*    }*/
/*    .construction__title-block {*/
/*        margin-bottom: 31px;*/
/*    }*/
/*}*/
/*!*@media (max-width: 1280px) {*!*/
/*!*    .container-fluid {*!*/
/*!*        margin: 0 32px;*!*/
/*!*    }*!*/
/*!*}*!*/
/*@media (max-width: 1020px) {*/
/*    .header__nav-item {*/
/*        margin-right: 15px;*/
/*    }*/
/*    .container-fluid {*/
/*        margin: 0 70px;*/
/*    }*/
/*    .search-result__inner {*/
/*        flex-direction: column;*/
/*    }*/
/*    .search-result__left {*/
/*        margin-right: unset;*/
/*        width: auto;*/
/*    }*/
/*    .search-result__right {*/
/*        width: auto;*/
/*    }*/
/*    .construction__inner {*/
/*        max-height: unset;*/
/*        flex-direction: column;*/
/*    }*/
/*    .construction__left {*/
/*        width: 100%;*/
/*    }*/
/*    .construction__right {*/
/*        width: 100%;*/
/*        height: 495px;*/
/*    }*/
/*    .map-fullscreen-button img {*/
/*        width: 52px;*/
/*        height: 52px;*/
/*    }*/
/*    .full-screen-button img {*/
/*        width: 52px;*/
/*        height: 52px;*/
/*    }*/
/*}*/

@media (max-width: 1500px) and (min-width: 1281px){
    .constructions__left {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }
}
@media (max-width: 1500px) {
    .constructions__left-widget {
        width: 320px;
    }
}
@media (max-width: 1490px) {
    .construction-description__title {
        line-height: 1.25;
    }
    .constructions__left-widget {
        width: 320px;
    }
}
@media (max-width: 1280px) {
    .header__logo-link {
        line-height: normal;
    }
    .container {
        padding: 0 42px;
    }
    .intro__inner {
        max-width: 1140px;
        margin: 0 auto;
    }
    .intro__swiper {
        max-height: 450px;
    }
    .our-amenities {
        padding-bottom: 26px;
    }
    .our-partners__link {
        margin-bottom: 0;
    }
    /*.our-contacts__left {*/
    /*    padding-top: 68px;*/
    /*}*/
    .our-contacts {
        margin-top: 36px;
    }
    .constructions__left-widget,
    .constructions__left-widget.active .constructions__custom-items,
    .constructions__form-btn.btn--orange,
    .constructions__btn.btn--orange {
        min-width: 212px;
        width: 212px;
    }
    .constructions__custom-select-param {
        font-size: 11px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: 0.44px;
        text-align: left;
    }
    .search-result__left-title.section__title {
        font-size: 24px;
    }
    .search-result__left-title {
        margin-bottom: 20px;
    }
    .construction__title-block {
        margin-bottom: 10px;
    }
    .construction__right,
    .construction__left {
        max-width: 560px;
        height: 350px;
    }
    .constructions__custom-select-count {
        margin-right: 23px;
    }
    .constructions__info-item-wrapper-icon {
        margin-right: 0;
    }
    .constructions__info-item-inner {
        gap: 8px;
    }
    .constructions__info-item-value {
        padding-right: 8px;
    }
    .construction-description__title {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .construction-description__text {
        font-size: 16px;
        line-height: 26px;
    }
    .container-fluid {
        max-width: 1228px;
        margin: 0 auto;
        padding: 0 44px;
    }
    .header .container-fluid {
        margin: 5px auto;
    }
    .container {
        padding: 0 44px;
    }
    .constructions-description__swiper .full-screen-button {
        width: 41px;
        height: 41px;
    }
    .map-fullscreen-button img {
        width: 41px;
        height: 41px;
    }
}
@media (max-width: 1100px) {
    .header__nav-item {
        margin-right: 30px;
    }
}
.header__nav-item {
    margin-right: 31px;
}
@media (max-width: 1050px) {
    .constructions__left {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }
}
@media (max-width: 1020px) {
    .construction__inner {
        flex-direction: column;
        max-height: unset;
    }
    .construction__right,
    .construction__left {
        max-width: unset;
        width: 100%;
        height: 663px;
    }
}
@media (max-width: 992px) {
    .construction__right,
    .construction__left {
        height: 500px;
    }

    .intro__right {
        width: 49.6%;
    }

    .constructions__info {
        gap: 15px;
    }
    .constructions__left-form {
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .constructions__info .btn--orange,
    .constructions__info-item {
        width: 100%!important;
    }
    .constructions__info .btn--orange {
        order: 2;
    }
    .construction__title-block {
        margin-bottom: 31px;
    }
    .construction__right,
    .construction__left {
        height: 353px;
    }
    .breadcrumbs {
        margin-bottom: 0;
        padding: 16px 0 30px 0;
    }
    .intro__inner {
        flex-direction: column;
    }
    .intro__right,
    .intro__left {
        width: 100%;
    }
    .intro__left {
        margin-bottom: 40px;
    }
    .intro__right {
        position: static;
    }
    /*.our-contacts__left {*/
    /*    padding-top: 68px;*/
    /*}*/
    .constructions__left {
        flex-direction: column-reverse;
        gap: 15px;
        margin-right: 0;
    }
    .our-contacts__img {
        max-width: 100%;
    }
}
@media (max-width: 660px) {
    .intro__left {
        padding-right: 0;
    }
    .intro {
        padding-bottom: 120px;
    }
    .intro__swiper {
        max-height: 322px;
    }
    .search-result {
        margin-bottom: 0;
    }
    .construction-title__container {
        flex-direction: column;
        gap: 31px;
    }
    .construction-title__description {
        width: 100%;
    }
    .construction-title__description_button {
        width: 100%;
        justify-content: space-between;
    }
    .construction-title__description.active {
        width: 100%;
    }
    .construction-title__description_button.active {
        padding-left: 20px;
    }
    .construction-title__description_block.active {
        padding: 20px;
        position: relative;
    }
    .construction-title__title {
        width: 100%;
        line-height: 32px;
    }
    .our-service {
        padding: 54px 0;
    }
    .our-amenities {
        padding-bottom: 42px;
    }
    .our-amenities__inner {
        flex-direction: column;
    }
    .our-amenities__left,
    .our-amenities__right {
        width: 100%;
    }
    .our-amenities__left {
        margin-bottom: 0;
    }
    .our-amenities__right {
        position: unset;
    }
    .our-amenities__right img {
        width: 100%;
    }
    .our-amenities__left-content {
        width: 100%;
    }
    .our-partners__link {
        width: 50%;
        margin-bottom: 20px;
    }
    .our-partners__head-inner {
        flex-direction: column;
        align-items: start;
    }
    .our-contacts__right {
        margin-bottom: 54px;
    }
}
@media (max-width: 480px) {
    .constructions__left-widget,
    .btn--orange {
        width: 100%;
    }
    .header .container-fluid {
        margin: 0 18px;
    }
    .container-fluid,
    .container {
        max-width: unset;
        margin: 0 18px;
        padding: unset;
    }
    .main {
        margin-top: unset;
    }
    .breadcrumbs {
        margin-top: 0;
        padding-top: 0;
    }
    .constructions__left {
        margin-right: 0;
    }
    .intro {
        margin-bottom: 20px;
    }
    .intro__swiper {
        max-height: 250px;
    }
    .our-partners__head-inner {
        flex-direction: column;
    }
    .our-partners__link {
        width: 48%;
        margin-right: 0;
    }
    .our-partners__links {
        gap: 10px;
    }
    .constructions__info .btn--orange,
    .constructions__info-item,
    .constructions__left button,
    .constructions__left-widget,
    .constructions__left-widget.active .constructions__custom-items {
        width: 100%!important;
    }
    .our-contacts__left {
        padding-top: 0;
    }
}
@media (max-width: 380px) {
    .intro__swiper {
        max-height: 190px;
    }
    .container-fluid {
        margin: 0 18px;
    }
    .construction-title__container {
        flex-direction: column;
        gap: 31px;
    }
    .construction-title__description {
        width: 100%;
    }
    .construction-title__description_button {
        width: 100%;
        justify-content: space-between;
    }
    .construction__inner {
        flex-direction: column;
        max-height: unset;
    }
    .construction__left {
        width: 100%;
    }
    .construction__right {
        width: 100%;
        height: 16.01025rem;
    }
    .construction-title__description.active {
        width: 100%;
    }
    .construction-title__description_button.active {
        padding-left: 20px;
    }
    .construction-title__description_block.active {
        padding: 20px;
        position: relative;
    }
    .construction__title-block {
        margin-bottom: 31px;
    }
    .map-fullscreen-button img {
        width: 22px;
        height: 22px;
    }
    .full-screen-button img {
        width: 22px;
        height: 22px;
    }
    .breadcrumbs {
        padding-bottom: 16px;
    }
}
