

/* 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/search.title/catalog_search_title/style.css?17809328128565*/
.catalog-search {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 14px;
}

.catalog-title-search {
    position: relative;
    width: 100%;
}

.catalog-title-search__form {
    position: relative;
    z-index: 2;
    width: 100%;
}

.catalog-title-search__field {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px;
    border: 1px solid #d9e5d3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(67, 85, 50, 0.08);
    box-sizing: border-box;
}

.catalog-title-search__input {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0 10px;
    border: 0;
    border-radius: 9px;
    background: #fff;
    color: #3f5732;
    font-size: 12px;
    line-height: 34px;
    outline: none;
    box-sizing: border-box;
}

.catalog-title-search__input::placeholder {
    color: #9a9a8c;
}

.catalog-title-search__button {
    flex: 0 0 auto;
    height: 34px;
    padding: 0 13px;
    border: 0;
    border-radius: 9px;
    background: #087411;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    cursor: pointer;
}

.title-search-result {
    position: absolute !important;
    z-index: 99999 !important;
    width: 260px !important;
    max-width: 260px !important;
    margin-top: 6px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.catalog-title-search-popup {
    width: 295px;
    max-width: 295px;
    padding: 6px;
    border: 1px solid #d9e5d3;
    border-radius: 12px;
    background: #fffef8;
    box-shadow: 0 10px 26px rgba(67, 85, 50, 0.18);
    box-sizing: border-box;
}

.catalog-title-search-popup__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 9px;
    color: #3f5732;
    text-decoration: none;
}

.catalog-title-search-popup__item:hover {
    background: #f1f5e8;
}

.catalog-title-search-popup__image {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 7px;
    background: #f0efe3;
    overflow: hidden;
}

.catalog-title-search-popup__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-title-search-popup__content {
    display: block;
    min-width: 0;
}

.catalog-title-search-popup__title {
    display: block;
    color: #3f5732;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-title-search-popup__price {
    display: block;
    margin-top: 2px;
    color: #087411;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-title-search-popup__text {
    display: none;
}

.catalog-title-search-popup__empty {
    padding: 8px;
    color: #8b8b7d;
    font-size: 12px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .catalog-search {
        margin: 0 0 16px;
    }

    .catalog-title-search__input {
        height: 38px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 38px;
    }

    .catalog-title-search__button {
        height: 38px;
        padding: 0 16px;
        font-size: 13px;
        line-height: 38px;
    }

    .title-search-result {
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .catalog-title-search-popup {
        width: 100%;
        max-width: 100%;
    }

    .catalog-title-search-popup__image {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
    }

    .catalog-title-search-popup__title,
    .catalog-title-search-popup__price {
        font-size: 13px;
    }
}
.catalog-mobile-search {
    display: none;
}

.catalog-mobile-search__button {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #d9e5d3;
    border-radius: 12px;
    background: #087411;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.catalog-search-modal {
    display: none;
}

.catalog-search-modal.is-active {
    display: block;
}

.catalog-search-modal__overlay {
    position: fixed;
    inset: 0;
    z-index: 99990;
    background: rgba(0, 0, 0, 0.45);
}

.catalog-search-modal__content {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 80px;
    z-index: 99991;
    max-height: calc(100vh - 110px);
    padding: 16px;
    border-radius: 18px;
    background: #fffef8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    overflow: visible;
}

.catalog-search-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.catalog-search-modal__title {
    color: #3f5732;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.catalog-search-modal__close {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f1f5e8;
    color: #3f5732;
    font-size: 26px;
    line-height: 30px;
    cursor: pointer;
}

.catalog-search-modal__body {
    position: relative;
}

.catalog-search--mobile {
    margin: 0;
}

.catalog-search--mobile .catalog-title-search__field {
    padding: 5px;
    border-radius: 12px;
}

.catalog-search--mobile .catalog-title-search__input {
    height: 42px;
    padding: 0 12px;
    font-size: 15px;
    line-height: 42px;
}

.catalog-search--mobile .catalog-title-search__button {
    height: 42px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 42px;
}

/* На телефоне подсказки делаем шириной модалки */
.catalog-search-modal .title-search-result {
    position: absolute !important;
    left: 0 !important;
    top: 48px !important;
    z-index: 99999 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.catalog-search-modal .catalog-title-search-popup {
    width: 100% !important;
    max-width: 100% !important;
    max-height: calc(100vh - 230px);
    padding: 6px;
    border: 1px solid #d9e5d3;
    border-radius: 12px;
    background: #fffef8;
    box-shadow: 0 10px 26px rgba(67, 85, 50, 0.18);
    overflow-y: auto;
}

.catalog-search-modal .catalog-title-search-popup__item {
    gap: 10px;
    padding: 8px;
}

.catalog-search-modal .catalog-title-search-popup__image {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.catalog-search-modal .catalog-title-search-popup__title {
    font-size: 14px;
}

.catalog-search-modal .catalog-title-search-popup__price {
    font-size: 14px;
}

body.catalog-search-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .catalog-mobile-search {
        display: block;
        margin: 0 0 14px;
    }

    .catalog__side .catalog-search:not(.catalog-search--mobile) {
        display: none;
    }
}

@media (max-width: 480px) {
    .catalog-search-modal__content {
        left: 10px;
        right: 10px;
        top: 70px;
        padding: 14px;
        border-radius: 16px;
    }

    .catalog-search-modal__title {
        font-size: 17px;
    }

    .catalog-search--mobile .catalog-title-search__field {
        gap: 5px;
    }

    .catalog-search--mobile .catalog-title-search__button {
        padding: 0 13px;
    }
}
.catalog-mobile-search-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #263526;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
}

.catalog-mobile-search-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: #136207;
    color: #fff;
}

.catalog-mobile-search-button__icon svg {
    width: 22px;
    height: 22px;
}

.catalog-mobile-search-button__text {
    display: block;
    color: #263526;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
}
/* 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?17797870987567*/
.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;
}

.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;
}
.product-tabs__videos {
    display: grid;
    gap: 24px;
}

.product-tabs__video-item {
    display: grid;
    gap: 12px;
}

.product-tabs__video-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}

.product-tabs__video {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    display: block;
}

.product-tabs__video-text {
    font-size: 15px;
    line-height: 1.5;
}
/* 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/search.title/catalog_search_title/style.css?17809328128565 */
/* /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?17797870987567 */
/* /local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/style.css?1765372069666 */
