/*
Theme Name: park-residence
Description: park-residence
Author: poltor.com
Author URI: https://poltor.com
Text Domain: parkresidence
Version: 1.0
*/
.slider-big {
    position: relative;
    background: #1a1a1a;
    height: 100%;
    overflow: hidden;
}

.slider-big__bg {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 0;
}

.slider-big__bg-img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.swiper-container__theme_slider-big {
    height: 100% !important;
}

.slider-big-carousel-sec {
    height: 100%;
    width: calc(100vw - calc(calc(calc(1820px * 0.45) + 0px) + calc(calc(100vw - 1820px) / 2)) - 0px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.slider-big__section {
    height: 100%;
}

.justif-right {
    justify-content: flex-end;
    display: flex;
}

.slider-big-content-section {
    justify-content: flex-end;
    display: flex;
    position: relative;
    z-index: 1;
}

.slider-big-content {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 85px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.slider-big-content-left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 60px 0 60px 0;
    position: relative;
}

.slider-big-content-left::before {
    content: '';
    height: 525px;
    width: 525px;
    border: 1px solid #bf9950;
    position: absolute;
    opacity: 0.14;
    border-radius: 50%;
    top: 0%;
    right: -20%;
    z-index: -1;
}

.top-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.slider-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
}

.slider-big-content__txt {
    color: #fff;
    position: relative;
    margin-top: 40px;
}

.text-left-shape {
    position: relative;
}

.text-left-shape::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -57px;
    width: 47px;
    height: 1px;
    background: #fff;
}

.content-left-padding {
    padding-left: 60px;
}

.content-right-padding {
    padding-right: 60px;
}

.article-container h4 {
    font-size: 20px;
}

.article__btn {
    margin-top: 5px;
    padding: 15px 20px;
}

.slider-big-content__btn {
    margin-top: 35px;
    padding: 15px 20px;
}

.swiper-pag {
    bottom: 20px;
    right: -160px;
    position: absolute;
    left: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75px;
}

.swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.5);
    width: 47px;
    height: 1px;
    position: relative !important;
}

.swiper-pagination-progressbar-fill {
    background: #fff !important;
}

.activeslide,
.totalslide {
    color: #fff;
    width: 9px;
    text-align: center;
}

.slider-big-content-right {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    padding: 50px 0 20px 0;
}

.slider-big__adv-item {
    margin-top: 40px;
}

.slider-big__adv-img {
    width: 100%;
    height: auto;
}

.slider-big__adv-item:first-child {
    margin-top: 0;
}

.slider-big__adv-item-numb {
    font-size: 35px;
    color: #c99d49;
    font-weight: 800;
}

.slider-big__adv-item-title {
    font-size: 14px;
    color: #fff;
}

.slider-big__footer-social {
    display: flex;
}

.slider-big__footer-social {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.slider-big__social-item {
    display: flex;
    margin: 0 7px;
}

.slider-big__social-item-img {
    width: auto;
    max-height: 20px;
}

.slider-big__social-item:hover {
    opacity: 0.7;
}

.block-width {
    padding: 120px 0 100px 0;
    position: relative;
    overflow: hidden;
}

.block-width_blog {
    padding-top: 20px;
}

.block-width_article {
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-width:not(.no-side-title)::before,
.block-form-section::before {
    content: '';
    width: 1px;
    top: 0;
    height: 100%;
    position: absolute;
    background: #1a1a1a;
    opacity: 0.4;
    left: 65px;
    z-index: 2;
}

.block-width.block-dark::before,
.block-form-section::before {
    background: #edecec;
    opacity: 0.4;
}

.block-side-title {
    color: #303030;
    text-decoration: none !important;
    font-size: 12px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 30px 0 0 0;
    position: absolute;
    font-weight: 500;
    left: 58px;
    top: 125px;
    background: #fff;
    z-index: 3;
}

.block-side-title::before {
    content: '';
    height: 9px;
    width: 9px;
    background: #303030;
    position: absolute;
    right: 0;
    left: 0;
    top: 6px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 3;
}

.block-side-title::after {
    content: '';
    height: 21px;
    width: 21px;
    border: 1px solid #303030;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.block-side-title.block-side-title__dark-bg {
    background: #1a1a1a;
    color: #fff;
}

.block-side-title.block-side-title__dark-bg::before {
    background: #fff;
}

.block-side-title.block-side-title__dark-bg::after {
    border: 1px solid #fff;
}

.white-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}

.white-bg-img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about-inner {
    position: relative;
}

.title-dark {
    font-size: 35px;
    font-weight: 900;
    color: #303030;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    max-width: 650px;
    width: 100%;
    line-height: 1.2;
}

.title-dark-md {
    font-size: 24px;
    font-weight: 900;
    color: #303030;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    max-width: 650px;
    width: 100%;
}

.title-dark:before {
    content: '';
    width: 125px;
    height: 125px;
    background: transparent;
    border: 31px solid #f5f0e5;
    position: absolute;
    border-radius: 50%;
    top: -40px;
    left: -60px;
    z-index: -1;
}

.description__content {
    position: relative;
    max-width: 650px;
    width: 100%;
}

.description__content::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -57px;
    width: 47px;
    height: 1px;
    background: #303030;
}

.about__content {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-bottom: 50px;
}

.about__content .title-dark {
    padding-right: 20px;
}

.about__theme-2col {
    display: flex;
    justify-content: space-between;
}

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

.content-grid__first-item {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.content-grid__last-item {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.content-vibir-logo {
    max-width: 110px;
    width: 100%;
    height: auto;
}

.content-logo-text {
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    padding-right: 10px;
}

.about__advantage-grid {
    background: #1a1a1a;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    margin-right: -41%;
    counter-reset: about;
}

.about__advantage-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 55px 30px 30px 30px;
    position: relative;
}

.about__advantage-item:before {
    content: '0' counter(about);
    counter-increment: about;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 25px;
    font-weight: 900;
    position: absolute;
    left: 33px;
    top: 30px;
    z-index: 0;
    line-height: 0.4;
    opacity: 0.5;
}

.about__advantage-item:last-child {
    background: #fff;
}

.about__advantage-item:last-child:before {
    -webkit-text-stroke: 1px #1a1a1a;
}

.about__advantage-text {
    color: #fff;
}

.about__advantage-text-last {
    color: #303030;
}

.about__img-section {
    width: calc(100vw - calc(calc(calc(1820px * 0.55) + 0px) + calc(calc(100vw - 1820px) / 2)) - 0px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: #1a1a1a;
    padding: 0 50px 50px 0;
}

.about__img-holder {
    height: 100%;
    width: 100%;
    max-width: 800px;
}

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

.block-dark {
    background: #1a1a1a;
}

.dark-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}

.dark-bg-img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.title-white {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    max-width: 760px;
    width: 100%;
}

.title-white:before {
    content: '';
    width: 125px;
    height: 125px;
    background: transparent;
    border: 31px solid #fff;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: -40px;
    left: -60px;
    z-index: -1;
}

.description__content_white {
    color: #fff;
}

.description__content_white::before {
    background: #fff;
}

.category-grid {
    margin-right: -60px;
    margin-left: -60px;
}

.category__item-holder {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.category__item-holder:nth-child(3) {
    padding-top: 185px;
}

.category__item-holder:nth-child(3)::before {
    content: '';
    height: 525px;
    width: 525px;
    border: 1px solid #bf9950;
    position: absolute;
    opacity: 0.14;
    border-radius: 50%;
    top: 0%;
    right: -20%;
}

.category__item {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
    cursor: pointer;
}

.category__item-img-section {
    position: absolute;
    width: calc(100% - 120px);
    overflow: hidden;
    right: 0;
    height: 100%;
    display: inline-block;
    cursor: pointer;
}

.category__item-img-section::before {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    background: linear-gradient(360deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    opacity: 0.9;
    transform: rotate(0deg);
    bottom: 0;
    z-index: 2;
}

.category__item-img-section-ontop::before {
    transform: rotate(180deg);
    bottom: unset;
    top: 0;
}

.category__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    cursor: pointer;
}

.category__item:hover img {
    transform: scale(1.1);
}

.category__item-content {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 400px;
    max-width: 300px;
    width: 100%;
}

.category__item-title-section {
    padding-top: 25px;
    padding-bottom: 25px;
    order: 1;
}

.category__item-title-section-ontop {
    order: 0;
}

.category__item-price-section {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    vertical-align: text-bottom;
    padding-top: 10px;
    display: block;
}

.category__item-price {
    font-size: 16px;
    display: inline-block;
}

.category__item-title-big {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.category__item:hover .category__item-title-big {
    color: #c99d49;
    cursor: pointer;
}

.category__item-description {
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
    display: inline-block;
}

.category__item-meter {
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding-right: 90px;
    opacity: 0.5;
}

.masonry-grid {
    max-width: 1240px;
}


/* clearfix */

.masonry-grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- grid-item ---- */

.grid-sizer,
.masonry-grid-item,
.catalog__item-holder {
    width: 50%;
}

.masonry-grid-item {
    float: left;
}

.masonry-grid-item--width2 {
    width: 100%;
}

.grid-item--width3 {
    width: 60%;
}

.block-form-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.block-form-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}

.block-form-img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.block-form-inputs-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    border-radius: 0;
}

.block-form-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.block-form-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.block-form-title::before {
    content: '';
    height: 316px;
    width: 316px;
    border: 1px solid #bf9950;
    position: absolute;
    opacity: 0.14;
    border-radius: 50%;
    top: 0%;
    left: -30%;
}

.gold-color {
    color: #c99d49;
    display: inline;
}

.slider-subtitle {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    font-weight: 900;
}

.balconies {
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    font-weight: 400;
}

.block-form-description {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    padding-top: 4px;
}

.block-form-input {
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    padding: 17px 24px;
    border: none;
    color: #fff;
}

.block-form-input::placeholder {
    color: #fff;
}

.block-form-btn {
    height: 50px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.advantages__content {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}

.description__content-bold {
    font-weight: 700;
    margin-top: 15px;
}

.advantages__img-section {
    width: calc(100vw - calc(calc(calc(1820px * 0.5) + 0px) + calc(calc(100vw - 1820px) / 2)) - 0px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #1a1a1a;
    padding: 0 50px 50px 0;
}

.advantages__img-section .res_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-advantages__section,
.swiper-container__theme_slider-advantages {
    height: 100%;
}

.slider-advantages__section {
    max-width: 750px;
}

.slide-gal {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.swiper-button-section_white {
    display: flex;
    justify-content: space-between;
    width: 75px;
    margin-left: 20px;
}

.slider-advantages__section .swiper-button-prev,
.slider-advantages__section .swiper-button-next,
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    height: 50px;
}

.swiper-button-next {
    transform: rotate(180deg);
}

.advantages-inner {
    position: relative;
}

.advantages-mini {
    padding-top: 30px;
}

.advantages-mini__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.title-md {
    font-size: 24px;
    font-weight: 900;
}

.advantages-mini__grid-left {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
}

.advantages-mini__grid-right {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.advantages-mini__items-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
    counter-reset: mini-adv;
}

.advantages-mini__item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
}

.advantages-mini__item:before {
    content: '';
    content: '0' counter(mini-adv);
    counter-increment: mini-adv;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    left: 33px;
    top: 30px;
    z-index: 0;
    line-height: 0.4;
    opacity: 0.5;
}

.advantages-mini__item-numb {
    counter-reset: about;
}

.advantages-mini__item-title {
    font-size: 18px;
    font-weight: 900;
    padding-top: 11px;
    text-transform: uppercase;
}

.advantages-mini__item-subtitle {
    padding-top: 13px;
}

.r-tabs-accordion-title {
    display: none;
}

.advantages-tabs {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    counter-reset: adv-tabs;
}

.advantages-tabs__title-sec {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.advantages-tabs__title-li {
    padding: 0;
    margin: 0;
    position: relative;
}

.advantages-tabs__title-li::before {
    display: none;
}

.advantages-tabs__title-li.r-tabs-state-active:after {
    content: '';
    height: 11px;
    width: 15px;
    background: #c99d49;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.advantages-tabs__title {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    padding: 12px 0;
}

.r-tabs-state-active .advantages-tabs__title {
    color: #c99d49;
}

.advantages-tabs__content {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    justify-content: flex-end;
    display: flex;
    position: relative;
    -webkit-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
}

.advantages-tabs__content-img-holder {
    position: absolute;
    width: calc(100% - 20%);
    height: 100%;
    overflow: hidden;
    right: 20%;
}

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

.advantages-tabs__content-text-holder {
    position: relative;
    z-index: 3;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-white-bg {
    padding: 7px 27px 27px 27px;
    background: #fff;
    position: relative;
}

.locations-nearby {
    padding-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.locations-nearby__left {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.locations-nearby-title {
    padding-left: 60px;
    padding-right: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100%;
}

.locations-nearby__right {
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.locations-nearby__track {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 216px;
}

.locations-nearby__track:before {
    content: '';
    height: 1px;
    opacity: 0.4;
    border-top: 1px dashed #ffffff;
    box-sizing: border-box;
    width: calc(100% - 65px);
    left: 35px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}

.locations-nearby__track-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.locations-nearby__track-item:nth-child(even) {
    align-self: flex-end;
}

.locations-nearby__track-item:nth-child(even) .locations-nearby__track-item-km {
    order: -1;
}

.locations-nearby__track-item:nth-child(even) .locations-nearby__track-item-km::before {
    bottom: unset;
    top: -11px;
}

.locations-nearby__track-item-logo {
    background: rgba(255, 255, 255, 0.05);
    height: 64px;
    width: 64px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locations-nearby__track-item-logo picture {
    display: flex;
    width: auto;
    justify-content: center;
}

.locations-nearby__track-item-img {
    width: 100%;
    height: auto;
    max-height: 60%;
    max-width: 60%;
    display: inline-block;
}

.locations-nearby__track-item-km {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

.locations-nearby__track-item-km::before {
    content: '';
    background: #767676;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.locations-nearby__track-item:first-child .locations-nearby__track-item-km {
    display: none;
}

.locations-nearby__track-item:first-child:after {
    content: '';
    height: 44px;
    opacity: 0.4;
    border-left: 1px dashed #ffffff;
    box-sizing: border-box;
    width: 1px;
    margin: 0 auto;
}

.gallery__text-title,
.gallery__text-description {
    width: 100%;
    max-width: 240px;
}

.gallery__text-title {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.gallery__text-description {
    color: #fff;
    padding-top: 30px;
}

.gallery__text-description p {
    margin-top: 0;
}

.apartment_item {
    background: #1a1a1a;
    padding: 15px;
    position: relative;
}

.apartment_item::after {
    content: '';
    height: 100%;
    width: 100vw;
    background: #1a1a1a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
}

.slide-theme_gallery {
    height: 100%;
    display: inline-block;
}

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

.apartment_thumb .swiper-slide::before {
    content: '';
    border: 5px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.apartment_thumb .swiper-slide.swiper-slide-thumb-active::before {
    border: 5px solid #c99d49;
}

.apartment_thumb.swiper-container-initialized {
    display: block;
    height: 100%;
}

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

.apartment_gal_w .col-xl-9 {
    padding-left: 0;
}

.apartment_gal_w .row {
    height: 100%;
}

.apartment_gal_w .swiper-container {
    height: 100% !important;
}

.swiper-container-vertical .swiper-slide {
    width: 100% !important;
    height: 100%;
    max-height: 125px;
    overflow: hidden;
}

.apartment_item_r {
    margin-right: -43.333333%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 270px;
}

.footer {
    position: relative;
    width: 100%;
}

.footer-map-section {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 600px;
    vertical-align: bottom;
}

.footer-map {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.footer-map-logo {
    position: absolute;
    width: 84px;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 180px;
    z-index: 2;
}

.footer__top {
    position: relative;
}

.footer__horizontal-title {
    color: #fff;
    text-decoration: none !important;
    font-size: 12px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    float: left;
    padding: 0px 0 30px 0;
}

.footer__horizontal-title::before {
    content: '';
    height: 9px;
    width: 9px;
    background: #c99d49;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6px;
    margin: 0 auto;
    border-radius: 50%;
}

.footer__horizontal-title::after {
    content: '';
    height: 21px;
    width: 21px;
    border: 1px solid #c99d49;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-pages .menu-item::before {
    display: none;
}

.footer__top {
    padding: 75px 0 20px 0;
}

.footer-pages {
    margin: 0;
    display: inline-block;
}

.footer-pages-li {
    display: block;
    padding: 0;
    margin: 0;
}

.footer-pages .menu-item {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
}

.footer-pages .menu-item a {
    font-weight: 900;
    color: #fff;
    text-decoration: none !important;
    margin-bottom: 12px;
    display: block;
    font-size: 14px;
}

.title-xxs {
    font-weight: 900;
    color: #fff;
    text-decoration: none !important;
    margin-bottom: 12px;
    display: block;
    font-size: 13px;
}

.footer-pages .menu-item span {
    color: #c99d49;
    font-weight: 900;
    font-size: 14px;
}

.padding-left-40px {
    padding-left: 40px;
    display: block;
}

.stroke-btn {
    border: 1px solid #fff;
    padding: 4px 15px;
    margin: 10px 0 15px 0;
    text-decoration: none !important;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.stroke-btn:hover {
    color: #c99d49;
    border: 1px solid #c99d49;
}

.footer__tel {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none !important;
}

.footer__time {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 15px;
    font-size: 12px;
}

.footer__sm-section {
    margin-top: 30px;
}

.footer__sm {
    display: flex;
    justify-content: flex-start;
}

.footer__sm-item {
    padding-right: 15px;
}

.footer__sm-item-img {
    height: 19px;
    width: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer__sm-item-img:hover {
    opacity: 0.7;
}

.footer__top-col-4 {
    text-align: right;
}

.footer__logo-section {
    width: 118px;
    height: auto;
}

.footer__file {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    margin-top: 14px;
    font-size: 12px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer__file-img {
    width: 10px;
    height: auto;
    margin-right: 3px;
}

.footer__link {
    display: block;
    text-decoration: none !important;
    color: #fff;
    margin-top: 14px;
    font-size: 12px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer__link:hover,
.footer__file:hover {
    opacity: 1;
    color: #fff;
}

.footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__bottom__copyright {
    color: #7d7d7d;
    text-transform: uppercase;
}

.footer__bottom__poltor {
    color: #7d7d7d;
    text-transform: uppercase;
    text-decoration: none !important;
}

.poltor-logo {
    margin-left: 4px;
    width: 70px;
    height: auto;
}

.swiper-button-section-big-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.swiper-button-prev-big-slider,
.swiper-button-next-big-slider {
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
    width: 50px;
    position: absolute;
    background: #1a1a1a;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.swiper-button-prev.swiper-button-prev-big-slider {
    left: -60px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.swiper-button-next.swiper-button-next-big-slider {
    transform: rotate(180deg);
    right: -60px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.slider-big__section:hover .swiper-button-prev.swiper-button-prev-big-slider,
.slider-big-product__section .swiper-container:hover .swiper-button-prev.swiper-button-prev-big-slider {
    left: 30px;
    opacity: 1;
}

.slider-big__section:hover .swiper-button-next.swiper-button-next-big-slider,
.slider-big-product__section .swiper-container:hover .swiper-button-next.swiper-button-next-big-slider {
    right: 30px;
    opacity: 1;
}

.swiper-button-prev-big-slider:active,
.swiper-button-next-big-slider:active {
    opacity: 0.7;
}

.block-page-category {
    padding-top: 30px;
}

.catalog-grid {
    margin-right: -85px;
    margin-left: -85px;
}

.catalog__item-holder {
    padding-top: 60px;
    padding-left: 85px;
    padding-right: 85px;
}

.catalog__item-holder-one-on-page {
    width: 100% !important;
}

.catalog__item-holder:nth-child(3) {
    padding-top: 185px;
}

.catalog__item-holder:nth-child(3)::before {
    content: '';
    height: 525px;
    width: 525px;
    border: 1px solid #bf9950;
    position: absolute;
    opacity: 0.14;
    border-radius: 50%;
    top: 0%;
    right: -20%;
}

.catalog__item {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
    cursor: pointer;
}

.catalog__item-img-section {
    overflow: hidden;
    right: 0;
    height: 400px;
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.catalog__item-img-section-ontop::before {
    transform: rotate(180deg);
    bottom: unset;
    top: 0;
}

.catalog__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    cursor: pointer;
}

.catalog__item:hover img {
    transform: scale(1.1);
}

.catalog__item-content {
    z-index: 3;
    width: 100%;
}

.catalog__item-title-section {
    padding-top: 25px;
    padding-bottom: 25px;
    order: 1;
}

.catalog__item-title-section-ontop {
    order: 0;
}

.catalog__item-price-section {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 500;
    vertical-align: text-bottom;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}

.catalog__item-price {
    font-size: 16px;
    display: inline-block;
}

.catalog__item-title-big {
    font-size: 30px;
    font-weight: 900;
    color: #1a1a1a;
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.catalog__item:hover .catalog__item-title-big {
    color: #c99d49;
    cursor: pointer;
}

.catalog__item-description {
    color: #1a1a1a;
    font-weight: 500;
    padding-top: 10px;
    display: inline-block;
}

.catalog__item-meter {
    color: #303030;
    text-decoration: none !important;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -30px;
}

.page-title-section {
    position: relative;
    padding: 30px 0;
}

.page-title-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}

.page-title-img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.page-title {
    font-size: 35px;
    color: #fff;
    line-height: 1.2;
    font-weight: 900;
}

.breadcrumbs {
    padding-top: 8px;
    font-size: 12px;
    color: #fff;
}

.breadcrumb_last {
    color: #fff;
    opacity: 0.5;
}

.page-title-section::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    bottom: 0;
}

.page-title-section::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(360deg, #0f0f0f 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    z-index: 1;
    bottom: 0;
}

.article-container img {
    width: 100%;
    height: auto;
}

.slider-big-product {
    position: relative;
    background: #1a1a1a;
    height: 100%;
    overflow: hidden;
}

.slider-big-product__section,
.swiper-container__theme_slider-big-product {
    height: 100% !important;
}

.swiper-wrapper__theme_slider-big {
    height: 100% !important;
}

.swiper-slide__slider-big {
    height: 100% !important;
}

.slider-big-product .gallery-thumbs-product {
    position: absolute;
    z-index: 99;
    height: 90px;
    width: 630px;
    bottom: 70px;
    right: calc(-630px - 80px);
}

.gallery-thumbs-product .swiper-slide {
    height: 90px !important;
}

.gallery-thumbs-product .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-big-content-product {
    padding-top: 60px;
    padding-bottom: 250px;
}

.swiper-slide-thumb::before {
    content: '';
    border: 5px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.swiper-slide-thumb.swiper-slide-thumb-active::before {
    border: 5px solid #c99d49;
}

.slider-big-content-product-left {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.play-button {
    width: 100%;
    max-width: 170px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.slider-big-content__footer-grid {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.play-button-img {
    width: 50px;
    height: auto;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.play-button:hover .play-button-img {
    transform: scale(1.05);
}

.play-button-text {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    text-decoration: none !important;
    padding-left: 15px;
}

.slider-big-content-product__btn {
    margin-top: 0;
}

.slider-house-scheme__section {
    margin-top: 40px;
}

.swiper-button-section-house-scheme {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 22px 0 0 0;
}

.swiper-button-prev-house-scheme,
.swiper-button-next-house-scheme {
    background: #1a1a1a;
    height: 28px;
    width: 28px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev-house-scheme {}

.swiper-button-next-house-scheme {
    margin-left: 20px;
    transform: rotate(180deg);
}

.swiper-slide__house-scheme img {
    width: 100%;
    height: auto;
}

.house-scheme__info {
    width: 100%;
    background: #1a1a1a;
    padding: 25px 45px 45px 45px;
}

.house-scheme__list {
    margin-bottom: 0;
    color: #ffffff;
}

.house-scheme__list li {
    color: #fff;
    font-weight: 500;
}

.house-scheme__list li:before {
    width: 5px;
    height: 5px;
    top: 6px;
}

.responsive_table__body {
    margin-top: 30px;
}

.responsive_table {
    width: 100%;
    background: #1a1a1a;
    padding-top: 30px;
}

.responsive_table__holder {
    text-align: left;
    width: 100%;
}

.total-info-item p {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    margin-top: 14px;
    width: 100%;
    line-height: 1.8;
    text-transform: uppercase;
}

.total-info-item p span {
    color: #c99d49;
    padding-left: 10px;
}

.house-scheme__info .slider-big-content__btn {
    margin-top: 30px;
}

.house-scheme__info-footer {
    margin-top: 40px;
}

.house-advantages-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    counter-reset: house-adv;
}

.house-advantages-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    margin-top: 40px;
    flex-direction: column;
}

.house-advantages-item:nth-child(-n + 2) {
    margin-top: 0;
}

.house-advantages-img-holder {
    width: 100%;
    position: relative;
    height: 190px;
}

.about-block .house-advantages-img-holder {
    height: unset;
    aspect-ratio: 0.8;
}

.about-block .house-advantages-text-holder:before {
    display: none;
}

.house-advantages-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.house-advantages-item-title {
    font-size: 18px;
    font-weight: 900;
}

.house-advantages-text-holder {
    position: relative;
    padding: 12px 0 0 0;
}

.house-advantages-text-holder:before {
    content: '0' counter(house-adv);
    counter-increment: house-adv;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: -30px;
    z-index: 0;
    line-height: 1;
    opacity: 1;
    background: #fff;
    padding: 4px 9px 4px 0px;
}

.house-advantages-item-description {
    margin-top: 15px;
}

.infrastructure {
    padding: 100px 0;
}

.btn-md-100 {
    margin-top: 30px;
    padding: 15px 40px;
    width: 100%;
}

.btn-md {
    padding: 15px 40px;
}

.infrastructure-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
}

.infrastructure-item:first-child {
    margin-top: 0;
}

.infrastructure-text-sec {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    position: relative;
    width: 100%;
    padding: 30px 30px 30px 0;
}

.infrastructure-img-sec {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.infrastructure-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infrastructure-under-title {
    font-size: 12px;
    color: #1a1a1a;
    font-weight: 500;
    text-transform: uppercase;
}

.infrastructure-title {
    font-weight: 900;
    font-size: 30px;
    margin-top: 14px;
    text-transform: uppercase;
}

.infrastructure-description {
    margin-top: 14px;
}

.infrastructure-btn {
    margin-top: 14px;
}

.infrastructure-item:nth-child(even) .infrastructure-text-sec {
    order: 2;
    padding-left: 30px;
    padding-right: 0;
}

.contacts {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.contacts-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contacts-grid-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
}

.contacts-grid-item:nth-child(-n+2) {
    margin-top: 0;
}

.contacts-title {
    font-weight: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.contacts-description {
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none !important;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.contacts-description p {
    margin-top: 0;
}

.thnks-section {
    position: relative;
    overflow: hidden;
    padding: 160px 0;
}

.thnks {
    text-align: center;
}

.thnks-logo {
    width: 100%;
    max-width: 350px;
}

.thnks-title {
    font-weight: 900;
    font-size: 70px;
    margin-top: 35px;
    text-transform: uppercase;
}

.contacts .gallery__text-description p {
    font-size: 12px;
}

.contacts .slider-big-content__btn {
    padding: 15px 10px;
    font-size: 12px;
}

.thnks-description {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.services {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

.services__item-col {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: calc(16.666667% + 1px);
    position: relative;
    width: 100%;
    margin-right: -1px;
    margin-top: -1px;
}

.services__item {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 190px;
    height: 100%;
    border: 1px solid #838383;
}

.services__img {
    max-width: 40px;
    -webkit-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    cursor: pointer;
}

.services__item:hover .services__img {
    transform: scale(1.1);
}

.services__subtitle {
    font-size: 14px;
    color: #fff;
    margin-top: 23px;
}

table.hero_table {
    font-size: 12px;
    font-weight: 400;
}

table.hero_table td,
table.hero_table th {
    padding: 10px 20px;
}


table.hero_table thead tr:nth-child(odd) {
    background-color: rgb(0 0 0 / 40%);
}


@-webkit-keyframes wave_hover2 {
    0% {
        opacity: 1;
    }

    45% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    45.01% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes wave_hover2 {
    0% {
        opacity: 1;
    }

    45% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    45.01% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes wave_hover {
    0% {
        opacity: 1;
    }

    45% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    45.01% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes wave_hover {
    0% {
        opacity: 1;
    }

    45% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }

    45.01% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.word {
    overflow-y: hidden;
}

.wave_hover span {
    -webkit-transition-duration: 0.2s ease;
    transition-duration: 0.2s ease;
    display: inline-block;
    -webkit-animation: wave_hover2 0.5s ease-in-out both;
    animation: wave_hover2 0.5s ease-in-out both;
}

.wave_hover:hover span {
    -webkit-animation: wave_hover 0.5s ease-in-out both;
    animation: wave_hover 0.5s ease-in-out both;
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes wave {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes wave_hide {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
    }
}

@keyframes wave_hide {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
    }
}


/*.wave {*/


/*    visibility: hidden;*/


/*}*/

.wave .line {
    overflow: hidden;
}

.wave .line span {
    -webkit-transition-duration: 0.2s ease;
    transition-duration: 0.2s ease;
    display: inline-block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-right: 0px;
}

.wave .line span.span {
    color: rgba(0, 0, 0, 0.4);
}

.wave:hover,
.wave.aos-animate {
    visibility: visible;
}

.wave:hover .line span,
.wave.aos-animate .line span {
    -webkit-animation: wave 0.7s ease both;
    animation: wave 0.7s ease both;
}

.gal picture,
.swiper-slide picture {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-button-disabled {
    opacity: 0.3;
}

.privacy-policy .page-title-section {
    margin-bottom: 40px;
}

.privacy-policy .footer-map-section {
    margin-top: 40px;
}

.embed_container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed_container iframe,
.embed_container object,
.embed_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote {
    display: block;
}

blockquote p:first-child {
    margin-top: 0;
}

/*********************** media ***********************/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.alignwide {
    margin-left: calc(-50vw / 2 + 50% / 2);
    margin-right: calc(-50vw / 2 + 50% / 2);
}

.hipopup {
    position: relative;
    overflow: hidden;
}

.hipopup-inner {
    text-align: center;
}

.hipopup-toptitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    position: relative;
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
}

.hipopup-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    position: relative;
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

.hipopup-img {
    position: absolute;
    height: 100%;
    width: 110%;
    object-fit: cover;
    z-index: 0;
    left: -5px;
    top: 0;
}

.hipopup-title span,
.hipopup-description span {
    color: #C99D49;
}

.hipopup-btn {
    width: 100%;
    height: 50px;
    max-width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    position: relative;
    z-index: 3;
    margin-top: 30px;
    margin: 30px auto 0;
}

.hipopup .mfp-close {
    color: #fff !important;
}

@media (min-width: 767px) {
    .remont .advantages-mini__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
    }

    .remont .house-advantages-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        counter-reset: house-adv;
        flex-direction: column;
        gap: 30px;
    }

    .remont .house-advantages-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        margin-top: 40px;
        flex-direction: unset;
        flex-wrap: wrap;
        margin: 0;
    }

    .remont .house-advantages-img-holder {
        width: 30%;
        flex: 0 0 30%;
        position: relative;
        height: auto;
    }

    .remont .house-advantages-text-holder {
        position: relative;
        padding: 0 0 0 15px;
        width: 70%;
        flex: 0 0 70%;
    }

    .remont .house-advantages-text-holder:before {
        content: '0' counter(house-adv);
        counter-increment: house-adv;
        color: #303030;
        font-size: 30px;
        font-weight: 700;
        position: absolute;
        left: -40px;
        top: 0;
        z-index: 0;
        line-height: 1;
        opacity: 1;
        background: #fff;
        padding: 4px 9px 4px 5px;
    }
}

@media (max-width: 768px) {
    .alignwide {
        margin-left: -15px;
        margin-right: -15px;
        max-width: 768px;
        width: auto;
    }
}

/*max-width: 1820*/

@media (max-width: 1820px) {
    .container-1820 {
        max-width: 1600px;
    }

    .slider-big-carousel-sec {
        width: calc(100vw - calc(calc(calc(1600px * 0.45) + 0px) + calc(calc(100vw - 1600px) / 2)) - 0px);
    }

    .swiper-pag {
        right: -150px;
    }

    .slider-big-content-left {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .about__img-section {
        width: calc(100vw - calc(calc(calc(1600px * 0.55) + 0px) + calc(calc(100vw - 1600px) / 2)) - 0px);
    }

    .about__advantage-grid {
        margin-right: -39%;
    }

    .apartment_gal_w {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .slider-big-content__footer-grid {
        flex-direction: column;
        align-items: flex-start;
    }

    .play-button {
        order: -1;
        width: auto;
        max-width: unset;
        margin-bottom: 20px;
    }

    .slider-big-product .gallery-thumbs-product {
        width: 600px;
        right: calc(-600px - 80px);
    }

    .slider-big-content-product {
        padding-top: 0px;
        padding-bottom: 160px;
    }

    .play-button-img {
        width: 35px;
    }

    .slider-big-product .slider-big-content__footer-grid {
        margin-top: 20px;
    }
}


/*max-width: 1820*/


/*max-width: 1600*/

@media (max-width: 1600px) {
    .container-1820 {
        max-width: 1500px;
    }

    .slider-big-carousel-sec {
        width: calc(100vw - calc(calc(calc(1500px * 0.45) + 0px) + calc(calc(100vw - 1500px) / 2)) - 0px);
    }

    .slider-big-content-right {
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
    }

    .about__img-section {
        width: calc(100vw - calc(calc(calc(1500px * 0.55) + 0px) + calc(calc(100vw - 1500px) / 2)) - 0px);
    }

    .about__advantage-grid {
        margin-right: -38%;
    }

    .slider-big-product .gallery-thumbs-product {
        width: 480px;
        right: calc(-480px - 80px);
    }

    .contacts .apartment_gal_w {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .contacts .slider-big-content__btn {
        padding: 15px 15px;
    }
}


/*max-width: 1600*/


/*max-width: 1500*/

@media (max-width: 1500px) {
    .container-1820 {
        max-width: 1400px;
    }

    .slider-big-carousel-sec {
        width: calc(100vw - calc(calc(calc(1400px * 0.45) + 0px) + calc(calc(100vw - 1400px) / 2)) - 0px);
    }

    .slider-big-product .slider-big-content-left {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding: 80px 0 130px 0;
    }

    .slider-title {
        font-size: 35px;
    }

    .slider-big-content__btn {
        padding: 15px 20px;
    }

    .slider-big-content__txt {
        margin-top: 30px;
    }

    .block-side-title {
        left: 18px;
    }

    .block-width::before,
    .block-form-section::before {
        left: 25px;
    }

    .about__img-section {
        width: calc(100vw - calc(calc(calc(1400px * 0.55) + 0px) + calc(calc(100vw - 1400px) / 2)) - 0px);
    }

    .about__advantage-grid {
        margin-right: -36.6%;
    }

    .apartment_item_r {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        margin-right: 0;
    }

    .apartment_gal_w {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .slide-theme_gallery {
        height: 100%;
        width: 100%;
        display: inline-block;
    }
}


/*max-width: 1500*/


/*max-width: 1400*/

@media (max-width: 1400px) {

    .block-side-title,
    .block-width::before,
    .block-form-section::before {
        display: none;
    }

    .container-1820 {
        max-width: 1300px;
    }

    .container,
    .container-1820 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider-big-carousel-sec {
        width: calc(100vw - calc(calc(calc(1300px * 0.45) + 0px) + calc(calc(100vw - 1300px) / 2)) - 0px);
    }

    .about__img-section {
        width: calc(100vw - calc(calc(calc(1300px * 0.55) + 0px) + calc(calc(100vw - 1300px) / 2)) - 0px);
    }

    .about__advantage-grid {
        margin-right: -35.7%;
    }

    .locations-nearby-title {
        padding: 0;
    }

    .slider-big-product .gallery-thumbs-product {
        width: 480px;
        right: calc(-465px - 80px);
    }

    .slider-big-content-product {
        padding-bottom: 180px;
    }
}


/*max-width: 1400*/


/*max-width: 1400 to min-width:992*/

@media (max-width: 1400px) and (min-width: 992px) {
    .slider-big-content {
        flex-direction: column;
        padding-left: 65px;
        display: block;
    }

    .slider-big-content-left,
    .slider-big-product .slider-big-content-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 0 30px 0;
        z-index: 3;
    }

    .slider-big-content-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        z-index: 1;
        padding-top: 0;
    }

    .content-left-padding {
        padding-left: 0;
    }

    .text-left-shape::before,
    .description__content::before {
        display: none;
    }

    .slider-big__adv-item:first-child {
        padding-top: 0;
        width: 100%;
        margin-top: -80px;
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-end;
    }

    .slider-big__adv-img {
        height: auto;
        width: 90px;
        display: flex;
    }

    .slider-big__adv-item {
        margin-top: 15px;
        display: flex;
    }

    .slider-big__footer-social {
        justify-content: flex-end;
        margin-top: 50px;
    }

    .slider-big__adv-item-numb {
        -ms-flex: 0 0 47px;
        flex: 0 0 47px;
        max-width: 47px;
        text-align: right;
        font-size: 24px;
    }

    .slider-big__adv-item-title {
        padding-left: 20px;
        align-items: center;
        display: flex;
    }

    .swiper-pag {
        right: -125px;
    }
}


/*max-width: 1400 to min-width:992*/


/*max-width: 1300*/

@media (max-width: 1300px) {
    .container-1820 {
        max-width: unset;
    }

    .slider-big-carousel-sec {
        width: calc(100vw - calc(calc(calc(1300px * 0.45) + 0px) + calc(calc(100vw - 1300px) / 2)) - 0px);
    }

    .about__advantage-grid {
        margin-right: -35.7%;
    }

    .slider-big-product .gallery-thumbs-product {
        width: 400px;
        right: calc(-380px - 80px);
    }

    .slider-big-product .gallery-thumbs-product {
        height: 70px
    }

    .gallery-thumbs-product .swiper-slide {
        height: 70px !important;
    }

    .slider-big-content-product {
        padding-bottom: 160px;
    }
}


/*end max-width: 1300*/


/*max-width: 1250*/

@media (max-width: 1250px) {}


/*end max-width: 1250*/


/*max-width: 1200*/

@media (max-width: 1200px) {
    .about__advantage-grid {
        margin-right: -38.4%;
    }

    .apartment_gal_w .col-xl-9 {
        padding-left: 15px;
    }

    .apartment_gal_w .col-xl-9 {
        order: -1;
    }

    .apartment_gal_w .apartment_thumb .swiper-slide {
        height: 100%;
    }

    .apartment_gal_w .apartment_thumb {
        padding-top: 15px;
    }

    .footer-map-section {
        height: 340px;
    }

    .footer-map-logo {
        width: 50px;
        top: 100px;
    }

    .slider-big-product .gallery-thumbs-product {
        width: 360px;
        right: calc(-360px - 60px);
    }

    .contacts-grid {
        margin-bottom: 30px;
    }

    .services__item-col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: calc(25% + 1px);
    }
}


/*end max-width: 1200*/


/* max-width: 1100*/

@media (max-width: 1100px) {
    .slider-big-product .gallery-thumbs-product {
        width: 360px;
        right: calc(-360px - 60px);
    }
}


/*end max-width: 1100*/


/*max-width: 991*/

@media (max-width: 991px) {

    .about__img-section,
    .swiper-pag {
        display: none;
    }

    .slider-big-content-left {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .slider-title {
        font-size: 40px;
    }

    .slider-big-carousel-sec {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .slider-big__bg {
        width: 100%;
    }

    .slider-big-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-bottom: 0;
    }

    .slider-big__footer-social {
        justify-content: flex-start;
    }

    .slider-big__adv-img {
        width: 100px;
    }

    .slider-big-content-left::before {
        right: unset;
        left: 0;
    }

    .about__advantage-item:last-child {
        background: transparent;
    }

    .about__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 0;
    }

    .about__advantage-grid {
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about__advantage-item:last-child:before {
        -webkit-text-stroke: 1px #ffffff;
    }

    .about__advantage-text-last {
        color: #ffffff;
    }

    .about__advantage-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 55px 30px 30px 30px;
    }

    .grid-sizer,
    .masonry-grid-item,
    .catalog__item-holder {
        width: 100%;
    }

    .category__item-holder:nth-child(3) {
        padding-top: 60px;
    }

    .category__item-holder:nth-child(3)::before {
        display: none;
    }

    .category__item-img-section {
        width: calc(100% - 40px);
    }

    .category__item-meter {
        padding-right: 0;
    }

    .block-form-col {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .block-form-col:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block-form-input,
    .block-form-btn {
        margin-top: 20px;
    }

    .block-form-title::before {
        top: -270px;
    }

    /* .advantages__img-section {
        max-width: 720px;
        margin: auto;
        width: 100%;
        position: relative;
        padding: 0 50px 0 0;
    }
    .slider-advantages__section {
        max-width: unset;
        max-height: 300px;
    } */
    .title-dark {
        font-size: 32px;
    }

    .advantages-inner .content-left-padding,
    .advantages-mini__grid-left .content-left-padding {
        padding-left: 0;
    }

    .advantages-inner .description__content::before {
        display: none;
    }

    .advantages-mini__grid-left,
    .advantages-mini__grid-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .advantages__img-section {
        padding: 0 30px 30px 0;
    }

    .slider-advantages__section .swiper-button-prev,
    .slider-advantages__section .swiper-button-next {
        height: 30px;
    }

    .locations-nearby__left,
    .locations-nearby__right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .locations-nearby__track {
        margin-top: 30px;
    }

    .advantages-tabs__content {
        -ms-flex: 0 0 70%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
        margin-top: 10px;
        z-index: -1;
    }

    .advantages-tabs__title-sec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        flex-direction: row;
        margin-bottom: 0;
        display: none;
    }

    .advantages-tabs__content-img-holder {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        right: 0;
    }

    .r-tabs-accordion-title {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .r-tabs-accordion-title a {
        width: 100%;
        display: inline-block;
        background: transparent;
        font-size: 16px;
        color: #fff;
        align-items: center;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding: 15px 60px 15px 20px;
        border: 1px solid #fff;
    }

    .r-tabs-accordion-title.r-tabs-state-active a {
        color: #c99d49;
    }

    .r-tabs-accordion-title a:before {
        content: '';
        position: absolute;
        height: 30px;
        width: 30px;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        background: url(img/arrow-slider.svg) center center/25px auto no-repeat transparent;
        transform: rotate(270deg);
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .r-tabs-accordion-title.r-tabs-state-active a::before {
        transform: rotate(90deg);
    }

    .advantages-tabs {
        margin-top: 10px;
    }

    .r-tabs-anchor {
        color: #fff;
    }

    .advantages-tabs__content-text-holder {
        position: relative;
        z-index: 3;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 90%;
        align-items: center;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -40px;
    }

    .apartment_item_r {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        padding: 0;
    }

    .apartment_gal_w {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .slide-theme_gallery img {
        width: 100%;
        height: auto;
    }

    .gallery__text-title,
    .gallery__text-description {
        max-width: unset;
    }

    .slide-theme_gallery img {
        max-height: 500px;
        /*width: auto;*/
    }

    .apartment_item {
        background: transparent;
    }

    .apartment_item::after {
        display: none;
    }

    .apartment_gal {
        position: relative;
    }

    .apartment_gal-section::after {
        content: '';
        height: 60%;
        width: 100vw;
        background: #2B2F47;
        position: absolute;
        left: 0;
        z-index: 0;
        bottom: 0;
    }

    .gallery__text-title {
        margin-top: 30px;
    }

    .gallery__text-description {
        padding-top: 25px;
    }

    .apartment_item_r .slider-big-content__btn {
        width: 100%;
    }

    .footer__top .col-xl-3 {
        margin-top: 40px;
    }

    .footer__top {
        padding: 25px 0 20px 0;
    }

    .footer__top-col-4 {
        text-align: left;
    }

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

    /* .catalog__item-holder,
    .catalog__item-holder:nth-child(3) {
        padding-top: 40px;
    } */
    .catalog__item-holder:nth-child(3) {
        padding-top: 40px;
    }

    .catalog__item-title-big {
        font-size: 25px;
    }

    .catalog__item {
        padding-left: 30px;
    }

    .catalog__item-meter {
        margin-left: 0;
    }

    .catalog__item-holder:nth-child(3)::before {
        display: none;
    }

    .swiper-button-section-house-scheme {
        padding: 22px 0 19px 0px;
    }

    .title-dark-md {
        margin-bottom: 30px;
    }

    .slider-house-scheme__section {
        margin-top: 30px;
    }

    .house-advantages-left .slider-big-content__btn {
        display: none;
    }

    .infrastructure-img-sec,
    .infrastructure-text-sec {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .infrastructure-item {
        margin-top: 40px;
    }

    .infrastructure-description,
    .infrastructure-description p {
        margin-top: 5px;
    }

    .infrastructure-title {
        font-size: 25px;
        margin-top: 5px;
    }

    .infrastructure {
        padding: 40px 0;
    }

    .contacts .apartment_gal_w {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contacts::after {
        content: '';
        height: 50%;
        width: 100vw;
        background: #1a1a1a;
        position: absolute;
        left: 0;
        z-index: 0;
        bottom: 0;
    }

    .services__item-col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: calc(33.333333% + 1px);
    }
}


/*end max-width: 991*/


/*max-width: 767*/

@media (max-width: 767px) {
    .block-form-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block-width {
        padding: 100px 0 100px 0;
    }

    .advantages__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about__advantage-grid {
        margin-top: 30px;
    }

    .advantages__img-section {
        width: 100%;
        position: relative;
    }

    .advantages-inner .swiper_buttons {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .advantages__img-section {
        margin-top: 30px;
    }

    .advantages-mini__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .advantages-mini {
        padding-top: 0;
    }

    .slider-big-content__btn {
        margin-top: 20px;
    }

    .locations-nearby__track {
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .locations-nearby__track-item {
        flex-direction: row;
    }

    .locations-nearby__track-item .locations-nearby__track-item-km {
        text-align: left;
    }

    .locations-nearby__track-item:nth-child(even) .locations-nearby__track-item-km {
        text-align: right;
    }

    .locations-nearby__track:before {
        height: calc(100% - 65px);
        width: 1px;
        left: 0;
        right: 0;
        margin: auto;
        border-left: 1px dashed #ffffff;
    }

    .locations-nearby__track-item:nth-child(even) {
        justify-content: flex-end;
        align-self: unset;
    }

    .locations-nearby__track-item:first-child:after {
        position: absolute;
        left: 65px;
        width: calc(50% - 65px);
        height: 1px;
        border-top: 1px dashed #ffffff;
    }

    .locations-nearby__track-item-km {
        position: unset;
        padding: 10px;
    }

    .locations-nearby__track-item-km::before {
        top: 0 !important;
        bottom: 0 !important;
        margin: auto;
        width: 11px;
        height: 11px;
    }

    .footer-map-section {
        height: 250px;
    }

    .footer-map-logo {
        top: 60px;
    }

    .footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer__bottom__poltor {
        margin-top: 10px;
    }

    .footer__bottom {
        font-size: 12px;
    }

    .page-title {
        font-size: 25px;
    }

    .block-page-category {
        padding-top: 0;
    }

    .house-advantages-grid {}

    .house-advantages-item,
    .house-advantages-item:nth-child(-n + 2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .balconies {
        font-size: 10px;
    }
}


/*end max-width: 767*/


/*max-width: 650*/

@media (max-width: 650px) {
    .slider-big-content {
        display: block;
        margin-top: -24%;
    }

    .slider-big-content-left,
    .slider-big-product .slider-big-content-left {
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        padding: 0 0 30px 0;
        z-index: 3;
    }

    .play-button {
        margin-bottom: 0;
    }

    .slider-big-content-right {
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        width: 100%;
        z-index: 1;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-left-padding,
    .content-right-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .text-left-shape::before,
    .description__content::before {
        display: none;
    }

    .slider-big__adv-item:first-child {
        padding-top: 0;
        width: 100%;
        margin-top: -80px;
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-end;
    }

    .slider-big__adv-img {
        height: 50px;
        width: auto;
    }

    .slider-big__adv-item {
        margin-top: 15px;
        display: flex;
        width: 100%;
        max-width: 250px;
    }

    .slider-big__adv-item:first-child {
        max-width: unset;
    }

    .slider-big__footer-social {
        justify-content: flex-end;
        margin-top: 50px;
    }

    .slider-big__adv-item-numb {
        -ms-flex: 0 0 47px;
        flex: 0 0 47px;
        max-width: 47px;
        text-align: right;
        font-size: 24px;
        max-height: 40px;
    }

    .slider-big__adv-item-title {
        padding-left: 20px;
        align-items: center;
        display: flex;
        max-height: 50px;
    }

    .slider-title {
        margin-top: 10px;
    }

    .slider-big-carousel-sec:before {
        content: '';
        position: absolute;
        height: 50%;
        width: 100%;
        background: linear-gradient(360deg, #0f0f0f 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 0.7;
        bottom: 0;
        left: 0;
        z-index: 2;
        pointer-events: none;
    }

    .slider-big-content__txt {
        margin-top: 20px;
    }

    .slider-big-content__btn {
        margin-top: 20px;
    }

    .block-width .slider-big-content__btn {
        padding-right: 30px;
        padding-left: 30px;
    }

    .slider-big-content-left::before {
        content: '';
        height: 345px;
        width: 345px;
    }

    .content-grid {
        flex-direction: column;
    }

    .content-grid__first-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-grid__last-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: -1;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .content-vibir-logo {
        flex: 0 0 47px;
        max-width: 65px;
        text-align: right;
        height: 100% !important;
    }

    .content-logo-text {
        font-size: 14px;
        padding-left: 20px;
        margin-top: 0;
    }

    .title-dark,
    .title-white {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .block-width {
        padding: 50px 0 50px 0;
    }

    .title-dark:before {
        width: 70px;
        height: 70px;
        border: 21px solid #f5f0e5;
        top: -20px;
        left: -31px;
    }

    .title-white:before {
        width: 70px;
        height: 70px;
        border: 21px solid #fff;
        top: -20px;
        left: -31px;
    }

    .about__advantage-grid {
        padding: 15px 0;
    }

    .about__advantage-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 30px 15px 30px;
        display: flex;
        align-items: center;
    }

    .about__advantage-item:before {
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        -ms-flex: 0 0 47px;
        flex: 0 0 47px;
        max-width: 47px;
    }

    .category__item-title-big {
        font-size: 25px;
    }

    .category__item-content {
        padding-right: 30px;
    }

    .block-form-title::before {
        top: 0%;
        left: -80px;
        bottom: 0;
        margin: auto;
        height: 100px;
        width: 100px;
    }

    .block-form-section {
        padding: 50px 0;
    }

    .block-form-input,
    .block-form-btn {
        margin-top: 15px;
    }

    .advantages-mini {
        padding-top: 5px;
    }

    .category__item-holder,
    .catalog__item-holder,
    .catalog__item-holder:nth-child(3) {
        padding-top: 35px;
    }

    .apartment_thumb .swiper-slide.swiper-slide-thumb-active::before {
        border: 2px solid #c99d49;
    }

    .block-page-category {
        padding-top: 20px;
    }

    .catalog__item-img-section {
        height: 350px;
    }

    .house-scheme__info {
        padding: 5px 20px 20px 20px;
    }

    .infrastructure-img-sec,
    .infrastructure-text-sec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .infrastructure-text-sec,
    .infrastructure-item:nth-child(even) .infrastructure-text-sec {
        padding: 20px 0 0 0;
    }

    .infrastructure-img-sec {
        height: 250px;
        order: -1;
    }

    .contacts {
        padding: 50px 0;
    }

    .contacts-grid-item,
    .contacts-grid-item:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .services__item-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% + 1px);
    }

    .services__subtitle {
        font-size: 12px;
        margin-top: 10px;
    }

    .services__item {
        min-height: 160px;
    }
}


/*end max-width: 650*/


/*max-width: 576*/

@media (max-width: 576px) {
    .advantages-mini__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*end max-width: 576*/


/*max-width: 500*/

@media (max-width: 500px) {
    .top-title {
        font-size: 14px;
    }

    .slider-title {
        font-size: 28px;
    }

    .slider-big-content {
        margin-top: -15%;
    }

    .slider-big-content-left .slider-big-content__btn {
        margin-right: 110px;
    }

    .slider-big-content__txt {
        font-size: 12px;
    }

    .slider-big-content-left::before {
        top: unset;
        bottom: -70%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .total-info-item p {
        font-size: 13px;
    }

    .responsive_table__body {
        font-size: 12px;
    }
}


/*end max-width: 500*/


/*max-width: 400*/

@media (max-width: 400px) {
    .slider-big__adv-item:first-child {
        margin-top: -80px;
    }

    .slider-big__adv-img {
        width: 80px;
    }

    .slider-big-content-left::before {
        height: 285px;
        width: 285px;
        bottom: -55%;
    }

    .locations-nearby__track-item-logo {
        height: 44px;
        width: 44px;
    }

    .locations-nearby__track-item-km {
        font-size: 10px;
    }

    .locations-nearby__track:before {
        height: calc(100% - 44px);
    }

    .locations-nearby__track-item:first-child:after {
        left: 44px;
        width: calc(50% - 44px);
    }

    .locations-nearby__track-item-km {
        padding: 10px 5px;
    }
}


/*end max-width: 400*/


/*max-width: 320*/

@media (max-width: 320px) {}


/*end max-width: 460*/


/************* media  конец *************/