

/* Start:/local/templates/box/components/bitrix/catalog/shop/style.css?17854988193281*/
.catalog-header-list {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-flow: row nowrap;
	width: 100%;
}

.catalog-btn-filter {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.catalog-sort {
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.catalog-sort::before {
	content: attr(data-name);
	color: #000;
	margin-right: 10px;
}

.catalog-sort a {
	color: #000;
}

.catalog-sort select {
	min-width: 220px;
}

@media (max-width:992px) {
	.catalog-header-list {
		flex-wrap: wrap;
	}

	.filter-tile {
		display: flex;
		justify-content: space-between;
		background: transparent;
		border: 1px solid var(--border-color);
		border-left: 0;
		border-right: 0;
		padding: 12px 20px;
		margin: 0 -20px 10px -20px;
		width: calc(100% + 40px);

	}

	.filter-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}

	
}

@media (max-width:776px) {
	.catalog-sort::before {
		display: none;
	}
	.catalog-sort select{
		min-width: 150px;
		font-size: 14px;
	}
}

.catalog-btn-filter svg {
	margin-right: 5px;
}

.catalog-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row nowrap;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
}



/* SORT */

.catalog-sort-panel {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	line-height: 19px;
	margin-right: 10px;
	position: relative;
	margin-top: 12px;
}

.catalog-sort-panel>a {
	margin-left: 10px;
	position: relative;
	text-decoration: none;
	color: #343A40;
}

.catalog-sort-panel>a::after {
	content: '';
	position: absolute;
	right: -11px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
	transform: rotate(45deg);
}

.catalog-sort-panel>a.active::after {
	transform: rotate(-135deg);
	top: 6px;
}

.hidden-sort-list-menu {
	list-style: none;
	padding: 5px 5px 5px 33px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	border: 1px solid #F2F2F2;
	background-color: #fff;
	display: none;
	position: absolute;
	top: 22px;
	width: calc(100% + 14px);
	left: 0;
	box-sizing: border-box;
}

.hidden-sort-list-menu.active {
	display: block;
	z-index: 2;
}

.hidden-sort-list-menu li a {
	text-decoration: none;
	padding: 5px 0;
	display: block;
	position: relative;
	font-size: 14px;
	color: #343A40;
}

.hidden-sort-list-menu li a.active::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 10px;
	margin: auto;
	height: 5px;
	border-bottom: 2px solid #323232;
	border-left: 2px solid #323232;
	transform: rotate(-45deg);
}

.all_filter_click {
	display: none;
}

.catalog-wrapper--main {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 40px;
	justify-content: flex-start;
	align-items: flex-start;
}

.main-catalog-goods-panel {
	margin-bottom: 50px;
}

.catalog-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - 324px);
}

.catalog-row {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.element/us/templates/us/photo-zoom.css?17865231214904*/
/* Зум фото в карточке товара (Z-13). Монохром, mercury-курс дизайн-системы. */

/* Зум-слой в рамке (десктоп) */

.element-picture .picture {
    position: relative;
    overflow: hidden;
}

/* Курсор-подсказка «можно увеличить» только там, где зум реально работает. */
@media (hover: hover) and (pointer: fine) {
    .element-picture .picture {
        cursor: zoom-in;
    }
}

.zoom-lens {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0;
    transition: opacity .15s ease;
    pointer-events: none;
    z-index: 2;
}

.zoom-lens.is-active {
    opacity: 1;
}

/* Значок «на весь экран» в углу основного слайдера */

.element__pictures {
    position: relative;
}

.photo-expand {
    position: absolute;
    /* Миниатюры (--el-width-nav-slider) — СЛЕВА (order:-1), справа их нет.
       До края фото от правого края контейнера — только padding-right слайдера. */
    right: calc(var(--el-mr-nav-slider) + 12px);
    top: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #EDEAE4;
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    color: #231F20;
    cursor: pointer;
    transition: background .2s ease;
}

.photo-expand:hover {
    background: #fff;
}

.photo-expand:focus-visible {
    outline: 2px solid #231F20;
    outline-offset: 2px;
}

.photo-expand svg {
    width: 20px;
    height: 20px;
}

/* На мобиле миниатюр-колонки нет — значок к правому краю. */
@media (max-width: 992px) {
    .photo-expand {
        right: 12px;
    }
}

/* Полноэкранный просмотр */

.photo-fs {
    position: fixed;
    inset: 0;
    z-index: 200; /* выше меню (100), WhatsApp (90), куки-плашки (95) */
    display: none;
    align-items: center;
    justify-content: center;
    background: #231F20; /* сплошной графит — фокус на товаре, страница под ним не отвлекает */
    opacity: 0;
    transition: opacity .2s ease;
}

.photo-fs.is-open {
    display: flex;
    opacity: 1;
}

.photo-fs__img {
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
    user-select: none;
}

.photo-fs__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    /* Тёмная подложка: белая иконка тогда читается на любом фоне — и на графите
       оверлея, и когда кнопка попадает на белую карточку товара (фото 96vw). */
    background: rgba(35, 31, 32, .55);
    color: #fff;
    cursor: pointer;
    transition: background .2s ease;
}

.photo-fs__close:hover {
    background: rgba(35, 31, 32, .8);
}

.photo-fs__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    /* Тёмная подложка — стрелки лежат прямо на фото (на мобиле оно 96vw, белое):
       белая иконка на полупрозрачно-белом фоне там была невидима. */
    background: rgba(35, 31, 32, .55);
    color: #fff;
    cursor: pointer;
    transition: background .2s ease;
}

.photo-fs__nav:hover {
    background: rgba(35, 31, 32, .8);
}

.photo-fs__nav--prev { left: 20px; }
.photo-fs__nav--next { right: 20px; }

.photo-fs__nav[hidden] {
    display: none;
}

.photo-fs__close:focus-visible,
.photo-fs__nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.photo-fs__close svg,
.photo-fs__nav svg {
    width: 24px;
    height: 24px;
}

.photo-fs__counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    letter-spacing: .04em;
    opacity: .85;
}

.photo-fs__counter[hidden] {
    display: none;
}

@media (max-width: 767px) {
    .photo-fs__nav { width: 40px; height: 40px; }
    .photo-fs__nav--prev { left: 8px; }
    .photo-fs__nav--next { right: 8px; }
    .photo-fs__img { max-width: 96vw; }
}

@media (prefers-reduced-motion: reduce) {
    .zoom-lens,
    .photo-fs,
    .photo-expand,
    .photo-fs__close,
    .photo-fs__nav {
        transition: none;
    }
}

/* End */


/* Start:/local/templates/box/components/bitrix/catalog.element/us/templates/us/style.css?178584763116953*/
/* FIX slick */

.element-picture .slick-track {
    display: flex;
}

.element-picture  {
    display: flex !important;
    position: relative;
}

.element-picture__item {
    position: absolute;
    left: 0;
    top: 0;
    right: var(--el-mr-nav-slider);
}

.slick-initialized .element-picture__item, .element-picture__item:first-child {
    position: relative;
    right: 0;
}

/* FIX slick */

.element {
    --el-width-nav-slider: 92px;
    --el-mr-nav-slider: 20px;
}

.element__pictures {
    display: flex;
}

.element__pictures img{
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.element-picture {
    width: calc(100% - var(--el-width-nav-slider) - var(--el-mr-nav-slider));
    padding-right: var(--el-mr-nav-slider);
}

.element-picture-slider {
    width: var(--el-width-nav-slider);
    margin-right: var(--el-mr-nav-slider);
    order: -1;
    padding: 20px 0;
    overflow: hidden;
}

.element-picture-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    transform: none;
    left: 0;
    width: 100%;
    height: 20px;
}

.element-picture-slider .slick-arrow svg{
    height: auto;
    width: 12px;
}

.element-picture-slider .slick-next {
    top: auto;
    bottom: 0;
}

.element-picture-slider .slick-prev {
    top: 0;
    bottom: auto;
}

.element-picture-slider__item {
    display: flex;
    margin: 7.5px 0px;
    cursor: pointer;
    background: #fff;
    opacity: 0.5;
}

.element-picture-slider__item .picture {
    width: var(--el-width-nav-slider);
    height: var(--el-width-nav-slider);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-vertical .element-picture-slider__item {
    border: 1px solid transparent;
}

.slick-vertical .element-picture-slider__item.slick-current {
    border: 1px solid #414042;
    opacity: 1;
}

/* mercury: вся карточка — белый блок, «парящий» на сером фоне страницы («3D-рамка»).
   Фон #fff и страница #f7f7f7 близки по тону — чтобы блок читался, нужны И мягкая
   широкая тень (ощущение парения), И тонкий тёплый hairline (чёткий край). */
.element-container {
    display: flex;
    align-items: flex-start;
    position: relative;
    background: #fff;
    border: 1px solid #EDEAE4;
    border-radius: 10px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, .09);
    padding: 40px;
    margin-top: 10px;
}

.element__pictures {
    width: 50%;
}

.element__info {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
}

/* заголовок — тонкий Manrope, в правой колонке (как mercury) */
/* заголовок карточки — КАПСОМ (концепт 03, решение 2026-07-21). Осознанное исключение:
   в каталоге и на главной заголовки строчные, здесь — капс. Light 300 держит капс лучше 200. */
.element__title {
    font-family: var(--font-family-display);
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--text-color);
    margin: 0 0 16px;
}

/* артикул — НАД заголовком (как в артефакте), капс с трекингом */
.element__article-top {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--main-color-8);
    margin-bottom: 10px;
}

.element__price {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #231F20;
}

.element__price--old {
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
    color: var(--main-color-8);
    margin-top: 5px;
}

/* лайк — серое сердечко в углу карточки, НЕ кнопка */
.element__fav {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    cursor: pointer;
    line-height: 0;
    padding: 10px;
    transition: transform .2s ease;
}

.element__fav:hover {
    transform: scale(1.1);
}

.element__fav svg path {
    transition: stroke .2s ease, fill .2s ease;
}

.element__info-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 10px;
}

.element__row--justify {
    display: flex;
    justify-content: space-between;
}

.element-prop {
    --el-margin: 2.5px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--el-margin) * -1);
}

.element-prop.ui-select {
    margin: 0;
    max-width: 285px;
}


.element-prop .element-prop__item {
    margin: var(--el-margin);
}

.element-props__item {
    font-size: 14px;
    line-height: 20px;
}

.element-props__item {
    margin-top: 10px;
    color: #000;
}

.element-props__item span:first-child {
    color: #777777;
}

/* кнопки — outline, ненавязчивые (mercury): белые с тонкой рамкой, тёмный текст */
.element__btns {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* база пары кнопок — капс + трекинг, равная ширина (по артефакту концепт 03) */
.element__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

/* primary «В корзину» — чёрная заливка, главная кнопка */
.element__btn--primary {
    background: #231F20;
    border: 1px solid #231F20;
    color: #fff;
}

.element__btn--primary:hover {
    background: #3a3634;
    border-color: #3a3634;
}

/* ghost «Примерка» — прозрачная, инверсия на hover */
.element__btn--ghost {
    background: transparent;
    border: 1px solid #231F20;
    color: #231F20;
}

.element__btn--ghost:hover {
    background: #231F20;
    color: #fff;
}

/* вторичные действия — тихие текст-ссылки под основными кнопками */
.element__btns-secondary {
    margin-top: 16px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.element__btns-secondary .element__link-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    color: var(--main-color-8);
    border-bottom: 1px dashed currentColor;
    cursor: pointer;
    transition: color .2s ease;
}

.element__link-btn:hover {
    color: #231F20;
}

/* Попап примерки: вид полей и селекта — в style/popup-forms.css (общий слой
   всех форм во всплывающих окнах). Здесь остаётся только отступ блока. */
.showroom__store {
    margin-bottom: 16px;
}

[data-element-discount] {
    position: relative;
    width: fit-content;
}

[data-element-discount]::after {
    content: attr(data-element-discount);
    position: absolute;
    background: #B06A34;
    border-radius: 2px;
    color: #fff;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    left: calc(100% + 10px);
}

.prop-disabled {
    display: none;
}

.buy1click {
    display: none;
}

.liked svg {
    fill: #231F20 !important
}

.liked svg path {
    stroke: #231F20 !important
}

#errorBuy1Click{
    color: #e20338;
    margin-top: 10px;
}

@media (max-width: 992px) {
    /* Сердечко «в избранное» лежало ровно под кнопкой разворота фото: на широком экране
       они разнесены по колонкам, а на телефоне колонки схлопываются и обе оказываются
       в правом верхнем углу — сверху зум, он и перехватывал нажатие. Разводим: избранное
       слева, разворот справа. Подложка та же, что у зума, — без неё тонкий контур
       теряется на светлой фотографии. Селектор с родителем не для красоты: общий
       .btn-clear в main.css (width/height: auto, background: transparent) идёт позже
       по каскаду и при равной специфичности перебивал бы подложку. */
    .element-container .element__fav {
        left: 12px;
        right: auto;
        top: 12px;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #EDEAE4;
        border-radius: 8px;
        background: rgba(255, 255, 255, .9);
    }

    .element-picture-slider {
        display: none !important;
    }
    .slick-slide img {
        margin: auto;
    }
    .element-picture{
        padding: 0;
    }

    .element-container {
        padding: 16px;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }

    .element__info {
        padding: 20px 0 0;
    }

    .slider-nav {
        display: none;
    }

    .element-container {
        flex-wrap: wrap;
    }

    .element__info,
    .element__pictures {
        width: 100%;
    }

    .element__info, .element__pictures {
        position: static;
    }

    .element__info {
        margin: 24px 0 0;
        width: 100%;
    }

    .element__pictures {
        flex-wrap: wrap;
    }

    .element-picture {
        width: 100%;
    }

    .element-picture-slider {
        width: 100%;
        margin: 10px 0;
        order: 0;
    }

    .element__btns {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        padding: 8px 20px 0;
        border-top: 1px solid var(--border-color);
        /* justify-content: space-between; */
        z-index: var(--z-index-menu);
        flex-wrap: nowrap;
    }

    .element__btns button {
        /* font-size: 12px 15px; */
        padding: 15px 20px;
        margin-bottom: 8px;
    }

    .element__btns button {
        /* font-size: 12px 15px; */
        padding: 15px 20px;
        margin-bottom: 8px;
        width: 100%;
    }

    .element__btns button.btn-link--ic {
        padding: 10px 12px;
        width: auto;
    }
}


@media (max-width: 550px) {
    .element-title h1 {
        font-size: 20px;
    }

    .element__btns {
        padding: 8px 10px 0;
    }

    .element__btns button {
        font-size: 11px;
    }

    .element__btns button.btn-link--ic {
        padding: 8px 10px;
        width: auto;
    }
}

@media (max-width: 350px) {
    .element__btns button {
        font-size: 12px;
        padding: 15px 13px;
    }
}

.element-deliverys {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-top: 20px;
}
.element-delivery {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #D2C9B7;
    max-width: 310px;
}
.element-delivery__title {
    color: #293133;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.element-delivery__title button {
    color: var(--link-color);
}
.element-delivery__description {
    color: #697279;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
/* ---- Счётчик количества вместо кнопки «В корзину» ----
   Появляется, когда товар уже в корзине (js/cart-stepper.js). Габариты и
   радиус — как у пары кнопок рядом, иначе строка «прыгает» при подмене. */
.element__qty {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 8px;
    border: 1px solid #231F20;
    border-radius: 2px;
    background: #fff;
    user-select: none;
}

.element__qty[hidden] {
    display: none;
}

.element__qty.is-busy {
    opacity: .55;
    pointer-events: none;
}

.element__qty-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #231F20;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: opacity .15s ease;
}

.element__qty-btn:hover {
    opacity: .55;
}

.element__qty-btn:disabled {
    opacity: .25;
    cursor: default;
}

.element__qty-value {
    min-width: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
}

/* На узком экране пара кнопок закреплена у нижнего края (position: fixed),
   и ряд вторичных ссылок уезжал под неё — со ссылкой «Перейти в корзину»
   их стало три, и вторая строка полностью скрывалась. Отводим место. */
@media (max-width: 992px) {
    .element__btns-secondary {
        margin-bottom: 84px;
    }

    /* Счётчик — не одна из кнопок ряда, а блок на месте кнопки, и мобильные
       правила `.element__btns button` били по его минусу с плюсом: те получали
       padding 15/20 и распирали счётчик до 60px против 52px у «Примерки», а сам
       счётчик оставался без нижнего отступа и вставал уже соседа (167 против 191).
       Габариты берём у ряда: высота приходит растяжением, ширина — flex-basis. */
    .element__qty {
        min-height: 44px;
        padding: 0;
        margin-bottom: 8px;
        align-self: stretch;
    }

    /* Ряд делится ровно пополам. Базис именно 50%, а не 0: при нулевом базисе
       элемент всё равно не сжимается ниже своих padding с рамкой, и кнопка со
       своими 20px по бокам забирала на 40px больше счётчика (199 против 159). */
    .element__btns > .element__btn,
    .element__btns > .element__qty {
        /* Половина минус половина gap — тогда сумма ровно равна ряду, сжатие не
           включается и обе половины выходят пиксель в пиксель. */
        flex: 1 1 calc(50% - 6px);
        width: auto;
        min-width: 0;
    }

    .element__btns .element__qty-btn {
        width: 52px;
        height: auto;
        align-self: stretch;
        padding: 0;
        margin-bottom: 0;
        font-size: 18px;
    }

    /* Значение занимает остаток — тогда знаки прижаты к краям, как в макете */
    .element__qty-value {
        flex: 1;
        min-width: 0;
        font-size: 14px;
    }
}

/* Пока не известно, лежит ли товар в корзине, пара кнопок держит место, но не
   рисуется: иначе покупатель, вернувшийся на отложенный товар, успевал увидеть
   кнопку «В корзину», которую тут же подменял счётчик. Класс снимает инлайн-
   скрипт сразу за разметкой — то есть ещё до первой отрисовки. */
.element__btns.is-resolving > * {
    visibility: hidden;
}

/* Без JS решение принять некому — показываем кнопку как раньше */
.no-js .element__btns.is-resolving > * {
    visibility: visible;
}

/* End */


/* Start:/local/templates/box/style/shopList.css?17848955607289*/
#popupShops_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popupShops_background {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popupShops {
    margin: auto;
    height: 600px;
    background: #fff;
    padding: 0;
}

.glyphicon-remove {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

#popupShops #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nullValue {
    border-color: red !important
}

[data-element='shop-popup'] {
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

[data-element="shop-popup-overlay"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(128, 128, 128, 0.5);
    z-index: 101;
}

.shop-list-content {
    display: flex;
    max-height: 100%;
    position: relative;
    border-top: 1px solid var(--main-color-4);
}

.shop-list-container .shop-map {
    /*width: calc(100% - 400px);
    height: 400px;*/

    width: 100%;
    height: 100%;
}

.shop-list-container .shop-map>div {
    width: 100%;
    height: 400px;
    /*    height: 600px;*/
}

.shop-list-container.container {
    max-width: 950px;
    width: 100%;
    padding: 25px 15px 25px 25px !important;
}

.shop-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.city-select.dropdown {
    text-align: center;
    width: 100%;
}

.city-select__current {
    width: 100%;
}

.shop-list-list {
    height: 100%;
}

.shop-list-list .dropdown-content {
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #aa8851;
    background-color: #f3e9d4;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.shop-list-list-ul {
    /*    max-width: 350px;*/
    padding: 5px;

    height: 100%;
    overflow-y: auto;

    margin: 0;
}

.shop-list-list-ul::-webkit-scrollbar {
    width: 4px;
}

.shop-list-list-ul::-webkit-scrollbar-track {
    background-color: var(--main-color-5);
    border-radius: 4px;

}

.shop-list-list-ul::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;

}

.shop-list-list-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px 0px 15px 0px; */
    padding: 10px;
}

.shop-list-list-ul .shop-item-name,
.shop-list-list-ul .shop-item-address,
.shop-list-list-ul .shop-item-phone,
.shop-list-list-ul .shop-item-email,
.shop-list-list-ul .shop-item-worktime,
.shop-list-list-ul .shop-item-btn {
    width: 25%;
    /* padding: 0 5px; */
}



.shop-item-address {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.shop-item-info,
.shop-item-worktime {
    color: var(--night-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-list-ul .shop-item-name {
    color: #8e6b36;
}

.shop-list-list-ul .shop-item-btn {
    text-align: center;
}

.shop-list-list-ul .shop-item-btn a {
    color: #333;
    padding: 5px;
    max-width: 130px;
    width: 100%;
    border: 1px solid #333;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
}

.shop-list-list-ul .shop-item-btn a:hover {
    color: #fff;
    background: #8e6b36;
    border: 1px solid #8e6b36;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
    text-decoration: none;
}

.shop-list-list-ul .shop-item-phone {
    /*text-align: center;*/
}

.shop-list-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .shop-list-container.container {
        max-width: 875px !important;
    }
}

.shop-list-list-ul .shop-item-name, .shop-item-address {
    /* width: 100%; */
    /* margin: 0px 0px 20px 0px; */
    /*    text-align: center;*/
}

.shop-list-list-ul li {
    padding: 24px 40px;
    border-bottom: 1px solid var(--main-color-4);
}

.shop-list-list-ul li:last-child {
    border: none;
}


@media (max-width: 450px) {
    .shop-list-title.title {
        font-size: 17px;
    }
}

.shop-list-list-ul .btn-link {
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    /* margin-top: 15px; */
    max-width: 200px;
}

.shop-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*    border-radius: 4px;*/
    z-index: 1;
    background-color: #fff;
    height: 100%;
    max-width: 100%;
}

.shop-list-message {
    background-color: var(--main-bg-color);
    padding: 16px;
    border-radius: 8px;
    color: var(--main-color);
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 24px;
}

.shop-list-viewes {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-list-viewes div {
    background: #fff;
    border-radius: 4px;
    padding: 13.5px 15px;
    display: inline-block;
    line-height: initial;
    cursor: pointer;
    text-align: center;
    width: calc(50% - 5px);
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--btn-bg-color);
}

.shop-list-viewes div.active {
    background: var(--btn-bg-color);
    color: #fff;
}

.shop-list-search {
    flex: 1;
    position: relative;
}

.shop-list-search input {
    width: 100%;
    height: 48px;
}

.shop-list-search button {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .shop-list-actions {
        flex-wrap: wrap;
    }

    .shop-list-search {
        width: 100%;
        order: -1;
        flex: none;
    }

    .shop-list-list-ul li {
        flex-wrap: wrap;
    }

    .shop-list-content .shop-list-list-ul .shop-item-name,
    .shop-list-content .shop-list-list-ul .shop-item-address,
    .shop-list-content .shop-list-list-ul .shop-item-phone,
    .shop-list-content .shop-list-list-ul .shop-item-email,
    .shop-list-content .shop-list-list-ul .shop-item-worktime,
    .shop-list-content .shop-list-list-ul .shop-item-btn {
        width: 100%;
    }

    .shop-list-list-ul li{
        padding: 24px 20px;
    }

    .shop-item-worktime, .shop-item-address {
        margin-bottom: 12px;
    }
}

#shop-popup .ui-popup__container{
    max-width: 1180px;
    width: calc(100% - 40px);
    padding: 32px 40px;
}
.shop-item-info__phone {
    display: flex;
}
/* End */


/* Start:/local/components/custom/bundle.together/templates/.default/style.css?17865305698205*/
/**
 * Блок «Купить вместе».
 * Токены скоупим на блок: глобальные переменные сайта холодные (--border-color #E9E9E9),
 * а тут тёплая шкала. Акцент один и тот же, что у всех кнопок сайта (--btn-bg-color).
 * Глубина — граница, не тень.
 */
.zt-bundle {
    --zt-sand: #faf6ef;
    --zt-ash: #e9e2d5;
    --zt-smoke: #dbd1c0;
    --zt-charcoal: #241d15;
    --zt-steel: #635746; /* вторичный текст, который обязан читаться (AA на белом) */
    --zt-fog: #756a5a;  /* синхронно с --main-color-8: прежний #8c8071 не давал WCAG AA */
    --zt-amber: #b06a34;
    --zt-mint: #e6efe7;
    --zt-moss: #4e7a5b;
}

/*
 * Плитки слева, итог справа. Карточка — по содержимому (fit-content), а не во всю ширину:
 * в связке 2-4 товара, и растянутая на 1320px рамка оставляла посередине пустую полосу.
 */
.zt-bundle__card {
    display: flex;
    align-items: stretch;
    gap: 32px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    background: var(--zt-sand);
    border: 1px solid var(--zt-ash);
    border-radius: 12px;
    padding: 24px;
}

.zt-bundle__main {
    flex: 0 1 auto;
    min-width: 0;
}

.zt-bundle__title {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: var(--zt-charcoal);
}

/*
 * Ширина трека с потолком, а не 1fr: с 1fr связка из двух товаров растягивала бы плитки
 * на пол-экрана, а картинка (ресайз 400px) шла бы в апскейл и мылила.
 * Число колонок приходит из шаблона (--zt-cols) — см. комментарий там.
 */
.zt-bundle__grid {
    display: grid;
    grid-template-columns: repeat(var(--zt-cols, 2), minmax(180px, 220px));
    justify-content: start;
    gap: 16px;
}

.zt-bundle__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--zt-ash);
    border-radius: 8px;
    transition: border-color 0.15s ease;
}

.zt-bundle__item:hover {
    border-color: var(--zt-smoke);
}

/* Гасим только картинку: под общей прозрачностью надпись «Нет в наличии» —
   самое важное для покупателя — читалась хуже всего (контраст падал до 2:1). */
.zt-bundle__item--out .zt-bundle__pic {
    opacity: 0.5;
}

.zt-bundle__pic {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: var(--zt-sand);
    border-radius: 4px;
    overflow: hidden;
}

.zt-bundle__pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.zt-bundle__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Живёт в теле плитки (чтобы на мобиле встать строкой), а на десктопе ложится поверх фото. */
.zt-bundle__badge {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 3px 8px;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--zt-steel);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--zt-ash);
    border-radius: 4px;
}

.zt-bundle__name {
    color: var(--zt-charcoal);
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
}

.zt-bundle__name:hover {
    color: var(--btn-bg-color);
}

.zt-bundle__price {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--zt-charcoal);
}

.zt-bundle__price--out {
    font-weight: 400;
    color: var(--zt-steel);
}

.zt-bundle__size {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}

.zt-bundle__size-label {
    font-size: 11px;
    line-height: 1.5;
    color: var(--zt-fog);
}

.zt-bundle__select {
    width: 100%;
    height: 40px;
    padding: 0 32px 0 12px;
    font-family: inherit;
    font-size: 14px;
    color: var(--zt-charcoal);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238c8071' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid var(--zt-smoke);
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.zt-bundle__select:focus-visible {
    outline: 2px solid var(--btn-bg-color);
    outline-offset: 2px;
}

.zt-bundle__select[aria-invalid="true"] {
    border-color: var(--zt-amber);
}

.zt-bundle__hint {
    font-size: 11px;
    line-height: 1.5;
    color: var(--zt-amber);
}

.zt-bundle__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    flex: 0 0 268px;
    padding-left: 32px;
    border-left: 1px solid var(--zt-ash);
}

.zt-bundle__total {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

.zt-bundle__total-label {
    font-size: 14px;
    color: var(--zt-steel);
}

.zt-bundle__total b {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33;
    color: var(--zt-charcoal);
    white-space: nowrap;
}

.zt-bundle__add {
    width: 100%;
    text-align: center;
}

/* Дефолтный outline браузера здесь совпадает с заливкой кнопки — с клавиатуры фокус не виден. */
.zt-bundle__add:focus-visible {
    outline: 2px solid var(--zt-charcoal);
    outline-offset: 3px;
}

.zt-bundle__add[aria-busy="true"] {
    opacity: 0.7;
    cursor: progress;
}

.zt-bundle__toast {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.43;
    border: 1px solid var(--zt-ash);
    border-radius: 4px;
    background: #fff;
    color: var(--zt-charcoal);
}

.zt-bundle__toast--ok {
    background: var(--zt-mint);
    border-color: var(--zt-moss);
}

.zt-bundle__toast--warn,
.zt-bundle__toast--err {
    background: #f6e7d5;
    border-color: var(--zt-amber);
}

/* Ниже 1024px итог не влезает рядом с плитками — уводим его вниз, во всю ширину. */
@media (max-width: 1023px) {
    .zt-bundle__card {
        flex-direction: column;
        gap: 0;
    }

    .zt-bundle__footer {
        flex: 1 1 auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 24px;
        padding-left: 0;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid var(--zt-ash);
    }

    .zt-bundle__add {
        width: auto;
    }
}

@media (max-width: 767px) {
    .zt-bundle__card {
        padding: 16px;
    }

    .zt-bundle__title {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .zt-bundle__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .zt-bundle__item {
        display: grid;
        grid-template-columns: 88px 1fr;
        gap: 12px;
        align-items: start;
    }

    /* На миниатюре 88px метка закрыла бы само украшение — ставим её строкой над названием. */
    .zt-bundle__badge {
        position: static;
        align-self: start;
        padding: 2px 6px;
    }

    .zt-bundle__select {
        height: 44px;
    }

    .zt-bundle__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .zt-bundle__add {
        width: 100%;
        padding: 15px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .zt-bundle__item {
        transition: none;
    }
}

/* End */


/* Start:/local/templates/box/components/bitrix/form.result.new/gift/style.css?17858476313347*/
/* Форма «Намекните другу о подарке».
   Общий вид попапа и полей — style/popup-forms.css (класс .ui-popup--form).
   Здесь только то, что есть лишь у этой формы: две колонки и превью письма.

   Файл подключается компонентом и попадает в head ПОСЛЕ общего слоя, поэтому
   любое правило отсюда его перебивает — старая версия так и ломала вёрстку
   ширинами 46% внутри новой сетки. */

.btn-friends {
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.btn-friends i {
    font-size: 20px;
    margin-left: 5px;
}

.popup-gift__container {
    max-width: 860px;
}

.form-gift {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 40px;
    align-items: start;
}

.form-gift__inputs {
    min-width: 0;
}

.form-gift__label {
    display: block;
    font-family: var(--font-family-display);
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--text-color-4);
    /* 18px, а не 12: подпись поля в заполненном состоянии поднимается над рамкой
       и без этого зазора читается вторым заголовком */
    margin-bottom: 18px;
}

.form-gift__block+.form-gift__block {
    margin-top: 28px;
}

/* Кнопка идёт за honeypot-полем, поэтому соседский селектор выше её не достаёт */
.form-gift .btn--gift {
    margin-top: 24px;
}

.zform__errors {
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 6px;
    background: var(--main-bg-color);
    border-left: 2px solid var(--red);
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-color-2);
}

.zform__errors font,
.zform__errors b {
    color: inherit;
    font-weight: 400;
}

/* Превью письма — то, что увидит получатель */
.form-gift__content {
    padding: 20px;
    background: var(--main-bg-color);
    border-radius: 12px;
    text-align: center;
}

.form-gift__preview-label {
    font-family: var(--font-family-display);
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--text-color-4);
    margin-bottom: 16px;
}

.form-gift__content img {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    display: block;
    /* фото товара снято на белом — на сером фоне карточки убираем рамку кадра */
    mix-blend-mode: multiply;
}

.form-gift__content-text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-color-2);
}

.form-gift__content-text span {
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color);
}

@media (max-width: 767px) {
    .form-gift {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    /* Превью уходит под кнопку: на узком экране сначала действие, потом картинка */
    .form-gift__content {
        order: 2;
    }
}

/* End */
/* /local/templates/box/components/bitrix/catalog/shop/style.css?17854988193281 */
/* /local/templates/box/components/bitrix/catalog.element/us/templates/us/photo-zoom.css?17865231214904 */
/* /local/templates/box/components/bitrix/catalog.element/us/templates/us/style.css?178584763116953 */
/* /local/templates/box/style/shopList.css?17848955607289 */
/* /local/components/custom/bundle.together/templates/.default/style.css?17865305698205 */
/* /local/templates/box/components/bitrix/form.result.new/gift/style.css?17858476313347 */
