

/* Start:/local/templates/versal_sw/components/bitrix/catalog/shop/style.css?17785831442628*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.card-product__article {
	min-height: 38px;
	margin: 10px 0 0;
	color: #b7aa95;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
}

.card-product__article span {
	display: block;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.catalog-item__image {
	position: relative;
}
.card-product__header {
	position: relative;
}
.catalog-item__stock {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 7px 10px;
	border-radius: 6px;

	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.catalog-item__stock--available {
	background: #e6f2df;
	color: #2f6b25;
	border: 1px solid #9fc789;
}
.catalog-item__actions {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.section-header__info .section-header__sort {
		display: flex;
	}
	.catalog__main .list-catalog__item.card-product {
		max-width: 170px;
		gap: 12px;
	}
	.product__button.button {
		width: 100%;
		max-width: 100%;
		min-width: 0;

		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;

		box-sizing: border-box;
		overflow: hidden;
	}

	.product__button .button__text {
		margin: 0;

		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.product__button .button__icon {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
	}

	.product__button .button__icon img {
		display: block;
		max-width: 15px;
		height: auto;
	}
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/versal_sw/components/bitrix/menu/side-catalog/style.css?17661387407114*/
/* ===== контейнер ===== */
.sidebar-catalog {
    display: grid;
    align-items: start;
    align-content: start;
    gap: 5px;
    padding: 0 10px 10px 10px;
    border-radius: 0 0 4px 4px;
    background-color: #F1EDDF;
    margin-bottom: 16px;
}
/* строки */
.sidebar-catalog__row {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* корневые пункты */
.sidebar-catalog__item {
    margin: 0;
}

/* вся строка корня — единая плашка */
.sidebar-catalog__row--root {
    padding: 7px 10px;       /* компактно, но не “в ноль” */
    border-radius: 4px;
    transition: background .2s ease;
}

/* корневая ссылка — шрифт НЕ трогаем */
.sidebar-catalog__link--root {
    padding: 0;
    color: #2a2a2a;
    text-decoration: none;
}

/* активный корень */
.sidebar-catalog__item.active > .sidebar-catalog__row--root {
    background: rgb(165, 43, 42);
}
.sidebar-catalog__item.active .sidebar-catalog__link--root {
    color: #fff;
}

/* hover корня */
.sidebar-catalog__item:not(.active) > .sidebar-catalog__row--root:hover {
    background: rgba(165, 43, 42, 0.08);
}

/* ===== стрелка ===== */
.sidebar-catalog__toggle {
    width: 18px;             /* не мелко */
    height: 18px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-catalog__toggle svg {
    transition: transform .15s ease;
}

.sidebar-catalog__toggle svg path{
    fill: #9a9a9a !important;
    fill-opacity: 1 !important;
}

/* активная стрелка */
.sidebar-catalog__item.active .sidebar-catalog__toggle svg path {
    fill: #C28C3C !important;
}

.js-sidebar-catalog__item.active > .sidebar-catalog__row > .sidebar-catalog__toggle svg{
    transform: rotate(90deg);
}

/* выравнивание когда стрелки нет */
.sidebar-catalog__toggle-spacer{
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

/* ===== подсписки ===== */
.sidebar-catalog__sublist{
    list-style: none;
    margin: 6px 0 0;
    padding: 6px 0;
    display: none; /* закрыто по умолчанию */
}

/* открыто только у активных */
.js-sidebar-catalog__item.active > .sidebar-catalog__sublist {
    display: block;
}

/* ===== подпункты ===== */
.sidebar-catalog__subitem {
    padding-left: 8px;
}
.sidebar-catalog__sublist[data-level]:not([data-level="1"]) > .sidebar-catalog__subitem {
    border-left: 1px solid rgba(165, 43, 42, .35);
}
/* ссылки типов — шрифт НЕ трогаем */
.sidebar-catalog__link{
    display: block;
    padding: 5px 8px;
    border-radius: 4px;
    color: #43502C;
    text-decoration: none;
    width: 100%;
}
/* активный пункт с вложенностью — красная рамка */
.sidebar-catalog__item.js-sidebar-catalog__item.active {
    border: 2px solid rgb(165, 43, 42);
    border-radius: 4px;
    padding: 5px; /* чтобы рамка не «съедала» контент */
}


/* точка */
.sidebar-catalog__link::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b9b09b;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-1px);
}

/* hover типа */
.sidebar-catalog__link:hover{
    background: rgba(194, 140, 60, 0.12);
    color: #2a2a2a;
}

/* выбранный type */
.sidebar-catalog__subitem.is-current > .sidebar-catalog__row > .sidebar-catalog__link{
    background: #C28C3C;
    color: #fff;
    width: 100%;
}

/* белая точка на активном */
.sidebar-catalog__subitem.is-current > .sidebar-catalog__row > .sidebar-catalog__link::before{
    background: rgba(255,255,255,.9);
}

/* группы (родители) — шрифт НЕ трогаем */
.sidebar-catalog__link--group{
    color: #6a6a6a;
    cursor: default;
}

/* у родителей точку убираем */
.js-sidebar-catalog__item > .sidebar-catalog__row > .sidebar-catalog__link::before,
.js-sidebar-catalog__item > .sidebar-catalog__row > .sidebar-catalog__link--group::before{
    display: none;
}

/* убираем spacer у листьев */
.sidebar-catalog__subitem:not(.js-sidebar-catalog__item)
> .sidebar-catalog__row
> .sidebar-catalog__toggle-spacer{
    display: none;
}

/* ограничение высоты */
.side-catalog__sidebar{
    max-height: calc(100vh - 220px);
    overflow: auto;
    padding-right: 4px;
}
.side-catalog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(165, 43, 42);
    padding: 8px 10px;
    border-radius: 4px;
    margin: 10px;
}

.side-catalog__title {
    color: #fff;
    text-decoration: none;
}

.side-catalog__title.h4 {
    margin: 0;
}
/* вся строка — кликабельная */
.js-sidebar-catalog__item > .sidebar-catalog__row {
    cursor: pointer;
}

/* текст группы не перехватывает клик */
.sidebar-catalog__link--group {
    pointer-events: none;
}

/* стрелка тоже не перехватывает (не обязательно, но аккуратно) */
.sidebar-catalog__toggle {
    pointer-events: none;
}
.catalog__side_menu {
    background-color: #F1EDDF;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.side-catalog__header .side-catalog__title {
    color: #ffffff;
}
/* зона скролла (у тебя уже есть) */
.side-catalog__sidebar{
    max-height: calc(100vh - 220px);
    overflow: auto;
    padding: 6px 12px 6px 6px;;              /* чтобы ползунок не прилипал */
    scrollbar-gutter: stable;        /* чтобы не прыгала ширина (если поддерживается) */
}

/* ===== Firefox ===== */
.side-catalog__sidebar{
    scrollbar-width: thin;
    scrollbar-color: rgba(165, 43, 42, .35) rgba(0,0,0,.06);
}

/* ===== Chrome / Edge / Safari ===== */
.side-catalog__sidebar::-webkit-scrollbar{
    width: 8px;
}
.side-catalog__sidebar::-webkit-scrollbar-track{
    background: rgba(0,0,0,.06);
    border-radius: 10px;
}
.side-catalog__sidebar::-webkit-scrollbar-thumb{
    background: rgba(165, 43, 42, .35);     /* мягкий красный */
    border-radius: 10px;
    border: 2px solid rgba(241, 237, 223, 1); /* под цвет фона меню, чтобы было “нежно” */
}
.side-catalog__sidebar::-webkit-scrollbar-thumb:hover{
    background: rgba(165, 43, 42, .55);
}
@media screen and (max-width: 800px){
    .sidebar-catalog__toggle {
        width: 40px;
        height: 40px;
    }
    .side-catalog.active {
        border-radius: 0;
    }
}

/* End */


/* Start:/local/templates/versal_sw/components/bitrix/catalog/shop/bitrix/catalog.element/versal_shop_v2/style.css?17785838026939*/
.instruction-popup {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 0;

}

.instruction-popup.is-open {
    display: flex;
}

.instruction-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.instruction-popup__dialog {
    position: relative;
    max-width: 800px;
    max-height: 600px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    overflow-y: auto;
    z-index: 1;
}

.instruction-popup__close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.instruction-popup__content.text h2, .instruction-popup__content.text h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 3px;
}
.side-catalog__sidebar {
    max-height: 41.5rem;
}
/* ---- Мобильная версия — bottom sheet ---- */

@media (max-width: 768px) {
    .instruction-popup {
        align-items: flex-end; /* прижимаем к низу */
    }

    .instruction-popup__dialog {
        width: 100%;
        max-width: none;
        border-radius: 16px 16px 0 0;
        transform: translateY(100%);
        transition: transform 0.35s ease;
        max-height: 80vh; /* как удобнее */
        padding: 20px;
    }

    /* при открытии */
    .instruction-popup.is-open .instruction-popup__dialog {
        transform: translateY(0);
    }

    /* затемнение фона пусть остаётся */
}
@media (max-width: 768px) {
    .instruction-popup.is-closing .instruction-popup__dialog {
        transform: translateY(100%);
    }
}
/*Блок переключения */
.product-tabs {
    margin-top: 48px;
    margin-bottom: 48px;
    color: #060427;
}

.product-tabs__nav {
    display: flex;
    gap: 32px;
    border-bottom: 2px solid rgb(236, 230, 216);
    overflow-x: auto;
    font-weight: 700;
    overflow-y: hidden;
}

.product-tabs__tab {
    position: relative;
    padding: 0 0 16px;
    border: 0;
    background: transparent;
    font: inherit;
    color: #7E7053;
    cursor: pointer;
    white-space: nowrap;
    transition: color .3s ease;
}

.product-tabs__tab:hover,
.product-tabs__tab.is-active {
    color: #136207;
}

.product-tabs__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    border-radius: 4px 4px 0 0;
    background: #136207;
}

.product-tabs__content {
    padding-top: 32px;
}

.product-tabs__panel {
    display: none;
}

.product-tabs__panel.is-active {
    display: block;
}

.product-tabs__spoiler-content {
    max-height: 520px;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease;
}

.product-tabs__spoiler:not(.is-open) .product-tabs__spoiler-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(255,249,239,0), #FFF9EF);
}

.product-tabs__spoiler.is-open .product-tabs__spoiler-content {
    max-height: none;
}

.product-tabs__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    font-weight: 700;
    color: #7E7053;
    cursor: pointer;
    transition: color .3s ease;
}

.product-tabs__more:hover {
    color: #136207;
}

.product-tabs__more svg {
    transition: transform .2s ease;
}

.product-tabs__spoiler.is-open .product-tabs__more svg {
    transform: rotate(180deg);
}

.product-tabs__chars {
    display: grid;
    gap: 12px;
    max-width: 860px;
}

.product-tabs__char {
    display: grid;
    grid-template-columns: minmax(180px, 320px) 1fr;
    gap: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(236, 230, 216);
}

.product-tabs__char-name {
    color: #7E7053;
}

.product-tabs__char-value {
    font-weight: 600;
    color: #060427;
}

.product-tabs__video {
    max-width: 100%;
    border-radius: 12px;
    background: #060427;
}
.section_element {
    margin-top: 1rem;
}
@media (max-width: 767px) {
    .product-tabs {
        margin-top: 32px;
        margin-bottom: 32px;
    }
.section_element .section__content {
    display: block;
}
    .product-tabs__nav {
        gap: 24px;
        padding: 0 1rem 0 0;
        border-bottom: none;
    }

    .product__additional .payments{
        justify-content: space-between;
        gap: 0;
    }
    .product-tabs__content {
        padding-top: 24px;
    }

    .product-tabs__char {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .features-product {
        gap: 1rem;
    }
}
.text ul li.dropdown__subitem::after,
.text ul .dropdown__subitem::after,
.dropdown__subitem::after {
    content: none;
    display: none;
}
.feature-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8px 24px;
    padding: 12px 14px;
    border-bottom: 1px dotted rgba(172, 156, 141, 0.5);
    justify-items: start;
}

.feature-product__left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-product__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
}

.feature-product-select {
    display: flex;
    justify-content: flex-end;
}

.feature-product-select__current {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: inherit;
    text-align: right;
    cursor: default;
}

.feature-product-select__current::after {
    display: none;
}

.feature-product-select__dropdown {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.feature-product-select__option {
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 13.5px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: #e6f2df;
    color: #2f6b25;
    border: 1px solid #9fc789;

}

.feature-product-select__option:hover {
    color: #c28c3c;
    
}

.feature-product-select__option.is-active {
    color: #F1E9DF;
    font-weight: 700;
    background: #2f6b25;
}
.product__title.h3 {
    min-height: 8rem;
    max-height: 8rem;
    letter-spacing: 1px;
}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/style.css?1765372069666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/images/icon_warn.gif);
}
/* End */
/* /local/templates/versal_sw/components/bitrix/catalog/shop/style.css?17785831442628 */
/* /local/templates/versal_sw/components/bitrix/menu/side-catalog/style.css?17661387407114 */
/* /local/templates/versal_sw/components/bitrix/catalog/shop/bitrix/catalog.element/versal_shop_v2/style.css?17785838026939 */
/* /local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/style.css?1765372069666 */
