@font-face {
    font-family: Lato;
    src: local("Lato Light"), url(../_fonts/latolight.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: local("Lato Regular"), url(../_fonts/latoregular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: local("Lato Medium"), url(../_fonts/latomedium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: local("Lato Bold"), local("Lato-Bold"), url(../_fonts/latobold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: local("Lato Heavy"), local("Lato-Heavy"), url(../_fonts/latoheavy.woff2) format("woff2");
    font-weight: 800;
    font-style: normal
}

.object-page .container {
    max-width: 480px
}

.breadcrumbs {
    margin-top: 60px;
    padding: 12px 0;
    background: #efeeed;
    font-family: Lato, sans-serif
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs-list__item:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #888;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px
}

.breadcrumbs-list span.breadcrumbs-list__link {
    color: #000
}

.breadcrumbs-list__link {
    font-size: 10px;
    line-height: 36px;
    letter-spacing: .03em;
    color: #888;
    font-weight: 400
}

.object-info {
    background: #efeeed;
    padding-bottom: 48px
}

.object-info__title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 119%;
    letter-spacing: .03em;
    color: #96763c;
    margin-bottom: 8px
}

.object-info__address {
    font-family: Lato, sans-serif;
    font-size: 11px;
    line-height: 182%;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 8px
}

.object-info__address-link {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.object-info__images {
    position: relative;
    margin: 0 -.9375rem;
    margin-bottom: 38px;
    overflow: hidden
}

.object-info__images-thumbs {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 650px;
    z-index: 1
}

.object-info__images-thumbs .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.object-info__images-thumbs .swiper-slide {
    border: 3px solid transparent
}

.object-info__images-thumbs .swiper-slide-thumb-active {
    border: 3px solid #fff
}

.object-info__images-thumbs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.object-info__images .swiper-button-prev svg {
    left: 10px
}

.object-info__images .swiper-button-next svg {
    left: -10px
}

.object-info__images .swiper-button-next,
.object-info__images .swiper-button-prev {
    opacity: 1;
    width: 30px;
    height: 24px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.object-info__images .swiper-button-next::after,
.object-info__images .swiper-button-prev::after {
    display: none
}

.object-info__images-image {
    position: relative;
    padding-top: 106.25%
}

.object-info__images-image [data-fancybox] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/ic_fullscreen.svg);
    z-index: 1
}

.object-info__images-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.object-info__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
    margin-bottom: 20px
}

.object-info__price-value {
    max-width: calc(100% - 60px);
    font-weight: 800;
    font-size: 25px;
    line-height: 144%;
    letter-spacing: .03em;
    color: #000;
    margin-right: 20px
}

.object-info__price-currency {
    width: 60px;
    font-weight: 500;
    font-size: 23px;
    line-height: 157%;
    letter-spacing: .03em;
    color: #000
}

.object-info__price-currency select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 29px 2px 11px;
    color: #000;
    width: 100%;
    border: 1px solid #666;
    background-color: transparent;
    background-size: 13px;
    background-position-y: 50%;
    background-position-x: 90%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1L6.5 7L12.5 1' stroke='%23666666'/%3E%3C/svg%3E%0A")
}

.object-info__price-meters {
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 212%;
    letter-spacing: .03em;
    color: #343434
}

.object-info__price-watch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 240%;
    letter-spacing: .03em;
    color: #14b500
}

.object-info__price-watch span {
    padding-left: 9px
}

.object-info__id {
    font-weight: 900;
    font-size: 17px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .05em;
    text-transform: lowercase;
    color: #242424;
    font-family: Lato, sans-serif;
    margin-bottom: 8px
}

.object-info__list {
    font-family: Lato, sans-serif;
    margin-bottom: 50px
}

.object-info__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 17px;
    line-height: 119%;
    color: #242424
}

.object-info__list-caption,
.object-info__list-value {
    -ms-flex-preferred-size: 135px;
    flex-basis: 135px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.object-info__list-value {
    font-weight: 700
}

.object-info__actions .btn {
    margin-bottom: 13px;
    font-size: 17px;
    line-height: 20px;
    color: #343434;
    text-transform: none;
    height: 50px;
    font-weight: 400
}

.object-info__phone {
    padding-top: 13px;
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.object-info__phone span {
    font-weight: 400;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: .03em;
    margin-right: 12px
}

.object-info__phone a {
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #242424
}

.object-description {
    padding: 60px 0 30px
}

.object-description__text {
    font-size: 15px;
    line-height: 150%;
    color: #000
}

.object-features {
    padding: 30px 0
}

.object-features__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: .03em;
    color: #96763c;
    margin-bottom: 12px
}

.object-features__list {
    font-family: Lato, sans-serif;
    color: #343434;
    margin-bottom: 12px;
    overflow: hidden;

    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.object-features__list-caption {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: .03em;
    margin-bottom: 8px
}

.object-features__list-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%
}

.object-features__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 12px 24px 0;
    overflow: hidden;
    flex-basis: 150px;
}

.object-features__offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.object-features__offer-image {
    width: 100px;
    height: 100px;
    margin-right: auto
}

.object-features__offer-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%
}

.object-features__offer-caption {
    width: calc(100% - 120px);
    font-weight: 500;
    font-size: 18px;
    line-height: 111%;
    letter-spacing: .03em;
    color: #96763c
}

.object-features__offer-action {
    padding-top: 26px;
    width: 100%
}

.object-features__offer-action .btn {
    width: 100%;
    height: 50px;
    min-width: 0;
    padding: 9px 20px 12px;
    text-align: center;
    font-size: 17px;
    color: #343434;
    font-family: Lato, sans-serif;
    font-weight: 400
}

.object-presentation {
    padding: 30px 0 72px;
    position: relative
}

.object-presentation__bg {
    position: absolute;
    top: 193px;
    left: 0;
    bottom: 0;
    right: -90px;
    background: rgba(196, 169, 110, .18);
    border-radius: 0 430px 430px 0;
    min-height: 593px;
    z-index: -1
}

.object-presentation__image {
    margin: 0 auto 20px;
    max-width: 326px;
    max-height: 250px;
    width: 100%
}

.object-presentation__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.object-presentation__title {
    margin-bottom: 24px
}

.object-presentation__caption {
    font-size: 15px;
    line-height: 150%;
    color: #000;
    margin-bottom: 32px
}

.object-presentation__form .form__subitem {
    margin-bottom: 17px
}

.object-presentation__form input {
    height: 50px;
    text-align: center;
    color: #343434;
    border: 1px solid #242424;
    font-family: Lato, sans-serif
}

.object-presentation__form input:focus {
    border: 1px solid #242424
}

.object-presentation__form input::-webkit-input-placeholder {
    color: #343434
}

.object-presentation__form input:-ms-input-placeholder {
    color: #343434
}

.object-presentation__form input::-ms-input-placeholder {
    color: #343434
}

.object-presentation__form input::placeholder {
    color: #343434
}

.object-presentation__form button.btn {
    height: 50px;
    width: 100%;
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-weight: 400
}

.object-location {
    padding: 47px 0 0
}

.object-location__list {
    margin-bottom: 48px
}

.object-location__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.object-location__list-item:not(:last-child) {
    margin-bottom: 13px
}

.object-location__list-caption {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: .03em;
    color: #343434
}

.object-location__list-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.object-location__list-value .icon {
    background: #2e2ba3;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 14px;
    font-size: 16px;
    line-height: 100%
}

.object-location__map {
    position: relative;
    padding-top: 63.38028%;
    margin: 0 -.9375rem
}

.object-location__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.object-related {
    padding: 55px 0 84px;
    background: #efeeed
}

.object-related__items {
    position: relative
}

.object-related__items>.swiper-button-next,
.object-related__items>.swiper-button-prev {
    display: none
}

.object-related__items>.swiper-button-next::after,
.object-related__items>.swiper-button-prev::after {
    display: none
}

.object-related__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff
}

.object-related__item-apartment,
.object-related__item-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .05em;
    color: #000;
    width: 50%;
    padding: 0 20px;
    font-weight: 700
}

.object-related__item-apartment {
    font-size: 12px;
    line-height: 90%;
    text-transform: uppercase;
    background: rgba(196, 169, 110, .5)
}

.object-related__item-id {
    font-size: 16px;
    line-height: 19px;
    text-transform: lowercase;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.object-related__item-images {
    width: 100%;
    position: relative;
    overflow: hidden
}

.object-related__item-images .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.object-related__item-images img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.object-related__item-images>.swiper-button-next::after,
.object-related__item-images>.swiper-button-prev::after {
    display: none
}

.object-related__item-image {
    position: relative;
    padding-top: 53.57143%;
    width: 100%
}

.object-related__item-details {
    width: 100%;
    padding: 24px 20px 29px
}

.object-related__item-details .details-favorite {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 20px;
    height: 20px
}

.object-related__item-details .details-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 90%;
    color: #000;
    margin-bottom: 8px;
    padding-right: 20px
}

.object-related__item-details .details-caption {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    color: #000;
    padding-right: 20px;
    margin-bottom: 24px
}

.object-related__item-details .details-address,
.object-related__item-details .details-list__item-caption {
    font-weight: 700
}

.object-related__item-details .details-address,
.object-related__item-details .details-list__item-caption,
.object-related__item-details .details-list__item-value {
    font-size: 16px;
    line-height: 130%;
    color: #000
}

.object-related__item-details .details-list__item-caption {
    min-width: 80px
}

.object-related__item-details .details-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.object-related__item-details .details-price {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: right;
    color: #96763c;
    margin-top: 8px;
    margin-bottom: 16px
}

.object-related__item-details .details-more a {
    font-size: 18px;
    line-height: 22px;
    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;
    text-align: center;
    color: #fff;
    padding: 11px 27px;
    border: 1px solid #a3d39c;
    background: #a3d39c;
    border-radius: 100px;
    text-align: center
}

.object-related__items.swiper:not(.swiper-container-initialized)>.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.object-related__items.swiper:not(.swiper-container-initialized)>.swiper-wrapper .object-related__item:not(:last-child) {
    margin-bottom: 40px
}

.section-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #242424;
    
    margin-bottom: 24px
}

.btn-orange {
    background: #c4a96e;
    border-radius: 50px;
    color: #343434
}

.object-details__sidebar {
    display: none
}

@media screen and (min-width:481px) {

    .object-info__images,
    .object-location__map {
        margin-left: calc(-100vw / 2 + 480px / 2);
        margin-right: calc(-100vw / 2 + 480px / 2)
    }
}

@media screen and (min-width:577px) {

    .object-features__list li {
        flex-basis: 200px;
    }

    .object-info__images-thumbs {
        display: block
    }

    .object-page .container {
        max-width: 480px;
        padding: 0
    }

    .section-title {
        font-size: 24px
    }

    .breadcrumbs {
        padding: 15px 0
    }

    .breadcrumbs-list__link {
        font-size: 13px
    }

    .object-info {
        padding-bottom: 75px
    }

    .object-info__title {
        font-size: 26px
    }

    .object-info__address {
        font-size: 12px;
        margin-bottom: 27px
    }

    .object-info__images-image {
        padding-top: 59.85915%
    }

    .object-info__images .swiper-button-next,
    .object-info__images .swiper-button-prev {
        width: 60px;
        height: 60px
    }

    .object-info__images .swiper-button-next svg,
    .object-info__images .swiper-button-prev svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .object-info__price-value {
        font-size: 30px
    }

    .object-info__price-meters {
        font-size: 20px
    }

    .object-info__list-item {
        font-size: 20px
    }

    .object-info__actions .btn {
        text-transform: uppercase
    }

    .object-info__phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .object-description__text {
        font-size: 20px
    }

    .object-features__caption {
        font-size: 28px
    }



    .object-features__list-caption {
        font-size: 18px
    }

    .object-features__list-value {
        font-size: 24px
    }

    .object-features__offer-image {
        width: 140px;
        height: 140px
    }

    .object-features__offer-caption {
        font-size: 31px;
        width: calc(100% - 160px)
    }

    .object-features__offer-action .btn {
        text-transform: uppercase;
        max-width: 407px
    }

    .object-features__offer-action .btn br {
        display: none
    }

    .object-related__items {
        margin-left: calc(-100vw / 2 + 480px / 2);
        margin-right: calc(-100vw / 2 + 480px / 2)
    }

    .object-related__item-apartment {
        width: calc(279px / 2)
    }

    .object-related__item-id {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .object-related__item-images {
        width: 279px
    }

    .object-related__item-details {
        width: calc(100% - 279px)
    }

    .object-related__item-details .details-price {
        margin-bottom: 0
    }

    .object-related__item-details .details-more {
        display: none
    }

    .object-location__map {
        padding-top: 0;
        height: 360px
    }
}

@media screen and (min-width:767px) {
    .object-page .container {
        max-width: 660px;
        padding: 0
    }

    .object-info__images,
    .object-location__map {
        margin-left: calc(-100vw / 2 + 660px / 2);
        margin-right: calc(-100vw / 2 + 660px / 2)
    }

    .section-title {
        font-size: 36px
    }

    .breadcrumbs-list__link {
        font-size: 14px
    }

    .object-info__images-image {
        padding-top: 0;
        height: 579px
    }

    .object-info__title {
        font-size: 33px
    }

    .object-info__address {
        font-size: 13px
    }

    .object-info__details {
        -webkit-columns: 2;
        columns: 2
    }

    .object-info__list {
        overflow: hidden
    }

    .object-info__actions {
        padding-top: 42px
    }

    .object-info__actions .btn {
        height: 70px
    }

    .object-description__text {
        font-size: 23px
    }

    .object-features {
        padding-bottom: 100px
    }

    .object-features__caption {
        font-size: 33px
    }

    .object-features__list {
        margin-bottom: 0;
        padding-bottom: 48px
    }

    .object-features__list-caption {
        font-size: 20px
    }

    .object-features__list-value {
        font-size: 28px
    }

    .object-features__offer {
        padding-left: 250px;
        position: relative;
        min-height: 210px
    }

    .object-features__offer-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 210px;
        height: 210px
    }

    .object-features__offer-action .btn {
        font-size: 16px;
        height: 70px
    }

    .object-presentation {
        padding-top: 99px;
        padding-bottom: 115px
    }

    .object-presentation__bg {
        top: 0;
        bottom: 115px
    }

    .object-presentation__caption,
    .object-presentation__title {
        max-width: 736px
    }

    .object-presentation__title {
        font-size: 24px
    }

    .object-presentation__caption {
        font-size: 24px;
        margin-bottom: 64px
    }

    .object-presentation__image {
        position: absolute;
        bottom: 0;
        left: -100px;
        max-width: 450px;
        max-height: 500px
    }

    .object-presentation__form {
        max-width: 345px;
        margin-left: auto
    }

    .object-presentation__form button.btn,
    .object-presentation__form input {
        height: 70px
    }

    .object-location__list-caption {
        font-size: 20px
    }

    .object-location__list-value {
        font-size: 28px
    }

    .object-related__items {
        margin: 0
    }

    .object-related__item-apartment,
    .object-related__item-id {
        width: 50%
    }

    .object-related__item-details,
    .object-related__item-images {
        width: 100%
    }

    .object-related__items.swiper:not(.swiper-container-initialized)>.swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .object-related__items.swiper:not(.swiper-container-initialized) .object-related__item {
        width: calc(50%);
        margin-right: 29px
    }

    .object-related__item-details .details-price {
        margin-bottom: 16px
    }

    .object-related__item-details .details-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .object-location__list-item:not(:last-child) {
        margin-bottom: 24px
    }

    .object-location__title {
        margin-bottom: 65px
    }

    .object-location__list {
        margin-bottom: 80px
    }
}

@media screen and (min-width:1024px) {
    .object-page .container {
        max-width: 920px;
        padding: 0
    }

    .object-info__images,
    .object-location__map {
        margin-left: calc(-100vw / 2 + 920px / 2);
        margin-right: calc(-100vw / 2 + 920px / 2)
    }

    .object-presentation {
        padding-bottom: 192px
    }

    .object-presentation__image {
        max-width: 630px;
        left: -50px
    }

    .object-presentation__bg {
        bottom: 100px;
        right: -180px
    }

    .object-presentation__caption {
        margin-bottom: 100px
    }

    .object-related {
        padding: 121px 0
    }

    .object-related__title {
        margin-bottom: 100px
    }

    .object-related__items.swiper:not(.swiper-container-initialized) .object-related__item {
        width: calc(100% / 3)
    }

    .object-related__item-details .details-more {
        display: none
    }

    .object-related__items-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 60px
    }

    .object-related__items-nav>.swiper-button-next,
    .object-related__items-nav>.swiper-button-prev {
        display: block;
        position: static;
        width: 60px;
        height: 60px;
        margin-top: 0;
        margin-left: 30px
    }

    .object-related__items-nav>.swiper-button-next::after,
    .object-related__items-nav>.swiper-button-prev::after {
        display: none
    }

    .object-related__items-nav>.swiper-button-next svg,
    .object-related__items-nav>.swiper-button-prev svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media screen and (min-width:1440px) {
    .object-page .container {
        max-width: 1440px;
        padding: 0 20px
    }

    .object-info .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .object-info__address,
    .object-info__title {
        width: 100%
    }

    .object-info__images {
        margin: 0;
        width: 65.83333%;
        margin-right: 57px
    }

    .object-info__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 23.81944%
    }

    .object-info__actions {
        padding-top: 0
    }

    .object-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1440px;
        margin: 0 auto;
        position: relative
    }

    .object-details-content {
        width: 62.5%;
        margin-right: auto
    }

    .object-details__sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #9d9d9d;
        width: 32.22222%;
        padding: 48px;
        margin-top: 121px;
        background: #fff
    }

    .object-details__sidebar.is-sticky {
        position: absolute;
        right: 0
    }

    .object-info__name {
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        color: #242424;
        margin-bottom: 16px
    }

    .object-description {
        padding-top: 121px;
        padding-bottom: 90px
    }

    .object-features__title {
        margin-bottom: 80px
    }

    .object-features__list {
        padding-bottom: 96px
    }

    .object-features {
        padding-bottom: 120px
    }

    .object-location {
        padding-top: 90px
    }

    .object-details,
    .object-presentation {
        overflow: visible
    }

    .object-presentation__bg {
        right: -160px;
        left: calc(-100vw / 2 + 1400px / 2)
    }

    .object-presentation__image {
        left: -100px
    }

    .object-location__map {
        margin-left: calc(-100vw / 2 + 1400px / 2);
        margin-right: calc(-100vw / 2 + 1400px / 2)
    }

    .object-related .container {
        max-width: 1300px
    }
}

.ymaps-2-1-78-ground-pane,
.ymaps-2-1-79-ground-pane,
.ymaps-2-1-80-ground-pane,
.ymaps-2-1-81-ground-pane {
    filter: unset;
    -webkit-filter: unset
}

.sh-balloon {
    display: none
}

@media screen and (min-width:1025px) {
    .object-related__item-details:hover .details-more {
        opacity: 1;
        visibility: visible;
        backdrop-filter: blur(2px)
    }

    .object-related__item .details-more {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
        background: rgba(52, 52, 52, .5);
        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;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s
    }

    .object-related__item .details-more a {
        background: rgba(255, 255, 255, .3);
        border: 1px solid #fff;
        color: #fff;
        width: calc(100% - 40px);
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
        margin: 0 auto;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .object-related__item .details-more a:hover {
        background-color: #a3d39c;
        color: #fff !important;
        border-color: #a3d39c
    }
}