

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/template1/style.css?1780403502585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/solution/components/remark/realty.apartment/tsz-detail/style.css?178040345535654*/
.apartment-card__favorite:hover .apartment-card__favorite-active {
    opacity: 0.7;
}

.apartment-card__favorite.active {
    fill: #00533E;
}

.apartment-card__favorite.active .apartment-card__favorite-active {
    opacity: 1;
    fill: #00533E;
}
.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;
}

.apartment-detail__description .apartment-card__tag {
    padding: 9px;
    width: -webkit-fill-available;
    border-radius: 16px;
    background-color: #d1f0c7ff;
    color: #478469;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    grid-gap: 15px;
	margin-right: 10px;
}

.precent {
	color: white;
    background-color: #478469;
    padding: 1px 10px 1px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.text-card_tag {
    font-size: initial;
    font-weight: 600;
    letter-spacing: 1px;
}

.discount-price {
	margin-top: 10px;
	color: #08533eff;
}

.apartment-detail__description .old-price {
	color: gray;
    font-size: 20px;
}

.likely {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

.likely * {
    visibility: hidden;
}

.likely_visible {
    opacity: 1;
}

.likely_visible * {
    visibility: inherit;
}

.likely {
    font-size: 0 !important;
    font-weight: 400;
    font-family: Helvetica Neue, Arial, sans-serif;
    text-indent: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.likely, .likely * {
    display: inline-block;
}

.likely__widget {
    position: relative;
    white-space: nowrap;
}

.likely__button, .likely__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility;
    margin: 0;
    outline: 0;
}

.likely__button {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.likely__counter {
    display: none;
    position: relative;
}

.likely_ready .likely__counter {
    display: inline-block;
}

.likely_ready .likely__counter_empty {
    display: none;
}

.likely__button, .likely__counter, .likely__icon, .likely__widget {
    vertical-align: top;
}

.likely__widget {
    -webkit-transition: background 0.33s ease-out, color 0.33s ease-out, fill 0.33s ease-out;
    transition: background 0.33s ease-out, color 0.33s ease-out, fill 0.33s ease-out;
}

.likely__widget:active, .likely__widget:focus, .likely__widget:hover {
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}

@media (hover: none) {
    .likely__widget:active, .likely__widget:focus, .likely__widget:hover {
        -webkit-transition: background 0.33s ease-out, color 0.33s ease-out, fill 0.33s ease-out;
        transition: background 0.33s ease-out, color 0.33s ease-out, fill 0.33s ease-out;
        cursor: unset;
    }
}
.likely__icon {
    position: relative;
    text-align: left;
}

.likely svg {
    position: absolute;
}

.likely__button, .likely__counter {
    line-height: inherit;
    cursor: inherit;
}

.likely__button:empty {
    display: none;
}

.likely__counter {
    text-align: center;
}

.likely .likely__widget {
    color: #000;
    background: hsla(0deg, 0%, 91%, 0.8);
}

.likely .likely__counter {
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent 0.5px, transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 0.5px, transparent);
}

.likely-light .likely__widget {
    color: #fff;
    fill: #fff;
    background: hsla(0deg, 0%, 93%, 0.16);
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
}

.likely-light .likely__counter {
    background-image: -webkit-linear-gradient(left, hsla(0deg, 0%, 100%, 0.4), hsla(0deg, 0%, 100%, 0) 0.5px, hsla(0deg, 0%, 100%, 0));
    background-image: linear-gradient(90deg, hsla(0deg, 0%, 100%, 0.4), hsla(0deg, 0%, 100%, 0) 0.5px, hsla(0deg, 0%, 100%, 0));
}

.likely__widget_facebook {
    fill: #1877f2;
}

.likely__widget_facebook:active, .likely__widget_facebook:focus, .likely__widget_facebook:hover {
    background: rgba(197, 221, 251, 0.8);
}

@media (hover: none) {
    .likely__widget_facebook:active, .likely__widget_facebook:focus, .likely__widget_facebook:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus, .likely-light .likely__widget_facebook:hover {
    text-shadow: #1877f2 0 0 0.25em;
    background: rgba(24, 119, 242, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus, .likely-light .likely__widget_facebook:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_linkedin {
    fill: #0a66c2;
}

.likely__widget_linkedin:active, .likely__widget_linkedin:focus, .likely__widget_linkedin:hover {
    background: rgba(193, 216, 239, 0.8);
}

@media (hover: none) {
    .likely__widget_linkedin:active, .likely__widget_linkedin:focus, .likely__widget_linkedin:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_linkedin:active, .likely-light .likely__widget_linkedin:focus, .likely-light .likely__widget_linkedin:hover {
    text-shadow: #0a66c2 0 0 0.25em;
    background: rgba(10, 102, 194, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_linkedin:active, .likely-light .likely__widget_linkedin:focus, .likely-light .likely__widget_linkedin:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_odnoklassniki {
    fill: #ee8208;
}

.likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus, .likely__widget_odnoklassniki:hover {
    background: hsla(32deg, 85%, 87%, 0.8);
}

@media (hover: none) {
    .likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus, .likely__widget_odnoklassniki:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus, .likely-light .likely__widget_odnoklassniki:hover {
    text-shadow: #ee8208 0 0 0.25em;
    background: rgba(238, 130, 8, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus, .likely-light .likely__widget_odnoklassniki:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_pinterest {
    fill: #e60019;
}

.likely__widget_pinterest:active, .likely__widget_pinterest:focus, .likely__widget_pinterest:hover {
    background: rgba(248, 191, 197, 0.8);
}

@media (hover: none) {
    .likely__widget_pinterest:active, .likely__widget_pinterest:focus, .likely__widget_pinterest:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus, .likely-light .likely__widget_pinterest:hover {
    text-shadow: #e60019 0 0 0.25em;
    background: rgba(230, 0, 25, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus, .likely-light .likely__widget_pinterest:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_reddit {
    fill: #ff4501;
}

.likely__widget_reddit:active, .likely__widget_reddit:focus, .likely__widget_reddit:hover {
    background: rgba(255, 208, 191, 0.8);
}

@media (hover: none) {
    .likely__widget_reddit:active, .likely__widget_reddit:focus, .likely__widget_reddit:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_reddit:active, .likely-light .likely__widget_reddit:focus, .likely-light .likely__widget_reddit:hover {
    text-shadow: #ff4501 0 0 0.25em;
    background: rgba(255, 69, 1, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_reddit:active, .likely-light .likely__widget_reddit:focus, .likely-light .likely__widget_reddit:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_telegram {
    fill: #35a3dc;
}

.likely__widget_telegram:active, .likely__widget_telegram:focus, .likely__widget_telegram:hover {
    background: rgba(204, 232, 246, 0.8);
}

@media (hover: none) {
    .likely__widget_telegram:active, .likely__widget_telegram:focus, .likely__widget_telegram:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_telegram:active, .likely-light .likely__widget_telegram:focus, .likely-light .likely__widget_telegram:hover {
    text-shadow: #35a3dc 0 0 0.25em;
    background: rgba(53, 163, 220, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_telegram:active, .likely-light .likely__widget_telegram:focus, .likely-light .likely__widget_telegram:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_twitter {
    fill: #1da1f2;
}

.likely__widget_twitter:active, .likely__widget_twitter:focus, .likely__widget_twitter:hover {
    background: rgba(198, 231, 251, 0.8);
}

@media (hover: none) {
    .likely__widget_twitter:active, .likely__widget_twitter:focus, .likely__widget_twitter:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus, .likely-light .likely__widget_twitter:hover {
    text-shadow: #1da1f2 0 0 0.25em;
    background: rgba(29, 161, 242, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus, .likely-light .likely__widget_twitter:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_viber {
    fill: #7360f2;
}

.likely__widget_viber:active, .likely__widget_viber:focus, .likely__widget_viber:hover {
    background: rgba(220, 215, 251, 0.8);
}

@media (hover: none) {
    .likely__widget_viber:active, .likely__widget_viber:focus, .likely__widget_viber:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_viber:active, .likely-light .likely__widget_viber:focus, .likely-light .likely__widget_viber:hover {
    text-shadow: #7360f2 0 0 0.25em;
    background: rgba(115, 96, 242, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_viber:active, .likely-light .likely__widget_viber:focus, .likely-light .likely__widget_viber:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_vkontakte {
    fill: #4680c2;
}

.likely__widget_vkontakte:active, .likely__widget_vkontakte:focus, .likely__widget_vkontakte:hover {
    background: rgba(208, 223, 239, 0.8);
}

@media (hover: none) {
    .likely__widget_vkontakte:active, .likely__widget_vkontakte:focus, .likely__widget_vkontakte:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus, .likely-light .likely__widget_vkontakte:hover {
    text-shadow: #4680c2 0 0 0.25em;
    background: rgba(70, 128, 194, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus, .likely-light .likely__widget_vkontakte:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely__widget_whatsapp {
    fill: #25d366;
}

.likely__widget_whatsapp:active, .likely__widget_whatsapp:focus, .likely__widget_whatsapp:hover {
    background: rgba(200, 244, 216, 0.8);
}

@media (hover: none) {
    .likely__widget_whatsapp:active, .likely__widget_whatsapp:focus, .likely__widget_whatsapp:hover {
        background: hsla(0deg, 0%, 91%, 0.8);
    }
}
.likely-light .likely__widget_whatsapp:active, .likely-light .likely__widget_whatsapp:focus, .likely-light .likely__widget_whatsapp:hover {
    text-shadow: #25d366 0 0 0.25em;
    background: rgba(37, 211, 102, 0.7);
}

@media (hover: none) {
    .likely-light .likely__widget_whatsapp:active, .likely-light .likely__widget_whatsapp:focus, .likely-light .likely__widget_whatsapp:hover {
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
        background: hsla(0deg, 0%, 93%, 0.16);
    }
}
.likely {
    margin: 0 -5px -10px;
}

.likely .likely__widget {
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    height: 22px;
    margin: 0 5px 10px;
}

.likely .likely__icon {
    width: 22px;
    height: 22px;
}

.likely .likely__button {
    padding: 1px 4px 1px 0;
}

.likely .likely__counter {
    padding: 1px 4px;
}

.likely svg {
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
}

.likely-big {
    margin: 0 -6px -12px;
}

.likely-big .likely__widget {
    line-height: 28px;
    font-size: 18px;
    border-radius: 24px;
    height: 32px;
    margin: 0 6px 12px;
}

.likely-big .likely__icon {
    width: 32px;
    height: 32px;
}

.likely-big .likely__button {
    padding: 2px 6px 2px 0;
}

.likely-big .likely__counter {
    padding: 2px 6px;
}

.likely-big svg {
    left: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
}

.likely-small {
    margin: 0 -4px -8px;
}

.likely-small .likely__widget {
    line-height: 14px;
    font-size: 12px;
    border-radius: 2px;
    height: 18px;
    margin: 0 4px 8px;
}

.likely-small .likely__icon {
    width: 18px;
    height: 18px;
}

.likely-small .likely__button {
    padding: 2px 3px 2px 0;
}

.likely-small .likely__counter {
    padding: 2px 3px;
}

.likely-small svg {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
}

.apartment-detail__title {
    font-weight: bold;
}
@media (min-width: 0) {
    .apartment-detail__title {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__title {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__title {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__title {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
    }
}
.apartment-detail__title + * {
    margin-top: 8px;
}
@media (min-width: 0) {
    .apartment-detail__subtitle {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__subtitle {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__subtitle {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
.apartment-detail__chess-title {
    display: none;
}
@media (max-width: 1023px) {
    .apartment-detail__chess-title {
        display: block;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 1023px) and (min-width: 0) {
    .apartment-detail__chess-title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .apartment-detail__chess-title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (max-width: 1023px) and (min-width: 1024px) {
    .apartment-detail__chess-title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (max-width: 1023px) and (min-width: 1440px) {
    .apartment-detail__chess-title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (max-width: 1023px) {
    .apartment-detail__chess-title + * {
        margin-top: 36px;
    }
}
@media (max-width: 1023px) {
    .apartment-detail__chess {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 24px 16px;
        height: 100%;
        overflow-y: scroll;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
    }
    .apartment-detail__chess.active {
        visibility: visible;
        opacity: 1;
    }
}
.apartment-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .apartment-detail__header {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .apartment-detail__header .button {
        margin-top: 16px;
        width: 100%;
    }
}
.apartment-detail__header-action {
    display: none;
}
@media (max-width: 1023px) {
    .apartment-detail__header-action {
        display: block;
    }
}
@media (max-width: 767px) {
    .apartment-detail__header-action {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .apartment-detail__header-description + .apartment-detail__header__header-info {
        margin-top: 20px;
    }
}
.apartment-detail__header + .apartment-detail__body {
    margin-top: 24px;
}
@media (max-width: 767px) {
    .apartment-detail__header + .apartment-detail__body {
        margin-top: 16px;
    }
}
.apartment-detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1439px) {
    .apartment-detail__info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 1023px) {
    .apartment-detail__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .apartment-detail__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 1023px) {
    .apartment-detail__info + .apartment-detail__actions {
        margin-top: 16px;
    }
}
.apartment-detail__title {
    font-weight: bold;
}
.apartment-detail__title + .apartment-detail__description {
    margin-top: 10px;
}
.apartment-detail__description {
    width: 50%;
    font-weight: 500;
    border-right: 1px solid #A2D4AB;
}
@media (max-width: 1439px) {
    .apartment-detail__description {
        border-right: none;
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .apartment-detail__description {
        width: 50%;
        border-right: 1px solid #A2D4AB;
    }
}
@media (max-width: 767px) {
    .apartment-detail__description {
        width: 100%;
        border-right: none;
    }
}
.apartment-detail__title + .apartment-detail__plan, .apartment-detail__description + .apartment-detail__plan {
    margin-top: 0px;
}
.apartment-detail__plan + .apartment-detail__info {
    margin-top: 32px;
}
@media (max-width: 1023px) {
    .apartment-detail__plan + .apartment-detail__info {
        margin-top: 24px;
    }
}
.apartment-detail__price {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.apartment-detail__price-current {
    font-weight: bold;
}
@media (min-width: 0) {
    .apartment-detail__description .apartment-detail__price-current {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 30px;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .apartment-detail__description .apartment-detail__price-current {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
        margin-left: 0;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__description .apartment-detail__price-current {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
        margin-left: 0;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__description .apartment-detail__price-current {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 40px;
        margin-left: 0;
    }
}
.apartment-detail__price-current + .apartment-detail__price__price-old {
    margin-top: 4px;
}
.apartment-detail__price-old {
    position: relative;
    font-weight: normal;
    text-decoration: line-through;
    opacity: 0.5;
}
@media (min-width: 0) {
    .apartment-detail__price-old {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__price-old {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__price-old {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__price-old {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
.apartment-detail__favourite {
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    fill: transparent;
    cursor: pointer;
}
.apartment-detail__price + .apartment-detail__mortgage {
    margin-top: 16px;
}
.apartment-detail__mortgage {
    font-weight: normal;
}
@media (min-width: 0) {
    .apartment-detail__mortgage {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__mortgage {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__mortgage {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__mortgage {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
.apartment-detail__mortgage-payment {
    color: #00533E;
    border-bottom: 1px solid rgba(32, 140, 88, 0.3);
}
.apartment-detail__tags {
    margin-top: 24px;
}
@media (max-width: 1023px) {
    .apartment-detail__tags {
        margin-top: 16px;
    }
}
.apartment-detail__tags-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}
.apartment-detail__tags-item {
    padding: 4px;
}
.apartment-detail__tags-item-inner {
    display: block;
    background: #D1F0C7;
    border-radius: 24px;
    padding: 6px 12px;
    font-weight: 500;
}
@media (min-width: 0) {
    .apartment-detail__tags-item-inner {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__tags-item-inner {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__tags-item-inner {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__tags-item-inner {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
.apartment-detail__description + .apartment-detail__properties {
    margin-left: 24px;
}
@media (max-width: 1439px) {
    .apartment-detail__description + .apartment-detail__properties {
        margin-left: 0;
        margin-top: 24px;
    }
}
@media (max-width: 1023px) {
    .apartment-detail__description + .apartment-detail__properties {
        margin-left: 24px;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .apartment-detail__description + .apartment-detail__properties {
        margin-left: 0px;
        margin-top: 16px;
    }
}
.apartment-detail__share {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1439px) {
    .apartment-detail__share {
        height: 50px;
    }
}
.apartment-detail__share > * + * {
    margin-left: 15px;
}
.apartment-detail__share-item {
    display: block;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.apartment-detail__share-item svg {
    width: 24px;
    height: 24px;
    fill: #A2D4AB;
    -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-detail__share-item svg:hover {
    -webkit-transition: none;
    transition: none;
}
.apartment-detail__share-item:hover svg {
    fill: #00533E;
}
.apartment-detail__share-item:hover .likely {
    visibility: visible;
    opacity: 1;
}
.apartment-detail__share .likely {
    position: absolute;
    top: 0;
    left: calc(100% + 7px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #221e26;
    padding: 6px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.apartment-detail__share .likely__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.apartment-detail__share .likely__items > * + * {
    margin-left: 4px;
}
.apartment-detail__share .likely__items > * svg {
    position: static;
}
.apartment-detail__share .likely__name {
    color: #ffffff;
}
@media (min-width: 0) {
    .apartment-detail__share .likely__name {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__share .likely__name {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__share .likely__name {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__share .likely__name {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
.apartment-detail__share .likely__name + * {
    margin-top: 6px;
}
.apartment-detail__properties {
    width: calc(50% - 24px);
}
@media (max-width: 767px) {
    .apartment-detail__properties {
        width: 100%;
    }
}
.apartment-detail__properties-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.apartment-detail__properties-item + .apartment-detail__properties-item {
    margin-top: 12px;
}
.apartment-detail__properties-item-title {
    width: 135px;
}
@media (min-width: 0) {
    .apartment-detail__properties-item-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__properties-item-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__properties-item-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__properties-item-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (max-width: 1023px) {
    .apartment-detail__properties-item-title {
        width: 162px;
    }
}
.apartment-detail__properties-item-value {
    font-weight: 500;
}
@media (min-width: 0) {
    .apartment-detail__properties-item-value {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__properties-item-value {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__properties-item-value {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__properties-item-value {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.apartment-detail__info + .apartment-detail__actions {
    margin-top: 24px;
}
@media (max-width: 1023px) {
    .apartment-detail__info + .apartment-detail__actions {
        margin-top: 24px;
    }
}
@media (max-width: 767px) {
    .apartment-detail__info + .apartment-detail__actions {
        margin-top: 16px;
    }
}
.apartment-detail__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .apartment-detail__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.apartment-detail__actions .button--color-green {
    padding: 10px 20px;
}
@media (min-width: 0) {
    .apartment-detail__actions .button--color-green {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .apartment-detail__actions .button--color-green {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .apartment-detail__actions .button--color-green {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .apartment-detail__actions .button--color-green {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .apartment-detail__actions-item {
        width: 100%;
    }
}
.apartment-detail__actions-item + .apartment-detail__actions-item {
    margin-left: 8px;
}
@media (max-width: 767px) {
    .apartment-detail__actions-item + .apartment-detail__actions-item {
        margin-left: 0px;
        margin-top: 8px;
    }
}


.apartment-detail__actions-items {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.apartment-detail__actions-items + .apartment-detail__actions-items {
    margin-top: 8px;
}

.apartment-detail__actions-item--big-button {
    width: 100%;
}

.apartment-detail__actions-item--big-button .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 24px;
    gap: 8px;
    border: 1px solid #00533E;
    border-radius: 24px;
    color: #221E26;
    background-color: white !important;
}

.apartment-detail__actions-item--big-button:hover .button {
    background-color: #00533E !important;
}

.apartment-detail__actions {
    flex-direction: column;
    align-items: baseline !important;
    width: fit-content;
}

@media (max-width: 767px) {
    .apartment-detail__actions {
        width: 100%;
    }

    .apartment-detail__actions-items {
        flex-direction: column;
    }
}

.page #rmb-iframe-modal {
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.page #rmb-iframe-modal .modal_content .close_modal_window {
    color: transparent;
    right: 22px;
    top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99999 5.58599L11.95 0.635986L13.364 2.04999L8.41399 6.99999L13.364 11.95L11.95 13.364L6.99999 8.41399L2.04999 13.364L0.635986 11.95L5.58599 6.99999L0.635986 2.04999L2.04999 0.635986L6.99999 5.58599Z' fill='%23221E26'/%3E%3C/svg%3E%0A");
}

.page #rmb-iframe-modal .modal_content {
    padding: 33px 20px;
    width: 385px;
    height: 500px;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.page #rmb-iframe-modal iframe {
    height: 100%;
}

@media (max-width: 767px) {
    .page #rmb-iframe-modal .modal_content {
        width: 300px;
    }
}
/* End */


/* Start:/local/templates/solution/components/remark/realty.chess/tsz-detail/style.css?17804034559997*/

.chess__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px;
    position: relative;
}
.chess__item-presentation {
    width: 34px;
    height: 34px;
    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;
    color: #221e26;
    border-radius: 24px;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    border: 1px solid #D1F0C7;
}
@media (min-width: 0) {
    .chess__item-presentation {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .chess__item-presentation {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .chess__item-presentation {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .chess__item-presentation {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.chess__item--st .chess__item-presentation {
    background-color: #e6ffda;
}
.chess__item--1k .chess__item-presentation {
    background-color: #fffccf;
}
.chess__item--2k .chess__item-presentation {
    background-color: #efecf3;
}
.chess__item--3k .chess__item-presentation {
    background-color: #ffeeee;
}
.chess__item--not-match {
    pointer-events: none;
    border-color: #dbc6af;
    fill: #3a4654;
    opacity: 0.5;
}
.chess__item:hover {
    cursor: pointer;
}
.chess__item:hover .chess__item-presentation {
    border-color: #00533E;
    background-color: #D1F0C7;
    color: #00533E;
}
.chess__item.active {
    cursor: auto;
    pointer-events: none;
}
.chess__item.active .chess__item-presentation {
    background-color: #00533E;
    color: #ffffff;
}
.chess__item-presentation + .chess__item-text {
    margin-left: 8px;
}
.chess__item--booked {
    pointer-events: none;
}
.chess__item--booked .chess__item-presentation {
    border-color: #A2D4AB;
    fill: #00533E;
    background-color: #ffffff;
}
.chess__item--sold {
    pointer-events: none;
}
.chess__item--sold .chess__item-presentation {
    color: transparent;
    border-color: #A2D4AB;
    background-color: transparent;
}
.chess__floor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.chess__floor-number {
    padding: 1px;
}
.chess__floor-number-presentation {
    width: 40px;
    height: 34px;
    color: #221e26;
    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;
}
@media (max-width: 1023px) {
    .chess__floor-number-presentation {
        width: 36px;
        height: 34px;
    }
}
@media (max-width: 1023px) {
    .chess__layout {
        overflow-x: scroll;
    }
}
.chess__layout-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.chess__layout-faq-item {
    width: 100%;
    text-align: center;
    color: #221e26;
    font-weight: 500;
}
@media (min-width: 0) {
    .chess__layout-faq-item {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 768px) {
    .chess__layout-faq-item {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 1024px) {
    .chess__layout-faq-item {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
@media (min-width: 1440px) {
    .chess__layout-faq-item {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
.chess__layout-faq-item--small {
    width: 55px;
}
@media (max-width: 1023px) {
    .chess__layout-faq-item--small {
        width: 50px;
    }
}
.chess__layout-faq + .chess__container {
    margin-top: 4px;
}
.chess__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: fit-content;
}
@media (max-width: 767px) {
    .chess__apartments {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 1px;
        position: relative;
    }
    .chess__apartments-inner {
        position: relative;
    }
}
.chess__apartments-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
}
.chess__flor-list {
    margin: 0 -3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.chess__legend-inner {
    margin: -4px 0;
}
.chess__legend-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 4px 0;
}
.chess__legend-row .chess__item {
    pointer-events: none;
    padding: 0 12px;
    margin-left: 0;
}
.chess__legend-row .chess__item-text {
    min-width: 75px;
}
@media (min-width: 0) {
    .chess__legend-row .chess__item-text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .chess__legend-row .chess__item-text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .chess__legend-row .chess__item-text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .chess__legend-row .chess__item-text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.chess__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px -15px;
}
@media (max-width: 1023px) {
    .chess__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        margin: -6px 0px;
    }
}
.chess__filter + * {
    margin-top: 24px;
}
.chess__filter > * {
    margin: 12px 15px;
    width: calc(50% - 30px);
}
@media (max-width: 1023px) {
    .chess__filter > * {
        width: 100%;
    }
}
@media (min-width: 0) {
    .chess__filter-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .chess__filter-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .chess__filter-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .chess__filter-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.chess__filter-title + .chess__filter-field {
    margin-top: 8px;
}
.chess__layout + .chess__legend {
    margin-top: 24px;
}

.chess__item-tooltip{
    width: 380px;
    min-height: 180px;
    background: #FFFFFF;
    padding: 24px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(62, 158, 232, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(62, 158, 232, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(62, 158, 232, 0.2);
    border-radius: 24px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    display: none;
    pointer-events: none;
}

.chess__item:hover .chess__item-tooltip{
    display: block;
}

.tooltip-block-left{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
    height: 132px;
}

.tooltip-block-description{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.tooltip-block-title{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #00533E;
    margin-bottom: 4px;
}

.tooltip-block-price{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #221E26;
}

.tooltip-block-properties{
    display: flex;
}

.tooltip-block-property{
    display: flex;
    flex-direction: column;
}

.tooltip-block-property-title{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #221E26;
    margin-bottom: 4px;
}

.tooltip-block-property-value{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0C0C0C;
}

.tooltip-block-right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip-block-right img{
    width: 170px;
    height: 130px;
    object-fit: contain;
}

.chess__item-tooltip-block{
    display: flex;
}

.tooltip-block-property+.tooltip-block-property{
    margin-left: 24px;
}

@media (max-width: 1439px) {
    .chess__item-tooltip{
        top: 100%;
        left: -173px;
    }
}

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

.chess__filter-item{
    width: 381px;
}

@media (max-width: 1919px) {
    .chess__filter-item{
        width: 300px;
    }
}

@media (max-width: 1439px) {
    .chess__filter-item{
        width: 225px;
    }
}

@media (max-width: 1023px) {
    .chess__filter-item{
        width: 332px;
    }
}

@media (max-width: 767px) {
    .chess__filter-item{
        width: 100%;
    }
}

.chess__item .chess__item-presentation{
    background: #D1F0C7;
    border: 1px solid #D1F0C7;
    border-radius: 4px;
}

.chess__item:hover .chess__item-presentation{
    border: 1px solid #221E26;
}

.chess__item--sold .chess__item-presentation, .chess__item--booked .chess__item-presentation{
    background: #FFFFFF;
}

.apartment-detail__chess-close{
    cursor: pointer;
}

.chess__apartments-block{
    display: flex;
}
/* End */


/* Start:/local/templates/solution/components/bitrix/news.list/tsz-banks/style.css?178040345512860*/
.mortgage__header + * {
    margin-top: 24px;
}
.mortgage__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mortgage__body + * {
    margin-top: 32px;
}
@media (max-width: 1023px) {
    .mortgage__body {
        width: 110%;
        overflow: auto;
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .mortgage__body {
        width: 105%;
        padding-right: 0px;
    }
}
.mortgage__body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
.mortgage__body-row:first-child > * {
    background: transparent;
    padding: 8px 16px;
}
@media (min-width: 0) {
    .mortgage__body-row:first-child > * {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 768px) {
    .mortgage__body-row:first-child > * {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 1024px) {
    .mortgage__body-row:first-child > * {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
@media (min-width: 1440px) {
    .mortgage__body-row:first-child > * {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
@media (max-width: 1023px) {
    .mortgage__body-row {
        min-width: 990px;
    }
}
.mortgage__body-row > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    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;
}
.mortgage__body-row > *:not(:last-child) span {
    opacity: 0.5;
    margin-top: 4px;
}
@media (min-width: 0) {
    .mortgage__body-row > *:not(:last-child) span {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 768px) {
    .mortgage__body-row > *:not(:last-child) span {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 1024px) {
    .mortgage__body-row > *:not(:last-child) span {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
@media (min-width: 1440px) {
    .mortgage__body-row > *:not(:last-child) span {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
.mortgage__body-item {
    padding: 12px 16px;
    border-right: 1px solid #D1F0C7;
    border-bottom: 1px solid #D1F0C7;
    background: #ffffff;
}
@media (max-width: 1439px) {
    .mortgage__body-item {
        width: 198px;
    }
}
@media (min-width: 0) {
    .mortgage__body-item {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .mortgage__body-item {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .mortgage__body-item {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .mortgage__body-item {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.mortgage__body-item--icon {
    width: 48px;
    height: 48px;
}
.mortgage__body-item--icon + * {
    margin-left: 16px;
}
@media (max-width: 1439px) {
    .mortgage__body-item--icon + * {
        word-break: break-all;
    }
}
.mortgage__body-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.mortgage__body-item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.mortgage__body-item:last-child .button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.mortgage__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .mortgage__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.mortgage__footer-title {
    /*font-weight: bold;*/
}
@media (min-width: 0) {
    .mortgage__footer-title {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}
@media (min-width: 768px) {
    .mortgage__footer-title {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}
@media (min-width: 1024px) {
    .mortgage__footer-title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .mortgage__footer-title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
.mortgage__footer-title + * {
    margin-top: 16px;
}
@media (max-width: 1023px) {
    .mortgage__footer-col {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .mortgage__footer-col {
        width: 100%;
    }
    .mortgage__footer-col + .mortgage__footer-col {
        margin-top: 24px;
    }
}
.mortgage__footer .button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}


.mortgage-card {
    border: 1px solid #D1F0C7;
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
}
/*
@media (max-width: 1439px) {
    .mortgage-card {
        padding: 24px 16px;
    }
}
*/
.mortgage-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mortgage-card__header + * {
    margin-top: 16px;
}
.mortgage-card__icon {
    max-width: 48px;
    max-height: 48px;
}
@media (max-width: 1439px) {
    .mortgage-card__icon {
        max-width: 40px;
        max-height: 40px;
    }
}
.mortgage-card__icon + * {
    margin-left: 31px;
}
@media (max-width: 1439px) {
    .mortgage-card__icon + * {
        margin-left: 16px;
    }
}
@media (max-width: 1023px) {
    .mortgage-card__icon + * {
        margin-left: 24px;
    }
}
.mortgage-card__price {
    font-weight: bold;
}
@media (min-width: 0) {
    .mortgage-card__price {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}
@media (min-width: 768px) {
    .mortgage-card__price {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}
@media (min-width: 1024px) {
    .mortgage-card__price {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .mortgage-card__price {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
.mortgage-card__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mortgage-card__value-shell + .mortgage-card__value-shell {
    margin-left: 32px;
}
@media (max-width: 1439px) {
    .mortgage-card__value-shell + .mortgage-card__value-shell {
        margin-left: 16px;
    }
}
@media (max-width: 1023px) {
    .mortgage-card__value-shell + .mortgage-card__value-shell {
        margin-left: 32px;
    }
}
.mortgage-card__value-name {
    opacity: 0.5;
}
@media (min-width: 0) {
    .mortgage-card__value-name {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .mortgage-card__value-name {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .mortgage-card__value-name {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .mortgage-card__value-name {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.mortgage-card__value-name + * {
    margin-top: 4px;
}
.mortgage-card__value-count {
    font-weight: 500;
}
@media (min-width: 0) {
    .mortgage-card__value-count {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .mortgage-card__value-count {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .mortgage-card__value-count {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .mortgage-card__value-count {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.mortgage.mortgage--list .mortgage__body {
    width: 100%;
    overflow: initial;
    padding-right: 0px;
}

.rm-form.rm-form--mortgage .row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1023px) {
    .rm-form.rm-form--mortgage .row > * .button {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .rm-form.rm-form--mortgage .row > * .button {
        width: 100%;
        margin: initial;
    }
}

.mortgage__footer-col .button {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 18px;
}


.manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .manager {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.manager__img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .manager__img {
        width: 56px;
        height: 56px;
    }
}
.manager__img + * {
    margin-left: 24px;
}
.manager__name {
    max-width: 290px;
}
@media (min-width: 0) {
    .manager__name {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .manager__name {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .manager__name {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .manager__name {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (max-width: 1023px) {
    .manager__name {
        max-width: initial;
    }
}
.manager__name + * {
    margin-top: 7px;
}
.manager__phone {
    display: block;
}
@media (min-width: 0) {
    .manager__phone .link--phone.link {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .manager__phone .link--phone.link {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .manager__phone .link--phone.link {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .manager__phone .link--phone.link {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

.mortgage__footer{
    margin-top: 32px;
}

@media (max-width: 767px) {
    .mortgage__footer .button {
        width: 100%;
    }

    .mortgage__footer{
        margin-top: 0;
    }
}
/* End */


/* Start:/local/templates/solution/components/bitrix/news.list/tsz-promo-list/style.css?17804034553308*/

.promo-card {
    padding: 24px 32px;
    background: #D1F0C7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 240px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: background, -webkit-box-shadow;
    transition-property: background, -webkit-box-shadow;
    transition-property: background, box-shadow;
    transition-property: background, box-shadow, -webkit-box-shadow;
    position: relative;
    border-radius: 24px;
}
@media (max-width: 1439px) {
    .promo-card {
        min-height: 280px;
    }
}
@media (max-width: 1023px) {
    .promo-card {
        min-height: 180px;
    }
}
@media (max-width: 767px) {
    .promo-card {
        min-height: 200px;
    }
}
.promo-card:hover {
    -webkit-box-shadow: 0px 20px 20px -20px rgba(71, 167, 235, 0.5);
    box-shadow: 0px 20px 20px -20px rgba(71, 167, 235, 0.5);
 /*   background: #A2D4AB;*/
}
.promo-card:hover .promo-card__aside {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.promo-card--colored {
    color: #ffffff;
    background-color: #00533E;
    position: relative;
    overflow: hidden;
}
.promo-card--colored > * {
    z-index: 2;
}

.promo-card--colored .link {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.promo-card--colored:hover {
    background-color: #00533E;
}
.promo-card__title {
    font-weight: bold;
}
@media (min-width: 0) {
    .promo-card__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .promo-card__title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (min-width: 1024px) {
    .promo-card__title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (min-width: 1440px) {
    .promo-card__title {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
.promo-card__desc {
    margin-top: 12px;
}
@media (min-width: 0) {
    .promo-card__desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .promo-card__desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .promo-card__desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .promo-card__desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.promo-card__aside {
    margin-top: auto;
    padding-top: 12px;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.promo-card__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* End */


/* Start:/local/templates/solution/components/bitrix/news.list/tsz-object_inside/style.css?17804034552981*/

.house-inside__card-name {
    font-weight: bold;
    margin-top: 20px;
    -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;
}
@media (min-width: 0) {
    .house-inside__card-name {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .house-inside__card-name {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (min-width: 1024px) {
    .house-inside__card-name {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (min-width: 1440px) {
    .house-inside__card-name {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
.house-inside__card-name:hover {
    -webkit-transition: none;
    transition: none;
}
@media (max-width: 767px) {
    .house-inside__card-name {
        margin-top: 12px;
    }
}
.house-inside__card-desc {
    margin-top: 16px;
}
@media (min-width: 0) {
    .house-inside__card-desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .house-inside__card-desc {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .house-inside__card-desc {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .house-inside__card-desc {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (max-width: 1023px) {
    .house-inside__card-desc {
        margin-top: 8px;
    }
}
.house-inside__card-img {
    overflow: hidden;
    border-radius: 24px;
}
.house-inside__card-img img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 767px) {
    .house-inside__card-img img {
        height: 240px;
    }
}
.house-inside__card:hover .house-inside__card-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.house-inside__card:hover .house-inside__card-name {
    color: #00533E;
    -webkit-transition: none;
    transition: none;
}

.house-inside__card:hover .house-inside__card-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.house-inside__card:hover .house-inside__card-name {
    color: #212529;
}
/* End */


/* Start:/local/templates/solution/components/bitrix/news.list/tsz-project-contact/style.css?17804034552278*/
.section--map .section__body {
    position: relative;
}

.map-list {
    position: absolute;
    top: 48px;
    left: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 472px;
    padding: 48px 27.5px;
    background-color: #FFFFFF;
    border-radius: 16px;
    counter-reset: section;
}

.map-list.map-list--detail {
    padding: 48px;
}

.map-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map-list__item h4 {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.map-list:not(.map-list--detail) .map-list__item:hover h4 {
    color: #00533E;
}

.map-list:not(.map-list--detail) .map-list__item {
    cursor: pointer;
    padding: 0 3px 23px 48px;
    border-bottom: 1px solid #C2C2C2;
}

.map-list:not(.map-list--detail) .map-list__item:last-child {
    padding: 0 3px 0 48px;
    border-color: transparent;
}

.map-list:not(.map-list--detail) .map-list__item::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: #FFFFFF;
    background-color: #00533E;
    border-radius: 50%;
}

.map-list__item p {
    color: #616161;
}

.map-list__item img {
    height: 200px;
    margin: 8px 0 0 0;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
}

.map-list.map-list--detail .map-list__item h4 {
    margin: 8px 0 0 0;
}

.map-list__item a:not(.link) {
    width: 100%;
    margin: 8px 0 0 0;
}

@media (max-width: 1439px) {
    .map-list.map-list--detail {
        padding: 32px;
    }
}

@media (max-width: 1023px) {
    .section--map .section__body {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }

    .map-list,
    .map-list.map-list--detail {
        position: initial;
        top: unset;
        left: unset;
        padding: 23px;
        border: 1px solid #C2C2C2;
        min-width: unset;
    }

    .map-list__item img {
        height: 160px;
    }
}
.button.button--light-green{
    background: #D1F0C7;
    color: #221E26;
}

.button.button--light-green:hover{
    color: white;
}
/* End */


/* Start:/local/templates/solution/components/bitrix/form.result.new/tsz-call-me/style.css?178040345544*/
.rm-form__content{
    position: relative;
}
/* End */


/* Start:/local/templates/solution/components/remark/realty.apartments/tsz-custom/style.css?178040345511012*/
.apartment-card {
    display: block;
    border-radius: 24px;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    cursor: pointer;
    height: 100%;
    text-decoration: none;
    border: 1px solid #A2D4AB;
    border-radius: 24px;
}
.apartment-card:hover {
    -webkit-box-shadow: 0px 10px 20px 5px rgba(28, 136, 87, 0.15);
    box-shadow: 0px 10px 20px 5px rgba(28, 136, 87, 0.15);
}
.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: 16px;
    position: relative;
}
.apartment-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.apartment-card__title {
    font-weight: bold;
    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 {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}
@media (min-width: 768px) {
    .apartment-card__title {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}
@media (min-width: 1024px) {
    .apartment-card__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .apartment-card__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@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: #00533E;
}

.apartment-card__favorite.active .apartment-card__favorite-active {
    opacity: 1;
    fill: #00533E;
}
.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 {
	text-align: center;
    width: 105px;
    margin-left: auto;
    padding: 9px;
    border-radius: 16px;
    background-color: #d1f0c7ff;
    color: #478469ff;
    font-weight: 500;
}

.text-card_tag {
    font-size: initial;
    font-weight: 600;
    letter-spacing: 1px;
}

.old-price {
	color: gray;
    font-size: 16px;
}

.discount-price {
	color: #08533eff;
	margin-left: 45px;
	font-size: 19px;
}

.apartment-card__prices-item {
	display: flex !important;
    justify-content: space-between !important;
	margin: 0 !important;
}

@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: 200px;
    width: 100%;
    margin-top: 12px;
    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;
}
@media (max-width: 767px) {
    .apartment-card__image {
        height: 170px;
    }
}
.apartment-card__image-img {
    max-width: 100%;
    max-height: 100%;
	width: 100%;
	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: 24px;
}
.apartment-card__stocks-item + .apartment-card__stocks-item__stocks-item {
    margin-top: 5px;
}
.apartment-card__image + .apartment-card__props {
    margin-top: 16px;
}
.apartment-card__props-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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-weight: normal;
}
@media (min-width: 0) {
    .apartment-card__prop-title {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 768px) {
    .apartment-card__prop-title {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}
@media (min-width: 1024px) {
    .apartment-card__prop-title {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
@media (min-width: 1440px) {
    .apartment-card__prop-title {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}
.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: bold;
}
@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: bold;
}
@media (min-width: 0) {
    .apartment-card__prices-item {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .apartment-card__prices-item {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (min-width: 1024px) {
    .apartment-card__prices-item {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
@media (min-width: 1440px) {
    .apartment-card__prices-item {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 28px;
    }
}
.apartment-card__prices-item--old {
    font-weight: normal;
    text-decoration: line-through;
    margin-left: 12px;
}
@media (min-width: 0) {
    .apartment-card__prices-item--old {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .apartment-card__prices-item--old {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .apartment-card__prices-item--old {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
@media (min-width: 1440px) {
    .apartment-card__prices-item--old {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}
.apartment-card__header {
    position: relative;
    z-index: 10;
}
.apartment-card__header + .apartment-card__image {
    margin-top: 12px;
}
.apartment-card__props + .apartment-card__prices {
    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;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/template1/style.css?1780403502585 */
/* /local/templates/solution/components/remark/realty.apartment/tsz-detail/style.css?178040345535654 */
/* /local/templates/solution/components/remark/realty.chess/tsz-detail/style.css?17804034559997 */
/* /local/templates/solution/components/bitrix/news.list/tsz-banks/style.css?178040345512860 */
/* /local/templates/solution/components/bitrix/news.list/tsz-promo-list/style.css?17804034553308 */
/* /local/templates/solution/components/bitrix/news.list/tsz-object_inside/style.css?17804034552981 */
/* /local/templates/solution/components/bitrix/news.list/tsz-project-contact/style.css?17804034552278 */
/* /local/templates/solution/components/bitrix/form.result.new/tsz-call-me/style.css?178040345544 */
/* /local/templates/solution/components/remark/realty.apartments/tsz-custom/style.css?178040345511012 */
