

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.section.list/custom_menu/style.css?17558602103996*/
.header__big-menu {
  /*max-height: 0;*/
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  /*padding-top: 28px;*/
  background: #F9F9F9;
}
.header__big-menu.active {
    padding-top: 28px;
}



.catalog-menu {
    /*display: flex;*/
    display: none;
    width: 100%;
    position: relative;
    z-index: 100;
    height: 430px;
}
.header__big-menu.active .catalog-menu {
    display: flex;
}

.menu-left-side {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top-category {
    
}

.top-category > a {
    color: #292929;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: block;
}

.top-category:hover a:hover {
    color: #2B5F7A;
}

.submenu-grid {
    display: none;
    position: absolute;
    left: 250px;
    top: 0;
    bottom: 0;
    left: 250px;
    right: 0;
    background: #F9F9F9;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    /* grid-auto-flow: column; */
    grid-template-rows: auto;
    gap: 30px;
    max-height: 80vh;
    overflow-y: auto;
}

.top-category:hover .submenu-grid {
    display: grid;
}

.submenu-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.subcategory-title {
    margin-bottom: 16px;
}

.subcategory-title a{
    font-weight: 500;
    color: #292929;
    font-size: 16px;
    text-decoration: none;
}

.subcategory-item {
    color: #AAAAAA;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.subcategory-item:hover {
    color: #000;
}

.all-items-link {
    color: #292929;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 16px;
}

 .catalog-menu {
     position: relative;
 }

.top-category {
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.submenu_items {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 5px 5px 5px 50px;
    min-width: 200px;
    z-index: 100;

    max-height: 335px;
    overflow: hidden;
    overflow-y: scroll;

}

.submenu_items::-webkit-scrollbar {
    width: 3px; /* Ширина всего элемента навигации */
}

.submenu_items::-webkit-scrollbar-track {
    background: #fff; /* Цвет дорожки */
}

.submenu_items::-webkit-scrollbar-thumb {
    background-color: #62aed1; /* Цвет бегунка */
    border-radius: 20px; /* Округление бегунка */
    border: 3px solid #62aed1; /* Оформление границ бегунка */
}

.submenu-item a{
    padding: 5px 0;
    color: #292929;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: block;
}

.submenu-item a {
    color: #333;
    text-decoration: none;
}

.submenu-item a:hover {
    color: #0066cc;
}
@media(max-width:768px){
    .catalog-menu {
        height: auto;
    }
    .submenu_items::-webkit-scrollbar {
        /*width: 0px; !* Ширина всего элемента навигации *!*/
    }
    .menu-left-side{
        width:100%;
    }
    .submenu_items {
        position: relative;
        left: 0;
        top: 0;
        padding: 5px 5px 5px 0;
        min-width: 200px;
        z-index: 100;
        width:100%;
        order:9;
        max-height: none;

    }
    .top-category{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        flex-wrap:wrap;
    }
    .top-category:after{
        background-image: url(/images/accordeon.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        content: '';
        width: 18px;
        height: 18px;
        transition: .2s ease-in-out;
    }
    .top-category.active::after {
        transform: rotate(180deg);
    }
}


/* Ограничение на 5 колонок */
@media (min-width: 1200px) {
    .submenu-grid {
        grid-template-columns: repeat(5, minmax(180px, 1fr));
    }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1774878135467*/
.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:0}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/form.result.new/custom/style.css?1755855140666*/
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/eshop_bootstrap_v4/components/bitrix/form.result.new/custom/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/eshop_bootstrap_v4/components/bitrix/form.result.new/custom/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/template_styles.css?177634565814593*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}


.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/local/templates/eshop_bootstrap_v4/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/local/templates/eshop_bootstrap_v4/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/local/templates/eshop_bootstrap_v4/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/local/templates/eshop_bootstrap_v4/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/local/templates/eshop_bootstrap_v4/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/local/templates/eshop_bootstrap_v4/images/phone_white.svg);
	background-size: auto 21px ;
}


/* Скрытые поля */
input[name="form_text_11"],
input[name="form_text_12"],
input[name="form_text_13"],
input[name="form_text_14"],
input[name="form_text_19"],
input[name="form_text_20"],
input[name="form_text_21"],
input[name="form_text_27"],
input[name="form_text_28"],
input[name="form_text_32"],  /* Product в английской форме 4 */
input[name="form_text_33"],  /* Price в английской форме 4 */
input[name="form_text_34"],  /* Old price в английской форме 4 */
input[name="form_text_35"],  /* Page в английской форме 4 */
input[name="form_text_37"]   /* Email copy в английской форме 4 */
{
	display: none !important;
}

/* Все label в формах - 100% ширина */
form[name="SIMPLE_FORM_1"] label,
form[name="SIMPLE_FORM_2"] label,
form[name="SIMPLE_FORM_3"] label,
form[name="SIMPLE_FORM_4"] label {
	width: 100%;
}

/* Отступы для полей в русской форме обратной связи (SIMPLE_FORM_1) */
form[name="SIMPLE_FORM_1"] label input[name="form_text_1"],
form[name="SIMPLE_FORM_1"] label input[name="form_text_2"],
form[name="SIMPLE_FORM_1"] label input[name="form_text_3"],
form[name="SIMPLE_FORM_1"] label input[name="form_text_15"] {
	margin-bottom: 8px;
}

/* Отступы для полей в русской форме быстрого заказа (SIMPLE_FORM_2) */
form[name="SIMPLE_FORM_2"] label input[name="form_text_7"],
form[name="SIMPLE_FORM_2"] label input[name="form_text_8"],
form[name="SIMPLE_FORM_2"] label input[name="form_text_9"],
form[name="SIMPLE_FORM_2"] label input[name="form_text_10"] {
	margin-bottom: 8px;
}

/* Отступы для полей в английской форме обратной связи (SIMPLE_FORM_3) */
form[name="SIMPLE_FORM_3"] label input[name="form_text_22"],
form[name="SIMPLE_FORM_3"] label input[name="form_text_23"],
form[name="SIMPLE_FORM_3"] label input[name="form_text_24"],
form[name="SIMPLE_FORM_3"] label input[name="form_text_25"] {
	margin-bottom: 8px;
}

/* Отступы для полей в английской форме быстрого заказа (SIMPLE_FORM_4) */
form[name="SIMPLE_FORM_4"] label input[name="form_text_29"],
form[name="SIMPLE_FORM_4"] label input[name="form_text_30"],
form[name="SIMPLE_FORM_4"] label input[name="form_text_31"] {
	margin-bottom: 8px;
}


/*Модальное окно*/
.custom-modal-fast,
.custom-modal {
	background: rgba(0, 0, 0, 0.50);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	display: none;
}
.custom-modal-fast.active,
.custom-modal.active {
	display: block;
}
.custom-modal-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 34px;
	border-radius: 16px;
	background-color: #F9F9F9;
	width: 640px;
}

.custom-modal__success {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 36px !important;
	display: none;
}

.custom-modal__success.active {
	display: flex!important;
}
.custom-modal__success-title {
	font-size: 18px;
}

.custom-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.custom-modal-title {
	color: #292929;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	letter-spacing: -0.72px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.custom-modal-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.custom-modal-content--input {
	width: 100%;
	padding: 20px 17px;

	border-radius: 12px;
	border: 1px solid #ECECEC;
	background: #F9F9F9;
}
.custom-button--submit {
	padding: 20px 0;
	border-radius: 99px;
	background: #ECECEC;
}
.custom-checkbox {
	position: absolute;
	height: 20px;
	border-radius: 5px;
	border: 1px solid var(--grey100);
	width: 20px;
	cursor: pointer;
}


.custom-checkbox.checked,
.custom-checkbox-input:checked + .custom-checkbox {
	background: var(--brand-blue1);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-checkbox-flex {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.custom-checkbox-input {
	appearance: none;
	position: relative;
	width: 20px;
}
.custom-checkbox-description {
	color: var(--grey100);
	font-size: 14px;
}
.custom-button--submit:disabled {
	background: var(--grey50);
	color: var(--grey100);
	cursor: initial;
}
.custom-button--submit {
	padding: 20px 50px;
	border-radius: 99px;
	margin-top: 8px;
	background-color: var(--brand-blue1);
	color: #ffffff;
	cursor: pointer;
}
/*Конец модальное окно*/

.personal__column-item .favorite-item a {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.language-switcher-simple {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.language-link {
	text-decoration: none;
	color: #666;
	transition: color 0.2s ease;
}

.language-link:hover {
	color: #000;
}

.language-link.active {
	color: #000;
	font-weight: 600;
	cursor: default;
	pointer-events: none;
}

.separator {
	color: #ccc;
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog.section.list/custom_menu/style.css?17558602103996 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1774878135467 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/form.result.new/custom/style.css?1755855140666 */
/* /local/templates/eshop_bootstrap_v4/template_styles.css?177634565814593 */
