

/* 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/news/locations/bitrix/news.detail/.default/style.css?1781196160872*/
html .l-stocks{
    padding-top: 0;
}
.l-info__cards .l-tariff__gallery, html .l-info__cards {
    padding-bottom: 0;
}

/* Скрыть элемент на мобильных устройствах */
.mb-hide {
    display: block; /* По умолчанию элемент виден */
}

/* Показать элемент на мобильных устройствах */
.mb-show {
    display: none !important; /* По умолчанию элемент скрыт */
}

/* Медиазапрос для мобильных устройств (ширина меньше 767px) */
@media (max-width: 767px) {
    .mb-hide {
        display: none !important; /* По умолчанию элемент виден */
    }

    .mb-show {
        display: block !important; /* Показать элемент на мобильных */
    }
}

/* 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 */


/* Start:/local/templates/sok/components/bitrix/news.list/tarif-times-slider/style.css?17811961601121*/
@media (min-width: 767px) {
    .mb-show {
        display: none;
    }
}


@media (max-width: 767px) {
    .l-compare__table {
        flex-direction: row; /* Оставляем первую строку на мобильных */
        display: flex;
    }

    .js-swiper-table-m {
        flex: 1; /* Swiper занимает оставшееся пространство */
        overflow: hidden; /* Скрываем лишнее */
    }


    .static-slide {
        width: 40%; /* Уменьшаем ширину статичного слайда на мобильных */
    }

    .js-swiper-table-m  {
        width: calc(100% - 60%); /* Ширина Swiper с учетом статичного слайда */
    }

    .swiper-slide {
        width: auto; /* Ширина слайда на мобильных */
    }


    .l-compare__card-list {
        padding-left: 10px;
    }

    .l-compare__card-title{
        height:50px;
    }

    .mb-show {
        display: block !important; /* Показать элемент на мобильных */
    }
#m-rates{
    overflow: visible;
}
}








/* End */
/* /local/templates/sok/components/bitrix/breadcrumb/.default/style.css?1781196160663 */
/* /local/templates/sok/components/bitrix/news/locations/bitrix/news.detail/.default/style.css?1781196160872 */
/* /local/templates/sok/components/bitrix/catalog.item/object/style.css?17875769414344 */
/* /local/templates/sok/components/bitrix/news.list/tarif-times-slider/style.css?17811961601121 */
