

/* Start:/local/templates/kipreya_redesign/components/bitrix/news.detail/cottage/style.css?174883720454049*/
.fancybox__container .fancybox__backdrop {
    background-color: #FFFFFF;
}

.apartment-detail {
    margin-top: 44px;
}

@media (max-width: 1919px) {
    .apartment-detail {
        margin-top: 48px;
    }
}

@media (max-width: 1439px) {
    .apartment-detail {
        margin-top: 32px;
    }
}

.apartment-detail__header+* {
    margin-top: 32px;
}

@media (max-width: 1919px) {
    .apartment-detail__header+* {
        margin-top: 43px;
    }
}

@media (max-width: 1439px) {
    .apartment-detail__header+* {
        margin-top: 32px;
    }
}

.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: 44px;
}

@media (max-width: 1919px) {
    .apartment-detail__back+* {
        margin-top: 4px;
    }
}

.apartment-detail__title {
    color: var(--c-wine);
    font-weight: 400;
    font-size: 70px;
    line-height: 86px;
    text-transform: uppercase;
}

@media (max-width: 1439px) {
    .apartment-detail__title {
        font-size: 60px;
        line-height: 74px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__title {
        font-size: 54px;
        line-height: 74px;
        max-width: 580px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__title {
        font-size: 40px;
        line-height: 50px;
        max-width: 100%;
    }
}

.apartment-detail__title+* {
    margin-top: 16px;
}

.apartment-detail__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media (max-width: 767px) {
    .apartment-detail__tag {
        overflow-x: scroll;
    }
}

.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: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
}

.apartment-detail__body {
    border-top: 1px solid #c2c2c2;
    padding-top: 24px;
}

.apartment-detail__body+* {
    margin-top: 120px;
}

@media (max-width: 1439px) {
    .apartment-detail__body+* {
        margin-top: 100px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__body+* {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__body+* {
        margin-top: 64px;
    }
}

.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 {
    min-height: 216px;
    margin: 0 0 45px 0;
}

@media (max-width: 1439px) {
    .apartment-detail__info {
        min-height: 328px;
    }
}

.apartment-detail__list {
    column-count: 3;
}

@media (max-width: 1439px) {
    .apartment-detail__list {
        column-count: 2;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__list {
        column-count: unset;
    }
}

.apartment-detail__list::after {
    content: "";
    position: absolute;
    top: -24px;
    right: 0;
    width: 1px;
    height: calc(100% + 24px);
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    .apartment-detail__list::after {
        all: unset;
    }
}

.apartment-detail__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: 4px;
    width: fit-content;
    margin: 0 105px 24px 0;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

@media (max-width: 1919px) {
    .apartment-detail__item {
        margin: 0 99px 24px 0;
    }
}

@media (max-width: 1439px) {
    .apartment-detail__item {
        margin: 0 38px 16px 0;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__item {
        margin: 0 0 8px 0;
    }

    .apartment-detail__item:last-child {
        margin: unset;
    }
}

@media (max-width: 767px) {
    .apartment-detail__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.apartment-detail__item-name {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .apartment-detail__item-name {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__item-name {
        width: 40%;
        line-height: 18px;
    }
}

.apartment-detail__item-value {
    color: #0C0C0C;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1023px) {
    .apartment-detail__item-value {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__item-value {
        width: 40%;
    }
}

.apartment-detail__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 1439px) {
    .apartment-detail__actions {
        margin-top: 0;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 50px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__actions {
        margin-top: 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        row-gap: 32px;
        border-top: 1px solid #c2c2c2;
        padding-top: 32px;
    }
}

.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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    gap: 8px;
    position: relative;
}

@media (max-width: 1023px) {
    .apartment-detail__price {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.apartment-detail__price-total {
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    white-space: nowrap;
}

.apartment-detail__price-total.apartment-detail__price--custom {
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 1439px) {
    .apartment-detail__price-total {
        font-size: 28px;
        line-height: 36px;
    }
}

@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::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -70px;
    width: 1px;
    height: 132px;
    background-color: #c2c2c2;
}

@media (max-width: 1439px) {
    .apartment-detail__price::before {
        top: -24px;
        left: -42px;
        height: 190px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__price::before {
        all: unset;
    }
}

.apartment-detail__price+* {
    margin-left: 99px;
}

@media (max-width: 1919px) {
    .apartment-detail__price+* {
        margin-left: 91px;
    }
}

@media (max-width: 1439px) {
    .apartment-detail__price+* {
        margin-left: 102px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__price+* {
        margin-left: 42px;
    }
}

@media (max-width: 767px) {
    .apartment-detail__price+* {
        margin-left: 0;
    }
}

.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__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

@media (max-width: 1439px) {
    .apartment-detail__action {
        gap: 16px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__action {
        width: 100%;
        justify-content: center;
        gap: 36px;
    }
}

.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__action::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -35px;
    width: 1px;
    height: 132px;
    background-color: #c2c2c2;
}

@media (max-width: 1439px) {
    .apartment-detail__action::before {
        top: -24px;
        left: -42px;
        height: 190px;
    }
}

@media (max-width: 1023px) {
    .apartment-detail__action::before {
        all: unset;
    }
}

.apartment-detail__action+* {
    margin-left: 16px;
}

@media (max-width: 1023px) {
    .apartment-detail__action+* {
        margin-left: 0;
    }
}

.apartment-detail__action--house::before {
    height: 213px;
}

@media (max-width: 1439px) {
    .apartment-detail__action--house::before {
        height: 328px;
    }
}

.apartment-detail__share-popover {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    bottom: calc(100% + 4px);
    background-color: #ffffff;
    padding: 16px;
    -webkit-box-shadow: 0px 5.15464px 11.5979px rgba(154, 154, 154, 0.25);
    box-shadow: 0px 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-popover--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.apartment-detail__share-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #0c0c0c;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.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: -webkit-max-content;
    height: -moz-max-content;
    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: -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;
}

.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 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.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: -webkit-max-content;
    width: -moz-max-content;
    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: 0px 8px 24px #D9D9D9;
    box-shadow: 0px 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 {
    padding: 32px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 1439px) {
    .detail__tab {
        padding: 24px;
    }
}

@media (max-width: 1023px) {
    .detail__tab {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .detail__tab {
        padding: 16px 8px 24px 8px;
    }
}

.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;
}

.detail__nav-tabs>.detail__nav-link {
    border: none;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 0 16px 0;
    color: #757575;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

@media (max-width: 1023px) {
    .detail__nav-tabs>.detail__nav-link {
        font-size: 14px;
        line-height: 22px;
    }
}

.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: 24px;
}

@media (max-width: 1919px) {
    .detail__tab-content {
        margin-top: 32px;
    }
}

@media (max-width: 1439px) {
    .detail__tab-content {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .detail__tab-content {
        margin-top: 10px;
    }
}

.detail__tab-content>.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@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;
}

@media (max-width: 1023px) {
    .detail__tab-pane {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .detail__tab-pane {
        padding-bottom: 200px;
    }
}

@media (max-width: 1023px) {
    .detail__tab-pane--house {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .detail__tab-pane--house {
        padding-bottom: 0;
    }
}

.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-floor {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .detail__tab-floor {
        bottom: 100px;
    }
}

.detail__tab-image {
    width: 594px;
    height: 685px;
}

@media (max-width: 1919px) {
    .detail__tab-image {
        width: 562px;
        height: 667px;
    }
}

@media (max-width: 1439px) {
    .detail__tab-image {
        width: 465px;
        height: 551px;
    }
}

@media (max-width: 1023px) {
    .detail__tab-image {
        width: 343px;
        height: 505px;
    }
}

@media (max-width: 767px) {
    .detail__tab-image {
        width: 100%;
        height: 375px;
    }
}

.detail__tab-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.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 {
    float: right;
    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;
}

@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;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.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: absolute;
    bottom: 32px;
    right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
}

@media (max-width: 1439px) {
    .detail__tour {
        bottom: 24px;
        right: 24px;
        gap: 23px;
    }
}

@media (max-width: 1023px) {
    .detail__tour {
        bottom: 16px;
        right: 16px;
    }
}

@media (max-width: 767px) {
    .detail__tour {
        bottom: 24px;
        right: 8px;
    }
}

.detail__tour--house {
    position: relative;
    bottom: unset;
    right: unset;
}

.detail__tour-image {
    width: 146px;
    height: 100px;
    position: relative;
}

@media (max-width: 1439px) {
    .detail__tour-image {
        width: 124px;
        height: 85px;
    }
}

@media (max-width: 1023px) {
    .detail__tour-image {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .detail__tour-image {
        width: 145px;
    }
}

.detail__tour-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    -o-object-fit: cover;
    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);
}

.detail__nav-link {
    padding: 10px 18px 10px 18px !important;
    border-radius: 10px !important;
    border-color: #A12049 !important;
    border: 1px solid;
    color: #000 !important;
}


.nav-tabs .nav-link:hover {
    background-color: #F5E8EC !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {

    background-color: #A12049 !important;
    color: #FFF !important;


}

@media (max-width: 1023px) {
    .detail__swiper-slide img {
        max-height: 200px;
        height: 200px;
    }

    .detail__tab-top .swiper {
        min-height: 200px;
    }
}

.section-genplan h2 {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.section-genplan .button.button--icon {
    margin: 0 0 32px 0;
}

.genplan {
    position: relative;
    overflow-x: auto;
}

.genplan-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.genplan-overflow {
    position: absolute;
    z-index: 7;
    inset: 0;
    background-color: #F8F8F8;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.genplan-overflow.active {
    opacity: .3;
}

.genplan-svg {
    position: absolute;
    z-index: 8;
    inset: 0;
    width: 100%;
    height: 100%;
}

.genplan-svg__item {

    /* fill: rgba(255, 255, 255, 1);
    opacity: .6; */
    fill: #A12049;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.genplan-card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.genplan-card-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
}

.genplan--flower .genplan-card-wrap {
    flex-direction: column;
}

.genplan-card-desc {
    display: flex;
    flex-direction: row;
    gap: 30px;
    min-width: 400px;
    padding: 24px;
    background-color: var(--c-white);
    border-radius: 16px;
}

.genplan--flower .genplan-card-desc {
    min-width: 360px;
    border-radius: 0 0 16px 16px;
}

.genplan--flower .genplan-card-desc.genplan-card-desc--no-image {
    border-radius: 16px;
}

.genplan-card-desc__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 312px;
    width: 100%;
}

.genplan--flower .genplan-card-desc__text {
    gap: 8px;
}

.genplan-card-desc a.button {
    margin: 8px 0 0 0;
}

.genplan--flower .genplan-card-desc a.button {
    margin: 16px 0 0 0;
    width: 100%;
}

.genplan-card-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 32px;
    max-width: 220px;
}

.genplan-card__close {
    display: none;
}

.genplan-card-desc img {
    width: 50px;
    height: 50px;
}

.genplan-card-stats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 312px;
    margin: 8px 0 0 0;
}

.genplan-card-stats__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

.genplan-sideview,
.genplan-panorama {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
}

.genplan-sideview:hover .genplan-sideview__tooltip,
.genplan-panorama:hover .genplan-panorama__tooltip {
    opacity: 1;
}

.genplan-sideview__tooltip,
.genplan-panorama__tooltip {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    display: flex;
    opacity: 0;
    padding: 16px;
    border: 1px solid var(--c-gray-medium);
    border-radius: 10px;
    background-color: var(--c-white);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-width: 115px;
}

.genplan-panorama__tooltip {
    min-width: 175px;
}

.genplan--flower .genplan-card__image {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.genplan--flower .genplan-card__image img {
    max-width: 360px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.genplan-bubble {
    display: none;
    position: absolute;
    z-index: 6;
    padding: 6px;
    border-radius: 50%;
    background-color: var(--c-white);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.genplan-card-desc__image {
    display: none;
}

.genplan-card-desc .p2 {
    color: var(--c-gray-medium);
}

.genplan-scroll-tooltip {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9;
    display: none;
}

.genplan-second-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1919px) {
    .genplan-card__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 32px 0;
    }

    .genplan-card-desc {
        min-width: 340px;
        gap: 16px;
    }

    .genplan-card-desc button.button {
        margin: 8px 0 0 0;
    }

    .genplan--flower .genplan-card__image img {
        height: 150px;
    }

    .genplan-card-stats {
        max-width: 252px;
    }

    .genplan--flower .genplan-card-desc {
        min-width: 300px;
    }

    .genplan-sideview img {
        width: 92px;
        height: 92px;
    }

    .genplan-panorama img {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 1439px) {
    .section-genplan h2 {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .genplan-card__header {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 2px 0;
    }

    .genplan-card__title {
        margin: 0 0 24px 0;
    }

    .genplan-card-desc {
        min-width: 300px;
        gap: 30px;
        padding: 24px;
    }

    .genplan--flower .genplan-card-desc {
        padding: 16px;
    }

    .genplan-sideview img {
        width: 80px;
        height: 80px;
    }

    .genplan-panorama img {
        width: 36px;
        height: 36px;
    }

    .genplan--flower .genplan-card-desc {
        min-width: 260px;
    }
}

@media (max-width: 1023px) {
    .genplan-scroll-tooltip {
        display: flex;
    }

    .genplan-overflow {
        display: none;
    }

    .genplan-sideview,
    .genplan-panorama {
        display: none;
    }

    .genplan-image img {
        max-width: unset;
        width: initial;
        height: 500px;
    }

    .genplan-svg {
        width: 1045px;
    }

    .genplan-bubble {
        display: flex;
    }

    .genplan-card {
        inset: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .genplan-card-wrap {
        margin: auto;
    }

    .genplan-card-desc {
        position: relative;
        padding: 24px;
        border-radius: 16px;
        gap: 16px;
        max-width: unset;
        min-width: unset;
    }

    .genplan-card-desc a.button {
        width: 100%;
    }

    .genplan-card__close {
        position: absolute;
        top: 24px;
        right: 24px;
        display: flex;
        cursor: pointer;
    }

    .genplan-card-desc__text h3 {
        width: calc(100% - 18px);
    }

    .genplan--flower .genplan-card-desc {
        min-width: 290px;
        border-radius: 16px;
        padding: 24px;
    }

    .genplan--flower .genplan-card-desc__text {
        gap: 4px;
    }

    .genplan-card__image {
        display: none;
    }

    .genplan-card-desc__image {
        display: flex;
        overflow: hidden;
        object-fit: cover;
        border-radius: 8px;
        margin: 12px 0;
    }

    .genplan-card-desc__image img {
        height: 130px;
        width: 100%;
    }

    .genplan--flower .genplan-card-desc a.button {
        margin: 20px 0 0 0;
    }
}

.detail__nav .nav-tabs {
    border-bottom: unset;
}

.b-apartment-detail__circle {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.b-apartment-detail__rotate-sun {
    z-index: 10;

}

.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: 10;
}

.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: 10;
}

.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;
}

/* 
.detail-house__floor{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
} */

.b-apartment-detail__circle img {
    max-width: 100%;
}

.b-apartment-detail__img-wrapper {
    position: relative;
    width: 600px;
    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: 25px;

}

.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);
    position: relative;
}

.b-apartment-detail__plan img {
    max-width: 400px;
}

.b-apartment-detail__switch-btns {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.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;
    z-index: 10;
}

/* 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;
    z-index: 10;
}

#layout-swiper-pagination {
    position: static;
    color: #757575;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
    width: fit-content;
}

.floors-boxes {
    position: absolute;
    left: 20px;
    top: 44%;
    z-index: 199;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.floor-box {
    width: 56px;
    height: 56px;
    color: #0C0C0C;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #A12049;
    cursor: pointer;
    position: relative;
-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none; /* Убираем контур при фокусе */
}

.floor-box.active {
    background-color: #A12049;
    color: #fff;
}

.box-line::after {
  content: '';
    width: 2px;
    display: block;
    position: absolute;
    background-color: #D1CDC4;
    top: 58px;
    height: 12px;
}

@media(max-width:1024px) {
    .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;
    }

    .floors-boxes {
        top: 50px;
    }
}

.rose {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 75px;
}
/* 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.plot/similar/style.css?17128557243010*/
.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;
    text-transform: uppercase;
}

@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/bitrix/news.detail/cottage/style.css?174883720454049 */
/* /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.plot/similar/style.css?17128557243010 */
