

/* Start:/local/templates/sok/components/bitrix/catalog.item/object/style.css?17878285175201*/
.swiper-container-office {
    width: 100%;
    height: 100%; /* Настройте высоту по своему усмотрению */
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex; /* Swiper использует flex для слайдов */
    width: 100%;
    height: 100%;

}

.swiper-slide {
    flex-shrink: 0; /* Запретить слайдам сжиматься */
    width: 100%; /* Каждый слайд занимает 100% ширины контейнера */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* Сохранить пропорции изображения */
}

.swiper-btns {
    position: absolute; /* Позиционируем кнопки внутри контейнера */
    top: 50%; /* Размещаем по вертикали по центру */
    left: 35px;
    right: 35px;
    transform: translateY(-50%); /* Смещаем вверх на половину высоты */
    display: flex;
    justify-content: space-between; /* Распределяем кнопки по краям */
    z-index: 10; /* Убедитесь, что кнопки выше слайдов */
    pointer-events: none; /* Отключаем взаимодействие с контейнером */
    overflow: visible;
}

.swiper-button-next-office,
.swiper-button-prev-office {
    pointer-events: auto; /* Включаем взаимодействие с кнопками */

}
p.sale {
    color:#C6C6C6;
    text-decoration: line-through;
}

.l-search__list-item--tag-page .l-search__list-item__content-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.l-search__list-item--tag-page .l-search__tag-location {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-left: 0;
}

.l-search__list-item--tag-page .l-search__tag-metro {
    display: flex;
    align-items: center;
    gap: 5px;
}

.l-search__list-item--tag-page .l-search__tag-metro .l-dot {
    display: block;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #99cc00;
}

.l-search__list-item--tag-page .l-search__tag-district {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
}

.l-search__list-item--tag-page .l-search__tag-metro-info {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: help;
}

.l-search__list-item--tag-page .l-search__tag-metro-info > img {
    display: block;
    width: 18px;
    height: 18px;
}

@media (min-width: 769px) {
    .l-search__list-item--tag-page .l-search__tag-metro-info {
        align-self: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        top: -2px;
    }

    .l-search__list-item--tag-page .l-search__tag-metro-info > img {
        width: 12px;
        height: 12px;
    }
}

.l-search__list-item--tag-page .l-search__tag-metro-tooltip {
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    z-index: 5;
    width: max-content;
    max-width: 220px;
    padding: 7px 10px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-50% + 4px));
    transition: opacity .2s ease, transform .2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .l-search__list-item--tag-page .l-search__tag-metro-info:hover .l-search__tag-metro-tooltip,
    .l-search__list-item--tag-page .l-search__tag-metro-info:focus-visible .l-search__tag-metro-tooltip {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.l-search__list-item--tag-page .l-search__tag-metro-info:focus-visible {
    outline: 2px solid #003594;
    outline-offset: 2px;
}

.l-search__list-item--tag-page .l-search__tag-metro-info.is-open .l-search__tag-metro-tooltip {
    opacity: 1;
    transform: translateY(-50%);
    transition: none;
}

@media (max-width: 768px) {
    .l-search__list-item--tag-page .l-search__tag-metro .l-text,
    .l-search__list-item--tag-page .l-search__tag-district {
        font-size: 14px;
        line-height: 1.3;
    }

    .l-search__list-item--tag-page .l-search__tag-metro-tooltip {
        left: auto;
        right: -8px;
        top: auto;
        bottom: calc(100% + 7px);
        transform: translateY(4px);
    }

    .l-search__list-item--tag-page .l-search__tag-metro-info:focus .l-search__tag-metro-tooltip {
        opacity: 1;
        transform: translateY(0);
    }

    .l-search__list-item--tag-page .l-search__tag-metro-info.is-open .l-search__tag-metro-tooltip {
        transform: translateY(0);
    }
}

@media (hover: none), (pointer: coarse) {
    .l-search__list-item--tag-page .l-search__tag-metro-info:focus .l-search__tag-metro-tooltip {
        opacity: 1;
        transform: translateY(0);
    }
}

/* End */
/* /local/templates/sok/components/bitrix/catalog.item/object/style.css?17878285175201 */
