

/* Start:/local/templates/kipreya_redesign/components/remark/realty.apartment/detail_new/style.css?175084330444576*/
.fancybox__container .fancybox__backdrop {
    background-color: #FFFFFF;
}

.apartment-detail {
    margin-top: 48px;
}

.apartment-detail__header+* {
    margin-top: 16px;
}

.apartment-detail__back {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #616161;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 1023px) {
    .apartment-detail__back {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__back {
        gap: 8px;
    }

    .apartment-detail__back>span {
        width: max-content;
    }
}

.apartment-detail__back>svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .apartment-detail__back>svg {
        display: none;
    }
}

.apartment-detail__back>svg path {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #9e9e9e;
}

.apartment-detail__back>svg circle {
    stroke: #e0e0e0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.apartment-detail__back>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.apartment-detail__back:hover {
    color: var(--c-wine);
}

.apartment-detail__back:hover>svg {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.apartment-detail__back:hover>svg path {
    fill: var(--c-wine);
}

.apartment-detail__back:hover>svg circle {
    stroke: var(--c-wine);
}

.apartment-detail__back+* {
    margin-top: 4px;
}

.apartment-detail__title {
    color: #0C0C0C;
    /*var(--c-wine);*/
    font-weight: 500;
    font-size: 70px;
    line-height: 86px;
    text-transform: initial;
    max-width: 890px;
    width: 100%;
}

.apartment-detail__title span {
    float: right;
}

.apartment-detail__title+* {
    margin-top: 16px;
}

.apartment-detail__title+p.p1 {
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0C;
}

.apartment-detail__tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.apartment-detail__tag-item {
    border-radius: 32px;
    padding: 7px 18px;
    background-color: var(--c-light-wine);
    color: var(--c-wine);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1023px) {
    .apartment-detail__tag-item {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__tag-item {
        min-width: max-content;
    }
}

.apartment-detail__tag.tag--header {
    display: none;
}

.apartment-detail__body {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
}

.apartment-detail__body+* {
    margin-top: 16px;
}

.apartment-detail__footer-title {
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 54px;
    line-height: 66px;
}

@media (max-width: 1439px) {
    .apartment-detail__footer-title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__footer-title {
        font-size: 32px;
        line-height: 40px;
    }
}

.apartment-detail__footer-title+* {
    margin-top: 24px;
}

.apartment-detail__footer-text {
    color: #363534;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    max-width: 889px;
}

@media (max-width: 1023px) {
    .apartment-detail__footer-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.apartment-detail__footer-text>p+p {
    margin-top: 26px;
}

@media (max-width: 1023px) {
    .apartment-detail__footer-text>p+p {
        margin-top: 24px;
    }
}

.apartment-detail__info {
    position: sticky;
    z-index: 2;
    top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    height: 100%;
}

.apartment-detail__list {
    display: grid;
    grid-template-columns: repeat(3, 133px);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 24px;
    width: 100%;
    padding: 31px 0 0 0;
    border-top: 1px solid #C2C2C2;
}

.apartment-detail__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.apartment-detail__item-name {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.apartment-detail__item-value {
    color: #0C0C0C;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.apartment-detail__price {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 31px 0 0 0;
    border-top: 1px solid #C2C2C2;
}

.apartment-detail__price-total {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color: #0C0C0C;
}

@media (max-width: 1023px) {
    .apartment-detail__price-total {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__price-total {
        font-size: 26px;
        line-height: 32px;
    }
}

.apartment-detail__price-mortgage {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .apartment-detail__price-mortgage {
        font-size: 12px;
    }
}

.apartment-detail__price--house::before {
    height: 213px;
}

@media (max-width: 1439px) {
    .apartment-detail__price--house::before {
        height: 328px;
        left: -33px;
    }
}

.apartment-detail__price--house+* {
    margin-left: 80px;
}

@media (max-width: 1919px) {
    .apartment-detail__price--house+* {
        margin-left: 62px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__price--house+* {
        margin-left: 0;
    }
}

.apartment-detail__actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    padding: 31px 0 0 0;
    border-top: 1px solid #C2C2C2;
}

.apartment-detail__actions a.button {
    font-size: 16px;
    padding: 14px 22px;
}

.apartment-detail__action {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.apartment-detail__action-item {
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.apartment-detail__action-item>svg {
    pointer-events: none;
    width: 56px;
    height: 56px;
}

@media (max-width: 767px) {
    .apartment-detail__action-item>svg {
        width: 44px;
        height: 44px;
    }
}

.apartment-detail__action-item>svg circle {
    fill: #ffffff;
    stroke: var(--c-wine);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.apartment-detail__action-item>svg path {
    fill: #0c0c0c;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.apartment-detail__action-item>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.apartment-detail__action-item:hover>svg circle {
    fill: var(--c-wine);
}

.apartment-detail__action-item:hover>svg path {
    fill: #ffffff;
}

.apartment-detail__share-popover {
    position: absolute;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    bottom: calc(100% + 4px);
    background-color: #ffffff;
    padding: 16px;
    -webkit-box-shadow: 0 5.15464px 11.5979px rgba(154, 154, 154, 0.25);
    box-shadow: 0 5.15464px 11.5979px rgba(154, 154, 154, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    cursor: default;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.apartment-detail__share-popover::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -27px;
    border: 20px solid transparent;
    border-top: 20px solid #ffffff;
}

.apartment-detail__share:hover .apartment-detail__share-popover,
.apartment-detail__share-popover--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.apartment-detail__share-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    color: #0c0c0c;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.apartment-detail__share-item svg {
    cursor: pointer;
}

.apartment-detail__share-item .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 30px;
}

.apartment-detail__share-item .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 32px;
    width: 32px;
}

.apartment-detail__button {
    border-radius: 4px;
    padding: 15px;
    border: 1px solid var(--c-wine);
    width: 234px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--c-wine);
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    height: max-content;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 1919px) {
    .apartment-detail__button {
        width: 224px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__button {
        width: 100%;
    }
}

.apartment-detail__button:hover {
    background-color: var(--c-dark-wine);
    border-color: var(--c-dark-wine);
}

.apartment-detail__button--secondary {
    background-color: transparent;
    color: var(--c-wine);
}

.apartment-detail__button--secondary:hover {
    background-color: var(--c-wine);
    color: #ffffff;
    border-color: var(--c-wine);
}

.apartment-detail__buttons {
    width: 237px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 1023px) {
    .apartment-detail__buttons {
        width: 100%;
    }
}

.apartment-detail__buttons>button {
    font-size: 16px;
    line-height: 24px;
    max-width: 256px;
}

@media (max-width: 1023px) {
    .apartment-detail__buttons>button {
        max-width: unset;
        width: 100%;
    }
}

.similar__swiper-slide {
    width: 430px;
}

@media (max-width: 1919px) {
    .similar__swiper-slide {
        width: 418px;
    }
}

@media (max-width: 1439px) {
    .similar__swiper-slide {
        width: 462px;
    }
}

@media (max-width: 1023px) {
    .similar__swiper-slide {
        width: 337px;
    }
}

@media (max-width: 767px) {
    .similar__swiper-slide {
        width: 100%;
    }
}

.similar__swiper-controls {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

@media (max-width: 1439px) {
    .similar__swiper-controls {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .similar__swiper-controls {
        position: static;
        margin-top: 16px;
    }
}

.similar__swiper-controls>.similar__swiper-button {
    position: static;
    margin: 0;
    width: max-content;
    height: max-content;
}

.similar__swiper-controls>.similar__swiper-button::after {
    all: unset;
}

.similar__swiper-pagination {
    position: static;
    color: #757575;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    width: 75px;
}

@media (max-width: 1023px) {
    .similar__swiper-pagination {
        font-size: 16px;
        line-height: 24px;
    }
}

.similar__swiper-pagination>.swiper-pagination-current {
    font-size: 30px;
    line-height: 38px;
}

@media (max-width: 1439px) {
    .similar__swiper-pagination>.swiper-pagination-current {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 1023px) {
    .similar__swiper-pagination>.swiper-pagination-current {
        line-height: 32px;
    }
}


.apartment-card {
    padding: 24px;
    width: 100%;
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    position: relative;
    height: 100%;
    max-height: 670px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .apartment-card {
        padding: 16px;
    }
}

.apartment-card:hover {
    border: 1px solid var(--c-wine);
}

.apartment-card>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.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;
    gap: 24px;
    height: 100%;
}

@media (max-width: 767px) {
    .apartment-card__inner {
        gap: 16px;
    }
}

.apartment-card__inner--house {
    margin-top: 282px;
}

@media (max-width: 1023px) {
    .apartment-card__inner--house {
        margin-top: 240px;
    }
}

@media (max-width: 767px) {
    .apartment-card__inner--house {
        margin-top: 190px;
    }
}

.apartment-card__image {
    width: 100%;
    height: 282px;
    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;
}

@media (max-width: 767px) {
    .apartment-card__image {
        height: 216px;
    }
}

.apartment-card__image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.apartment-card__image--house {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--c-white);
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

@media (max-width: 1023px) {
    .apartment-card__image--house {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .apartment-card__image--house {
        height: 190px;
    }
}

.apartment-card__image--house>img {
    -o-object-fit: cover;
    object-fit: cover;
}

.apartment-card__content {
    position: relative;
    height: 100%;
}

.apartment-card__header {
    color: var(--c-wine);
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    max-width: 350px;
    height: 76px;
}

@media (max-width: 1439px) {
    .apartment-card__header {
        font-size: 28px;
        line-height: 36px;
        max-width: 100%;
        height: 36px;
    }
}

@media (max-width: 1023px) {
    .apartment-card__header {
        font-size: 26px;
        line-height: 32px;
        height: 64px;
    }
}

.apartment-card__header+* {
    margin-top: 16px;
}

.apartment-card__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 52px;
    position: relative;
}

@media (max-width: 1919px) {
    .apartment-card__info {
        gap: 46px;
    }
}

@media (max-width: 1439px) {
    .apartment-card__info {
        gap: 68px;
    }
}

@media (max-width: 1023px) {
    .apartment-card__info {
        gap: 32px;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .apartment-card__info {
        gap: 17px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.apartment-card__info::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    height: 1px;
    width: 100%;
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    .apartment-card__info::after {
        bottom: -17px;
    }
}

.apartment-card__info+* {
    margin-top: 48px;
}

@media (max-width: 767px) {
    .apartment-card__info+* {
        margin-top: 32px;
    }
}

.apartment-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 767px) {
    .apartment-card__item {
        gap: 4px;
    }
}

.apartment-card__item-name {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1023px) {
    .apartment-card__item-name {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .apartment-card__item-name {
        font-size: 14px;
        line-height: 22px;
    }
}

.apartment-card__item-value {
    color: #0c0c0c;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1023px) {
    .apartment-card__item-value {
        font-size: 16px;
        line-height: 24px;
    }
}

.apartment-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.apartment-card__price-total {
    color: #0c0c0c;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
}

@media (max-width: 1439px) {
    .apartment-card__price-total {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 1023px) {
    .apartment-card__price-total {
        font-size: 26px;
        line-height: 32px;
    }
}

.apartment-card__price-mortgage {
    color: #757575;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1023px) {
    .apartment-card__price-mortgage {
        font-size: 16px;
        line-height: 24px;
    }
}

.apartment-card__price+* {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .apartment-card__price+* {
        margin-top: 16px;
    }
}

.apartment-card__tags {
    display: flex;
    gap: 8px;
    width: max-content;
}

.apartment-card__tag {
    border-radius: 32px;
    padding: 7px 18px;
    background-color: #F5E8EC;
    color: var(--c-wine);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1023px) {
    .apartment-card__tag {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .apartment-card__tag {
        line-height: 18px;
    }
}

.apartment-card__popover {
    position: relative;
    border-radius: 32px;
    padding: 7px 9.5px;
    background-color: #ededed;
    color: #616161;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    z-index: 2;
    cursor: pointer;
}

.apartment-card__popover-content {
    position: absolute;
    background-color: #ffffff;
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    left: 50%;
    width: max-content;
    bottom: calc(100% + 21px);
    -webkit-transform: translate(-50%, -25px);
    transform: translate(-50%, -25px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 8px 24px #D9D9D9;
    box-shadow: 0 8px 24px #D9D9D9;
}

.apartment-card__popover-content::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -27px;
    border: 20px solid transparent;
    border-top: 20px solid #ffffff;
}

.apartment-card__popover:hover .apartment-card__popover-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.slider-round-button>svg .circle {
    fill: transparent;
    stroke: var(--c-wine);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slider-round-button>svg .arrow {
    stroke: #0c0c0c;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slider-round-button:hover>svg .circle {
    fill: var(--c-wine);
}

.slider-round-button:hover>svg .arrow {
    stroke: #ffffff;
}


.detail__tab {
    position: relative;
    width: 890px;
    padding: 32px;
    border: 1px solid #C2C2C2;
    border-radius: 10px;
}

.detail__tab .nav-tabs {
    border-bottom: 1px solid #C2C2C2;
}

.detail__tab--house {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.detail__tab-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -76px 0 0 0;
}

@media (max-width: 1023px) {
    .detail__tab-bottom {
        margin: 24px 0 0 0;
    }
}

.detail__nav-tabs {
    border-bottom: 1px solid #c2c2c2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.nav-tabs .detail__nav-link.nav-link.active,
.nav-tabs .nav-item.show .detail__nav-link.nav-link {
    color: #0C0C0C;
}

.detail__nav-tabs>.detail__nav-link {
    position: relative;
    margin: 0;
    padding: 0 0 14px 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #757575;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.detail__nav-tabs>.detail__nav-link:hover {
    color: var(--c-wine);
}

.detail__nav-tabs>.detail__nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background-color: var(--c-wine);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.detail__nav-tabs>.detail__nav-link.active {
    color: #0c0c0c;
}

.detail__nav-tabs>.detail__nav-link.active::after {
    opacity: 1;
}

.detail__tab-content {
    margin-top: 22px;
}

.detail__tab-content>.detail__tab-pane.active {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 767px) {
    .detail__tab-content--house>.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.detail__tab-pane {
    position: relative;
}

.detail__tab-pane>svg {
    position: absolute;
    left: 119px;
    bottom: 0;
}

@media (max-width: 767px) {
    .detail__tab-pane>svg {
        left: unset;
        right: 0;
        bottom: 118px;
    }
}

.detail-tab-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.detail-tab-fancybox {
    position: relative;
    z-index: 10;
}

.detail__tab-svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: unset;
    width: 100%;
    height: 100%;
}

.detail__tab-svg__item {
    opacity: .4;
}

.detail__tab-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.detail__tab-image>img {
    width: fit-content;
    height: 500px;
    object-fit: contain;
}

.detail__tab-thumb {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    position: absolute;
    bottom: 0;
}

.detail__swiper {
    width: 100%;
}

.detail__swiper-slide {
    height: 685px;
}

@media (max-width: 1439px) {
    .detail__swiper-slide {
        height: 500px;
    }
}

@media (max-width: 1023px) {
    .detail__swiper-slide {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .detail__swiper-slide {
        height: 200px;
    }
}

.detail__swiper-slide>img {
    width: 100%;
    height: 100%;
    max-height: 685px;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
}

.swiper.layout-swiper .detail__swiper-slide>img {
    object-fit: contain;
}

@media (max-width: 1439px) {
    .detail__swiper-slide>img {
        max-height: 500px;
        height: 500px;
    }
}

.detail__swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin: 56px 0 0 0;
    right: -250px;
    bottom: -108px;
}

@media (max-width: 1439px) {
    .detail__swiper-controls {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .detail__swiper-controls {
        position: static;
        margin-top: 16px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.detail__swiper-controls>.detail__swiper-button {
    position: static;
    width: max-content;
    height: max-content;
    margin: 0;
}

.detail__swiper-controls>.detail__swiper-button::after {
    all: unset;
}

.swiper-pagination-fraction.detail__swiper-pagination {
    position: static;
    color: #757575;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
    width: fit-content;
}

@media (max-width: 1023px) {
    .swiper-pagination-fraction.detail__swiper-pagination {
        font-size: 16px;
        line-height: 24px;
    }
}

.swiper-pagination-fraction.detail__swiper-pagination>.swiper-pagination-current {
    font-size: 30px;
    line-height: 38px;
}

@media (max-width: 1439px) {
    .swiper-pagination-fraction.detail__swiper-pagination>.swiper-pagination-current {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 1023px) {
    .swiper-pagination-fraction.detail__swiper-pagination>.swiper-pagination-current {
        line-height: 32px;
    }
}

.detail__tour {
    position: relative;
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 0 0 0 auto;
}

.detail__tour--house {
    position: relative;
    bottom: unset;
    right: unset;
}

.detail__tour-image {
    width: 146px;
    height: 100px;
    position: relative;
}

.detail__tour-image>img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.detail__tour-image>svg {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -22px;
}

@media (max-width: 1439px) {
    .detail__tour-image>svg {
        width: 32px;
        height: 32px;
        left: -16px;
    }
}

.detail__tour-image>svg .circle {
    fill: var(--c-wine);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.detail__tour-image>svg .arrow {
    stroke: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.detail__tour-text {
    color: #0c0c0c;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    width: 95px;
}

.detail__tour>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.detail__tour:hover .detail__tour-image>svg .circle {
    fill: #0c0c0c;
}

.detail__tour:hover .detail__tour-image>svg .arrow {
    stroke: var(--c-wine);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: transparent !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent !important;
}

@media (max-width: 1023px) {
    .detail__swiper-slide>img {
        max-height: 200px;
        height: 200px;
    }
}

.page__top.page--custom section+section.section--finishing,
.page__top.page--custom section+section.section--not-only {
    margin: 120px 0 0 0;
}

.section--finishing h2,
.section--not-only h2 {
    font-size: 54px;
    line-height: 66px;
    color: #0C0C0C;
}

.section--finishing p.p1 {
    margin: 32px 0 0 0;
    max-width: 890px;
    font-size: 18px;
    line-height: 26px;
    color: #0C0C0C;
}

.not-only-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 32px 0 0 0;
}

.not-only-list__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.not-only-list__item img {
    width: 660px;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.not-only-list__item h3 {
    font-size: 30px;
    line-height: 38px;
    color: #0C0C0C;
    margin: 8px 0 0 0;
}

.not-only-list__item p.p1 {
    font-size: 18px;
    line-height: 26px;
    color: #0C0C0C;
}

.rose {
    width: 80px;
    height: 80px;
}

.apartment-detail__price-total--discount {
    display: flex;
    gap: 16px;
    align-items: center;
    color: #A12049;
}

.apartment-detail__price-total--discount span {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #757575;
}

@media (max-width: 1919px) {
    .detail__tab {
        width: 866px;
    }

    .apartment-detail__list {
        grid-template-columns: repeat(3, 128px);
    }

    .section--finishing p.p1,
    .not-only-list {
        margin: 24px 0 0 0;
    }

    .not-only-list__item img {
        width: 642px;
    }
}

@media (max-width: 1439px) {
    .apartment-detail {
        margin-top: 32px;
    }

    .apartment-detail__title {
        font-size: 60px;
        line-height: 74px;
    }

    .apartment-detail__tag {
        display: none;
    }

    .apartment-detail__tag.tag--header {
        display: flex;
        margin: 16px 0 0 0;
    }

    .apartment-detail__body {
        flex-direction: column-reverse;
    }

    .detail__tab {
        width: 100%;
    }

    .detail__tab-image>img {
        height: 348px;
    }

    .apartment-detail__info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 24px;
    }

    .apartment-detail__list {
        position: relative;
        grid-row-start: 1;
        grid-row-end: 3;
        grid-template-columns: repeat(3, 134px);
        padding: unset;
        border: unset;
    }

    .apartment-detail__list::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        min-height: 142px;
        height: 100%;
        background-color: #C2C2C2;
    }

    .apartment-detail__price,
    .apartment-detail__actions {
        padding: unset;
        border: unset;
        gap: 8px;
    }

    .apartment-detail__price-total {
        font-size: 28px;
        line-height: 36px;
    }

    .page__top.page--custom section+section.section--finishing,
    .page__top.page--custom section+section.section--not-only {
        margin: 100px 0 0 0;
    }

    .section--finishing h2,
    .section--not-only h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .section--finishing p.p1 {
        max-width: unset;
    }

    .not-only-list__item {
        gap: 8px;
    }

    .not-only-list__item h3 {
        line-height: 36px;
    }

    .not-only-list__item img {
        width: 462px;
        height: 300px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__title {
        font-size: 40px;
        line-height: 50px;
    }

    .apartment-detail__title+p.p1 {
        font-size: 14px;
        line-height: 22px;
    }

    .apartment-detail__header+* {
        margin: 24px 0 0 0;
    }

    .apartment-detail__body {
        gap: 24px;
    }

    .detail__tab {
        padding: 24px 10px;
    }

    .detail__nav-tabs>.detail__nav-link {
        font-size: 14px;
        line-height: 22px;
    }

    .detail__tab-content {
        margin: 8px 0 0 0;
    }

    .detail__tab-image {
        width: 262px;
        margin: 0 auto;
    }

    .detail__tab-image>img {
        width: 100%;
        height: 250px;
    }

    .detail__tab-thumb {
        flex-wrap: wrap;
    }

    .detail__tab-thumb .rose {
        width: 51px;
        height: 51px;
        margin: 0 0 0 auto;
    }

    .detail__tour {
        justify-content: flex-end;
        gap: 30px;
        margin: 0 0 0 auto;
    }

    .detail__tour-image {
        width: 138px;
        height: 80px;
    }

    .apartment-detail__info {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .apartment-detail__list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .apartment-detail__item {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .apartment-detail__item-name,
    .apartment-detail__item-value {
        width: calc(50% - 15px);
    }

    .apartment-detail__item-name {
        font-size: 12px;
    }

    .apartment-detail__item-value {
        font-size: 16px;
        line-height: 24px;
    }

    .apartment-detail__list::after {
        content: unset;
    }

    .apartment-detail__price,
    .apartment-detail__actions {
        flex-direction: column;
        align-items: center;
    }

    .apartment-detail__actions {
        gap: 24px;
    }

    .apartment-detail__action {
        gap: 30px;
    }

    .apartment-detail__price-total {
        font-size: 26px;
        line-height: 32px;
    }

    .apartment-detail__actions a.button {
        width: 100%;
    }

    .page__top.page--custom section+section.section--finishing,
    .page__top.page--custom section+section.section--not-only {
        margin: 64px 0 0 0;
    }

    .section--finishing h2,
    .section--not-only h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .section--finishing p.p1 {
        font-size: 16px;
        line-height: 24px;
    }

    .not-only-list {
        flex-direction: column;
    }

    .not-only-list__item img {
        width: 100%;
    }

    .not-only-list__item h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .not-only-list__item p.p1 {
        font-size: 16px;
        line-height: 24px;
    }

    .apartment-detail__price-total--discount {
        flex-direction: column-reverse;
        gap: 4px;
    }

    .apartment-detail__price-total--discount span {
        font-size: 14px;
        line-height: 22px;
    }
}

.apartment-detail__tag-item.apartment-detail__tag-item--week {
    background: #A12049;
    color: white;
}

.b-apartment-detail__middle {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(1px * 32);
    /* margin-bottom: calc(1px * 96); */
    margin-bottom: calc(1px * 62);
}

.b-apartment-detail__img-wrapper {
    position: relative;
    width: 400px;
    aspect-ratio: 1;
    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;
    margin-right: 40px;
    margin-top: 45px;

}

.b-apartment-detail__circle {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.b-apartment-detail__rotate-sun {
    z-index: 2;

}

.b-apartment-detail__rotate-line {
    position: absolute;
    top: 0;
    right: 50%;
    width: 2px;
    height: 50%;
    background: transparent;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.6s -webkit-transform;
    transition: 0.6s -webkit-transform;
    transition: 0.6s transform;
    transition: 0.6s transform, 0.6s -webkit-transform;
}

.b-apartment-detail__sun-full {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 38px;
}

.b-apartment-detail__sun-full svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
}

.b-apartment-detail__rotate-line_sunrise {
    -webkit-transform: rotate(74deg);
    transform: rotate(74deg);
    z-index: 2;
}

.b-apartment-detail__rotate-line {
    position: absolute;
    top: 0;
    right: 50%;
    width: 2px;
    height: 50%;
    background: transparent;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.6s -webkit-transform;
    transition: 0.6s -webkit-transform;
    transition: 0.6s transform;
    transition: 0.6s transform, 0.6s -webkit-transform;
}

.b-apartment-detail__sunrise {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(161, 32, 73, 1);
    background: rgba(245, 232, 236, 1);
    padding: 5px 10px 5px 10px;
    width: 91px;
    text-align: center;
    border-radius: 32px;
    -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg);
    margin-top: -60px;
}

.b-apartment-detail__rotate-line_sunshine {
    -webkit-transform: rotate(190deg);
    transform: rotate(190deg);
    z-index: 2;
}


.b-apartment-detail__rotate-line {
    position: absolute;
    top: 0;
    right: 50%;
    width: 2px;
    height: 50%;
    background: transparent;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.6s -webkit-transform;
    transition: 0.6s -webkit-transform;
    transition: 0.6s transform;
    transition: 0.6s transform, 0.6s -webkit-transform;
}

.b-apartment-detail__sunshine {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: rgba(161, 32, 73, 1);
    background: rgba(245, 232, 236, 1);
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg);
    top: -84px;
    padding: 5px 10px 5px 10px;
    width: 91px;
    text-align: center;
    border-radius: 32px;
}

.b-apartment-detail__plan img {
    max-width: 100%;
    max-height: 300px;
}

.b-apartment-detail__circle img {
    max-width: 100%;
}

.b-apartment-detail__switch-btns {
    position: absolute;
    right: 0px;
    top: 0px;
}

.b-apartment-detail__Label {
    padding: 4px 21px 4px 21px;
    border: 2px solid rgba(161, 32, 73, 1);
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.b-apartment-detail__Label:hover {
    color: #FFFFFF;
    background: rgba(161, 32, 73, 1);

}

.b-apartment-detail__Label.active {
    color: #FFFFFF;
    background: rgba(161, 32, 73, 1);
}

.b-apartment-detail__switch-item {
    margin-bottom: 20px;
}

.b-apartment-detail__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.b-apartment-detail__switch-item {
    cursor: pointer;
    position: relative;
}

.b-apartment-detail__input {
    width: 100%;
    height: 100%;
}

.b-apartment-detail__item {
    display: flex;
}

.b-apartment-detail__Label-border::after {
    content: '';
    border-left: 1px solid rgba(209, 205, 196, 1);
    width: 10px;
    display: block;
    position: absolute;
    height: 10px;
    bottom: -15px;
    left: 50px;
}

.b-apartment-detail__Label-border::before {
    content: '';
    border-left: 1px solid rgba(209, 205, 196, 1);
    width: 10px;
    display: block;
    position: absolute;
    height: 10px;
    top: -15px;
    left: 50px;
}

/* The switch-apart - the box around the slider-apart */
.switch-apart {
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 18px;
    top: 2px;
    left: 33px;
}

/* Hide default HTML checkbox */
.switch-apart input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider-apart */
.slider-apart {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-apart:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-apart {
    background-color: rgba(47, 47, 47, 1);
}

input:focus+.slider-apart {
    box-shadow: 0 0 1px rgba(47, 47, 47, 1);
}

input:checked+.slider-apart:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded slider-aparts */
.slider-apart.round-apart {
    border-radius: 33px;
}

.slider-apart.round-apart:before {
    border-radius: 50%;
}

.switch-sun {
    position: absolute;
    top: 0px;
    left: 0px;
}

@media(max-width:967px) {
    .b-apartment-detail__circle {
        display: none;
    }

    .b-apartment-detail__rotate-line {
        display: none;
    }

    .switch-sun {
        display: none;
    }

    .switch-apart {
        display: none;
    }

    .b-apartment-detail__switch-btns {
        display: none;
    }

    .b-apartment-detail__img-wrapper {
        width: unset;
    }
}

.modal__wide {
    max-width: 900px !important;
}

.mw-707 {
    max-width: 707px;
}

.floor-sw {
    cursor: pointer;
}

.modal-flat_bg {
    background-color: unset !important;
    background: unset !important;
}

.modal-flat_bg img {
    border-radius: 0.3rem;
}

.modal-flat_bg .close {
    z-index: 50;
    right: -35px !important;
}


.swiper-container_plan {
    max-width: 300px;
    max-height: 300px;
    overflow: hidden;
}

.b-apartment-delight__plan img {
    max-width: 100%;
    max-height: 300px;
}

.detail__swiper-controls {
    position: absolute;

    display: flex;
    flex-wrap: wrap;
}

.swiper-container_plan .b-apartment-delight__plan {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.detail__swiper-pagination {
    position: static !important;
    width: max-content !important;
    height: max-content;
}

@media(max-width:818px) {
    .detail__swiper-controls {
        justify-content: unset;
        right: -42px;
        bottom: -20px;
    }
    .b-apartment-delight__plan img{
        max-width: 100%;
    max-height: 151px;
    }
}
.modal-content.modal-flat_bg{
background: #FFF !important;
}
.detail-plan__single{
    z-index: unset;
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/news.list/mortgage-calc/style.css?171285572416882*/

.mortgage {
    margin-top: 120px;
}

.mortgage__title {
    color: #0c0c0c;
    font-weight: 400;
    font-size: 54px;
    line-height: 66px;
}

.mortgage__title + * {
    margin-top: 32px;
}

.mortgage__calculator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    background: #F5F5F5;
    border-radius: 10px;
}

.mortgage__calculator--input-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #616161;
}

.mortgage__calculator--input {
    width: 100%;
}

.mortgage__calculator-sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0C;
}

.mortgage__calculator-sum span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #0C0C0C;
}

.mortgage__calculator--input-container input {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    margin-top: 8px;
    background: #F5F5F5;
    color: #0C0C0C;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.mortgage__calculator-button, .mortgage__calculator-button .button {
    width: 100%;
}

.mortgage__calculator-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #9E9E9E;
}

.mortgage__items-category {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.mortgage__items-category-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #EDEDED;
    border-radius: 34px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #212121;
    cursor: pointer;
}

.mortgage__items-category-nav.active {
    cursor: default;
    background: #A12049;
    color: #ffffff;
}

.mortgage__items-tab {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mortgage__item {
    padding: 24px 32px;
    display: flex;
    align-items: center;
    border: 1px solid #C2C2C2;
    border-radius: 16px;
    flex-direction: column;
    transition: all 1s ease-in-out;
    position: relative;
}

.mortgage__item-benefit {
    background: #F5E8EC;
    backdrop-filter: blur(2px);
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    position: absolute;
    top: -14px;
    right: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #A12049;
}

.mortgage__item-logo {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mortgage__item-logo img {
    width: 32px;
    height: 32px;
}

.mortgage__item-desc {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 250px;
    margin-left: 24px;
    gap: 8px;
}

.mortgage__item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
}

.mortgage__item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0C0C0C;
}

.mortgage__item-props {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}

.mortgage__item-prop {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mortgage__item-prop-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    width: 134px;
}

.mortgage__item-prop-value {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0C0C0C;
    width: 58px;
}

.mortgage__item-container {
    display: flex;
    align-items: center;
}

.mortgage__item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mortgage__item-prop-container {
    display: flex;
    align-items: center;
    gap: 48px;
}

.mortgage__item-prop-result {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #757575;
}

.mortgage__item-prop-result span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0C0C0C;
}

.mortgage__item-footer {
    display: none;
    width: 100%;
    border-top: 1px solid #C2C2C2;
    margin-top: 24px;
}

.mortgage__item:hover .mortgage__item-footer {
    display: flex;
}

.mortgage__item-footer-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-top: 24px;
}

.mortgage__item-accordion-button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A12049;
    cursor: pointer;
}

.mortgage__item-accordion-button.active svg {
    transform: rotate(180deg);
}

.mortgage__item-accordion {
    display: none;
    flex-direction: column;
    margin-top: 24px;
    width: 100%;
}

.mortgage__item:hover .mortgage__item-accordion.show {
    display: flex;
}

.mortgage__item-accordion-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0C0C0C;
}

.mortgage__item-accordion-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
    margin-top: 16px;
}

.mortgage__item-accordion-text ul {
    margin: 0 0 0 32px;
}

.mortgage__item-accordion-row {
    display: flex;
    width: 100%;
    margin-top: 16px;
}

.mortgage__item-accordion-row + .mortgage__item-accordion-title {
    margin-top: 24px;
}

.mortgage__item-accordion-prop {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 200px;
    color: #757575;
}

.mortgage__item-accordion-value {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0C;
}

.mortgage__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mortgage__item-prop-container--desktop .mortgage__item-prop-result .mortgage__item-prop-name {
    display: none;
}

.first-pay-title {
    display: flex;
}

.first-pay-percent {
    margin: 0 0 0 auto;
}

@media (max-width: 1919px) {
    .mortgage {
        margin-top: 120px;
    }

    .mortgage__title {
        font-size: 54px;
        line-height: 66px;
    }

    .mortgage__title + * {
        margin-top: 32px;
    }

    .mortgage__calculator--input-title {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .mortgage__calculator-sum {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__calculator-sum span {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }

    .mortgage__calculator--input-container input {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__calculator-desc {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .mortgage__items-category-nav {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }

    .mortgage__item-title {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__item-text {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    .mortgage__item-prop-name {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .mortgage__item-prop-value {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .mortgage__item-prop-container {
        gap: 48px;
    }

    .mortgage__item-prop-result {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .mortgage__item-prop-result span {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .mortgage__item-accordion-button {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__item-accordion-title {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .mortgage__item-accordion-text {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__item-accordion-prop {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .mortgage__item-accordion-value {
        ont-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

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

    .mortgage__title {
        font-size: 48px;
        line-height: 60px;
    }

    .mortgage__title + * {
        margin-top: 24px;
    }

    .mortgage__calculator--input-title {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .mortgage__calculator-sum {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .mortgage__calculator-sum span {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
    }

    .mortgage__calculator--input-container input {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__calculator-desc {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .mortgage__items-category {
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

    .mortgage__items-category-nav {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        white-space: nowrap;
    }

    .mortgage__item-title {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__item-text {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        width: 100%;
    }

    .mortgage__item-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .mortgage__item-props {
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
    }

    .mortgage__item-prop-container {
        width: 100%;
    }

    .mortgage__item-prop, .mortgage__item-prop-result {
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .mortgage__item-prop-name {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .mortgage__item-prop-value {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .mortgage__item-prop-container {
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
    }

    .mortgage__item-prop-container--desktop {
        flex-direction: row;
    }

    .mortgage__item-prop-container--desktop .mortgage__item-prop-result .mortgage__item-prop-name {
        display: block;
    }

    .mortgage__item-footer {
        display: flex;
        border: 0;
        margin-top: 0;
    }

    .mortgage__item-accordion-button {
        display: none;
    }

    .mortgage__item-footer-body .button {
        width: 100%;
    }

    .mortgage__item-prop-result {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .mortgage__item-prop-result span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .mortgage__title + * {
        margin-top: 32px;
    }

    .mortgage {
        margin-top: 64px;
    }

    .mortgage__title {
        font-size: 32px;
        line-height: 40px;
    }

    .mortgage__calculator {
        padding: 16px;
    }

    .mortgage__calculator--input-title {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .mortgage__calculator-sum {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .mortgage__calculator-sum span {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
    }

    .mortgage__calculator--input-container input {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__calculator-desc {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .mortgage__items {
        margin-top: 30px;
    }

    .mortgage__items-category {
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

    .mortgage__items-category-nav {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        white-space: nowrap;
    }

    .mortgage__item-title {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .mortgage__item-text {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .mortgage__item-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .mortgage__item-props {
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
    }

    .mortgage__item-prop-container {
        width: 100%;
    }

    .mortgage__item-prop, .mortgage__item-prop-result {
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .mortgage__item-prop-name {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .mortgage__item-prop-value {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__item-prop-container {
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
    }

    .mortgage__item-prop-container--desktop {
        flex-direction: row;
    }

    .mortgage__item-prop-container--desktop .mortgage__item-prop-result .mortgage__item-prop-name {
        display: block;
    }

    .mortgage__item-footer {
        display: flex;
        border: 0;
        margin-top: 0;
    }

    .mortgage__item-accordion-button {
        display: none;
    }

    .mortgage__item-footer-body .button {
        width: 100%;
    }

    .mortgage__item-prop-result {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .mortgage__item-prop-result span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .mortgage__item-desc {
        width: unset;
        margin-left: 16px;
        gap: 4px;
    }

    .mortgage__item-logo {
        min-width: 48px;
        min-height: 48px;
        width: 48px;
        height: 48px;
    }

    .mortgage__item-container {
        align-items: flex-start;
    }

    .mortgage__item {
        padding: 24px 16px;
    }

    .mortgage__button {
        width: 100%;
    }

    .mortgage__button a {
        width: 100%;
    }
}

.hide-extra {
    display: none;
}

.used-extra {
    display: none;
}

.force-flex {
    display: flex !important;
}
/* End */


/* Start:/local/templates/kipreya_redesign/components/bitrix/system.pagenavigation/main/style.css?1712855724371*/
.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/kipreya_redesign/components/remark/realty.apartments/similar/style.css?17128557242979*/
.swiper.similar__swiper {
    overflow: hidden;
}

.similar {
    margin-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1439px) {
    .similar {
        margin-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .similar {
        margin-top: 64px;
        padding-bottom: 64px;
    }
}

.similar__content {
    position: relative;
}

.similar__title {
    color: #0c0c0c;
    font-weight: 400;
    font-size: 54px;
    line-height: 66px;
}

@media (max-width: 1439px) {
    .similar__title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .similar__title {
        font-size: 32px;
        line-height: 40px;
    }
}

.similar__title + * {
    margin-top: 32px;
}

@media (max-width: 1919px) {
    .similar__title + * {
        margin-top: 24px;
    }
}

@media (max-width: 1439px) {
    .similar__title + * {
        margin-top: 16px;
    }
}

.similar__swiper-slide {
    width: 430px;
}

@media (max-width: 1919px) {
    .similar__swiper-slide {
        width: 418px;
    }
}

@media (max-width: 1439px) {
    .similar__swiper-slide {
        width: 462px;
    }
}

@media (max-width: 1023px) {
    .similar__swiper-slide {
        width: 337px;
    }
}

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

.similar__swiper-controls {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

@media (max-width: 1439px) {
    .similar__swiper-controls {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .similar__swiper-controls {
        position: static;
        margin-top: 16px;
    }
}

.similar__swiper-controls > .similar__swiper-button {
    position: static;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.similar__swiper-controls > .similar__swiper-button::after {
    all: unset;
}

.swiper-pagination-fraction.similar__swiper-pagination {
    position: static;
    color: #757575;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
    width: fit-content;
}

@media (max-width: 1023px) {
    .swiper-pagination-fraction.similar__swiper-pagination {
        font-size: 16px;
        line-height: 24px;
    }
}

.swiper-pagination-fraction.similar__swiper-pagination > .swiper-pagination-current {
    font-size: 30px;
    line-height: 38px;
}

@media (max-width: 1439px) {
    .swiper-pagination-fraction.similar__swiper-pagination > .swiper-pagination-current {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 1023px) {
    .swiper-pagination-fraction.similar__swiper-pagination > .swiper-pagination-current {
        line-height: 32px;
    }
}
/* End */
/* /local/templates/kipreya_redesign/components/remark/realty.apartment/detail_new/style.css?175084330444576 */
/* /local/templates/kipreya_redesign/components/bitrix/news.list/mortgage-calc/style.css?171285572416882 */
/* /local/templates/kipreya_redesign/components/bitrix/system.pagenavigation/main/style.css?1712855724371 */
/* /local/templates/kipreya_redesign/components/remark/realty.apartments/similar/style.css?17128557242979 */
