

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/style.css?16991937022059*/
.bx-searchtitle {
	margin-right: 10px;
	align-self: flex-start;
}

.bx-searchtitle .input-group {
	display: flex;
	flex-wrap: nowrap;
	width: auto;
}

.bx-searchtitle .input-group:before {
	color: var(--theme-yellow);
/*	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #fff transparent transparent transparent;
	content: "";
	z-index: 5;*/
}

.bx-searchtitle .form-control {
	display: block;
	height: 40px;
	padding-left: 0;
	border: 0;
	background-color: var(--theme-yellow);
	border-radius: 0;
	color: #fff;
}

.bx-searchtitle .form-control:focus {
	border: 0;
	box-shadow: none;
}
.bx-searchtitle .form-control::placeholder {
  color: #fff;
}
.bx-searchtitle .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.bx-searchtitle .form-control:focus::placeholder {
	color: transparent;
}
.bx-searchtitle .form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
  color: transparent;
}

.searche-title {}

.search-title-button {
	background-color: var(--theme-yellow);
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 40px;
	height: 40px;
	border-radius: 0;
}


.title-search-result {
	left: auto !important;
	right: 0;
	width: 50vw !important;
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
}

@media (min-width: 1920px) {
	.title-search-result {
		right: calc((100vw - var(--container-max-width))/2);
		width: calc(var(--container-max-width)/2) !important;
	}
}

.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;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?16943849874706*/
.bx-basket {}

.basket-line {
	display: flex;
	justify-content: flex-end;
}

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

.basket-line-block:not(:last-child) {
	margin-right: 10px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	display: block;
}

.basket-line-block-icon-cart:before,
.basket-line-block-icon-profile:before {
	display: block;
	width: 30px;
	height: 40px;
	margin: 0 auto;
	content: '';
}

.basket-line-block .badge {
	position: absolute;
	top: 8px;
	left: 100%;
	margin-left: -10px;
	padding: 0.25em 0.5em;
	font-size: .75em;
	border-radius: 8px;
}

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

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

.basket-line-block-text {
	display: block;
	text-align: center;
}

/*FIXED BASKET*/

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding: 5px 20px;
		background: #fff;
	}

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

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

	.bx-basket-fixed .hr {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

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

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/menu/bootstrap_v6/style.css?169919370214807*/
.bx-top-nav-container {
	position: relative;
	color: #fff;
	z-index: 99;
}

/*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;
	text-decoration: none;
	transition: 250ms linear all;
}

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

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
	align-items: center;
}
@media (min-width: 768px) {
	.bx-nav-1-lvl-link-text {
		padding: 10px 6px;
	}
}
@media (min-width: 1024px) {
	.bx-nav-1-lvl-link-text {
		padding: 10px 16px;
	}
}

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

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

.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 {
	position: relative;
	z-index: 250;
	color: #fff;
}

@media (min-width: 768px) {
	.bx-nav-1-lvl.hover > .bx-nav-1-lvl-link:after,
	.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link:after,
	.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link:after {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		transform: skew(var(--skew-angle));
		background-color: var(--theme-color-primary);
		content: "";
		z-index: -1;
	}

	.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link:after {
		background-color: var(--theme-yellow);
	}

	.menu-over-slider .bx-nav-1-lvl.hover > .bx-nav-1-lvl-link:before,
	.menu-over-slider .bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link:before {
		position: absolute;
		top: 0;
		width: 100%;
		height: 600px;
		transform: skew(var(--skew-angle)) translateX(calc(56px/2 - 300px));
		background: linear-gradient(rgba(192, 197, 203, 0.5), transparent);
		content: "";
		z-index: -1;
		animation: fadeIn 1s;
	}
}
.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 {

}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/**/


.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: 100%;
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

@media (min-width: 768px) {
	.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 {
		left: calc(-56px/2);
	}
}

.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:hover {
	background: #f0f0f0;
}

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

.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: 19px;
	right: 8px;
	z-index: 10;
	width: 40px;
}

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

.bx-nav-bars,
.bx-aside-nav-control:before,
.bx-aside-nav-control:after {
	display: block;
    width: 26px;
    height: 4px;
    background-color: #adadad;
    margin: 5px auto;
    transition: all .3s ease-in-out;
    content: "";
}

.bx-aside-nav-control.bx-opened .bx-nav-bars {
    opacity: 0;
}
.bx-aside-nav-control.bx-opened:before {
    transform: translateY(9px) rotate(45deg);
}
.bx-aside-nav-control.bx-opened:after {
	transform: translateY(-9px) rotate(-45deg);
}

.bx-nav-bars {}

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

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

/**/
.bx-aside-nav {
	position: fixed;
	top: 70px;
	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 {
	flex: auto;
	overflow: auto;
	flex-wrap: nowrap;
	z-index: 1700;
	flex-direction: column;
}
@media (min-width: 768px) {
	.bx-nav-list-1-lvl, .bx-nav-1-lvl, .bx-nav-1-lvl-link {
		height: 100%;
	}

	.bx-nav-list-1-lvl {
		position: relative;
		transform: translate(calc(56px/2), 0);
	}

	.menu-over-slider .bx-nav-list-1-lvl:before {
		position: absolute;
		top: 0;
		width: 100%;
		height: 56px;
		transform: skew(var(--skew-angle)) translateX(calc(56px/2 - 300px));
		background: linear-gradient(to bottom,  rgba(192, 197, 203, 0.5) 1%, transparent 100%);
		content: "";
		z-index: -1;
		animation: .5s fadeIn;
		pointer-events: none;
	}

	.menu-over-slider .bx-nav-list-1-lvl:before {
		height: 600px;
	}

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

.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;
	z-index: 250;
}

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

.bx-aside-nav .bx-searchtitle {
	align-self: flex-end;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: block;
	}

	.bx-aside-nav { display: flex; flex-direction: column; justify-content: space-between; }

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

@media (min-width: 768px) {
	.bx-nav-1-lvl > a { font-size: 11px; }
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

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

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

}

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

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


/* Workshop styles */
.page-workshop {
	background: transparent url(/images/workshop-bg1.webp) center repeat;
}

.page-workshop .title-section .breadcrumbs {
	display: none;
}

.page-workshop .cta-title {
	padding: .25em .5em;
	line-height: 1.5;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
	/*	background-color: #e11930;*/
	/*background-color: rgba(37, 48, 61, .3);*/
	background-color: var(--theme-light-blue);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
@media (min-width: 768px) {
	.page-workshop .cta-title {
		font-size: 2.5rem;
	}
}

.page-workshop .cta-action {
	margin-top: 100px;
}

@media (min-width: 768px) {
	.page-workshop .cta-action {
		margin-top: 200px;
	}
}

.cta-action .btn {
	--btn-size: 50px;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
}
@media (min-width: 768px) {
	.cta-action .btn {
		--btn-size: 60px;
		font-size: 1.5rem;
	}
}

.hero {
	margin-bottom: 40px;
	background-color: rgba(37, 48, 61, .3);
}
@media (min-width: 768px) {
	.hero {
		margin-bottom: 0;
	}
}

.cta-action .btn.btn-append {
	padding-right: 80px;
}

.hero-fixed {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.hero-fixed {
	    position: absolute;
	    top: 10px;
	    left: 0;
	    width: 100%;
	    z-index: 9;
	}
}

.page-workshop .cta {
    top: 160px;
}

.hero-fixed-left {
	flex: auto;
}

.hero-fixed .container {
    display: flex;
    justify-content: space-between;
}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1678450943620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v5/style.css?16943849871375*/
.bx-icons {
	display: flex;
}

.bx-icon {
	position: relative;
	display: block;
	width: 36px;
	transition: 250ms linear all;
}

.bx-icon:not(:last-child) {
	margin-right: 10px;
}

.bx-icon > i {
	position: relative;
	display: block;
	padding-top: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: #ebeff2;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.bx-icon:hover { opacity: .8; }

.bx-icon-service-in > i {
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v5/images/ui-service-light-instagram.svg);
}
.bx-icon-service-in:hover > i {
	background-color: #d56c9a;
}

.bx-icon-service-vk > i {
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v5/images/ui-service-light-vk.svg);
}
.bx-icon-service-vk:hover > i {
	background-color: #3871ba;
}

.bx-icon-service-fb > i {
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v5/images/ui-service-light-fb.svg);
}
.bx-icon-service-fb:hover > i {
	background-color: #38659f;
}

.bx-icon-service-tw > i {
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v5/images/ui-service-light-twitter.svg);
}
.bx-icon-service-tw:hover > i {
	background-color: #2fc6f6;
}

.bx-icon-service-gp > i {
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v5/images/ui-service-light-google-plus.svg);
}
.bx-icon-service-gp:hover > i {
	background-color: #dc4e41;
}
.bx-icon-service-tg > i {
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v5/images/ui-service-light-tg.svg);
}
.bx-icon-service-tg:hover > i {
	background-color: #37AEE2;
}


/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/sender.subscribe/template1/style.css?16947161886187*/
.footer-sender-wrap {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	padding: 20px 30px;
	background-color: var(--theme-yellow);
}

.footer-sender-wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: var(--theme-gray) transparent transparent transparent;
	content: "";
}	

@media (min-width: 480px) {
	.footer-sender-wrap:before {
		content: none;
	}
}

@media (min-width: 768px) {
	.footer-sender-wrap {
		margin-right: 40px;
	}
	.footer-sender-wrap:before {
		content: "";
	}
}
@media (min-width: 1440px) {
	.footer-sender-wrap:before {
		content: none;
	}
}

.footer-sender-wrap h3 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: right;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

@media (min-width: 480px) {
	.footer-sender-wrap h3 {
		text-align: left;
	}
}
@media (min-width: 768px) {
	.footer-sender-wrap h3 {
		text-align: right;
	}
}
@media (min-width: 1440px) {
	.footer-sender-wrap h3 {
		text-align: left;
	}
}

.bx-subscribe {

}

.bx-subscribe form {
}
@media (min-width: 480px) {
	.bx-subscribe form {
		display: flex;
	}
}
@media (min-width: 768px) {
	.bx-subscribe form {
		display: block;
	}	
}
@media (min-width: 1440px) {
	.bx-subscribe form {
		display: flex;
	}
}

.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}

.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 16px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 0;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width: 480px) {
	.bx-subscribe .bx-input-group .bx-form-control {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.bx-subscribe .bx-input-group .bx-form-control {
		margin-bottom: 16px;
	}
}

.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

.btn-subscribe {
	position: relative;
	cursor: pointer;
	text-align: center;
	background: var(--theme-b-bd-primary);
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 30px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: var(--theme-b-bd-primary-hover);
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	border: 1px solid var(--theme-b-bd-primary);
	background-color: #fff;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyOS41IDI5LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5LjUgMjkuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNFMDE4MkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjYuMSw4LjNjMC0xLjItMS0yLjItMi4yLTIuMkg2LjNjLTEuMiwwLTIuMiwxLTIuMiwyLjJ2MTMuMmMwLDEuMiwxLDIuMiwyLjIsMi4yaDE3LjZjMS4yLDAsMi4yLTEsMi4yLTIuMgoJVjguM3ogTTIzLjksOC4zbC04LjgsNS41TDYuMyw4LjNIMjMuOXogTTIzLjksMjEuNUg2LjN2LTExbDguOCw1LjVsOC44LTUuNVYyMS41eiIvPgo8L3N2Zz4K");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60%;
}
.btn-subscribe:after {
	position: absolute;
	top: 0;
	left: -1px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #fff transparent transparent transparent;
}

@media (min-width:480px) {
	.btn-subscribe:after {
		content: "";
	}
}
@media (min-width:768px) {
	.btn-subscribe:after {
		content: none;
	}
}
@media (min-width:1440px) {
	.btn-subscribe:after {
		content: "";
	}
}

.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/template_styles.css?169919370225686*/
:root {
    --ui-font-family-secondary: 'Poppins', sans-serif;
    --ui-font-family-open-sans: 'Poppins', sans-serif;
    --theme-dark-blue: #21294D;
    --theme-light-blue: #3cace2;
    --theme-yellow: #F39F2A;
    --theme-gray: #D9D9D9;
    --theme-gray-dark: #aaa;
    --container-max-width: 1920px;
    --container-narrow-max-width: 820px;
    --container-narrowest-max-width: 500px;
    --skew-angle: -45deg;
    --btn-size: 40px;
}

/* layout */
html, body {
    height: 100%;
}

.bx-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.bx-header, .slider, .bx-footer {
    flex: none;
}

.workarea {
    flex: auto;
}

.relative {
    position: relative;
}

/* rude BS override  */
.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: var(--container-max-width) !important;
    }
}

.container-narrow {
    max-width: var(--container-narrow-max-width) !important;
    margin-left: auto;
    margin-right: auto;
}

.container-narrowest {
    max-width: var(--container-narrowest-max-width) !important;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.buttons-row {
    margin-right: calc(var(--btn-size) / -1);
    margin-left: calc(var(--btn-size) / -1);
}

.form-group {
    margin-bottom: 16px;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }
}

.bx-red,
.bx-theme-red {
    --primary: #E0182F;
    --theme-color-primary: #E0182F;
    --theme-color-second: #e95c5c;
    --theme-color-light: #f0f0f0;
    --theme-b-link: #E0182F;
    --theme-b-link-hover: #e95c5c;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #E0182F;
    --theme-b-bd-primary: #E0182F;
    --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;

    --theme-b-tx-warning: #fff;
    --theme-b-bg-warning: #F5A130;
    --theme-b-bd-warning: #F5A130;
    --theme-b-sd-warning: #F5A130;
    --theme-b-tx-warning-hover: #fff;
    --theme-b-bg-warning-hover: #e0a800;
    --theme-b-bd-warning-hover: #e0a800;
    --theme-b-tx-warning-active: #fff;
    --theme-b-bg-warning-active: #d39e00;
    --theme-b-bd-warning-active: #d39e00;
    --theme-b-tx-warning-disabled: var(--theme-b-tx-warning);
    --theme-b-bg-warning-disabled: var(--theme-b-bg-warning);
    --theme-b-bd-warning-disabled: var(--theme-b-bd-warning);

    --theme-b-tx-info: #fff;
    --theme-b-bg-info: var(--theme-light-blue);
    --theme-b-tx-info-hover: #fff;
    --theme-b-bg-info-hover: #26a3df;
    --theme-b-tx-info-active: #fff;
    --theme-b-bg-info-active: #26a3df;
    --theme-b-tx-info-disabled: #fff;
    --theme-b-bg-info-disabled: rgba(60, 158, 226, .65);

    --theme-b-tx-gray: #fff;
    --theme-b-bg-gray: #aaa;
    --theme-b-tx-gray-hover: #fff;
    --theme-b-bg-gray-hover: #c7c7c7;
    --theme-b-tx-gray-active: #fff;
    --theme-b-bg-gray-active: #b5b5b5;
    --theme-b-tx-gray-disabled: #fff;
    --theme-b-bg-gray-disabled: var(--theme-gray);
}

.btn {
    border: 0;
    border-radius: 0;
    height: var(--btn-size);
    min-width: var(--btn-size);
}

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

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

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

.btn-check:focus + .btn-warning, .btn-warning:focus {
    background-color: var(--theme-b-bg-warning-active);
    border-color: var(--theme-b-bd-warning-active);
    color: var(--theme-b-tx-warning-active);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    background-color: var(--theme-b-bg-warning-active);
    border-color: var(--theme-b-bd-warning-active);
    color: var(--theme-b-tx-warning-active);
}

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

.btn-info {
    background-color: var(--theme-b-bg-info);
    color: var(--theme-b-tx-info);
}

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

.btn-check:focus + .btn-info, .btn-info:focus {
    background-color: var(--theme-b-bg-info-active);
    color: var(--theme-b-tx-info-active);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: var(--theme-b-bg-info-active);
    color: var(--theme-b-tx-info-active);
}

.btn-gray {
    background-color: var(--theme-b-bg-gray);
    color: var(--theme-b-tx-gray);
}

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

.btn-check:focus + .btn-gray, .btn-gray:focus {
    background-color: var(--theme-b-bg-gray-active);
    color: var(--theme-b-tx-gray-active);
}

.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
    background-color: var(--theme-b-bg-gray-active);
    color: var(--theme-b-tx-gray-active);
}


.mr-30px {
    margin-right: 30px !important;
}

.ml-30px {
    margin-left: 30px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

body {
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

#pagetitle {
    margin-bottom: 35px;
}

h1, h2, h3, h4, h5 {
}

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

/*region HEADER*/
.bx-header {
    position: relative;
}

.bx-header-section {

}

.header-row {
    padding-top: 8px;
    padding-bottom: 8px;
}

.bx-header-logo {
}

.bx-header-personal {
    justify-content: flex-end;
}

.bx-header-contact {
}

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

.bx-logo-block img {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .bx-logo-block img {
        width: 150px;
    }
}

@media (min-width: 1240px) {
    .bx-logo-block img {
        width: 180px;
    }
}

/*endregion*/

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

.bx-header-phone-number {
    color: var(--theme-dark-blue);
    white-space: nowrap;
    font-weight: 700;
    font-size: 15px;
    transition: 250ms linear all;
}

.link-to-phone {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted var(--theme-dark-blue);
}

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

.bx-header-address {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--theme-dark-blue);
}

@media (min-width: 768px) {
    .bx-header-phone-number {
        font-size: 21px;
    }

    .bx-header-address {
        font-size: 14px;
    }
}

.bx-header-address hr {
    height: 2px;
    margin: 0;
    color: #CDCDCD;
    opacity: 1;
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    transition: 250ms linear all;
}

.bx-worktime-title {
    color: #adadad;
    font-size: 12px;
}

.bx-worktime-schedule {
    color: #000;
    font-size: 12px;
}

@media (max-width: 991px) {
    .bx-header-worktime {
        font-weight: 500;
        font-size: 15px;
    }
}

/* Main menu wrapper */
.header-menu-wrap {
    height: 56px;
    width: 100%;
    background: var(--theme-dark-blue);
}

.header-menu-wrap.menu-over-slider {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: transparent;
    z-index: 10;
}

.header-menu-wrap .container {
    padding: 0;
}

.bx-top-nav {

}

.section-title {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 0 6px 24px;
    color: #fff;
    z-index: 1;
}

@media (min-width: 768px) {
    .section-title {
        padding: 12px 0 12px 48px;
        font-size: 25px;
    }
}

.section-title:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(var(--skew-angle));
    transform-origin: bottom;
    background-color: var(--theme-color-primary);
    content: "";
    z-index: -1;
}

/*main page*/
.catalog-section-main {
    position: relative;
}

.catalog-section-main:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0);
    background-color: #F5F5F5;
    content: "";
}

.catalog-section-main-title {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .catalog-section-main-title {
        margin-bottom: 3rem;
    }
}

/*endregion*/

.sidebar-block-title {
    color: #343434;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

/*region FOOTER*/
.bx-footer {
    overflow: hidden;
    background-color: var(--theme-gray);
}

.footer-right-wrap {

}


.footer-aside-section {

}

.hr.footer-hr {
    display: none;
    padding-left: calc(100% / 3 - 4px);
}

@media (min-width: 768px) {
    .hr.footer-hr {
        display: block;
        padding-left: 50%;
    }
}

@media (min-width: 992px) {
    .hr.footer-hr {
        display: block;
        padding-left: calc(100% / 3 - 4px);
    }
}

@media (min-width: 1920px) {
    .hr.footer-hr {
        padding-left: calc(var(--container-max-width) * 0.33 + (100vw - var(--container-max-width)) / 2);
    }
}

@media (min-width: 768px) {
    .footer-right-wrap {
        display: flex;
    }

    .bx-footer-logo-wrap,
    .bx-socialfooter {
        flex: 0 0 auto;
        width: 50%;
    }

    .footer-left-wrap {
        display: flex;
    }

    .footer-aside {
        flex: 0 0 auto;
        width: 50%;
    }

    .footer-menu {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .footer-right-wrap {
        display: block;
    }

    .bx-footer-logo-wrap,
    .bx-socialfooter {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .footer-left-wrap {
        flex-direction: column;
    }

    .footer-aside {
        display: flex;
        width: 100%;
    }

    .footer-aside-section {
        width: 50%;
    }

    .footer-aside-section:last-child {
        order: -1;
    }

    .footer-menu {
        order: -1;
        width: 100%;
    }
}

.footer-menu .bx-footer-section {
    flex: 0 0 auto;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .footer-menu .bx-footer-section {
        padding-top: 60px;
    }
}

.bx-footer-section .bx-block-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.bx-footer-logo-wrap {
    position: relative;
    padding-bottom: 50px;
}

.bx-footer-logo-wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 200vw;
    height: 100%;
    transform: skew(var(--skew-angle));
    transform-origin: top;
    margin-right: -50%;
    background-color: #fff;
    content: "";
}

@media (min-width: 480px) {
    .bx-footer-logo-wrap:before {
        width: 100vw;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .bx-footer-logo-wrap:before {
        /*		margin-right: calc((100%*.5 - 25px)/2);*/
    }
}

.bx-footer-logo {
    position: relative;
    display: block;
    width: 150px;
    border-bottom: none !important;
    text-decoration: none !important;
}

@media (min-width: 1440px) {
    .bx-footer-logo {
        width: 222px;
    }
}

@media (min-width: 1920px) {
    .bx-footer-logo-wrap {
        padding-top: 50px;
    }
}

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

.footer-copyright-wrap {
    display: none;
}

@media (min-width: 1024px) {
    .footer-copyright-wrap {
        display: block;
    }
}

.bx-footer-menu {

}

.bx-footer-menu .nav:before,
.bx-footer-menu .nav:after {
    content: none;
}

@media (min-width: 1440px) {
    .bx-footer-menu .nav {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .bx-footer-menu .nav > li {
        flex: 0 0 25%;
    }
}

.bx-footer-menu .nav > li > a {
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888 !important;
    white-space: nowrap;
}

.bx-footer-menu .nav > li > a:hover {
    color: var(--primary) !important;
    background-color: transparent;
}

.footer-contacts {
    font-weight: 700;
}

@media (min-width: 768px) {
    .footer-contacts {
        padding-top: 3rem;
        font-size: 18px;
    }
}

/*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);
}

.input-inherit {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: 0;
	padding: 0;
	margin-right: 0;
}

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
}

.btn-skewed-left,
.btn-skewed-right {
    position: relative;
    height: var(--btn-size);
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

.btn-skewed-left:before,
.btn-skewed-right:after {
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-radius: 0;
    transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
    content: "";
}

.btn-skewed-left {
    margin-left: var(--btn-size);
    padding-left: 0;
}

.btn-skewed-left:before {
    right: 100%;
    border-width: var(--btn-size) var(--btn-size) 0 0;
    border-color: transparent currentColor transparent transparent;
}

.btn-skewed-right {
    margin-right: var(--btn-size);
    padding-right: 0;
}

.btn-skewed-right:after {
    left: 100%;
    border-width: var(--btn-size) var(--btn-size) 0 0;
    border-color: currentColor transparent transparent transparent;
}

.btn-primary.btn-skewed-left:before,
.btn-primary.btn-skewed-left:after,
.btn-primary.btn-skewed-right:before,
.btn-primary.btn-skewed-right:after {
    color: var(--theme-b-bg-primary);
}

.btn-primary.btn-skewed-left:hover:before,
.btn-primary.btn-skewed-left:hover:after,
.btn-primary.btn-skewed-right:hover:before,
.btn-primary.btn-skewed-right:hover:after {
    color: var(--theme-b-bg-primary-hover);
}

.btn-primary.btn-skewed-left.active:before,
.btn-primary.btn-skewed-left:active:before,
.btn-primary.btn-skewed-left.active:after,
.btn-primary.btn-skewed-left:active:after,
.btn-primary.btn-skewed-left.focus:before,
.btn-primary.btn-skewed-left:focus:before,
.btn-primary.btn-skewed-left.focus:after,
.btn-primary.btn-skewed-left:focus:after,
.btn-primary.btn-skewed-right.active:before,
.btn-primary.btn-skewed-right:active:before,
.btn-primary.btn-skewed-right.active:after,
.btn-primary.btn-skewed-right:active:after,
.btn-primary.btn-skewed-right.focus:before,
.btn-primary.btn-skewed-right:focus:before,
.btn-primary.btn-skewed-right.focus:after,
.btn-primary.btn-skewed-right:focus:after {
    color: var(--theme-b-bg-primary-active);
}

.btn-warning.btn-skewed-left:before,
.btn-warning.btn-skewed-left:after,
.btn-warning.btn-skewed-right:before,
.btn-warning.btn-skewed-right:after {
    color: var(--theme-b-bg-warning);
}

.btn-warning.btn-skewed-left:hover:before,
.btn-warning.btn-skewed-left:hover:after,
.btn-warning.btn-skewed-right:hover:before,
.btn-warning.btn-skewed-right:hover:after {
    color: var(--theme-b-bg-warning-hover);
}

.btn-warning.btn-skewed-left.active:before,
.btn-warning.btn-skewed-left:active:before,
.btn-warning.btn-skewed-left.active:after,
.btn-warning.btn-skewed-left:active:after,
.btn-warning.btn-skewed-left.focus:before,
.btn-warning.btn-skewed-left:focus:before,
.btn-warning.btn-skewed-left.focus:after,
.btn-warning.btn-skewed-left:focus:after,
.btn-warning.btn-skewed-right.active:before,
.btn-warning.btn-skewed-right:active:before,
.btn-warning.btn-skewed-right.active:after,
.btn-warning.btn-skewed-right:active:after,
.btn-warning.btn-skewed-right.focus:before,
.btn-warning.btn-skewed-right:focus:before,
.btn-warning.btn-skewed-right.focus:after,
.btn-warning.btn-skewed-right:focus:after {
    color: var(--theme-b-bg-warning-active);
}

.btn-info.btn-skewed-left:before,
.btn-info.btn-skewed-left:after,
.btn-info.btn-skewed-right:before,
.btn-info.btn-skewed-right:after {
    color: var(--theme-b-bg-info);
}

.btn-info.btn-skewed-left:hover:before,
.btn-info.btn-skewed-left:hover:after,
.btn-info.btn-skewed-right:hover:before,
.btn-info.btn-skewed-right:hover:after {
    color: var(--theme-b-bg-info-hover);
}

.btn-info.btn-skewed-left.active:before,
.btn-info.btn-skewed-left:active:before,
.btn-info.btn-skewed-left.active:after,
.btn-info.btn-skewed-left:active:after,
.btn-info.btn-skewed-left.focus:before,
.btn-info.btn-skewed-left:focus:before,
.btn-info.btn-skewed-left.focus:after,
.btn-info.btn-skewed-left:focus:after,
.btn-info.btn-skewed-right.active:before,
.btn-info.btn-skewed-right:active:before,
.btn-info.btn-skewed-right.active:after,
.btn-info.btn-skewed-right:active:after,
.btn-info.btn-skewed-right.focus:before,
.btn-info.btn-skewed-right:focus:before,
.btn-info.btn-skewed-right.focus:after,
.btn-info.btn-skewed-right:focus:after {
    color: var(--theme-b-bg-info-active);
}

.btn-gray.btn-skewed-left:before,
.btn-gray.btn-skewed-left:after,
.btn-gray.btn-skewed-right:before,
.btn-gray.btn-skewed-right:after {
    color: var(--theme-b-bg-gray);
}

.btn-gray.btn-skewed-left:hover:before,
.btn-gray.btn-skewed-left:hover:after,
.btn-gray.btn-skewed-right:hover:before,
.btn-gray.btn-skewed-right:hover:after {
    color: var(--theme-b-bg-gray-hover);
}

.btn-gray.btn-skewed-left.active:before,
.btn-gray.btn-skewed-left:active:before,
.btn-gray.btn-skewed-left.active:after,
.btn-gray.btn-skewed-left:active:after,
.btn-gray.btn-skewed-left.focus:before,
.btn-gray.btn-skewed-left:focus:before,
.btn-gray.btn-skewed-left.focus:after,
.btn-gray.btn-skewed-left:focus:after,
.btn-gray.btn-skewed-right.active:before,
.btn-gray.btn-skewed-right:active:before,
.btn-gray.btn-skewed-right.active:after,
.btn-gray.btn-skewed-right:active:after,
.btn-gray.btn-skewed-right.focus:before,
.btn-gray.btn-skewed-right:focus:before,
.btn-gray.btn-skewed-right.focus:after,
.btn-gray.btn-skewed-right:focus:after {
    color: var(--theme-b-bg-gray-active);
}


.btn-append {
    position: relative;
    height: var(--btn-size);
    padding-right: 52px;
}

.btn-append:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: var(--btn-size);
    border: 1px solid currentColor;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
}

.btn-append-cart:after {
    background-image: url(/local/templates/eshop_bootstrap_v4/images/cart.svg);
    background-size: 60%;
}


.btn-append-phone:after {
    background-image: url(/local/templates/eshop_bootstrap_v4/images/phone-red.svg);
    background-size: 100%;
}


.btn-remove {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.btn-remove:after,
.btn-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}

.btn-remove:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.btn-remove:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}


/*endregion*/

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar li {
    font-size: 12px;
}

.sidebar-icon {
    width: 27px;
    height: 27px;
    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;
}

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


/*divider line*/
.hr {
    --hr-height: 3px;
    --hr-padding: 0.15;
    position: relative;
    height: var(--hr-height);
    width: 100%;
    overflow: hidden;
    padding-left: calc(100% * var(--hr-padding));
}

@media (min-width: 768px) {
    .hr {
        --hr-height: 8px;
    }
}

@media (min-width: 1200px) {
    .hr {
        --hr-height: 12px;
    }
}

@media (min-width: 1920px) {
    .hr {
        padding-left: calc(var(--container-max-width) * var(--hr-padding) + (100vw - var(--container-max-width)) / 2);
    }

    .hr:after {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.hr.absolute {
    position: absolute;
    left: 0;
}

.hr:before {
    position: absolute;
    top: 0;
    left: 66%;
    width: 50vw;
    height: 100%;
    background-color: #e11930;
    content: "";
}

.hr:after {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right,
    var(--theme-yellow) 0%,
    var(--theme-yellow) 33%,
    #ffffff 33.01%,
    #ffffff calc(33% + var(--hr-height)),
    var(--theme-light-blue) calc(33.01% + var(--hr-height)),
    var(--theme-light-blue) 66%,
    #ffffff 66.01%,
    #ffffff calc(66% + var(--hr-height)),
    #e11930 calc(66.01% + var(--hr-height)),
    #e11930 100%);
    transform: skew(var(--skew-angle)) translate(calc(var(--hr-height) / 2), 0);
    content: "";
}

.popup-window .sale-popup-content {
    width: 600px;
    max-width: 100%;
    margin: 0;
    text-align: center;
}

/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v5/style.css?16991937022059 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?16943849874706 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/menu/bootstrap_v6/style.css?169919370214807 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1678450943620 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v5/style.css?16943849871375 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/sender.subscribe/template1/style.css?16947161886187 */
/* /local/templates/eshop_bootstrap_v4/template_styles.css?169919370225686 */
