

/* Start:/local/templates/sok/components/bitrix/breadcrumb/.default/style.css?1781196160663*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	/*font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bx-breadcrumb-item a{
    color: #000;
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/sok/components/bitrix/catalog.item/object/style.css?17875769414344*/
.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 {
    align-items: flex-start;
}

.l-search__tag-location {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    margin-left: auto;
}

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

.l-search__tag-district {
    font-size: 18px;
    line-height: 1.4;
    text-align: right;
}

.l-search__tag-metro-info {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.l-search__tag-metro-info > summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    min-width: 14px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: #003594;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    list-style: none;
}

.l-search__tag-metro-info > summary::-webkit-details-marker {
    display: none;
}

.l-search__tag-metro-tooltip {
    position: absolute;
    right: 50%;
    bottom: calc(100% + 8px);
    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: translateX(50%) translateY(4px);
    transition: opacity .2s ease, transform .2s ease;
}

.l-search__tag-metro-info:hover .l-search__tag-metro-tooltip,
.l-search__tag-metro-info[open] .l-search__tag-metro-tooltip,
.l-search__tag-metro-info:focus-within .l-search__tag-metro-tooltip {
    opacity: 1;
    transform: translateX(50%) translateY(0);
}

.l-search__tag-metro-info > summary:focus-visible {
    outline: 2px solid #003594;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .l-search__list-item--tag-page .l-search__list-item__content-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .l-search__tag-location {
        align-items: flex-start;
        margin-left: 0;
    }

    .l-search__tag-district {
        text-align: left;
    }

    .l-search__tag-metro-info > summary {
        width: 16px;
        height: 16px;
        min-width: 16px;
        font-size: 11px;
    }

    .l-search__tag-metro-tooltip {
        right: -8px;
        bottom: calc(100% + 7px);
        transform: translateY(4px);
    }

    .l-search__tag-metro-info:hover .l-search__tag-metro-tooltip,
    .l-search__tag-metro-info[open] .l-search__tag-metro-tooltip,
    .l-search__tag-metro-info:focus-within .l-search__tag-metro-tooltip {
        transform: translateY(0);
    }
}

/* End */
/* /local/templates/sok/components/bitrix/breadcrumb/.default/style.css?1781196160663 */
/* /local/templates/sok/components/bitrix/catalog.item/object/style.css?17875769414344 */
