

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/style.css?17212954821288*/
.searche-title {}

.search-title-button {
	/*background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/images/icon-search.svg);*/
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/images/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent !important;
	background-size: 45%;
    border: none;
	min-width: 45px;
	/* min-height: 38px; */
	height: calc(1.5em + 0.75rem);
}


.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}
.form-control {
	border: none;
	background-color: #f0f0f0;
}
.form-control:focus, .form-control:active {
    color: #2b2b2d;
    background-color: #f0f0f0;
	box-shadow: 0 0 0 0 transparent !important;
}
form .input-group {
	border: solid 1px #f0f0f0;
	border-radius: 20px;
    overflow: hidden;
	background-color: #f0f0f0;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v5/style.css?17212968295860*/
display: flex;
    align-items: center;.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 15px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v5/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v5/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }

/*-------------------------------*/
.basket-line {
	display: flex;
    align-items: center;
}
.basket-line-block {
	padding-left: 0 !important;
}
.basket-line-block-icon-profile {
	display: flex;
    align-items: center;
    width: max-content;
    margin-right: 0 !important;
    background-color: #2b2b2d;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 20px;
}
.basket-line-block-icon-cart {
	display: block;
    width: max-content;
	position: relative;
}
.basket-line-block-icon-cart-count {
	position: absolute;
	bottom: 7px;
    right: 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b2b2d;
    color: #fff;
    border-radius: 50%;
}
.basket-line-block-icon-cart:after, .basket-line-block-icon-profile:after {
	background: none !important;
}
.basket-line-block-icon-profile-title {

}
.basket-line-block-icon-profile svg {
	width: 20px;
}
.basket-line-block-icon-profile svg path {
	stroke: #fff;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/mobile/style.min.css?17120485884065*/
.basket-line-block{position:relative;padding-left:25px;white-space:nowrap;font-size:13px}.basket-line-block-icon-cart,.basket-line-block-icon-profile{position:relative;margin-right:10px}.basket-line-block-icon-cart:after,.basket-line-block-icon-profile:after{position:absolute;top:-1px;left:-25px;display:block;width:20px;height:20px;content:''}.basket-line-block-icon-profile:after{background:no-repeat center url(/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/mobile/images/profile.svg)}.basket-line-block-icon-cart:after{background:no-repeat center url(/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/mobile/images/cart.svg)}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.vcenter{bottom:10px;top:auto !important}.bx-basket-item-list{display:none}}.bx-basket-fixed .basket-line-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .basket-line{line-height:1.44em}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/template_styles.css?175403893936345*/
.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;
}
* {
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
}
body {
	background-attachment: fixed;
	background-size: cover;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

#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);*/
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

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

.bx-content-section {
	padding: 0;
}

.bx-wrapper { }

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

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-center { order: 2 }

.header-top {
	justify-content: space-between;
	align-items: end;
}

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


.header-banner2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.header-banner2 a {
    width: 100%;
    text-decoration: none;
}
.header-banner2 a img {
    width: 100%;
}
.top-banner-title {
    display: none;
    text-decoration: none;
    color: #fff;
    padding: 10px;
}
@media (min-width: 769px) {
}
@media (max-width: 576px) {
    .header-banner2 a img {
        display: none;
    }
    .top-banner-title {
        display: block;
        margin-top: 40px;
    }
    .no-mobile {
        display: none !important;
    }
    .bottom-contacts {
        margin-left: 28px;
    }
}

/*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 {
	padding: 0 10px;
}

.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 {
	display: none;
}

.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 ;
}

/*--------------HEADER------------------*/
.row {
	margin-right: 0;
    margin-left: 0;
}
.bx-header-section {
    padding-top: 10px;
	position: relative;
}
.header-icons {
	display: flex;
    align-items: center;
	justify-content: end;
}
.header-icon {
	margin-right: 15px;
}
.header-icon-btn {

}
.header-icon-btn-link {
	display: block;
    text-decoration: none;
	position: relative;
}
.header-icon-btn-link:hover, .header-icon-btn-link:active {
    text-decoration: none;
}

.header-icon-btn-wishcount {
	position: absolute;
	right: 0;
	bottom: 7px;
	width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b2b2d;
    color: #fff;
    border-radius: 50%;
	font-size: 14px;
}
.header-icon-btn-link img {

}

.header-icon-language {
	margin-right: 15px;
}

/* Стили для фиксированного меню */
.fixed-menu {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	z-index: 1000; /* Устанавливаем z-index, чтобы меню было выше остального контента */
}

.header-icons.mobile-menu {
	display: flex;
    justify-content: space-around;
}
.header-icon.desctop-no {
	display: none;
}

.menu {
    display: none;
	position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: 0;
    top: 56px;
    width: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.menu-list {
    padding: 10px 0;
    list-style: none;
}
.menu-list li {
	padding: 5px 10px;
}
.menu-list li a {
	text-decoration: none;
    color: #2b2b2d75;
    font-size: 24px;
}
/* Стили для кнопки меню */
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
	outline: none;
}
.menu-toggle:focus {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
	outline: none;
}

.-menu-toggle img {

}

@media (max-width:767px) {
	.bx-header-logo {
		background-color: transparent;
		padding: 5px;
    	height: auto;
	}
}

@media (max-width:824px) {
	.bx-logo-block img {
		width: 100%;
	}
	.header-icon.mobile-no {
		display: none;
	}
	.header-icon.desctop-no {
		display: block;
	}
	.header-icon {
		margin-right: 0;
	}
	.fixed-menu {
		display: block;
	}
	.basket-line-block-icon-cart {
		margin-right: 40px;
	}
	.menu {
		top: 80px;
	}
}
@media (max-width:576px) {
	.menu {
		top: 56px;
	}
}
/*--------------CONTENT------------------*/
.spec-block {

}

/*--------------FOOTER CONTENT------------------*/
.bx-footer-section .bx-block-title {
    color: #2b2b2d !important;
	font-weight: 600;
    font-size: 18px;
}
.bx-footer-section {
    background-color: #f0f0f0 !important;
	border-radius: 20px;
}
.nav {}
.nav-item {}
.nav-link {
	padding: 0;
    color: #2b2b2d !important;
}
.footer-block-social {
	display: flex;
}
.footer-block-list {
    margin-bottom: 10px;
}
.footer-block-social-item {
	display: block;
	width: 35px;
	margin-right: 10px;
}
.footer-block-social-item img {
	width: 100%;
}
.footer-katalog-list {
	display: flex;
	flex-direction: column;
}
.footer-katalog-list-item {
	display: block;
    color: #2b2b2d;
    text-decoration: none;
}
.bx-footer-item pre {
    margin-bottom: 0;
}


@media (max-width:576px) {
	.bx-footer-item {
		width: 50%;
	}
	.bx-footer-item:last-child {
		width: 100%;
	}
	.bx-footer-section {
		margin-bottom: 40px;
	}
	.bx-footer-item pre span {
		font-size: 12pt !important;
	}
	.bx-footer-item.mobile-no {
		display: none;
	}
}
/*------------------ LANGUAGE BLOCK -----------------------*/
body {
	margin-top: 0 !important;
}
#gt-nvframe {
  display: none;
}
.skiptranslate {
  display: none;
}
.language {
    position: relative;
    width: max-content;
}
.language-current-container {
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
}
.language-current {
    margin-right: 5px;
	padding-left: 5px;
    color: #2b2b2d;
}
.language-current-container i {
    font-weight: 400;
    color: #fff;
}
.language-list-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
	z-index: 10;
}
.language-list {
    border-radius: 5px;
}
.language-list-container.closed {
    display: none;
}
.language-list-container.opened {
    display: block;
}
.language-list-item {
    padding: 5px;
    cursor: pointer;
}
.language-list-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.language-list-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.language__img_active {}

@media (max-width: 576px) {
    .language-list-container {
        left: 0;
    }
}
/* конец */

/*------------------ AUTH FORM -----------------------*/
.bx-authform {
	margin: 0 auto;
}
.bx-authform .bx-authform-social {
	display: none;
}
.bx-authform form input[type="text"], .bx-authform form input[type="password"] {
	border: none !important;
    border-radius: 25px !important;
    overflow: hidden;
    background-color: #f0f0f0 !important;
}
.bx-authform form input[type="submit"] {
	border: solid 1px #2b2b2d;
    border-radius: 20px !important;
    overflow: hidden;
    background-color: #2b2b2d;
	color: #fff;
	width: 100%;
}

.bx-authform-link-container {
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
}
.bx-authform-link-container a {
	color: #2b2b2d;
}
.bx-authform-formgroup-container {
    margin-bottom: 10px !important;
}

/*-----------ABOUT--------------*/
.about-wrap {

}
.about {

}
.about-list {
    width: 80%;
    margin: 0 auto;
	padding: 0 10px;
}
.about-list-item {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.about-list-item-info {
    width: 50%;
	padding: 10px;
}
.about-list-item-info-title {
	font-size: 24px;
    font-weight: 600;
    text-align: center;
	margin-bottom: 10px;
}
.about-list-item-info-description {
	font-size: 16px;
    text-align: center;
	color: rgba(0, 0, 0, .5);
}
.about-list-item-img-wrap {
    width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.about-list-item-img {
    width: 90%;
}
.about-list-item-img img {
    width: 100%;
}

@media (max-width:824px) {
	.about-list {
		width: 100%;
	}
	.about-list-item-info {
		width: 100%;
	}
	.about-list-item-img-wrap {
		width: 100%;
	}
}
@media (max-width:576px) {

}
/*-----------ABOUT END--------------*/

/*-----------DESIGNERS--------------*/
.designers-wrap {

}
.designers {

}
.designers-top {

}
.designers-top-banner {
	position: relative;
}
.designers-top-banner-img {
	width: 100%;
    height: 850px;
    background-image: url(/local/templates/eshop_bootstrap_v4/images/designers/banner.png);
    background-size: 100%;
	background-repeat: no-repeat;
}
.designers-top-banner-title {
	position: absolute;
	top: 10%;
	left: 30px;
	max-width: 600px;
}
.designers-top-banner-title-big {
	font-size: 30px;
    font-weight: 600;
}
.designers-top-banner-title-small {
	font-size: 14px;
}
.designers-content {
	margin-bottom: 40px;
}
.designers-content-top {
	max-width: 600px;
    margin: 20px auto;
}
.designers-content-top-title {
	font-size: 3rem;
    font-weight: 600;
}
.designers-content-top-description {
	font-size: 16px;
}
.designers-content-center {

}
.designers-content-center-block {

}
.designers-content-center-block-left {

}
.designers-content-center-block-left-inner {

}
.designers-content-center-block-right {

}
.designers-content-center-block-right-inner {

}
.designers-content-center-block-left-item, .designers-content-center-block-right-item {
	width: 300px;
    height: 300px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.designers-content-center-block-left-item-number, .designers-content-center-block-right-item-number {
	position: relative;
}
.designers-content-center-block-left-item-number span, .designers-content-center-block-right-item-number span {
	font-size: 10rem;
    font-weight: 600;
    margin-left: 20px;
    color: #999;
}
.designers-content-center-block-left-item-title, .designers-content-center-block-right-item-title {
	position: absolute;
    left: 105%;
    top: 50%;
    width: 300px;
	font-size: 24px;
    font-weight: 600;
}

.designers-content-center-block-left-one {

}
.designers-content-center-block-left-two {
	margin-top: 220px;
}
.designers-content-center-block-right-one {
	margin-top: 20px;
}
.designers-content-center-block-right-two {
	margin-top: 240px;
}
@media (max-width:1600px) {
	.designers-top-banner-img {
		height: 700px;
	}
}
@media (max-width:1400px) {
	.designers-content-center-block-left-item, .designers-content-center-block-right-item {
		width: 250px;
		height: 250px;
	}
	.designers-content-center-block-left-item-number span, .designers-content-center-block-right-item-number span {
		font-size: 8rem;
		margin-left: 20px;
	}
	.designers-content-center-block-left-item-title, .designers-content-center-block-right-item-title {
		font-size: 22px;
	}
	.designers-top-banner-img {
		height: 600px;
	}
}
@media (max-width:1300px) {
	.designers-content-center-block-left-item, .designers-content-center-block-right-item {
		width: 240px;
		height: 240px;
	}
	.designers-content-center-block-left-item-number span, .designers-content-center-block-right-item-number span {
		font-size: 8rem;
		margin-left: 20px;
	}
	.designers-content-center-block-left-item-title, .designers-content-center-block-right-item-title {
		font-size: 20px;
		width: 250px;
	}
	.designers-top-banner-img {
		height: 550px;
		background-size: cover;
		background-position-x: right;
		background-position-y: bottom;
	}
}
@media (max-width:992px) {
	.designers-top-banner-img {
		height: 450px;
	}
}
@media (max-width:824px) {
	.designers-top-banner-img {
		height: 550px;
		background-position-x: center;
	}
}
@media (max-width:576px) {
	.designers-content-center-block-left-item, .designers-content-center-block-right-item {
		width: 200px;
		height: 200px;
	}
	.designers-content-center-block-left-item-title, .designers-content-center-block-right-item-title {
		font-size: 18px;
	}
	.designers-content-center-block-left-two {
		margin-top: 20px;
	}
	.designers-content-center-block-right-one {
		margin-top: 20px;
	}
	.designers-content-center-block-right-two {
		margin-top: 20px;
	}
	.designers-top-banner-title-big {
		font-size: 24px;
	}
	.designers-top-banner-title {
		top: 5%;
		left: 15px;
		max-width: 90%;
	}
}
@media (max-width:420px) {
	.designers-content-center-block-left-item-title, .designers-content-center-block-right-item-title {
		font-size: 16px;
	}
}
/*-----------DESIGNERS END--------------*/

/*-----------categories--------------*/
.categories {
	margin: 0 0 10px;
	position: relative;
}
.categories-list {
	display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 20px;
}
.categories-list-item {
	text-decoration: none;
    padding: 5px 10px;
    background-color: #f0f0f0;
    color: #2b2b2d;
    font-size: 16px;
    text-transform: uppercase;
}

.submenu {
	display: none;
	position: absolute;
	top: calc(100% - 5px);
	left: 0;
	z-index: 99;
	width: 100%;
    background-color: #f0f0f0;
	padding-top: 20px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
}
.submenu-content {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.submenu-content-img  {
	width: 350px;
	height: max-content;
	margin-right: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.submenu-content-img img {
	width: 100%;
	height: auto;
}
.submenu-content-list {
	display: flex;
	flex-direction: column;
}
.submenu-content-list-item {
	text-decoration: none;
	color: #2b2b2d;
}
.submenu-content-list-img {
	display: none;
	margin-right: 20px;
}
.submenu-content-list-img-item  {
	display: none;
	width: 350px;
	height: max-content;
	border-radius: 20px;
	overflow: hidden;
}
.submenu-content-list-img-item img {
	width: 100%;
	height: auto;
}

/*-----------categories END--------------*/
/*-----------мультиязычность--------------*/
.typeselect {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 16px;
    background-color: #f8f9fa;
    color: #333;
    width: 68px; 
    appearance: none; /* Убираем стандартное оформление браузера */
    background: url('/local/templates/eshop_bootstrap_v4/images/icons/svg/arrow-2.svg') no-repeat right center; /* Иконка стрелки */
    background-size: 30px 20px; /* Размер иконки стрелки */
}

.typeselect:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

/* Стили для выпадающего списка */
.typeselect option {
    font-size: 16px;
}
/*-----------мультиязычность END--------------*/

.top-menu-wrap {}
.top-menu {
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
}
.top-menu-list {
	display: flex;
    justify-content: center;
    align-items: center;
}
.top-menu-list-item {
	text-decoration: none;
    padding: 5px 10px;
    color: #2b2b2d;
    font-size: 16px;
    text-transform: uppercase;
}

.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
	background: var(--theme-color-second);
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: #fff; }

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 14px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 11px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 6px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}



.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }



/*-----------new style-------------*/

.bx-style-theme .bx-top-nav-container {
	background: transparent;
	display: flex;
}
.bx-nav-1-lvl-link-text {
	color: #2b2b2d80;
}
.bx-nav-1-lvl-link-text:hover {
	color: #2b2b2d;
}
.bx-active .bx-nav-1-lvl-link-text {
	color: #2b2b2d;
}
.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link, .bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link, .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
    border-bottom: none;
    background: transparent;
	color: #2b2b2d;
}

@media (max-width:576px) {
	.mobile-header-list {
		flex-direction: column;
	}
	.bx-style-theme .bx-top-nav-container.mobile-menu-wrap {
		justify-content: start;
	}
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/style.css?17212954821288 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v5/style.css?17212968295860 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/mobile/style.min.css?17120485884065 */
/* /local/templates/eshop_bootstrap_v4/template_styles.css?175403893936345 */
