.contacts__map {
    overflow: hidden;
    position: relative;
}

.contacts-v1 .contact-property--image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (min-width:501px) {
    .contacts-v1 .contact-property--image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.contacts-v2 .contact-property--image img {
    height: 250px;
}

.contacts__map-wrapper+.contacts__desc {
    margin-top: 48px;
}

.contacts__desc {
    margin: 0;
}

.contacts-panel {
    overflow: hidden;
    padding: 24px;
    background: var(--card_bg_black);
}

.contacts-panel__image {
    position: relative;
    margin: -24px -24px 0;
    overflow: hidden;
}

.contacts-panel__image .contact-property--image {
    overflow: hidden;
}

.contacts-panel .contacts-panel__image .contact-property--address {
    position: absolute;
    top: 0;
    padding: 24px;
    z-index: 1;
}

.contacts-panel .contacts-panel__image .contact-property--address .contact-property__label {
    border-radius: var(--theme-sticker-border-radius);
    padding: 4px 8px;
    background-color: color-mix(in oklab, #222228 40%, transparent);
    backdrop-filter: blur(4px);
}

.contacts-panel .contacts-panel__image .contact-property--address .contact-property__value {
    font-size: 1.2em;
    line-height: calc(1em + 7px);
    color: #fff;
}

.contacts-panel__info {
    padding: 24px 0 0 0;
}

.contacts-panel--without-image .contacts-panel__info {
    padding-top: 0;
}

.contacts-panel__desc {
    margin: 0 0 24px 0;
}

.contact-property__label {
    display: block;
}

.contacts-detail {
    position: relative;
}

.contacts-detail .contacts__row {
    display: flex;
    align-items: stretch;
}

.contacts-detail .contacts__col {
    position: relative;
    width: 50%;
}

.contacts-detail .contacts__content-wrapper {
    margin: 0 0 0 auto;
    padding-right: 24px;
    padding-bottom: 50px;
}

.contacts-detail .contacts__map-wrapper {
    padding-left: 24px;
}

.contacts_map-sticky {
    overflow: hidden;
}

@media (min-width:992px) {
    .hide_title_page .contacts-detail .contacts__content-wrapper {
        margin-top: 71px
    }

    .hide_title_page .contacts-detail .contacts__map-wrapper {
        padding-top: 71px
    }
}

.contacts-detail .contacts__map-wrapper {
    width: 50%;
}

.contacts-detail .contacts-detail__property--top {
    margin: 0 0 30px;
    padding: 0;
}

.contacts-detail .contacts-detail__property--top .contact-property__label {
    margin-bottom: 16px;
}

.contacts-detail .contacts-detail__info .contact-property__value {
    line-height: 1.47em;
}

.contacts-detail .contacts-detail__info .contact-property__label {
    margin-bottom: 2px;
}

.contacts-detail__item {
    min-height: 142px;
}

.contacts-detail__image {
    max-width: 100%;
    height: 100%;
    min-width: 0;
}

.contacts-detail__image {
    height: 460px;
}

.contacts-detail__image:not(.contacts-detail__image--gallery) {
    overflow: hidden;
}

.contacts-detail__image--gallery .gallery-big {
    height: 100%;
    position: relative;
}

.contacts-detail__image--gallery .gallery-big .owl-carousel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.contacts-detail__image--gallery .owl-stage-outer {
    border-radius: 4px;
}

.contacts-detail__image--gallery .owl-item a div {
    display: block;
    padding-top: 66.6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.contacts-detail__properties {
    display: flex;
    align-items: stretch;
}

.contacts-detail__property {
    padding: 8px 0;
}

.contacts-detail__social {
    position: relative;
    margin-top: 33px;
}

.contacts-detail__social .social__items {
    background-color: #fff;
    background: var(--black_bg_black);
    padding-right: 40px;
}

.contacts-detail__social:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #ececec;
    background: var(--stroke_black);
    margin: auto;
}

.contacts-detail__description {
    margin-top: 42px;
}

.contacts-detail__btn-wrapper {
    margin-top: 32px;
}

@media (max-width:991px) {
    .contacts-detail__image {
        height: 325px
    }

    .contacts-detail .contacts-detail__property--top {
        margin-top: 30px
    }

    .contacts-detail .contacts__col {
        width: 100%
    }

    .contacts-detail .contacts__content-wrapper {
        padding-right: 0;
        margin-top: 0
    }

    .contacts-detail .contacts__map-wrapper {
        padding-left: 0
    }

    .contacts-detail__image {
        max-width: 100%;
        order: 1
    }

    .contacts-detail .contacts__map-wrapper {
        position: relative;
        min-height: 300px;
        width: 100%;
        left: initial;
        right: initial;
        top: initial;
        bottom: initial !important;
        margin-bottom: 24px
    }

    .contacts-v2 .contact-property--image img {
        height: auto
    }
}

@media (min-width:531px) and (max-width:991px) {
    #main .contacts-detail .bx-yandex-view-map .bx-yandex-map, #main .contacts-detail .bx-google-map {
        height: 325px !important
    }
}

@media (min-width:768px) {
    .contacts-detail__properties>.contacts__col+.contacts__col {
        padding-left: 16px
    }
}

@media (max-width:767px) {
    .contacts-detail__properties {
        flex-direction: column
    }

    .contacts-detail__properties>div:last-child {
        padding-left: 0
    }

    .contacts-detail .contacts__col {
        width: 100%
    }

    .contacts-detail .contacts__content-wrapper {
        padding-right: 0
    }

    .contacts-detail .contacts__map-wrapper {
        position: relative;
        min-height: 300px;
        width: 100%
    }
}

@media (max-width:550px) {
    .contacts-detail .contacts__map-wrapper {
        position: relative;
        min-height: 200px;
        width: 100%
    }
}

@media (min-width:501px) {
    .contacts-detail__image--gallery .gallery-big .swiper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

@media (max-width:500px) {
    .contacts-detail__image {
        height: auto
    }

    .contacts-detail__image--gallery {
        height: 275px
    }
}

@media (max-width:500px) {
    .contacts-detail__image--gallery .gallery-big .swiper {
        height: 100%
    }
}

.contacts-detail__image--gallery .swiper-slide a div {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
}

.contacts__row {
    display: flex;
    flex-direction: row;
}

.contacts__col {
    min-width: 0;
}

.contacts__col--right {
    width: 390px;
    margin-top: 60px;
}

.contacts__col--left {

}

.contacts-panel--without-image .contacts-panel__info .contact-property--address {
    display: block;
    padding-top: 0;
}

.contacts__panel-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contacts__tabs {
    margin: 0 16px 0 0;
    flex-shrink: 0;
}

.contacts__tabs .tabs {
    margin-bottom: 32px;
}

.contacts__tabs .nav-tabs {
    margin: 0 -3px;
}

.contacts__tabs .tabs .nav-tabs li {
    margin: 0 3px;
}

.contacts__tabs .tabs .nav-tabs li a {
    padding: 10px 21px 10px 22px;
}

.contacts__tab-content {
    position: relative;
}

.contacts__tab-content.contacts__tab-content--map>*:not(.contacts__map-wrapper):not(.alert), .contacts__tab-content:not(.contacts__tab-content--map)>.contacts__map-wrapper {
    position: absolute;
    top: -1000000px;
    width: 100%;
    height: 100%;
}

.contacts__tab-content.contacts__tab-content--map>.contacts__map-wrapper, .contacts__tab-content:not(.contacts__tab-content--map)>:not(.contacts__map-wrapper) {
    margin-top: 0;
}

.contacts__filter.line-block {
    max-width: 672px;
    margin-bottom: 16px;
    flex-grow: 1;
}

.contacts__filter .line-block__item {
    flex: 1;
    min-width: 0;
}

.contacts__filter-select {
    margin-bottom: 16px;
}

.contacts__filter-select .dropdown-select__title {
    padding: 7px 41px 7px 13px;
    position: relative;
    height: 39px;
}

.contacts__filter-select .dropdown-select__title span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 13px;
    right: 41px;
}

.contacts__filter-select .dropdown-select__title .svg {
    margin: 0;
    position: absolute;
    right: 17px;
    top: 18px;
}

.contacts__filter-select .dropdown-menu-wrapper {
    left: -1px;
    width: calc(100% + 2px);
    top: -1px;
}

.contacts__filter-select .dropdown-select__list-link {
    word-break: break-word;
    white-space: normal;
}

.contacts__filter-select .dropdown-menu-wrapper .dropdown-menu-inner {
    max-height: 217px;
    overflow: auto;
}

@media (max-width:991px) {
    .contacts__row {
        flex-direction: column-reverse
    }

    .contacts__col--right {
        padding: 0 0 47px;
        width: 100%
    }

    .contacts-panel {
        display: flex;
        flex-direction: row;
        padding: 24px
    }

    .contacts-panel__image {
        margin: 6px 0 0 0;
        max-width: 352px;
        min-width: 0;
        flex-basis: 50%
    }

    .contacts-panel__info {
        flex: 1;
        padding: 0 0 0 24px;
        min-width: 0
    }

    .contacts-panel--without-image .contacts-panel__info {
        padding-left: 0
    }

    .contacts-panel .contacts-panel__image .contact-property--address, .contacts-panel .dark-block-after:after {
        display: none
    }

    .contacts-panel__btn-wraper .btn.btn-wide {
        width: auto
    }
}

@media (max-width:768px) {
    .contacts__panel-wrapper {
        flex-direction: column
    }

    .contacts__tabs+.contacts__filter {
        margin-top: -16px
    }
}

@media (max-width:600px) {
    .contacts-panel {
        flex-direction: column
    }

    .contacts-panel__image {
        margin: 0 0 24px 0;
        max-width: inherit
    }

    .contacts-panel__info {
        padding: 0
    }

    .contacts__panel-wrapper .line-block {
        flex-wrap: wrap
    }

    .contacts__panel-wrapper .line-block__item {
        flex-basis: 100%
    }
}

.contacts-list__item {
    border-top: 1px solid var(--stroke_black);
}

.contacts-list__wrapper:last-of-type .contacts-list__item {
    border-bottom: 1px solid var(--stroke_black);
}

.contacts-list__item-image-wrapper .contacts-list__item-link, .contacts-list__item-image-wrapper>span {
    margin-right: 28px;
    width: 144px;
    height: 96px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.contacts-list__item-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contacts-list__item-col {
    flex: 1;
    padding-right: 15px;
}

.contacts-list__item-without-image .contacts-list__item-text-top-part>.contacts-list__item-col {
    flex-basis: calc(182px + (100% - 182px) / 2);
}

.contacts-list__item .contacts-list__item-metro .svg, .contacts-list__item .contacts-list__item-schedule .svg {
    margin-right: 10px;
}

.contacts-list__item .contacts-list__item-schedule .svg {
    margin-top: -2px;
}

.contacts-list__item-emails, .contacts-list__item-phones {
    line-height: 21px;
}

.contacts-list__item-coord {
    cursor: pointer;
    flex-shrink: 0;
}

.contacts-list__item-coord .color-theme {
    color: var(--fill_dark_lite_white_hover);
}

.contacts-list__item-coord svg path {
    fill: var(--fill_dark_lite_white_hover);
}

.contacts-list__item-coord:hover .color-theme {
    color: var(--fill_dark_lite_ccc);
}

.contacts-list__item-coord:hover svg path {
    fill: var(--fill_dark_lite_ccc);
}

.contacts-list__item-coord .svg {
    margin: 0 9px 0 0;
}

.contacts-list__item-pay__value {
    height: 20px;
    line-height: 20px;
}

.contacts-list__item-pay__value img {
    max-width: 40px;
}

.contacts-list__wrapper .arrow-all {
    right: 32px;
    top: 35px;
}

.contacts-list__item-properties {
    margin: 20px 0 0 0;
}

.contacts-list__item-properties-item-wraper {
    padding: 0 0 0 15px;
    position: relative;
}

.contacts-list__item-properties-item-wraper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #9e9e9e;
    background: var(--theme-base-color);
}

@media (min-width:1450px) {
    .contacts-list__item-col--right {
        display: flex;
        flex: 1;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 0
    }

    .contacts-list__item-coord {
        padding: 0 0 0 15px
    }
}

@media (min-width:1300px) and (max-width:1449px) {
    .contacts-list__item-coord {
        padding: 11px 0 0 0
    }
}

@media (min-width:1300px) {
    .contacts-list__item--hidden-f1300 {
        display: none
    }
}

@media (max-width:1299px) {
    .contacts-list__item--hidden-t1299 {
        display: none
    }

    .contacts-list__item-info {
        margin: 6px 0 0 0
    }

    .contacts-list__item-info>.line-block {
        flex-direction: column
    }
}

@media (max-width:600px) {
    .contacts-list__item {
        flex-direction: column !important
    }

    .contacts-list__item-col {
        padding: 0
    }

    .contacts-list__item-image-wrapper .contacts-list__item-link {
        width: 100%;
        padding-bottom: 56.6%
    }

    .contacts-list__item-image-wrapper .contacts-list__item-link, .contacts-list__item-image-wrapper>span {
        margin: 0
    }

    .contacts-list__item-image-wrapper {
        margin: 0 0 33px 0
    }
}

.contacts-list .grid-list--no-gap .contacts-list__wrapper.grid-list-border-outer {
    margin: 0px -1px -1px 0;
}

.ajax-container .contacts__col {
    display: none;
}

.contacts-v2-front .map-container{
display: none;
}