@charset "UTF-8";
.layout__slider {
    max-width: 75%;
    min-width: 41rem;
    overflow: visible;
    position: relative;
}

.layout__slider-new-rep {
    max-width: 75%;
    min-width: 41rem;
    overflow: visible;
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
}

.lot-img_label {
    position: absolute;
    top: 10px;
    font-size: 1.2rem;
    background: #ff4e00;
    padding: 5px 10px;
    color: white;
}

.layout__slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-slide-active {
    width: 100%;
    z-index: 1001;
}

.layout__slider img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: contain;
}

.simplebar-content {
    display: flex;
    justify-content: center;
}

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

.lots > * {
    min-width: 0
}

.lots {
    margin-bottom: 0;
    margin-left: -3.6rem;
    margin-top: -3.6rem
}

.lots > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 3.6rem;
    padding-top: 3.6rem
}

.lot {
    display: block;
    font-weight: 500;
    height: 100%;
    line-height: 1.2;
    padding: 3rem;
    position: relative;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease
}

.lot__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.lot__header,
.lot__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0
}

.lot__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 1.8rem;
    min-height: 1px;
    width: 100%
}

.lot__body,
.lot__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.lot__footer {
    margin-top: 1.2rem
}

.lot__image {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 70%
}

.lot__image img {
    display: block;
    margin: 0 auto;
    max-height: 34rem;
    mix-blend-mode: multiply;
    width: auto
}

.lot__label {
    background-color: #fff;
    background-color: var(--color-white);
    border: .1rem solid;
    color: #ff4e00;
    color: var(--color-accent);
    font-size: 1.5rem;
    padding: .5rem 1rem;
    position: absolute;
    right: -5%;
    top: 22%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.lot__price,
.lot__title {
    font-size: 2rem
}

.lot__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.lot__bonus {
    color: #8035ff;
    text-align: right;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.lot__bonus,
.lot__floor,
.lot__slavery {
    font-size: 1.5rem
}

.lot__slavery {
    color: #999;
    color: var(--color-fade);
    text-align: right;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.lot__remove {
    background-color: #ff4e00;
    background-color: var(--color-accent);
    border: 0;
    color: #fff;
    color: var(--color-white);
    font-size: 1.6rem;
    line-height: 1.125;
    margin: 0;
    opacity: 1;
    padding: 1.2rem 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

html:not(.-device-touch) .lot__remove {
    opacity: 0
}

html:not(.-device-touch) .lot:hover {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
    color: #ff4e00;
    color: var(--color-accent)
}

html:not(.-device-touch) .lot:hover .lot__remove {
    opacity: 1
}

html:not(.-device-touch) .lot:hover .lot__bonus,
html:not(.-device-touch) .lot:hover .lot__slavery {
    color: #ff4e00;
    color: var(--color-accent)
}

.plan__label {
    margin-bottom: 1.8rem
}

.property {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    justify-content: space-between;
    line-height: 1.35
}

.property__label {
    color: #999;
    color: var(--color-fade)
}

.property__value {
    text-align: right
}

.section_detail {
    background-color: #fff;
    background-color: var(--color-white);
    padding-bottom: 2rem
}

.section_lots {
    padding-bottom: 3.6rem;
    padding-top: 2.4rem
}

.footer {
    border-top: .2rem solid #fff
}

.plan_lot .plan__image img,
.plan_lot .plan__image svg {
    max-height: 25rem;
    max-width: 83%;
    width: auto
}

.plan_corpus .plan__label {
    margin-bottom: 5rem
}

.plan_corpus .plan__image {
    position: relative
}

.plan_corpus .plan__image img,
.plan_corpus .plan__image svg {
    max-width: 77%;
    width: 100%
}

.plan_corpus .plan__image svg {
    display: block
}

.plan_corpus .plan__image-horizontal,
.plan_corpus .plan__image-vertical {
    font-size: 1.2rem;
    line-height: 2;
    position: absolute
}

.plan_corpus .plan__image-horizontal {
    left: 0;
    text-align: center;
    top: -3rem;
    width: 77%
}

.plan_corpus .plan__image-vertical {
    left: 0;
    top: 0;
    -webkit-transform: rotate(-90deg) translate(-100%, 50%);
    -ms-transform: rotate(-90deg) translate(-100%, 50%);
    transform: rotate(-90deg) translate(-100%, 50%);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    white-space: nowrap
}

.detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500
}

.detail > * {
    min-width: 0
}

.detail__aside {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative
}

.detail__section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: 1;
    position: relative
}

.detail__rose-wind {
    font-size: 0;
    height: 6.4rem;
    left: 5rem;
    position: absolute;
    top: 0;
    width: 6.4rem;
    z-index: 2
}

.detail__rose-wind svg {
    display: block
}

.detail__rose-wind svg .compass-rotate {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.detail__aside,
.detail__bside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.5478%;
    flex: 0 0 21.5478%;
    max-width: 21.5478%;
    padding-top: 8.8rem
}

.detail__bside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.detail__properties {
    padding-right: 2.8rem
}

.detail__additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 1.5rem
}

.detail__additional > * {
    min-width: 0
}

.detail__slavery {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.detail__favorite {
    display: none;
    font-size: 1.5rem;
    margin-top: 2.4rem;
    text-align: center
}

.detail__download {
    -webkit-box-flex: 1;
    color: #999;
    color: var(--color-fade);
    -ms-flex: 1;
    flex: 1
}

.detail__order {
    margin-top: 20px;
}

.detail__group + .detail__group {
    margin-top: 4.8rem
}

.detail__group {
    width: 100%
}

.detail__popup {
    display: none
}

.layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.layout__slider {
    max-width: 54.66666667%;
    min-width: 41rem;
    overflow: visible;
    position: relative
}

/*
.layout__slider .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.layout__slider img {
    -webkit-box-flex: 0;
    display: block;
    -ms-flex: none;
    flex: none;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
} */

.layout__badge {
    position: absolute;
    right: 100%;
    top: 0;
    width: 2.7rem;
    z-index: 2
}

.layout__controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 5.6rem;
    width: 100%
}

.layout__control {
    background: none;
    border: 0;
    color: #999;
    color: var(--color-fade);
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 .5rem;
    padding: 0;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.layout__control:hover {
    color: #ff4e00;
    color: var(--color-accent)
}

.layout__control.layout__control_active {
    color: #444;
    color: var(--color-dark-gray);
    cursor: default
}

@media (min-width: 901px) {
    .layout__slider .swiper-slide {
        height: calc(100vh - 22.8rem);
        min-height: 42.9rem;
        padding:20px;
    }
}

@media (max-width: 1350px) {
    .lot {
        padding: 2rem
    }

    .property {
        font-size: 1.8rem
    }

    .detail__additional {
        font-size: 1.2rem
    }
}

@media (max-width: 1250px) {
    .property {
        font-size: 1.6rem
    }
}

@media (max-width: 1100px) {
    .lots {
        margin-bottom: 0;
        margin-left: -3.6rem;
        margin-top: -3.6rem
    }

    .lots > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 3.6rem;
        padding-top: 3.6rem
    }

    .lot {
        padding: 1.5rem
    }

    .lot__footer {
        margin-top: .9rem
    }

    .lot__label {
        font-size: 1.2rem
    }

    .lot__price,
    .lot__title {
        font-size: 1.5rem
    }

    .lot__bonus,
    .lot__floor,
    .lot__slavery {
        font-size: 1.2rem
    }

    .plan__label {
        margin-bottom: 1.5rem
    }

    .plan__label,
    .property {
        font-size: 1.5rem
    }

    .property {
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch
    }

    .property__label {
        padding-right: .6rem
    }

    .property__label,
    .property__value {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .property__value {
        padding-left: 1.3rem;
        text-align: left
    }

    .section_lots {
        padding-top: 1.4rem
    }

    .detail__aside,
    .detail__bside {
        padding-top: 6.5rem
    }

    .detail__properties {
        padding-right: 2rem
    }

    .detail__additional {
        margin-top: 1.3rem
    }

    .detail__order {
        margin-top: 1.8rem
    }

    .detail__group + .detail__group {
        margin-top: 3.3rem
    }

    .layout__slider {
        min-width: 31rem
    }

    .layout__badge {
        width: 2rem
    }

    .layout__controls {
        margin-top: 3.6rem
    }

    .layout__control {
        font-size: 1.5rem
    }
}

@media (max-width: 1000px) {
    .detail__aside,
    .detail__bside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%
    }
}

@media (max-width: 900px) {
    .lots {
        margin-bottom: 0;
        margin-left: -3.6rem;
        margin-top: -3.6rem
    }

    .lots > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 3.6rem;
        padding-top: 3.6rem
    }

    .lot {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0
    }

    .property {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        font-size: 1.6rem;
        justify-content: center
    }

    .property__label {
        padding-right: .6rem;
        text-align: right
    }

    .property__label,
    .property__value {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .property__value {
        padding-left: .6rem;
        text-align: left
    }

    .detail__minimap .plan_corpus .plan__label {
        margin-bottom: 1.8rem
    }

    .detail__minimap .plan_corpus .plan__image-horizontal,
    .detail__minimap .plan_corpus .plan__image-vertical {
        display: none
    }

    .detail {
        display: block
    }

    .detail__rose-wind {
        left: 0;
        top: 3rem;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

    .detail__aside,
    .detail__bside {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: none;
        padding-top: 0
    }

    .detail__bside {
        margin: 2.4rem auto 0;
        max-width: 38rem
    }

    .detail__properties {
        padding-right: 0
    }

    .detail__additional {
        font-size: 1.6rem
    }

    .detail__slavery {
        padding-right: .6rem;
        text-align: right
    }

    .detail__download {
        padding-left: .6rem
    }

    .detail__minimap {
        background-color: #f8f8f8;
        margin-top: 4rem;
        padding: 1rem;
        position: absolute;
        top: 3.4rem;
        width: 8.2rem
    }

    .detail__minimap .plan__label {
        display: none
    }

    .detail__minimap .detail__group + .detail__group {
        margin-top: .9rem
    }

    .detail__popup.detail__popup_active {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: flex-start;
        background-color: hsla(0, 0%, 100%, .8);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        left: 0;
        padding: 2.4rem;
        padding: var(--container-gap);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 11
    }

    .-detail-popup-active .footer {
        z-index: 10
    }

    .layout {
        display: block;
        margin-left: -2.4rem;
        margin-left: calc(var(--container-gap) * -1);
        margin-right: -2.4rem;
        margin-right: calc(var(--container-gap) * -1);
        overflow: hidden
    }

    .layout__slider .swiper-slide {
        height: 40rem;
    }

    .layout__slider-new-rep .swiper-slide {
        height: 40rem;
    }

    .layout__slider {
        max-width: none;
        min-width: 0
    }

    .layout__badge {
        left: 2.4rem;
        left: var(--container-gap);
        right: auto;
        width: 1.8rem
    }

    .layout__controls {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 2.4rem;
        margin-top: 0;
        padding-left: 2.4rem;
        padding-left: var(--container-gap);
        padding-right: 2.4rem;
        padding-right: var(--container-gap)
    }

    .layout__control {
        font-size: 1.6rem
    }

    .layout__control:after {
        content: "⇩"
    }

    .layout__control:not(.layout__control_active) {
        display: none
    }
}

@media (max-width: 600px) {
    .lot__footer {
        display: block
    }

    .lot__image {
        width: 100%
    }

    .lot__label {
        right: 0
    }

    .lot__price,
    .lot__title {
        font-size: 1.6rem
    }

    .lot__bonus {
        font-size: 1.1rem
    }

    .lot__floor {
        color: #999;
        color: var(--color-fade);
        font-size: 1.6rem
    }

    .lot__slavery {
        font-size: 1.1rem;
        margin-top: 1.2rem;
        text-align: left
    }

    .lot__remove {
        font-size: 0;
        padding: .3rem .8rem
    }

    .lot__remove:after {
        content: "×";
        font-size: 2rem
    }

    .detail__favorite {
        display: block
    }
}

@media (max-width: 370px) {
    .lots {
        margin-bottom: 0;
        margin-left: -1.8rem;
        margin-top: -3.6rem
    }

    .lots > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 1.8rem;
        padding-top: 3.6rem
    }

    .lot__price,
    .lot__title {
        font-size: 1.4rem
    }

    .lot__bonus {
        font-size: .9rem
    }

    .lot__floor {
        font-size: 1.4rem
    }

    .detail__minimap {
        padding: .5rem;
        width: 6rem
    }

    .detail__minimap .detail__group + .detail__group {
        margin-top: .4rem
    }
}

.lot__label {
    background-color: #fff;
    background-color: var(--color-white);
    border: 0.1rem solid;
    color: #ff4e00;
    color: var(--color-accent);
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -5%;
    top: 18%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.lot__label__best {
    background-color: #ff4e00;
    border: 0.1rem solid #ff4e00;
    color: white;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -5%;
    top: -5%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.lot__label__superprice {
    background-color: #ffffff;
    border: 0.1rem solid #7ac614;
    color: #7ac614;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -5%;
    top: -5%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.lot__label__ipoteka {
    background-color: #7ac614;
    border: 0.1rem solid #7ac614;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    position: absolute;
    right: -5%;
    top: -5%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

@media (max-width: 1100px) {
    .lot__label,
    .lot__label__best,
    .lot__label__ipoteka,
    .lot__label__superprice {
        font-size: 1.2rem;
    }
}

.lot-number {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #292929;
    padding-left: 15px;
}

.lot-type {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    margin-bottom: 40px;
    position: relative;
    padding-left: 15px;
}
.lot-block-name {
  position: relative;
}
.lot-block-name:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #EC6555;
    bottom: 20px;
    left: 0;
}

.lot-block_lot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.lot-block_lot:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E4E4E4;
    bottom: -10px;
    left: 0;
}

.lot-block-big {
    margin-bottom: 11px;
}

.lot-block_lot .lot-block_type {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #5C5C5C;
    padding-left: 15px;
}

.lot-block_lot .lot-block_data {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    color: #333333;
    padding-right: 15px;
}

.lot-block_lot .lot-block_action {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 15px;
    color: #000000;
    padding: 5px;
    border: 1px dashed #f7f7f7;
    width: 100%;
    text-align: center;
    margin-top: 11px;
    position: relative;
    display: inline-block;
}

.lot-block_lot .lot-block_link {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 15px;
    color: #999999;
}

.lot-price {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    color: #333333;
    display: flex;
    justify-content: start;
    padding-left: 15px;
}

.lot-oldprice {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #C4C4C4;
    display: flex;
    justify-content: start;
    padding-left: 15px;
}

.lot-button {
    background: #2C2C2C;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 9px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 25px;
    color: white;
}

.lot-button-ipoteka {
    background: #F2F2F2;
    width: 75%;
    display: flex;
    justify-content: center;
    padding: 2px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    border-radius: 25px;
    margin-top: 10px;
    color: #313131;
}

.lot-ipoteka {
    border-bottom: 1px dotted #313131;
    color:#313131;
    font-size:18px;
    font-weight: bold;
    font-family: "Jost", serif;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s all;
    border: solid 1px #ddd;
    background: #fff;
    margin: 0 auto;
    padding: 48px;
    min-height: 521px;
    width: 640px;
    border-radius: 30px;
    max-height: 95vh;
}

/* calculator */
#calculator, #calculator * {
    box-sizing: border-box;
}

#calculator {

}

.popup_title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 39px;
    color: #000000;
}

.inner-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #8C8C8C;
}

.inner-text_margin {
    margin-top: 30px;
}

/* inputs */
.input-flex_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
}

.input-flex_box-outer {
    width: calc(50% - 8px);
}

.input-flex_box-inner {
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 12px;
    padding: 18px 20px 0;
    height: 50px;
    position: relative;
}

.input-flex_box-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-flex_num {
    border: 0;
    color: black;
    font-size: 14px;
    font-weight: 500;
    height: 14px;
    letter-spacing: .02em;
    line-height: 14px;
    opacity: 1;
    outline: none;
    padding: 0;
    width: 80%;
    font-weight: bold;
}

.input-flex_num-small {
    width: 20%;
    color: #8C8C8C;
    text-align: right;
    font-weight: normal;
}

.input-flex_range {
    position: absolute;
    bottom: -1px;
    width: 221px;
}

.result-box {
    margin-top: 12px;
    width: 100%;
    border: 1px solid #DAD8D8;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px;
    flex-direction: row;
}

.mort-name {
    color: #2d2f33;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.mort-name_small {
    color: #8C8C8C;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin-top: 6px;
}

.mort-name_res {
    color: #8C8C8C;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    text-align: right;
    margin-top: 6px;
}

.bank-circle {
    border: 2px solid #EC6555;
    border-radius: 50%;
    position: relative;
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.result-bank_box {
    display: flex;
    align-items: center;
}

.result-bank_box-text {
    display: flex;
    align-items: left;
    flex-direction: column;
}

#vtb {
    width: 26px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -13px;
}

#scb {
    width: 26px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -13px;
}

#alfa {
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* medium */
@media (max-width: 768px) {

    .input-flex_range {
        position: absolute;
        bottom: 0;
        width: 90%;
    }

    .popup {
        width: 90%;
        padding: 12px;
    }

    .result-box {
        padding: 12px 12px;
    }


    .input-flex_box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .input-flex_box-outer {
        width: 100%;
        margin-top: 20px;
    }

    .mort-name {
        font-size: 14px;
        line-height: 14px;
    }

    .mort-name_small {
        font-size: 12px;
        line-height: 12px;
    }

    .mort-name_res {
        font-size: 14px;
        line-height: 14px;
    }


}

/* visibility */
[v-cloak] {
    display: none;
}

.visible {
    opacity: 1 !important;
}
.el-slider{
    height:0 !important;
}
.el-slider__bar {
    height: 2px !important;
    background-color: #EC6555 !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    position: absolute !important;
}

.el-slider__runway {
    width: 100% !important;
    height: 2px !important;
    margin: 0 !important;
    background-color: transparent !important;
    border-radius: 3px !important;
    position: relative !important;
    cursor: pointer !important;
    vertical-align: middle !important;
}

.el-slider__button-wrapper {
    top: -17px !important;
}

.el-slider__button {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #EC6555 !important;
    background-color: #EC6555 !important;
    border-radius: 50% !important;
    -webkit-transition: .2s !important;
    transition: .2s !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}


.wrapper {

}

.open-popup {
font-size: 14px;
}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 9999;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    padding: 5px;
    transition: border 0.5s ease-out;
}

.close-popup path {
    fill: #d8d8d8;
    transition: fill 0.5s ease-out;
}

.close-popup:hover,
.close-popup:hover path {
    border: 1px solid #EC6555;
    fill: #AFD74D;
}

.popup::-webkit-scrollbar {
    width: 2px;
    margin-left: 5px;
    position: absolute;
    left: 20px
}

.popup::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
}

.popup::-webkit-scrollbar-thumb {
    background-color: #AFD74D;
    border-radius: 100px;
    height: 10px;
    z-index: 0;
}

@media (max-width: 900px) {
    .detail__group-new {
        display: none;
    }


    .simplebar-content {
        display: flex;
        justify-content: left;
    }

    .simplebar-track.simplebar-horizontal {
        height: 7px !important;
        z-index: 0;
        margin: 0 20px;
    }
}

.container-new {
    margin: 0 auto;
    max-width: 100%;
    padding: 2rem 10rem;
    width: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
}

.container-new_white {
    margin: 0 auto;
    max-width: 100%;
    padding: 2rem 10rem;
    width: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
}

.el-tabs__nav-scroll {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

@media (max-width: 900px) {
    .container-new_white {
        margin: 0 auto;
        max-width: 100%;
        padding: 1rem 1rem;
        flex-direction: column;
        align-items: center;
    }


}

.container-new_row-left {
    background: white;
    border-radius: 30px;
    margin: 5px;
    width: auto;
    max-width: 990px;
    position: relative;
}

.container-new_row-right {
    background: white;
    border-radius: 30px;
    margin: 5px;
    height: 100%;
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 366px;
    flex: 0 0 366px;
    width: 366px;
    order: 2;
}

.container-new_row-max {
    margin: 0 auto;
    max-width: 100%;
    padding: 2rem 10rem;
    width: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
}

.lot__rose-wind {
    font-size: 0;
    height: 10rem;
    left: 5rem;
    position: absolute;
    top: 50%;
    width: 10rem;
    z-index: 2;
    margin-top: -32px;
}

.layout__controls-new {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
}

.layout__control-new {
    background: none;
    border: 0;
    color: #999;
    color: #888888;
    font-size: 16px;
    line-height: 1;
    margin: 0 0.5rem;
    padding: 0;
    -webkit-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
    position: relative;
}

.layout__control-new::after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #ff4e00;
    left: 0;
    bottom: -10px;
    -webkit-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

.layout__control-new:hover {
    color: #EC6555;

}

.layout__control-new:hover:after,
.layout__control-new:focus:after {
    width: 100%;
}

.layout__control-new.layout__control_active {
    color: #888888;
    color: #888888;
    cursor: default;
}

.layout__control-new.layout__control_active::after,
.layout__control-new:hover.layout__control_active::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #EC6555 !important;
    left: 0;
    bottom: -10px;
}

.slider-lot_label {
    font-size: 1.5rem;
    margin-right: 1.5rem;
}

@media (max-width: 1200px) {
    .container-new {
        margin: 0 auto;
        max-width: 100%;
        padding: 2rem 10rem;
        width: 100%;
        background: #f7f7f7;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .container-new_row-left {
        background: white;
        border-radius: 30px;
        margin: 5px;
        width: auto;
        max-width: 77%;
        position: relative;
    }

    .container-new_row-right {
        background: white;
        border-radius: 30px;
        margin: 5px;
        height: 100%;
        padding: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 366px;
        flex: 0 0 366px;
        width: 300px;
        order: 2;
    }
}

@media (max-width: 900px) {
    .container-new {
        margin: 0 auto;
        max-width: 100%;
        padding: 1rem 1rem;
        flex-direction: column;

    }

    .container-new_row-max {
        margin: 0 auto;
        max-width: 100%;
        padding: 1rem 1rem;
        flex-direction: column;
        align-items: center;
    }

    .container-new_row-left {
        background: white;
        border-radius: 30px;
        margin: 0 auto;
        width: 100vw;
        max-width: 100%;
    }

    .container-new_row-right {
        background: white;
        border-radius: 30px;
        margin: 15px 0 0 0;
        height: 100%;
        padding: 15px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 366px;
        flex: 0 0 366px;
        max-width: 366px;
        order: 2;
    }
    .layout__control-new{
        font-size:12px;
    }

    .lot__rose-wind {
        font-size: 0;
        height: 6.4rem;
        left: 2rem;
        position: absolute;
        top: 90%;
        width: 6.4rem;
        z-index: 2;
        margin-top: -32px;
    }

    .layout__controls-new {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: left;
        padding: 0;
        width: 100%;
        overflow: none;
        justify-content: center;
    }

    .layout__slider {
        max-width: 80vw;
        min-width: 41rem;
        width: auto;
        overflow: visible;
        position: relative;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .layout__slider-new-rep {
        max-width: 80vw;
        min-width: 41rem;
        width: auto;
        overflow: visible;
        position: relative;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .layout__slider img {
        -webkit-box-flex: 0;
        display: block;
        -ms-flex: none;
        flex: none;
        height: auto;
        max-height: 80%;
        max-width: 80%;
        width: auto;
        padding: 3rem;

    }

    .slider-lot_label {
        font-size: 1.2rem;
        margin-right: 1.5rem;
    }


    /* Tooltip text */
    .lot-block_action .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: #444;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        left: 17px;
        bottom: -80px;
        transition: visibility 0.5s ease-out;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .lot-block_action:hover .tooltiptext {
        visibility: visible;
    }
}


.layout__slider-new {
    max-width: 75%;
    min-width: 41rem;
    overflow: visible;
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
}

.layout__slider-new img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: contain;
}

.layout__slider-new-rep img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: contain;
}


.el-tabs__item {
    padding: 0;
    margin: 0 0.5rem;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 1.5rem;
    color: #999;
    position: relative;
    font-weight: 100;
}

.el-tabs__item::after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #444 !important;
    left: 0;
    bottom: 0;
    transition: width 0.5s ease-out, color 0.5s ease-out;
}

.el-tabs__item.is-active::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #444 !important;
    left: 0;
    bottom: 0;
}

.el-tabs__item.is-active:hover::after {
    background: #444 !important;
}

.el-tabs__item:hover::after {
    background: #ff4e00 !important;
    width: 100%
}

.el-tabs__item:hover {
    color: #ff4e00;
    cursor: pointer;
}

.el-tabs__item.is-active {
    color: #444;
}

.el-tabs__active-bar {
    display: none;
}

.el-tabs__nav-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
    z-index: 1;
}

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

.swiper-wrapper_new {
    overflow: hidden;
}

.swiper-slide_new {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide_new img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}


.swiper-slide {
    height: calc(100vh - 22.8rem);
    min-height: 42.9rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 510px;
    object-fit: contain;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-button-next,
.swiper-button-prev {
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #f7f7f7;
}


.swiper-button-next:after {
    position: absolute;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cpath fill='%23000' d='M17.587 13.537L28.05 24 17.587 34.462c-.45.45-.45 1.163 0 1.575.45.45 1.163.45 1.576 0l11.25-11.25c.224-.224.337-.524.337-.787a1.15 1.15 0 00-.337-.788l-11.25-11.25c-.45-.45-1.163-.45-1.576 0-.45.45-.45 1.126 0 1.575z'/%3E%3C/svg%3E");
    margin-top: 4px;
    margin-left: 4px;
}

.swiper-button-prev:after {
    position: absolute;
    margin-top: 4px;
    margin-right: 4px;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cpath fill='%23000' d='M30.413 34.462L19.95 24l10.463-10.463c.45-.45.45-1.162 0-1.575-.45-.45-1.163-.45-1.576 0l-11.25 11.25a1.144 1.144 0 00-.337.788c0 .262.113.563.337.788l11.25 11.25c.45.45 1.163.45 1.576 0 .45-.45.45-1.125 0-1.575z'/%3E%3C/svg%3E");
}

.el-switch__core {
    border: 1px solid #444444;
    background: #444444;

}

.el-switch__core:after {
    background: #EC6555;

}

.el-switch__label {
    color: #999;
}

.el-switch__label * {
    line-height: 1;
    font-size: 1.5rem;
    display: inline-block;
}

.el-switch__label.is-active {
    color: #000;
}

.el-switch.is-checked .el-switch__core {
    border-color: #444;
    background-color: #444;
}
.lot-page-padding{
    padding-top:12rem;
}
@media(max-width: 1600px){
    .lot-page-padding{
        padding-top:9rem;
    }
}
.button-widn{
    background:#F8F8FB;
    border-radius: 32px;
    color:#000000;
    fill:#000000;
    font-size:15px;
    padding:5px 19px 5px 13px;
}
.procent{
    background: #ECECEC;
    color:#EC6555;
    padding: 2px 6px;
    font-size:14px;
    font-weight:bold;
    border-radius: 30px;
    margin-left:10px;
}
