

/* Start:/local/templates/unico/components/bitrix/news.list/hero/style.css?17581146665312*/
.hero__block {
	position:relative;
}
.hero__block > .container {
	position:relative;
}
.hero {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.hero:after {
    content: "";
    height: 162px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #3E4149;
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.hero__content {
    width: 100%;
    height: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hero__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
.hero__title {
    color: white;
}
.hero__subtitle{color: white; font-size: 80px; line-height: 1; padding: 20px 20px; margin-bottom: -30px; font-weight: 700; font-family: Arsenal; background-color: rgba(99, 81, 64,0.5);} 
.hero__img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero__img:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(26.56%, rgba(0, 0, 0, 0.434896)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.434896) 26.56%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.434896) 26.56%, rgba(0, 0, 0, 0) 100%);
}
.hero__img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-top: -50px;
}
.hero__desc-btn {
    width: 132px;
    height: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    will-change: transform;
}
.hero__desc-btn span {
    -webkit-transition: all 0.3s ease-in-out 3.3s;
    transition: all 0.3s ease-in-out 3.3s;
    opacity: 0;
}
.hero__desc-btn--round {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    -webkit-transform: translateX(0.25px);
    transform: translateX(0.25px);
}
.hero__desc-btn--round rect {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -webkit-transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
    transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
    fill: none;
    stroke-width: 1.25;
    width: calc(100% - 2px);
    height: calc(100% - 1px);
    stroke-dasharray: 321%;
    stroke-dashoffset: 321%;
    -webkit-transition-property: stroke-dashoffset, -webkit-transform;
    transition-property: stroke-dashoffset, -webkit-transform;
    transition-property: stroke-dashoffset, transform;
    transition-property: stroke-dashoffset, transform, -webkit-transform;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: stroke-dashoffset, transform;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke: #BB9A72;
    rx: 50%;
    ry: 50%;
}
.hero__desc-btn--round rect + rect {
    stroke: #fff;
    stroke-dashoffset: 321%;
}
.hero__desc-btn:hover svg rect {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    stroke-dashoffset: 321%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.hero__desc-btn:hover svg rect + rect {
    stroke: #fff;
    stroke-dashoffset: 0%;
}

.page.active .hero:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.page.active .hero__desc-btn--round rect:first-child {
    stroke-dashoffset: 642%;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.page.active .hero__desc-btn span {
    opacity: 1;
}

@media(max-width: 1439px){
    .hero__desc-btn{
        width: 100px;
        height: 100px;
    }

    .hero__desc{
        gap: 25px;
        margin-top: -30px;
    }
}

@media (max-width: 1023px) {
		.hero__header {
			position:relative;
		}

    .hero__desc-btn{
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .hero__desc{
        gap: 25px;
        margin-top: -30px;
    }
}

@media (max-width: 1023px) {
    .hero{
        height: 70vh;
    }

    .hero__img img{
        height: 80%;
    }

    .hero__subtitle{
        font-size: 30px;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/hero-actions/style.css?17090291201316*/
.hero__quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		position: absolute;
    right: 0;
    bottom: 130px;
		z-index:10;
		width:300px;
}
.hero__quote__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: white;
	-webkit-clip-path: polygon(0 0, 100% 0, 91% 50%, 100% 100%, 0 100%, 0% 50%);
	clip-path: polygon(0 0, 100% 0, 91% 50%, 100% 100%, 0 100%, 0% 50%);
}
.hero__quote-img {
    width: 80px;
    height: 86px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__quote-info {
    padding-left: 16px;
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero__quote-info > * {
    width: 186px;
}

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

.swiper--heroquotes {
	width:100%;
	overflow:hidden;
}

@media(max-width: 1439px){
    .hero__quote-img{
        height: 74px;
    }
}

@media (max-width: 1023px) {
    .hero__quote{
        position:absolute!important;
				top: -80px;
				right: 10px;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/architecture/style.css?16768835682635*/

.architecture {
    background: #3E4149;
    padding: 56px 0 180px;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.architecture .container {
    z-index: 5;
}
.architecture__pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
}
.architecture__pattern svg {
    width: 100%;
}
.architecture__about-img {
    position: relative;
}
.architecture__about-img--icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
}
.architecture__about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.architecture__about-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.architecture__about-text {
    max-width: 416px;
    opacity: 0.8;
}
.architecture__about-left .architecture__about-img {
    width: 526px;
    height: 340px;
    margin-top: 150px;
}
.architecture__about-left .architecture__about-text {
    margin-top: 10px;
    max-width: 398px;
}
.architecture__about-right .architecture__about-img {
    width: 636px;
    height: 445px;
    margin-top: 80px;
}
.architecture__about-right .architecture__about-text {
    margin-top: 48px;
}

@media (max-width: 1439px) {
    .architecture__about-left .architecture__about-img {
        width: 376px;
        height: 245px;
        margin-top: 130px;
    }

    .architecture__about-right .architecture__about-img {
        width: 456px;
        height: 300px;
        margin-top: 64px;
    }
}

@media (max-width: 1023px) {
    .architecture__about-left .architecture__about-img{
        width: 100%;
        transform: unset!important;
        margin-top: 32px;
    }

    .architecture__about-right .architecture__about-img {
        width: 100%;
        transform: unset!important;
        margin-top: 32px;
    }

    .architecture__about-right .architecture__about-text{
        max-width: 100%;
        margin-top: 32px;
    }

    .architecture__about-left .architecture__about-text{
        max-width: 100%;
        margin-top: 64px;
        transform: none!important;
    }

    .architecture__about-left.architecture__about-col{
        flex-direction: column-reverse;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/architecture-slider/style.css?16776657604647*/

.architecture__slider {
    margin-top: 402px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.architecture__slider-bg {
    position: absolute;
    width: 671px;
    height: 748px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 236px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.architecture__slider-bg--text {
    margin-top: 222px;
    text-align: center;
    max-width: 510px;
    z-index: 2;
}
.architecture__slider-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.architecture__slider .swiper {
    overflow: hidden;
    margin-top: -72px;
    min-height: 450px;
    z-index: 2;
}
.architecture__slider-card {
    height: 450px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 48px;
    max-height: 350px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    will-change: auto;
}
.swiper-slide-active .architecture__slider-card {
    max-height: 450px;
}
.architecture__slider-name {
    max-width: 408px;
    z-index: 5;
}
@media(min-width: 1440px){
    .architecture__slider-name{
        max-width: 480px;
    }
}
@media(max-width: 1023px){
    .architecture__slider-name{
        width: 100%;
        max-width: 100%;
    }
}
.architecture__slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.architecture__slider-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(43.75%, rgba(0, 0, 0, 0)), color-stop(68.23%, rgba(0, 0, 0, 0.128)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 43.75%, rgba(0, 0, 0, 0.128) 68.23%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, rgba(0, 0, 0, 0.128) 68.23%, rgba(0, 0, 0, 0.8) 100%);
}
.architecture__slider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.architecture__slider-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
}
.architecture__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    gap: 24px;
}
.architecture__slider .swiper-button-next, .architecture__slider .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
}

@media (max-width: 1439px) {
    .architecture__slider{
        margin-top: 350px;
    }

    .architecture__slider-bg--text{
        margin-top: 210px;
    }

    .architecture__slider-bg{
        height: 600px;
        width: 100%;
    }

    .architecture__slider-card{
        max-height: 269px;
        padding: 32px;
    }

    .swiper-slide-active .architecture__slider-card{
        max-height: 346px;
    }

    .architecture__slider .swiper{
        margin-top: -15px;
        min-height: 346px;
    }

    .architecture__pattern svg{
        height: 30%;
    }
}

.architecture__slider-header-parallaxs{
    display: flex;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.architecture__slider-nav--mobile{
    display: none;
}

@media (max-width: 1023px) {
    .architecture__slider-nav--mobile{
        display: flex;
        position: absolute;
        bottom: 10px;
    }

    .architecture__slider-nav--desktop{
        display: none;
    }

    .architecture__slider-bg--text{
        transform: translate3d(0px, 0px, 0px)!important;
    }

    .architecture__slider-header-parallaxs{
        transform: translate3d(0px, 0px, 0px)!important;
    }

    .architecture__slider .swiper{
        min-height: 430px;
    }

    .architecture__pattern svg{
        display: none;
    }

    .architecture__slider-bg{
        height: 690px;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/yard/style.css?16774956091611*/

.yard {
    padding-top: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 5;
}

.yard__card{
    position: relative;
}

.yard__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.yard__card + .yard__card {
    margin-top: 76px;
}

.yard__header {
    text-align: center;
    z-index: 5;
}

.yard__list {
    margin-top: 100px;
    z-index: 4;
}

.yard__list-left .yard__img {
    height: 340px;
}

.yard__list-right {
    margin-top: 109px;
}

.yard__list-right .yard__img {
    height: 445px;
}

@media (max-width: 1439px) {
    .yard__card-img {
        width: 100%;
    }
}

.yard__card .button{
    width: max-content;
}

@media (max-width: 1023px) {
    .yard {
        padding-top: 100px;
    }

    .yard__list {
        margin-top: -16px;
    }

    .yard__card + .yard__card{
        margin-top: 64px;
    }

    .yard__list-right{
        margin-top: 64px;
    }

    .yard__card-img{
        transform: translate3d(0px, 0px, 0px)!important;
    }

    .yard .text-h4{
        transform: translate3d(0px, 0px, 0px)!important;
    }

    .yard .text-p1{
        transform: translate3d(0px, 0px, 0px)!important;
    }

    .yard .mt-48px-32px{
        transform: translate3d(0px, 0px, 0px)!important;
    }
}

.mt-48px-32px{
    position: relative;
    z-index: 1111111;
}

.yard__card a:not(.button){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/unico/components/bitrix/catalog.smart.filter/apartment_filter/style.css?172542800823395*/
.apartment-choose {
    margin-top: 24px;
}

.apartment-choose__filter {
    border-radius: 0px 4px 4px 0px;
    padding-left: 0px;
    position: relative;
}

.rm-form__fields + .rm-form__fields {
    margin-top: 22px;
}

.rm-form__fields-items {
    margin-top: 8px;
}

@media (max-width: 1023px) {
    .apartment-choose__filter {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        -webkit-transition-property: visibility, opacity;
        transition-property: visibility, opacity;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        height: 100%;
        overflow-y: scroll;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
        padding: 24px 16px;
        z-index: 1000;
    }
}

.apartment-choose__filter-btn {
    display: none;
}

@media (max-width: 1023px) {
    .apartment-choose__filter-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .apartment-choose__filter-btn {
        width: 100%;
    }

    .apartment-choose__filter-btn .button {
        width: 100%;
    }
}

.apartment-choose__filter.active {
    opacity: 1;
    visibility: visible;
    z-index: 111111111111;
}

.apartment-choose__filter-header {
    display: none;
}

@media (max-width: 1023px) {
    .apartment-choose__filter-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
    }
}

@media (max-width: 1023px) and (min-width: 0) {
    .apartment-choose__filter-header {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .apartment-choose__filter-header {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

@media (max-width: 1023px) and (min-width: 1024px) {
    .apartment-choose__filter-header {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

@media (max-width: 1023px) and (min-width: 1440px) {
    .apartment-choose__filter-header {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}

.apartment-choose__filter {
    position: sticky;
    top: 120px;
}

.apartment-choose__filter svg {
    cursor: pointer;
}

@media (max-width: 1023px) {
    .apartment-choose__filter-header + * {
        margin-top: 24px;
    }

    .apartment-choose__filter {
        position: fixed;
        background: #ece5e2;
        top: 0;
    }
}


.apartment-choose__filter-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/*
*Track start
*
*/

.bx-filter .smart-filter-slider-track-container {
    padding-top: 10px;
}

.bx-filter .smart-filter-slider-track {
    position: relative;
    height: 1px;
    /*background: #d8e9f0;/* COLOR */
}

.bx-filter .smart-filter-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.bx-filter .smart-filter-slider-part.p1 {
    left: -1px;
}

.bx-filter .smart-filter-slider-part.p2 {
    left: 25%;
}

.bx-filter .smart-filter-slider-part.p3 {
    left: 50%;
}

.bx-filter .smart-filter-slider-part.p4 {
    left: 75%;
}

.bx-filter .smart-filter-slider-part.p5 {
    right: -1px;
}

.bx-filter .smart-filter-slider-part span {
    font-size: 11px;
    /*font-weight: var(--ui-font-weight-bold);*/

    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}

.bx-filter .smart-filter-slider-part.p2 span,
.bx-filter .smart-filter-slider-part.p3 span,
.bx-filter .smart-filter-slider-part.p4 span {
    color: #6b8086;
}

.bx-filter .smart-filter-slider-range,
.bx-filter .smart-filter-slider-price-bar,
.bx-filter .smart-filter-slider-price-bar-vd,
.bx-filter .smart-filter-slider-price-bar-vn,
.bx-filter .smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx-filter .smart-filter-slider-range {
    z-index: 60;
}

.bx-filter .smart-filter-slider-price-bar {
    z-index: 100;
}

.bx-filter .smart-filter-slider-price-bar-vd {
    z-index: 60;
    /* COLOR */
    background: #BB9A72;
    height: 1px;
}

.bx-filter .smart-filter-slider-price-bar-vn {
    z-index: 40;
    /* COLOR */
    background: #C8C1BF;
    height: 1px;
		left:0!important;
		right:0!important;
}

.bx-filter .smart-filter-slider-price-bar-v {
    z-index: 49;
    /* COLOR */
    background: #BB9A72;
    height: 1px;
}

.bx-filter .smart-filter-slider-handle {
    z-index: 110;
    position: absolute;
    top: 100%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-bottom: none;
}

.bx-filter .smart-filter-slider-handle:hover {
    background: #ECE5E2!important;
    border: 2px solid #BB9A72!important;
    z-index: 68;
}

.bx-filter .smart-filter-slider-handle:focus {
    background: #ECE5E2!important;
    border: 2px solid #BB9A72!important;
    z-index: 68;
}

.bx-filter .smart-filter-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx-filter .smart-filter-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx-filter .smart-filter-slider-handle.left {
    left: 0;
    top: -7px;
    background: #BB9A72;
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}

.bx-filter .smart-filter-slider-handle.right {
    right: 0;
    top: -7px;
    background: #BB9A72;
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

.bx-filter .price-input {
    outline: none !important;
    background: none;
    color: #363534;
    border: none;
}

.bx-filter .min-price {

}

.bx-filter .max-price {

}

.bx-filter-input-container {
    color: #363534;
}

.bx-filter-parameters-box-container-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
*Track end
*
*/

.smartfilter .f-checkbox {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
}

@media (min-width: 0) {
    .smartfilter .f-checkbox {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .smartfilter .f-checkbox {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .smartfilter .f-checkbox {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .smartfilter .f-checkbox {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.smartfilter .f-checkbox__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.smartfilter .f-checkbox.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.smartfilter .f-checkbox input {
    display: none;
}

.smartfilter .f-checkbox input:checked + span {
    color: #FFFFFF;
    background: #BB9A72;
}

.smartfilter .f-checkbox input + span {
    position: relative;
    /*width: 48px;*/
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 8px;
    border-radius: 34px;
    border: 1px solid #BB9A72;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    color: #3E4149;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    text-align: center;
}

.smartfilter .f-checkbox input + span:hover {
    background: #BB9A72;
    color: white;
}

.smartfilter .f-checkbox__group.TYPE .f-checkbox input + span {
    width: 48px;
    height: 48px;
    padding-left: 0px;
    padding-right: 0px;
}

.smartfilter .f-checkbox input + span:hover {
    -webkit-transition: none;
    transition: none;
    border: 1px solid #BB9A72;
}


.smartfilter .f-checkbox__group.STOCK {
	flex-wrap:wrap;
}
.smartfilter .f-checkbox__group.STOCK .f-checkbox input + span {
	padding:15px 20px;
	margin:0 10px 10px 0;
	height:auto;
	line-height:1;
}


.smartfilter .f-select {
    height: 38px;
    border: none;
    background-color: transparent;
    position: relative;
    border: none;
    border-bottom: 1px solid #C8C1BF;
    color: #221e26;
    outline: none;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

.smartfilter .f-select:hover {
    -webkit-transition: none;
    transition: none;
    border-bottom: 1px solid #BB9A72;
}

.smartfilter .f-select__icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.smartfilter .f-select__icon svg {
    fill: #363534;
}

.smartfilter .f-select__wrapper {
    width: 100%;
    position: relative;
}

.smartfilter .f-select__counter {
    position: absolute;
    bottom: 10px;
    font-weight: 400;
    left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
}

@media (min-width: 0) {
    .smartfilter .f-select__counter {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .smartfilter .f-select__counter {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .smartfilter .f-select__counter {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .smartfilter .f-select__counter {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.smartfilter .f-select__counter.show {
    visibility: visible;
    display: none;
}

.smartfilter .ss-content.ss-open ~ .f-select__icon {
    -webkit-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1);
}

.smartfilter .f-select .ss-multi-selected,
.smartfilter .f-select .ss-single-selected {
    min-height: initial;
    height: 100%;
    border: none;
    padding: 10px 0px;
    background: transparent;
}

.smartfilter .f-select .ss-option {
    background-color: #ffffff;
    font-weight: 400;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

@media (min-width: 0) {
    .smartfilter .f-select .ss-option {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .smartfilter .f-select .ss-option {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .smartfilter .f-select .ss-option {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .smartfilter .f-select .ss-option {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.smartfilter .f-select .ss-content {
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.17)) drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.22));
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.17)) drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.22));
}

.smartfilter .f-select .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
    color: #ffffff;
    background-color: #BB9A72;
}

.smartfilter .f-select .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected::before {
    border-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50005 11.3789L14.3941 4.48413L15.4553 5.54463L7.50005 13.4999L2.72705 8.72688L3.78755 7.66638L7.50005 11.3789Z' fill='white'/%3E%3C/svg%3E%0A");
}

.smartfilter .f-select .ss-content .ss-list .ss-option.ss-highlighted,
.smartfilter .f-select .ss-content .ss-list .ss-option:hover {
    background-color: #f1f7fa;
    color: #BB9A72;
}

.smartfilter .f-select .ss-content .ss-list .ss-option.ss-highlighted::before,
.smartfilter .f-select .ss-content .ss-list .ss-option:hover::before {
    border-color: #BB9A72;
}

.smartfilter .ss-content .ss-list .ss-option {
    padding: 10px 12px;
}

.smartfilter .ss-multi-selected ~ .ss-content .ss-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.smartfilter .ss-multi-selected ~ .ss-content .ss-option::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #BB9A72;
    border-radius: 4px;
    margin-right: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.smartfilter .bv_ul_inner {
    max-height: 152px;
    margin: 0px;
}

.smartfilter .ss-main .ss-multi-selected .ss-values .ss-value {
    /*display: none !important;*/
    background-color: #BB9A72;
!important;
}

.smartfilter .ss-main .ss-multi-selected .ss-values .ss-disabled {
    font-weight: 400;
    color: #221e26;
    opacity: 0.5;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 0) {
    .smartfilter .ss-main .ss-multi-selected .ss-values .ss-disabled {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .smartfilter .ss-main .ss-multi-selected .ss-values .ss-disabled {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .smartfilter .ss-main .ss-multi-selected .ss-values .ss-disabled {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .smartfilter .ss-main .ss-multi-selected .ss-values .ss-disabled {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.smartfilter .ss-arrow,
.smartfilter .ss-add {
    display: none !important;
}

.smartfilter .ss-content {
    margin: 3px 0 0;
    border: none;
}

.smartfilter .ss-content .ss-list {
    max-height: 152px;
    background-color: #f1f7fa;
    scrollbar-width: thin;
    scrollbar-color: #cfe4f1 transparent;
}

.smartfilter .ss-content .ss-list::-webkit-scrollbar {
    width: 4px;
    padding: 0px;
}

.smartfilter .ss-content .ss-list::-webkit-scrollbar-track {
    background: transparent;
}

.smartfilter .ss-content .ss-list::-webkit-scrollbar-thumb {
    background-color: #cfe4f1;
    border-radius: 4px;
}

.rm-form--filter__tags-container {
    margin: 48px 0;
}

.rm-form--filter__tags-container .tags {
    display: flex;
    flex-wrap: wrap;
}

.rm-form--filter__tags-container .tags .tags__item {
    border: 1px solid #BB9A72;
    border-radius: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #3E4149;
    margin: 0 8px 8px 0;
    padding: 8px 20px;
}

.rm-form--filter__tags-container .tags .tags__item.active {
    color: #FFFFFF;
    background: #BB9A72;
}

.ADDITIONAL_PROPERTY {
    flex-wrap: wrap;
}

.ADDITIONAL_PROPERTY .f-checkbox {
    margin-top: 8px;
}

.bx-filter-popup-result {
    margin-top: 48px;
    display: flex;
    align-items: flex-end;
}

#modef_num {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 60px;
    text-transform: uppercase;
    color: #BB9A72;
}

#modef_words {
    margin-left: 16px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363534;
}

.del-filter {
    margin-top: 48px;
}

.del-filter--link {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off, 'liga' off;
    color: #BB9A72;
}

.del-filter--link:hover{
    color: #363534;
}

.del-filter--link:hover path{
    fill: #363534;
}

.button.apartment-choose__filter-close {
    padding: 16px 32px;
    cursor: pointer;
    margin-bottom: 48px;
}

.rm-form__fields-name {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3E4149;
}

@media (max-width: 1023px) {
    .rm-form__fields-name {
        font-size: 12px;
        line-height: 16px;
    }

    .button.apartment-choose__filter-close span {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        font-feature-settings: 'kern' off, 'liga' off;
        color: #FFFFFF;
    }
}

.genplan-title-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: flex-end;
}

.genplan-title {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 86px;
    text-transform: uppercase;
}

.genplan-title-black {
    color: #363534;
}

.genplan-title-brown {
    color: #BB9A72;
}

.genplan-choose .change-block {
    cursor: pointer;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #BB9A72;
    text-transform: uppercase;
}

.genplan-title-container {
    margin-top: 163px;
}


.fmultiselect {position:relative;}
	.fmultiselect__title {display:flex; justify-content:space-between;align-items:center; padding:10px 0; border-bottom:1px solid #cdcdcd; cursor:pointer; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
	.fmultiselect__title:hover {border-color:#BB9A72;}
		.fmultiselect__default {flex-shrink:0; color:#9d9d9d; font-size:14px;}
		.fmultiselect__items {display:flex; flex-wrap:wrap; flex:1;}
			.fmultiselect__items span {font-size: 12px; padding: 3px 5px; margin: 3px 5px 3px 0; color: #fff; background-color: #BB9A72; border-radius: 4px; -webkit-animation-name: scaleIn; animation-name: scaleIn; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
		.fmultiselect__icon {flex-shrink:0;}
			.fmultiselect__icon svg {-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
			.fmultiselect.active .fmultiselect__icon svg {transform:rotate(180deg);}
	.fmultiselect__list {max-height: 152px; overflow:auto; z-index:100; background-color: #fff; scrollbar-width: thin; scrollbar-color: #cfe4f1 transparent; position:absolute; top:100%; left:0; width:100%; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); opacity:0; pointer-events:none; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
	.fmultiselect__list::-webkit-scrollbar {width: 4px; padding: 0px;}
	.fmultiselect__list::-webkit-scrollbar-track {background: transparent;}
	.fmultiselect__list::-webkit-scrollbar-thumb {background-color: #cfe4f1; border-radius: 4px;}
	.fmultiselect.active .fmultiselect__list {opacity:1; pointer-events:all;}
		.fmultiselect__item { -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
		.fmultiselect__item:hover {background-color: #f1f7fa; color: #BB9A72;}
			.fmultiselect__item label {display:block; padding:10px 12px; cursor:pointer;}
				.fmultiselect__item input {display:none;}
				.fmultiselect__item label > span {display:flex;}
					.fmultiselect__item label > span:before {content:""; display:block; margin-top:3px; width: 18px; height: 18px; border: 1px solid #BB9A72; border-radius: 4px; margin-right: 8px; background-position: center; background-size: contain; background-repeat: no-repeat; -webkit-transition: border-color 0.2s ease-in-out; transition: border-color 0.2s ease-in-out;}
				.fmultiselect__item input:checked+label {background:#BB9A72; color:#fff;}
					.fmultiselect__item input:checked+label > span:before {border-color:#fff; background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50005 11.3789L14.3941 4.48413L15.4553 5.54463L7.50005 13.4999L2.72705 8.72688L3.78755 7.66638L7.50005 11.3789Z' fill='white'/%3E%3C/svg%3E%0A");}
				.fmultiselect__item input:disabled+label {pointer-events:none; opacity:0.5;}
		
		
		


@media (max-width: 1439px) {
    .genplan-title-container {
        margin-top: 140px;
    }

    .genplan-title {
        font-size: 56px;
        line-height: 60px;
    }

    .genplan-choose {
        font-size: 16px;
        line-height: 26px;
    }
}


@media (max-width: 1023px) {
    .genplan-title-container {
        margin-top: 160px;
        flex-direction: column;
        align-items: flex-start;
    }

    .genplan-title {
        font-size: 40px;
        line-height: 50px;
    }

    .genplan-choose {
        margin-top: 32px;
        font-size: 16px;
        line-height: 26px;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/system.pagenavigation/main/style.css?1670238670368*/
.button--pagination{
    width: 200px;
    height: 45px;
    cursor: pointer;
    justify-content: center;
}

.button--pagination svg{
    display: none;
}

.button--pagination svg.show{
    display: block;
    margin-left: -20px;
}

.button--pagination:hover svg rect{
    fill: white;
}


.apartment-choose__footer {
    display: flex;
    justify-content: center;
}
/* End */


/* Start:/local/templates/unico/components/remark/realty.apartments/tsz-object-choose/style.css?168750379311566*/

.apartment-card {
    display: block;
    -webkit-transition: all ease-in-out 150ms;
    transition: 0.5s;
    cursor: pointer;
    height: 100%;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
}

.apartment-card:hover {
    /*transform: scale(1.07);*/
    border: 1px solid #BB9A72;
}

.apartment-card:hover .apartment-card__title {
    color: #3E4149;
}

.apartment-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 40px;
    position: relative;
}

@media (max-width: 1439px) {
    .apartment-card__inner{
        padding: 16px;
    }
}

@media (max-width: 1023px) {
    .apartment-card__inner {
        padding: 16px;
    }
}

.apartment-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.apartment-card__title {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #BB9A72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 0) {
    .apartment-card__title {
        letter-spacing: 0;
        font-size: 32px;
        line-height: 32px;
    }
}

@media (min-width: 1024px) {
    .apartment-card__title {
        letter-spacing: 0;
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .apartment-card__favorite {
        width: 18px;
        height: 18px;
    }
}

.apartment-card__favorite:hover .apartment-card__favorite-active {
    opacity: 0.7;
}

.apartment-card__favorite.active {
    fill: #008bf8;
}

.apartment-card__favorite.active .apartment-card__favorite-active {
    opacity: 1;
    fill: #008bf8;
}

.apartment-card__favorite-active {
    opacity: 0;
    -webkit-transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
    transition: fill 0.35s ease-out, color 0.35s ease-out, background 0.35s ease-out, border-color 0.35s ease-out, opacity 0.35s ease-out;
}

.apartment-card__favorite-active:hover {
    -webkit-transition: none;
    transition: none;
}

@media (min-width: 0) {
    .apartment-card__subtitle {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .apartment-card__subtitle {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .apartment-card__subtitle {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .apartment-card__subtitle {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.apartment-card__title + .apartment-card__subtitle {
    margin-top: 4px;
}

.apartment-card__tag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    border-radius: 4px 23px 23px 4px;
    background-color: #d81159;
    color: #ffffff;
    font-weight: 500;
}

@media (min-width: 0) {
    .apartment-card__tag {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .apartment-card__tag {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .apartment-card__tag {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .apartment-card__tag {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.apartment-card__image {
    height: 275px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 32px;
}

@media (max-width: 1023px) {
    .apartment-card__image {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .apartment-card__image {
        height: 170px;
    }
}

.apartment-card__image-img {
    max-width: 100%;
    max-height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.apartment-card__stocks {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.apartment-card__stocks-item {
    font-weight: 600;
    padding: 1px 10px;
    border-radius: 4px;
}

.apartment-card__stocks-item + .apartment-card__stocks-item__stocks-item {
    margin-top: 5px;
}

.apartment-card__props {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #D9D9D9;
}

.apartment-card__props-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}

.apartment-card__prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.apartment-card__prop-title {
    font-style: normal;
    font-weight: 400;
    color: #3E4149;
    text-transform: uppercase;
}

@media (min-width: 0) {
    .apartment-card__prop-title {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
        height: 14px;
    }
}

@media (min-width: 768px) {
    .apartment-card__prop-title {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
        height: 14px;
    }
}

@media (min-width: 1024px) {
    .apartment-card__prop-title {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
        height: 16px;
    }
}

@media (min-width: 1440px) {
    .apartment-card__prop-title {
        letter-spacing: 0em;
        font-size: 12px;
        line-height: 18px;
        height: 18px;
    }
}

.apartment-card__prop-value {
    font-weight: 500;
}

@media (min-width: 0) {
    .apartment-card__prop-value {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .apartment-card__prop-value {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .apartment-card__prop-value {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .apartment-card__prop-value {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.apartment-card__prop-title + .apartment-card__prop__prop-value {
    margin-top: 4px;
}

.apartment-card__prop + .apartment-card__prop {
    margin-left: 32px;
}

.apartment-card__prices,
.apartment-card__old-prices {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.apartment-card__old-prices {
    margin: 4px 0 0 0;
}

@media (min-width: 0) {
    .apartment-card__prices {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .apartment-card__prices {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .apartment-card__prices {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1440px) {
    .apartment-card__prices {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

.apartment-card__prices-item {
    font-weight: 600;
}

@media (min-width: 0) {
    .apartment-card__prices-item {
        font-size: 18px;
        letter-spacing: 0.18px;
        line-height: 28px;
    }
}

.apartment-card__prices-item--old {
    font-weight: 500;
    text-decoration: line-through;
    color: #C8C1BF;
}

@media (min-width: 0) {
    .apartment-card__prices-item--old {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
    }
}

.apartment-card__header {
    position: relative;
    z-index: 10;
}

.apartment-card__header + .apartment-card__image {
    margin-top: 12px;
}

@media (min-width: 0) {
    .apartment-card__mortgage {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .apartment-card__mortgage {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .apartment-card__mortgage {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .apartment-card__mortgage {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.apartment-card__price {
    font-weight: bold;
}

@media (min-width: 0) {
    .apartment-card__price {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .apartment-card__price {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .apartment-card__price {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

@media (min-width: 1440px) {
    .apartment-card__price {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}

.apartment-card__price + .apartment-card__price {
    margin-top: 4px;
}


.apartment-choose__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 0) {
    .apartment-choose__header {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .apartment-choose__header {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .apartment-choose__header {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .apartment-choose__header {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.apartment-choose__header + * {
    padding-top: 18px;
}

.apartment-choose__header svg {
    margin-right: 4px;
}

.apartment-choose__header .f-select__wrapper {
    margin-left: 5px;
}

.apartment-choose .apartment-choose__footer {
    margin-top: 8px;
    margin-bottom: 32px;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .apartment-choose .apartment-choose__footer {
        margin-top: 8px;
        margin-bottom: 24px;
    }
}

.apartment-card-container {
    padding-bottom: 24px;
}

.apartment-card__prices-meter {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #3E4149;
}

.apartment-card__prices-meter--old {
    text-decoration: line-through;
    color: #C8C1BF;
    font-size: 12px;
    line-height: 18px;
}

/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/tsz-building-genplan/style.css?170141720922288*/

.genplan {
    position: relative;
    font-size: 0;
    width: 100vw;
    margin: 0 auto;
    border-radius: 0;
    border-top: 1px solid #C8C1BF;
}

.genplan-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
}

@media (max-width: 1023px) {
    .genplan_container--scroll {
        overflow-x: scroll;
    }
}

.genplan-picture {
    width: 100%;
    pointer-events: none;
}

@media (max-width: 1023px) {
    .genplan-picture {
        height: 50vh;
        width: initial;
    }
}

.genplan__labels {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.genplan__labels-item {
    background: #BB9A72;
    border-radius: 34px;
    color: #FFFFFF;
    line-height: 48px !important;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.genplan__labels-item-hided {opacity:0!important;}

@media (min-width: 0) {
    .genplan__labels-item {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .genplan__labels-item {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .genplan__labels-item {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .genplan__labels-item {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.genplan__labels-item.active {
    opacity: 1;
}

.genplan__buildings {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.genplan__buildings-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    fill: #BB9A72;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: opacity ease-in-out 300ms;
    transition: opacity ease-in-out 300ms;
    will-change: opacity;
}

.genplan__buildings-item:hover {
    opacity: 0.7;
}

.genplan__buildings-item:after {
    content: "11";
    position: absolute;
    left: 0;
    top: 0;
}

.genplan-tooltip {
    width: 320px;
    background: #ffffff;
    padding: 32px;
    color: #221e26;
    text-align: left;
    position: absolute;
    z-index: 1;
}

.floors .genplan-tooltip{
    margin-top: 145px;
}

.genplan-tooltip__tag {
    padding: 4px 12px;
    border-radius: 4px 23px 23px 4px;
    font-weight: 500;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#ff007a), to(#ff7a00));
    background: -webkit-linear-gradient(left, #ff007a 0%, #ff7a00 100%);
    background: linear-gradient(90deg, #ff007a 0%, #ff7a00 100%);
    position: absolute;
    top: 0;
    left: 16px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (min-width: 0) {
    .genplan-tooltip__tag {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__tag {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__tag {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__tag {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.genplan-tooltip__header + * {
    margin-top: 4px;
}

.genplan-tooltip__header {
    display: flex;
    justify-content: space-between;
    line-height: 34px;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}

.genplan-tooltip__header.header-floor {
    flex-direction: column;
    margin-bottom: 16px;
}

.genplan-tooltip__header-section {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #363534;
    text-transform: uppercase;
}

.genplan-tooltip__header-apartments {
    font-size: 14px;
    line-height: 24px;
    color: #A49E9B;
    margin-top: 4px;
}

.genplan-tooltip__item-floor-container {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 16px;
}

.genplan-tooltip__item-floor-container-count {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #363534;
    text-transform: uppercase;
}

.genplan-tooltip__item-floor-container-price {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #A49E9B;
    margin-top: 4px;
}

.genplan-tooltip__title {
    font-weight: bold;
}

@media (min-width: 0) {
    .genplan-tooltip__title {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__title {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 0) {
    .genplan-tooltip__date {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__date {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__date {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__date {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.genplan-tooltip .progress {
    height: 1px;
    overflow: visible;
}

.genplan-tooltip .progress-bar {
    position: relative;
    overflow: visible;
}

.genplan-tooltip .progress-bar:after {
    content: "";
    height: 5px;
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    background: #BB9A72;
}

.genplan-tooltip__ready {
    font-weight: 500;
    margin-bottom: 16px;
}

@media (min-width: 0) {
    .genplan-tooltip__ready {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__ready {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__ready {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__ready {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.genplan-tooltip__ready .genplan-tooltip__ready-title {
    color: #A49E9B;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.genplan-tooltip__ready .genplan-tooltip__ready-body {
    color: #363534;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;

}

@media (min-width: 0) {
    .genplan-tooltip__ready-title {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__ready-title {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__ready-title {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__ready-title {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}


.genplan-title-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: flex-end;
}

.genplan-title {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 86px;
    text-transform: uppercase;
}

.genplan-title-black {
    color: #363534;
}

.genplan-title-brown {
    color: #BB9A72;
}

.genplan-choose a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #BB9A72;
    text-transform: uppercase;
}

.genplan-hr {
    border-bottom: 1px solid #C8C1BF;
    height: 1px;
    width: 100%
}

.genplan-tooltip__ready-title + * {
    margin-top: 4px;
}

.genplan-tooltip__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.genplan-tooltip__item-number {
    color: #BB9A72;
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 60px;
    width: 100px;
}

.genplan-tooltip__item-text {
    color: #363534;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 16px;
    display: flex;
    align-items: flex-end;
}

.genplan-tooltip__ready-progress {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #221e26;
}

.genplan-tooltip__ready-progress-complete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 0;
    border-radius: 2px;
    background-color: #BB9A72;
    -webkit-transition: width ease-in-out 300ms;
    transition: width ease-in-out 300ms;
    will-change: width;
}

.tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tooltip .tooltip .arrow {
    display: none !important;
}

.tooltip .tooltip-inner {
    max-width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    display: block;
}

.tooltip .tooltip-inner:after, .tooltip .tooltip-inner:before {
    content: none;
}


.genplan-back {
    top: 32px;
    left: 44px;
    position: absolute;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    height: 40px;
    background: #BB9A72;
    border-radius: 34px;
    cursor: pointer;
    color: white;
    z-index: 100;
}

.genplan-back:hover{
    background: #B3988B;
}

.genplan-back__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
    padding-left: 9px;
}

.genplan-back-floor {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 100;
}

.genplan-back-floor-plan:hover{
    background: #B3988B;
}

.genplan-back-floor svg {
    pointer-events: none;
}

.genplan {
    min-height: 660px;
}

.genplan-container .preloader {
    z-index: 101;
    visibility: hidden;
}

.genplan-container .preloader.show {
    z-index: 101;
    visibility: visible;
}

.genplan__floors .genplan__section-item {
    fill: #000000;
}

.genplan-back-floor-plan {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    height: 40px;
    background: #BB9A72;
    border-radius: 34px;
    cursor: pointer;
    color: white;
    z-index: 100;
    margin-bottom: 59px;
    margin-top: 32px;
}

.genplan-back-floor-plan__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
    padding-left: 9px;
}

.tooltip .tooltip-arrow {
    z-index: 1;
}

.genplan-tooltip .tooltip-arrow {
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
}

.genplan-tooltip.show .tooltip-arrow {
    transform: scale(1);
}

.tooltip .tooltip-arrow::before {
    background: transparent url(/local/templates/unico/components/bitrix/news.list/tsz-building-genplan/plus.svg) center no-repeat;
    border-style: none !important;
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    z-index: 2;
    left: -18px;
}

.genplan__tooltip-container {
    position: relative;
}

.genplan__tooltip .tooltip-arrow {
    z-index: 2;
    position: absolute;
    width: 48px;
    height: 48px;
    background: transparent url(/local/templates/unico/components/bitrix/news.list/tsz-building-genplan/key.svg) center no-repeat;
    left: -18px;
}

.genplan-tooltip__body {
    border-top: 1px solid #C8C1BF;
    padding-top: 16px;
}

.modal.fade {
   /* z-index: 1;*/
}

.section-floors-container__slider {
    overflow-y: clip;
    overflow-x: visible;
    max-height: 320px;
}

.section-floors-container {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*position: absolute;*/
    /*z-index: 6;*/
}

.section-floors-container__floor {
    display: table-cell;
    /*padding: 20px;*/
    font-size: 14px;
    line-height: 24px;
    width: 48px;
    height: 48px;
    background: #ECE5E2;
    border: 1px solid #BB9A72;
    border-radius: 34px;
    color: #3E4149;
    text-align: center;
    vertical-align: middle;
}

.disabled .section-floors-container__floor{
    color: #C8C1BF;
    border: 1px solid #C8C1BF;
    position: relative;
    pointer-events: none;
}

.empty-floor{
    position: absolute;
    top: -15px;
    left: 50px;
    width: 170px;
    padding: 12px 32px;
    background: white;
    z-index: 1111111111111;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0.3s;
    box-shadow: 2px 4px 24px rgba(89, 81, 77, 0.11);
}

.empty-floor:after{
    background: #FFFFFF;
    box-shadow: 2px 4px 24px rgba(89, 81, 77, 0.11);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: -10px;
    width: 20px;
    height: 20px;
}

.disabled:hover .empty-floor{
   opacity: 1;
    visibility: visible;
}

.section-floors-container__floor:hover{
    background: #B3988B;
    border: 1px solid #B3988B;
    color: #ffffff;
}

.section-floors-container__floor.active {
    background: #bb9a72;
    color: #ffffff;
}

.section-floors-container__floor:hover {
    cursor: pointer;
}

.apartment-pagination .apartment-pagination__nav {
    display: table-cell !important;
    font-size: 14px;
    line-height: 24px;
    width: 48px;
    height: 48px;
    background: #3E4149;
    border: 1px solid #3E4149;
    border-radius: 34px;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.section-floors-container__slider {
    margin-top: 24px;
}

.apartment-pagination__title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    color: #3E4149;
    margin-bottom: 16px;
    margin-left: 8px;
}

.genplan__tooltip {
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    transform: translateY(30%);
    opacity: 0;
}

.genplan__tooltip.show {
    visibility: initial;
    transform: translateY(0);
    opacity: 1;
}

.genplan-tooltip__apartments {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.genplan-tooltip__apartments--price {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #363534;
}

.genplan-tooltip__apartments--per-price {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A49E9B;
}

.genplan-tooltip__title--apartments {
    font-family: "Arsenal";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BB9A72;
}

.genplan-tooltip__header--apartments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.genplan-tooltip__apartment-info--floor {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: #363534;
}

.genplan-tooltip__apartment-info--section {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #A49E9B;
}

.genplan__labels.apartments .genplan__tooltip {
    width: 450px;
}

.genplan-title-container {
    margin-top: 163px;
}

@media (max-width: 1439px) {
    .genplan-title-container {
        margin-top: 140px;
    }

    .genplan-title {
        font-size: 56px;
        line-height: 60px;
    }

    .genplan-choose {
        font-size: 16px;
        line-height: 26px;
    }

    .genplan-tooltip__header {
        font-size: 20px;
        line-height: 28px;
    }

    .genplan-tooltip__ready .genplan-tooltip__ready-body {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip__item-number {
        font-size: 58px;
        line-height: 58px;
    }

    .genplan-tooltip__item-text {
        font-size: 12px;
        line-height: 18px;
    }

    .genplan-tooltip__header-apartments {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip__item-floor-container-count {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip__item-floor-container-price {
        font-size: 12px;
        line-height: 18px;
    }

    .genplan-tooltip__ready-title {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip {
        padding: 24px;
    }


    .genplan-tooltip__apartments--price {
        font-size: 20px;
        line-height: 28px;
    }

    .genplan-tooltip__apartments--per-price {
        font-size: 12px;
        line-height: 18px;
    }

    .genplan-tooltip__title--apartments {
        font-size: 45px;
        line-height: 45px;
    }

    .genplan-tooltip__apartment-info--floor {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip__apartment-info--section {
        font-size: 12px;
        line-height: 18px;
    }

    .genplan__labels.apartments .genplan__tooltip {
        width: 420px;
    }
}

@media (max-width: 1023px) {
    .genplan-title-container {
        margin-top: 160px;
        flex-direction: column;
        align-items: flex-start;
    }

    .genplan-title {
        font-size: 40px;
        line-height: 50px;
    }

    .genplan-choose {
        margin-top: 32px;
        font-size: 16px;
        line-height: 26px;
    }

    .genplan-tooltip__header {
        font-size: 18px;
        line-height: 28px;
    }

    .genplan-tooltip__ready .genplan-tooltip__ready-body {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip__item-number {
        font-size: 44px;
        line-height: 44px;
    }

    .genplan-tooltip__item-text {
        font-size: 12px;
        line-height: 16px;
    }

    .genplan-tooltip__header-apartments {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip__item-floor-container-count {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip__item-floor-container-price {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0;
    }

    .genplan-tooltip__ready-title {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip {
        padding: 24px;
    }

    .genplan-tooltip__apartments--price {
        font-size: 20px;
        line-height: 28px;
    }

    .genplan-tooltip__apartments--per-price {
        font-size: 12px;
        line-height: 18px;
    }

    .genplan-tooltip__title--apartments {
        font-size: 32px;
        line-height: 32px;
    }

    .genplan-tooltip__apartment-info--floor {
        font-size: 14px;
        line-height: 24px;
    }

    .genplan-tooltip__apartment-info--section {
        font-size: 12px;
        line-height: 16px;
    }

    .genplan__labels.apartments .genplan__tooltip {
        width: 330px;
    }
}

.take-building {
    display: none!important;
}

@media (max-width: 1023px) {
    .genplan {
        min-width: initial;
        width: auto;
        overflow-x: scroll;
        min-height: 50vh;
    }

    .genplan__labels.show {
        pointer-events: all;
    }

    .take-building {
        display: block!important;
        margin-top: 15px;
        text-align: center;
        font-size: 16px!important;
        line-height: 22px!important;
    }

    .genplan__tooltip{
        position: sticky;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip-close{
        display: none!important;
    }
}

.genplan-tooltip-close{
    position: absolute;
    border-radius: 50%;
    background: #bb9a72;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 33333;
}

.genplan-tooltip-close svg{
    pointer-events: none;
}

.apartment-pagination__nav{
    position: relative;
}

.apartment-pagination__nav svg{
    position: relative;
    z-index: 3;
}

.apartment-pagination .apartment-pagination__nav{
    background: #BB9A72;
    border: none;
}

.apartment-pagination__nav:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #3E4149;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    top:0;
    left: 0;
}

.apartment-pagination__nav:hover:after{
    -webkit-transform: scale(0);
    transform: scale(0);
}

.floors .tooltip-arrow{
    top: 72px!important;
}

@media (max-width: 1023px) {
    .tooltip-arrow{
        display: none;
    }
}

@media (max-width: 767px) {
    .genplan{
        max-height: 400px;
    }
}

.apartment-card__old-prices {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 4px 0 0 0;
}

.apartment-card__prices-item--old {
    font-weight: 500;
    text-decoration: line-through;
    color: #C8C1BF;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.apartment-card__prices-meter--old {
    text-decoration: line-through;
    color: #C8C1BF;
    font-size: 12px;
    line-height: 18px;
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/places/style.css?16776656624644*/

.places {
    margin-top: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.places .swiper {
    position: relative;
}

.places .swiper-slide {
    max-width: 636px;
}

.places-scroll .swiper-slide {
    max-width: unset;
}

.places .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    margin-bottom: 24px;
    z-index: 10;
}

.places .nav-link {
    background: none;
    padding: 0px;
    color: #BB9A72;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.places .nav-link__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.places .nav-link__wrapper:after {
    content: "";
    width: 348px;
    height: 348px;
    left: 50%;
    top: 50%;
    background: transparent;
    border: 1px solid #BB9A72;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.places .nav-link:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.places .nav-link:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.places .nav-link:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.places .nav-link:hover {
    color: #363534;
}

.places .nav-link span {
    font-weight: 700;
    font-size: 68px;
    line-height: 85px;
    letter-spacing: 0.03em;
    color: #BB9A72;
    opacity: 0;
    visibility: hidden;
    font-family: "Arsenal";
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: all 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.places .nav-link.active {
    background-color: transparent !important;
    color: #3E4149 !important;
    cursor: default;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.places .nav-link.active .nav-link__wrapper:after, .places .nav-link.active span {
    opacity: 1;
    visibility: visible;
}

.places__card-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 446px;
}

.places .swiper-button-next {
    right: 120px;
}

.places .swiper-button-prev {
    left: 120px;
}

@media (max-width: 1439px) {
    .places {
        margin-top: 200px;
    }

    .places .nav-link__wrapper:after {
        width: 272px;
        height: 272px;
    }

    .places__card-img {
        height: 317px;
    }


    .places .swiper-slide {
        max-width: 465px;
    }

    .places-scroll .swiper-slide {
        max-width: unset;
    }
}

@media (max-width: 1023px) {
    .places {
        margin-top: 100px;
    }

    .places .nav-link__wrapper:after {
        width: 188px;
        height: 188px;
    }

    .places__card-img {
        height: 240px;
    }

    .places .swiper-slide {
        max-width: 351px;
    }

    .places-scroll .places__card-img {
        height: 446px;
    }

    .places-scroll .swiper-slide {
        max-width: unset;
    }

    .places .nav-link__wrapper {
        max-height: 300px;
        width: 160px;
    }

    .places .nav-link {
        overflow-y: initial;
        justify-content: center;
        width: 200px;
    }

    .places .nav {
        overflow-x: scroll;
        flex-wrap: nowrap;
        height: 190px;
        gap: 0;
    }

    .places .swiper-button-next {
        right: 8px;
    }

    .places .swiper-button-prev {
        left: 8px;
    }
}

@media (min-width: 1440px) {
    .container.container--places {
        max-width: 1100px;
    }
}

.places .swiper-button-next, .places .swiper-button-prev {
    top: 37%;
}

.places .places__card-text{
    color: #3E4149;
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/details/style.css?16723786562434*/
.details {
    margin-top: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.details .swiper {
    position: relative;
    margin-top: 32px;
    width: 100%;
}
.details .swiper-slide {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.details__card {
    width: 431px;
    height: 431px;
    border: 1px solid #BB9A72;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.details__card .text-p1 {
    max-width: 201px;
}
.details__card a {
    color: #BB9A72;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.details__card a:hover {
    -webkit-transition: none;
    transition: none;
    color: #363534;
}

.comfort-title__image{
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.comfort-title{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #363534;
    margin-top: 32px;
}

.comfort-text{
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3E4149;
}


@media (max-width: 1439px) {
    .details{
        margin-top: 160px;
    }

    .details__card{
        width: 311px;
        height: 311px;
    }
}

@media(max-width: 1023px){
    .details{
        margin-top: 100px;
    }

    .comfort-title__image{
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .comfort-title{
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        margin-top: 24px;
    }

    .comfort-text{
        margin-top: 24px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/parking/style.css?17014216393803*/

.parking {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1435' height='923' viewBox='0 0 1435 923' fill='none'%3E%3Cg opacity='0.5' clip-path='url(%23clip0_144_3505)'%3E%3Cpath d='M690.104 -184.522L1520.26 651.025' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M257.574 -79.6467L1280.19 949.605' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M1319.92 449.379L796.343 976.351' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M1427.23 557.443L903.655 1084.36' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M1319.92 58.081L1183.94 -78.7815' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M1434.59 449.379H-85.0332' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M966.894 449.379L439.723 979.971' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M783.189 449.379V-148.806' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M863.125 -10.3777L-80.2544 939.123' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M406.33 449.379V982.349' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M-49.2793 540.638L357.105 949.605' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M1319.92 -79.6467V949.605' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3Cpath d='M1319.92 58.0804L1467.44 -90.3989' stroke='white' stroke-width='0.32' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_144_3505'%3E%3Crect width='1434.02' height='923' fill='white' transform='translate(0.485352)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    background-color: #BB9A72;
    /* height: 949px; */
    color: #fff;
    padding-top: 180px;
    margin-top: 180px;
		padding-bottom:80px;
}
.parking .text-p1 {
    opacity: 0.8;
}
.parking__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
}
.parking__action-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.parking__action-count span:first-child {
    font-weight: 700;
    font-size: 68px;
    line-height: 85px;
    color: #FFFFFF;
    font-family: "Arsenal";
}
.parking__img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
    z-index: 0;
    position: relative;
    margin-top: 50px;
}

.parking .row {
    position: relative;
    z-index: 1;
}
.parking__sheme {}
	.parking__sheme img {max-width:100%;}

@media (max-width: 1439px) {
    .parking{
        padding-top: 180px;
        margin-top: 160px;
    }

    .parking__action{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 32px;
    }

    .parking__action-count{
        margin-bottom: 42px;
    }
}

@media (max-width: 1023px) {
    .parking{
        padding-top: 100px;
        margin-top: 100px;
        height: 100%;
        max-height: 856px;
        padding-bottom: 100px;
    }

    .parking-text{
        margin-top: 32px;
    }

    .parking__action{
        margin-top: 24px;
    }

    .parking__action-count{
        margin-bottom: 24px;
    }

    .parking__img{
        transform: translate(0px, 0px)!important;
    }
		
		.parking__sheme .button span {font-size:12px!important;}
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/pantries/style.css?1676888231937*/
.pantries {
    margin-top: 180px;
    position: relative;
}

.pantries .row{
    position: relative;
    z-index: 1;
}
.pantries__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 630px;
}
.pantries__bg {
    position: absolute;
    left: 440px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}
.pantries__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.pantries .button{
    width: max-content;
}

@media (max-width: 1439px) {
    .pantries {
        margin-top: 160px;
    }

    .pantries__img {
        height: 560px;
    }
}

@media (max-width: 1023px) {
    .pantries {
        margin-top: 100px;
    }

    .pantries__img {
        height: 280px;
    }

    .pantries__content{
        margin-top: 48px;
    }

    .pantries__content .button{
        width: max-content;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/commercial/style.css?16776510945828*/

.commercial {
    background: #3E4149;
    margin-top: 180px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 180px;
    position: relative;
}

.commercial__pattern {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.commercial .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.commercial__title {
    margin-top: -48px;
    text-align: right;
    z-index: 5;
}

.commercial__banner {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 700px;
    display: block;
    z-index: 2;
}

.commercial__info {
    padding-top: 217px;
    padding-bottom: 38px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 416px;
    margin-top: -192px;
}

.commercial__info > *:not(.commercial__info-bg) {
    z-index: 2;
}

.commercial__info-bg {
    position: absolute;
    left: -38px;
    top: 0;
    height: 100%;
}


.commercial__build {
    margin-top: 180px;
}

.commercial__build-info {
    max-width: 416px;
    margin-top: -100px;
}

.commercial__build-bg {
    width: 281px;
    height: 563px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-27%, -50%);
    transform: translate(-27%, -50%);
    z-index: -1;
}

.commercial__build-btn {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 114px;
    height: 114px;
    background: #BB9A72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.commercial__build-btn:before, .commercial__build-btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #BB9A72;
    box-shadow: 0 0 0 1px #BB9A72;
    background: none;
    -webkit-transform-origin: top;
    transform-origin: top;
    --transition-duration: 0.5s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
    -webkit-transition-timing-function: var(--transition-easing);
    transition-timing-function: var(--transition-easing);
    -webkit-animation: button-halo-animation 4.5s infinite;
    animation: button-halo-animation 4.5s infinite;
}

.commercial__build-btn:before {
    -webkit-animation-delay: -2.25s;
    animation-delay: -2.25s;
}

.commercial__build-btn:hover:before, .commercial__build-btn:hover:after {
    -webkit-transform: scale(1) translateY(-50%) !important;
    transform: scale(1) translateY(-50%) !important;
    -webkit-animation: none;
    animation: none;
}


.commercial__build-btn:hover {
    -webkit-transition: none;
    transition: none;
    background: #B3988B;
}

.commercial__build-btn svg {
    width: 24px;
    height: 30px;
}

.commercial__build-img {
    height: 412px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.commercial__build-img img {
    height: 100%;
    width: 100%;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
}

.commercial .button{
    width: max-content;
}

@media (max-width: 1439px) {
    .commercial {
        margin-top: 160px;
    }

    .commercial__banner{
        height: 600px;
    }

    .commercial__build{
        margin-top: 160px;
    }

    .commercial__build-img{
        height: 300px;
    }
}

@media (max-width: 1023px) {
    .commercial {
        margin-top: 100px;
    }

    .commercial__banner{
        height: 280px;
    }

    .commercial__build{
        margin-top: 80px;
    }

    .commercial__build-img{
        height: 230px;
    }

    .commercial__info{
        max-width: 100%;
        width: 100%;
    }

    .commercial__build-info{
        max-width: 100%;
        width: 100%;
        transform: translate(0px,0px)!important;
    }

    .commercial {
        padding-bottom: 100px;
    }

    .transform-wrapper{
        transform: translate(0px,0px)!important;
    }

    .commercial__info-bg{
        display: none;
    }

    .commercial__info-text{
        transform: translate(0px,0px)!important;
    }

    .commercial__info .mt-32px{
        transform: translate(0px,0px)!important;
    }

    .commercial__pattern{
        display: none;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/commercial__slider/style.css?16769817242312*/

.commercial__slider .nav-link__wrapper-first {
    -webkit-transition: inherit;
    transition: inherit;
    margin-left: -11px;
}

.commercial__slider .nav-link__wrapper-first > *:first-child {
    display: inline;
    -webkit-transition: inherit;
    transition: inherit;
    margin-right: 4px;
}

.commercial__slider .places__card {
    display: block;
    position: relative;
}

.commercial__slider .places__card .commercial__slider-arrow {
    position: absolute;
    top: 166px;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.commercial__slider .places__card:hover .commercial__slider-arrow {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
}

.commercial__slider .places__card-text {
    color: #fff;
}

.commercial__slider .places .nav-link.active {
    color: #fff;
}

.commercial__slider .places .nav-link.active .nav-link__wrapper-first > *:first-child {
    opacity: 0;
}

.commercial__slider .places .nav-link:hover {
    color: #fff;
}

.places .nav-link .small-queue {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

@media (max-width: 1439px) {
    .commercial__slider .places__card .commercial__slider-arrow {
        top: 100px;
    }

    .places .nav-link .small-queue {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 1023px) {
    .commercial__slider .places__card .commercial__slider-arrow {
        top: 70px;
    }

    .places .nav-link .small-queue {
        font-size: 14px;
        line-height: 24px;
    }
}

.commercial__slider .places .swiper-button-next, .commercial__slider .places .swiper-button-prev {
    top: 42%;
}

.commercial__slider .places__card-title {
    color: #ffffff;
}

.commercial__slider .places__card:hover .places__card-title {
    color: #BB9A72;
}

.commercial__slider .places__card-img-block {
    overflow: hidden;
}

.commercial__slider .places__card-img{
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.commercial__slider .places__card:hover .places__card-img{
    scale: 1.1;
}


/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/news/style.css?17053074434017*/

.news {
    margin-top: 180px;
}

.news .swiper {
    overflow: hidden;
}

.news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 3;
    margin-bottom: 48px;
}

.news__header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    gap: 24px;
}

.news__header .swiper-button-next, .news__header .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
}

.news__card {
    border: 1px solid #BB9A72;
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 450px;
}

.news__card-arrow {
    position: absolute;
    bottom: 131px;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.news__card:hover .news__card-arrow {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
}

.news__card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

.news__card-bg-hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news__card:hover .news__card-bg-hover {
    opacity: 0;
}

.news__card-date {
    font-family: "Arsenal";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 63px;
    text-align: right;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BB9A72;
    margin-top: auto;
}


.news-detail__image {
    width: 100%;
    /* height: 400px; */
    -o-object-fit: cover;
    object-fit: cover;
}

.news-detail-title {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #363534;
    margin-top: 32px;
}

.news-detail-text {
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3E4149;
}

.news-detail-button {
	margin-top:24px;
}
.news-detail-button .button {
	width: max-content;
}
.news-detail-share {
	margin-top:24px;
}
.news-detail-share > .row {
	--bs-gutter-x:10px;
	--bs-gutter-y:10px;
}
.news-detail-share img {
	width:20px;
	height:20px;
}


@media (max-width: 1439px) {
    .news {
        margin-top: 160px;
    }

    .news__header {
        margin-bottom: 32px;
    }

    .news__card {
        min-height: 398px;
        padding: 24px;
    }

    .news__card-date {
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 56px;
    }
}

@media (max-width: 1023px) {
    .news {
        margin-top: 100px;
    }

    .news__header {
        margin-bottom: 24px;
    }

    .news__card {
        min-height: 313px;
    }

    .news__card-date {
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
    }

    .news-detail__image {
        width: 100%;
        /* height: 200px; */
        -o-object-fit: cover;
        object-fit: cover;
    }

    .news-detail-title {
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        margin-top: 24px;
    }

    .news-detail-text {
        margin-top: 24px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

    .news__header-nav {
        display: none;
    }
}

.news__card-title {
    text-transform: uppercase;
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/company/style.css?16774940861858*/

.company {
    margin-top: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.company__header {
    margin-bottom: -68px;
    z-index: 3;
    text-align: center;
}
.company__img {
    position: relative;
}
.company__img--icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
}
.company__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.company__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 150px;
}
.company__left {
    padding-top: 146px;
}
.company__left .company__img {
    height: 395px;
    margin-top: 76px;
}
.company__right .company__img {
    height: 515px;
    margin-bottom: 64px;
}

@media (max-width: 1439px) {
    .company{
        margin-top: 160px;
    }

    .company__right .company__img{
        height: 366px;
    }

    .company__left .company__img{
        height: 278px;
    }
}

@media (max-width: 1023px) {
    .company{
        margin-top: 100px;
    }

    .company__right .company__img{
        height: 242px;
        margin-bottom: 32px;
    }

    .company__left .company__img{
        height: 230px;
        margin-bottom: 32px;
    }

    .company__header{
        margin-bottom: -15px;
        text-align: left;
    }

    .company__left{
        padding-top: 64px;
        display: flex;
        flex-direction: column-reverse;
    }

    .company__col, .company_col{
        transform: translate3d(0px, 0px, 0px)!important;
    }
}
/* End */


/* Start:/local/templates/unico/components/bitrix/news.list/contacts/style.css?16787051971790*/
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 180px;
    position: relative;
}

.contacts__desc {
    max-width: 416px;
}

.contacts__phone {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contacts__phone:hover {
    -webkit-transition: none;
    transition: none;
    color: #BB9A72;
}

.contacts__content {
    max-width: 416px;
    color: #363534;
    z-index: 2;
}

.contacts__map-wrapper {
   /* position: absolute;
    top: 50%;
    right: -103px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    position: relative;
    width: 100%;
}

.contacts__map-point {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contacts .button {
    width: max-content;
}

@media (max-width: 1439px) {
    .contacts {
        margin-top: 160px;
    }

    .contacts__map-wrapper {
        width: 80%;
        top: 60%;
    }
}

@media (max-width: 1023px) {
    .contacts {
        margin-top: 100px;
        display: flex;
        flex-direction: column;
    }

    .contacts__map{
        width: 100%;
        height: 100%;
    }

    .contacts__map-wrapper {
        width: 100%;
        position: relative;
        right: 0;
        -webkit-transform: unset;
        transform: unset;
        margin-top: 32px;
        height: 250px;
    }

    .contacts .contacts__phone{
        margin-top: 32px;
    }

    .contacts .mt-32px{
        margin-top: 24px;
    }

    .contacts .text-h4 .contacts__phone{
        margin-top: 8px;
    }

    .contacts__map-point{
        width: 100%;
        -webkit-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%);
    }
}
/* End */
/* /local/templates/unico/components/bitrix/news.list/hero/style.css?17581146665312 */
/* /local/templates/unico/components/bitrix/news.list/hero-actions/style.css?17090291201316 */
/* /local/templates/unico/components/bitrix/news.list/architecture/style.css?16768835682635 */
/* /local/templates/unico/components/bitrix/news.list/architecture-slider/style.css?16776657604647 */
/* /local/templates/unico/components/bitrix/news.list/yard/style.css?16774956091611 */
/* /local/templates/unico/components/bitrix/catalog.smart.filter/apartment_filter/style.css?172542800823395 */
/* /local/templates/unico/components/bitrix/system.pagenavigation/main/style.css?1670238670368 */
/* /local/templates/unico/components/remark/realty.apartments/tsz-object-choose/style.css?168750379311566 */
/* /local/templates/unico/components/bitrix/news.list/tsz-building-genplan/style.css?170141720922288 */
/* /local/templates/unico/components/bitrix/news.list/places/style.css?16776656624644 */
/* /local/templates/unico/components/bitrix/news.list/details/style.css?16723786562434 */
/* /local/templates/unico/components/bitrix/news.list/parking/style.css?17014216393803 */
/* /local/templates/unico/components/bitrix/news.list/pantries/style.css?1676888231937 */
/* /local/templates/unico/components/bitrix/news.list/commercial/style.css?16776510945828 */
/* /local/templates/unico/components/bitrix/news.list/commercial__slider/style.css?16769817242312 */
/* /local/templates/unico/components/bitrix/news.list/news/style.css?17053074434017 */
/* /local/templates/unico/components/bitrix/news.list/company/style.css?16774940861858 */
/* /local/templates/unico/components/bitrix/news.list/contacts/style.css?16787051971790 */
