

/* Start:/bitrix/templates/eshop_bootstrap_v4/lib/slick.css?17022247981524*/
/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/lib/jquery.formstyler.css?170222479812865*/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* РґР»СЏ Opera PrestoВ */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* РІ РєР°РєРёС…-С‚Рѕ Р±СЂР°СѓР·РµСЂР°С… РїСЂРёСЃСѓС‚СЃС‚РІСѓРµС‚ РѕС‚СЃС‚СѓРї */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0 !important;
	padding: 0 !important;
}
.jq-selectbox li {
	min-height: 18px;
	margin: 0 !important;
	padding: 5px 10px 6px !important;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li::before {
	content: none !important;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/style.min.css?16388522004065*/
.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(/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/images/profile.svg)}.basket-line-block-icon-cart:after{background:no-repeat center url(/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/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:/bitrix/components/bitrix/menu/templates/bootstrap_v4/style.min.css?166660818810230*/
.bx-top-nav-container{position:relative;padding:0 10px;border-radius:2px;background:var(--theme-color-primary);color:#fff}.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:0;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:0;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}.bx-nav-2-lvl-container,.bx-nav-2-lvl-container-advanced{z-index:999;display:none;padding:0;min-width:100%;border-top:0;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-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)}.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:0;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}.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}.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}.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}
/* End */


/* Start:/bitrix/components/bitrix/search.title/templates/bootstrap_v4/style.min.css?1666601623708*/
.searche-title {}

.search-title-button {
	background-image: url(/bitrix/components/bitrix/search.title/templates/bootstrap_v4/images/icon-search.svg); background-repeat:no-repeat;background-position:center;min-width:45px;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:0}.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:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1626781363272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/style.min.css?17181839493243*/
.news-list-block{margin-bottom:40px;padding:0 14px}.news-list-item-embed-audio,.news-list-item-embed-video,.news-list-item-embed-slider{position:relative;margin-bottom:20px;text-align:center}.news-list-item-embed-slider img{max-width:100%;max-height:100%;width:auto;height:auto}.news-list-item-embed-video{z-index:1;display:block;	background: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/bx-video.png) no-repeat center; transition:opacity .3s ease}.news-list-item-embed-slider{overflow:hidden;padding-bottom:56.25%;width:100%;height:0}.news-list-slider-container{position:absolute;top:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.news-list-slider-slide{z-index:100;-webkit-box-flex:1;-ms-flex:1;flex:1}.news-list-slider-slide img{border-radius:3px 3px 0 0}.news-list-item-embed-video{overflow:hidden;border-radius:3px 3px 0 0}.news-list-slider-arrow-container-left,.news-list-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.news-list-slider-arrow-container-left{left:0}.news-list-slider-arrow-container-right{right:0}.news-list-slider-arrow{position:absolute;top:50%;z-index:110;margin-top:-24px;width:20px;height:48px;color:#fff;vertical-align:middle;text-shadow:0 0 2px rgba(0,0,0,.5);font-size:48px;line-height:34px;opacity:.5;cursor:pointer}.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,.news-list-slider-arrow-container-right:hover .news-list-slider-arrow{display:block;color:#fff;opacity:1}.news-list-slider-arrow-container-left .news-list-slider-arrow{left:20px}.news-list-slider-arrow-container-right .news-list-slider-arrow{right:20px}.news-list-slider-control{position:absolute;bottom:10px;z-index:110;margin:0;padding:0;width:100%;text-align:center;word-spacing:-4px}.news-list-slider-control li{display:inline-block;margin:0 3px;width:10px;height:10px;border-radius:50%;background:#fff;word-spacing:-4px;opacity:.5;cursor:pointer}.news-list-slider-control li:hover,.news-list-slider-control li.current{background:var(--primary);opacity:1}.news-list-slider-arrow,.news-list-slider-control li{transition:opacity .3s ease}.news-list .card-title,.news-list .card-title a{margin:0;padding:0 0 15px;color:var(--primary);font:18px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}.news-list .card-title a:hover{border-bottom-color:transparent;text-decoration:none}.news-list-post-params{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.news-list-param,.news-list-value{font-size:13px;color:#a4a4a4;padding-left:5px}.news-list-icon{display:block;min-width:15px;height:15px;background-position:center;background-size:contain;background-repeat:no-repeat;}

.news-list-icon-eye { background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/eye.svg); } 
.news-list-icon-calendar { background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/calendar.svg); } 
.news-list-icon-tag { background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/tag.svg); } 
.news-list-icon-user { background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/user.svg); } 
.news-list-icon-comments { background-image: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/images/comments.svg); }
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1626781584744*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/template_styles.css?171920637036805*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--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: #2e7d32;
    --theme-color-primary: #2e7d32;
    --theme-color-second: #18621C;
    --theme-color-light: #a8d95b;
    --theme-b-link: #2e7d32;
    --theme-b-link-hover: #154002;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #2e7d32;
    --theme-b-bd-primary: #2e7d32;
    --theme-b-sd-primary: rgba(99, 170, 40, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #18621C;
    --theme-b-bd-primary-hover: #56940b;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #18621C;
    --theme-b-bd-primary-active: #56940b;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #56940b;
    --theme-b-bd-primary-disabled: #497c09;
}

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

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

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

.bx-wrapper { }

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

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

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

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

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

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

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

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

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}
.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}
.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/bitrix/templates/eshop_bootstrap_v4/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}
/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

.bx-footer-section { }

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

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

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

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

/*endregion*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.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(/bitrix/templates/eshop_bootstrap_v4/images/label.svg);
	background-size: 19px auto;
}

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

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

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

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

/*для вывода popup формы*/

/*Кнопка закрытия*/
.button-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 50px;
	cursor: pointer;
}
.button-close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(/bitrix/templates/eshop_bootstrap_v4/images/common.svg) -120px -30px no-repeat;
}

/*Форма*/
.form-wrapper {
}
.combain-wrapper .form-wrapper {
}
.combain-wrapper .tab-wrapper {

}
.form-wrapper::after {
	content: "";
	display: block;
	clear: both;
}
.user-data {
	margin: 0 0 30px;
}
.user-data.form-hidden {
	display: none;
}
.user-data[data-message]::after {
	content: attr(data-message);
	display: block;
	margin-top: 20px;
	color: #25b477;
}
.user-data .form-fieldset.field-button {

}
.user-data .form-fieldset .button-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.field-wrapper {
	position: relative;
	width: 100%;
}
.form-fieldset.form-fieldset-disable,
.fieldset-block.form-fieldset-disable {
	display: none;
}
.field-wrapper::after {
	content: "";
	display: block;
	clear: both;
}
.field-label {
	position: relative;
}
.field-type-captcha .field-title,
.field-type-input .field-title,
.field-type-file .field-title,
.field-type-select .field-title,
.field-type-choice > .field-title {
	/*font-weight: 300;*/
}
.form-fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.form-fieldset.field-group {
	min-width: 0;
	margin: 0 0 20px;
}
.field-title {
	/*line-height: 34px;*/
	/*padding-top: 6px;*/
}
.field-input,
.field-select {
	box-sizing: border-box;
	height: 36px;
	outline: 0;
}
.field-input {
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
}
textarea.field-input {
	padding: 10px;
	resize: vertical;
}
.user-data .field-input,
.user-data .field-select {
	/*display: block !important;*/
	width: 100%;
}
.field-choice {
	opacity: 0;
	position: absolute;
}
.field-type-choice .field-label {
	vertical-align: middle;
}
.field-type-choice .field-label .field-title {
	padding-left: 24px;
	/*overflow: hidden;*/
	/*display: block;*/
	/*-ms-text-overflow: ellipsis;*/
	/*text-overflow: ellipsis;*/
}
.field-choice ~ .field-title::before {
	content: "";
	float: left;
	width: 16px;
	height: 16px;
	margin: 4px 0 0 -24px;
	vertical-align: middle;
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/common.svg);
	background-repeat: no-repeat;
}
.field-type-choice.field-column .field-label {
	display: block;
}
.field-type-choice.field-column .field-label:not(:first-of-type) {
	margin-top: 5px;
}
.field-type-choice .field-label .field-title {
	display: block;
}
.form-button {
	/*overflow: hidden;*/
	position: relative;
	box-sizing: border-box;
	height: 36px;
	padding: 0 15px;
	border: 0;
	border-radius: 5px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.form-button:not(.form-button-wide) {
	display: inline-block;
}
.form-button.form-button-wide {
	/*display: block;*/
	/*width: 100%;*/
}
.form-button::before {
	content: "";
	opacity: .4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	background: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}
.form-button[data-count]::after {
	content: attr(data-count);
	content: attr(data-count);
	position: absolute;
	top: -8px;
	right: -8px;
	height: 18px;
	padding: 0 9px;
	border-radius: 9px;
	font-size: .75em;
	line-height: 18px;
	vertical-align: middle;
	color: #fff;
	background: #059613;
	box-shadow: 0 0 3px rgba(255, 255, 255, 1);
}
.form-button:hover::before {
	content: none;
}
.field-type-captcha::after {
	content: "";
	display: block;
	clear: both;
}
.captcha-wrapper {
	position: relative;
	width: 120px;
	height: 36px;
	font-size: 0;
	line-height: 36px;
	text-align: center;
	/*box-shadow: 0 0 4px rgba(0, 0, 0, .2);*/
}
.captcha-wrapper img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.captcha-reload {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 10px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.captcha-reload::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 36px;
	margin: -18px 0 0 -13px;
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/common.svg);
	background-repeat: no-repeat;
}
.action-button {
	display: inline-block;
	border-bottom: 1px dotted #000;
	cursor: pointer;
}
.field-type-file {

}
.field-type-file .field-label[data-list]::after {
	content: attr(data-list);
	white-space: pre-wrap;
}
.field-type-file .field-file {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.field-type-file .field-file-replace {
	display: block;
	height: 36px;
	padding: 0 15px;
	line-height: 34px;
	background: rgba(0, 0, 0, .2);
}
.field-type-file .field-file-replace::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 18px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/common.svg);
	background-repeat: no-repeat;
}
.field-type-file .field-file-replace::after {
	content: attr(data-title);
}
.field-wrapper.error-field {

}
.field-wrapper[data-error-message]::after {
	content: attr(data-error-message);
	font-size: .875em;
	color: #f30;
}

@media (max-width: 500px) {
	.user-data .field-wrapper {
		margin-bottom: 10px;
	}
	.field-wrapper .field-label {
		display: block;
	}
	.field-wrapper:not(.field-type-captcha) .field-label {
		width: 100%;
	}
	.field-wrapper.field-type-captcha .field-label {
		/*margin-right: 180px;*/
	}
	.field-wrapper.field-type-captcha .field-input {
		/*display: inline-block;*/
		/*width: auto;*/
		/*vertical-align: top;*/
		float: left;
		width: -webkit-calc(100% - 140px);
		width: calc(100% - 140px);
	}
	.captcha-wrapper {
		float: right;
		/*margin-right: 40px;*/
		/*display: inline-block;*/
		/*margin-top: 20px;*/
		/*vertical-align: top;*/
	}
	.field-title {
		display: block;
		margin-bottom: 5px;
	}
	.field-choice ~ .field-title {
		line-height: normal;
	}
}

@media (min-width: 501px) {
	.form-fieldset {
		max-width: 320px;
	}
	.user-data .field-wrapper {
		margin-bottom: 15px;
	}
	.field-label {
		display: inline-block;
	}
	.field-type-choice:not(.field-column) .field-label:not(:first-of-type) {
		margin-left: 10px;
	}
	.field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 280px;
	}
	.field-type-captcha .field-label {
		width: 110px;
	}
	.field-narrow .field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label,
	.field-wrapper.field-narrow:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 120px;
	}
	.field-middle .field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label,
	.field-wrapper.field-middle:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 320px;
	}
	.field-wide .field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label,
	.field-wrapper.field-wide:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 440px;
	}
	.field-type-choice:not(.field-column) {
		white-space: nowrap;
	}
	.captcha-wrapper {
		position: absolute;
		top: 0;
		left: 100%;
		margin-left: 10px;
	}
	.field-type-captcha .field-title,
	.field-type-input .field-title,
	.field-type-file .field-title,
	.field-type-select .field-title,
	.field-type-choice > .field-title {
		float: left;
		width: 160px;
		margin-left: -160px;
	}
	.field-wrapper:not(.field-type-choice) .field-title {
		line-height: 32px;
	}
	.field-choice ~ .field-title {
		/*white-space: nowrap;*/
	}
	.user-data .form-fieldset {
		padding-left: 160px;
	}
	.user-data.form-narrow .form-fieldset {
		padding-left: 80px;
	}
	.form-narrow .field-type-captcha .field-title,
	.form-narrow .field-type-input .field-title,
	.form-narrow .field-type-file .field-title,
	.form-narrow .field-type-select .field-title,
	.form-narrow .field-type-choice > .field-title {
		width: 80px;
		margin-left: -80px;
	}
	.user-data.form-wide .form-fieldset {
		padding-left: 220px;
	}
	.form-wide .field-type-captcha .field-title,
	.form-wide .field-type-input .field-title,
	.form-wide .field-type-file .field-title,
	.form-wide .field-type-select .field-title,
	.form-wide .field-type-choice > .field-title {
		width: 220px;
		margin-left: -220px;
	}
	.form-button:not(.form-button-wide) {
		min-width: 120px;
	}
}

@media (max-width: 640px) {
	.captcha-wrapper {
		/*float: right;*/
		/*margin-right: 40px;*/
		/*display: inline-block;*/
		/*margin-top: 20px;*/
		/*vertical-align: top;*/
	}
}

@media (max-width: 768px) {
	.form-button {
		font-size: 14px;
		border-color: var(--theme-b-bd-primary);
    	background-color: var(--theme-b-bg-primary);
    	color: var(--theme-b-tx-primary);
	}
	.combain-wrapper .form-wrapper {
		padding: 20px 20px 0;
	}
}

@media (min-width: 769px) {
	.form-button {
		font-size: 16px;
	}
	.form-wrapper {
		display: inline-block;
	}
	.combain-wrapper .form-wrapper {
		padding: 20px 0 0;
	}
	.combain-wrapper .tab-wrapper {
		float: left;
	}
}

@media (min-width: 821px) {
	.user-data.form-narrow {
		float: left;
	}
}

@media (min-width: 821px) and (max-width: 1024px) {
	.form-narrow {
		/*max-width: 760px;*/
	}
}

@media (min-width: 861px) {
	.form-wide {
		/*width: 820px;*/
	}
	.user-data.form-wide {
		float: left;
	}
}

@media (min-width: 1025px) {
	.form-narrow {
		/*width: 800px;*/
	}
}
/*Форма-попап*/
.form-popup-wrapper {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.form-popup-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}
.form-popup-wrapper .button-close {
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 0;
}
.form-popup-active {
	overflow: hidden;
}
.form-popup-active .form-popup-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.form-popup {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	max-height: 100%;
	margin: auto;
	padding: 50px 0 0;
	background: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, .3);
}
.form-popup-scroll {
	position: relative;
}
.idevice .form-popup-scroll {
	overflow: auto;
	/*-webkit-overflow-scrolling: touch;*/
}
html:not(.idevice) .form-popup-scroll {
	overflow: hidden;
}
.form-popup-title {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	font-size: 1.5em;
	line-height: 50px;
	/*font-weight: 300;*/
	box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}
.form-popup-description {
	margin-bottom: 25px;
}
.form-popup .iScrollVerticalScrollbar {
	position: absolute;
	top: 5px;
	right: 3px;
	bottom: 5px;
	width: 3px;
}
.form-popup .iScrollIndicator {
	background: rgba(0, 0, 0, .1);
}
.response-success {
	padding: 30px 50px;
	/*margin: 0 0 20px 160px;*/
}
.response-success::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(/bitrix/templates/eshop_bootstrap_v4/images/common.svg) -440px -150px no-repeat;
}
.response-error {
	margin-top: 20px;
}
.form-popup-error .form-popup::before,
.response-error::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -4px 10px 0 0;
	vertical-align: middle;
	background: url(/bitrix/templates/eshop_bootstrap_v4/images/common.svg) -120px -90px no-repeat;
}
.form-popup-error .form-popup::after {
	content: attr(data-error);
	display: inline;
}

@media (max-width: 500px) {
	.form-popup .user-data {
		margin: 0;
		padding: 20px;
	}
	.form-popup-title {
		padding: 0 50px 0 20px;
	}
}

@media (min-width: 501px) {
	.form-popup {
		width: 500px;
	}
	.form-popup .user-data {
		margin: 0;
		padding: 30px;
	}
	.form-popup-title {
		padding: 0 50px 0 30px;
	}
	.form-popup .field-type-choice {
		max-width: 260px;
	}
}

@media (max-width: 480px) {
	.form-popup-active .form-popup {
		width: 100%;
	}
}

/*Плитка*/
.tile-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.tile-item {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 3px;
	font-size: 1rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.tile-wrapper {
		margin-right: -20px;
	}
	.tile-item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.tile-item {
		width: 100%;
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}
}

@media (min-width: 769px) {
	.tile-item:hover {
		border-color: transparent;
		box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	}
}

@media (min-width: 1025px) {
	.tile-wrapper {
		margin-right: -20px;
	}
	.tile-item {
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin-right: 20px;
	}
}

/*Общие стили*/
.page-content {
	margin: 0 0 50px;
}
.tab-block-content h1,
.header-1 {
	font-weight: 300;
}
.tab-block-content h2,
.header-2 {
	font-size: 1.5em;
	font-weight: 300;
}
.tab-block-content h3,
.tab-block-content h4,
.header-3,
.header-4 {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 600;
}
.tab-block-content p,
.page-content p {
	margin: 0 0 15px;
}
.news-description ol,
.news-description ul:not(.plain-list):not(.license-list),
.tab-block-content ol,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots),
.page-content ol,
.page-content ul:not(.plain-list):not(.license-list) {
	margin: 20px 0;
}
.news-description ol > li,
.news-description ul:not(.plain-list):not(.license-list) > li,
.tab-block-content ol > li,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) > li,
.page-content ol > li,
.page-content ul:not(.plain-list):not(.license-list) > li {
	margin: 0 0 10px;
	padding-left: 25px;
}
.news-description ol,
.tab-block-content ol,
.page-content ol {
	counter-reset: chapter;
}
.news-description ol > li::before,
.tab-block-content ol > li::before,
.page-content ol > li::before {
	display: inline-block;
	min-width: 20px;
	height: 6px;
	margin: 0 5px 0 -25px;
	content: counters(chapter, ".") ". ";
	counter-increment: chapter;
}
.news-description ul:not(.plain-list):not(.license-list) > li::before,
.news-description ol ul > li::before,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) > li::before,
.tab-block-content ol ul > li::before,
.page-content ul:not(.plain-list):not(.license-list) > li::before,
.page-content ol ul > li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 19px 3px -25px;
	background-image: url(/bitrix/templates/eshop_bootstrap_v4/images/common.svg);
	background-repeat: no-repeat;
}
.tab-block-content .center,
.page-content .center {
	text-align: center;
}

@media (max-width: 640px) {
	.tab-block-content h1,
	.header-1 {
		margin: 0 0 20px;
		font-size: 1.5em;
	}
}

@media (min-width: 641px) {
	.tab-block-content h1,
	.header-1 {
		margin: 0 0 25px;
		font-size: 2em;
	}
}

/* green.css */
@charset "utf-8";

a,
.cart-functional-item a::before,
.font-size-item,
.contrast-reset,
.field-choice:focus ~ .field-title,
.btn-inline,
.action-button:hover,
.tab-menu-item:not(.tab-active),
.vacancies-list a,
.news-title,
.about-company-slide,
.search-result-title,
.filter-results-wrapper .action-button,
.filter-result,
.form-button.action-license,
.tab-block-content h4,
.header-4,
.shop-version:not(.cart-fixed) .cart-menu-head::before {
	color: #2e7d32;
}
.search-functional-item:hover,
.menu-button-item:hover {
	background-color: #2e7d32;
}
.field-input:focus,
.action-button:hover {
	border-color: #2e7d32;
}
.vacancies-button,
.form-button,
.page-header-bottom,
.font-size-item.font-size-active {
	background: #2e7d32;
}
.font-size-item {
	border: 1px solid #2e7d32;
}
.contrast-reset {
	border-bottom: 1px dotted #2e7d32;
}
.btn-inline {
	border-bottom-color: rgba(46, 125, 50, .5);
}
.vacancies-list a:hover {
	border-bottom-color: rgba(46, 125, 50, 1);
}
.page-header-contrast,
.form-button.action-license,
.order-item-head,
.cart-item-change,
.cart-footer,
.table-wrapper thead {
	background: rgba(46, 125, 50, .1);
}
.pagination-item.pagination-active,
.social-show-button,
.filter-result:hover,
.field-type-file .field-file-replace {
	background: rgba(46, 125, 50, .2);
}
.header-icon:before,
.about-company-slide::before {
	background: rgba(46, 125, 50, .4);
}
.tab-menu-item:not(.tab-active),
.vacancies-list a,
.order-item-head .order-item-title a,
.order-item-repeat,
.order-item-delete,
.cart-link {
	border-bottom: 1px solid rgba(46, 125, 50, .5);
}
.filter-results-wrapper .action-button {
	border-bottom: 1px solid rgba(46, 125, 50, .6);
}
.filter-result {
	border: 1px solid rgba(46, 125, 50, .6);
}
.products-list-item .product-link {
	border-bottom: 1px solid #2e7d32;
}
.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #2e7d32;
}
.field-type-file .field-file-replace::after {
	color: #2e7d32;
}
.field-type-file .field-file-replace::before {
	background-position: -380px -150px;
}

.info-block-1 {
	background-color: #ffdc1a;
	background-image: linear-gradient(135deg, #ffc984 0%, #ffdc1a 100%);
}
.info-block-2 {
	background-color: #60abdc;
	background-image: linear-gradient(135deg, #acc1f3 0%, #60abdc 100%);
}

.description-item::before {
	background-position: -340px -150px;
}
.subdescription-item::before {
	background-position: -360px -150px;
}
.contrast-close::after {
	background-position: -120px -150px;
}
.setificates-link::before {
	background-position: -1100px -150px;
}
.btn-icon-inline::after {
	background-position: -990px -150px;
}
.header-icon-product:after {
	background-position: -1070px -150px;
}
.header-icon-services:after {
	background-position: -1040px -150px;
}
.field-wrapper.field-search.search-active::before {
	background-position: -30px -150px;
}
.captcha-reload::after {
	background-position: -620px -200px;
}
.field-choice[type="checkbox"] ~ .field-title::before {
	background-position: -790px -150px;
}
.field-choice[type="checkbox"]:checked ~ .field-title::before {
	background-position: -820px -150px;
}
.field-choice[type="radio"] ~ .field-title::before {
	background-position: -730px -150px;
}
.field-choice[type="radio"]:checked ~ .field-title::before {
	background-position: -760px -150px;
}
.error-block.error-404::before {
	background-position: -1280px -240px;
}
.filter-item-choice::after {
	background-position: -790px -150px;
}
.filter-checked > .filter-item-choice::after {
	background-position: -850px -150px;
}
.filter-wrapper .field-choice[type="checkbox"]:checked ~ .field-title::before {
	background-position: -850px -150px;
}
.filter-result::after {
	background-position: -150px -150px;
}
.slick-dots li button:before {
	background-position: -340px -150px;
}
.social-show-button::after {
	background-position: -580px -150px;
}
.vacancies-description > li::before,
.news-description ul:not(.plain-list):not(.license-list) > li::before,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) > li::before,
.page-content ul:not(.plain-list):not(.license-list) > li::before {
	background-position: -340px -150px;
}
.news-description ul:not(.plain-list):not(.license-list) ul > li::before,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) ul > li::before,
.page-content ul:not(.plain-list):not(.license-list) ul > li::before {
	background-position: -360px -150px;
}
.order-item-repeat::before {
	background-position: -660px -150px;
}
.edit-link::before {
	background-position: -550px -150px;
}
.delivery-title::before {
	background-position: -730px -150px;
}
.delivery-input:checked ~ .delivery-title::before {
	background-position: -760px -150px;
}
.payment-label:hover .payment-input:not(:checked) ~ .payment-title::before {
	background-position: -790px -150px;
}
.payment-input:checked ~ .payment-title::before {
	background-position: -820px -150px;
}
.payment-label:hover .payment-input:checked ~ .payment-title::before {
	background-position: -850px -150px;
}
.cart-item-change.cart-item-less::after {
	background-position: -690px -150px;
}
.cart-item-change.cart-item-more::after {
	background-position: -710px -150px;
}

@media (min-width: 481px) {
	.cart-preorder-footer {
		border-color: rgba(46, 125, 50, .2);
	}
}

@media (max-width: 640px) {
	.cart-item-delete {
		border-bottom: 1px solid rgba(46, 125, 50, .5);
	}
}

@media (max-width: 768px) {
	.menu-user-item:not(:first-child)::before {
		background: #2e7d32;
	}
}

@media (min-width: 769px) {
	.tile-item {
		border: 1px solid rgba(46, 125, 50, .2);
	}
	.main-menu-item.menu-active {
		background: rgba(46, 125, 50, .2);
	}
	.main-menu-subitem:hover {
		background: rgba(46, 125, 50, .1);
	}
	.shop-version.cart-fixed .cart-menu-head,
	.shop-version.cart-fixed .cart-menu-head::after {
		color: #2e7d32;
	}
	.shop-version.cart-fixed .cart-menu-item {
		background: rgba(46, 125, 50, 1);
	}
}

@media (max-width: 1024px) {
	.product-capture-title {
		border-bottom: 1px solid rgba(46, 125, 50, .5);
		color: #2e7d32;
	}
	.license-item-button::before {
		background-position: -90px -150px;
	}
}

@media (min-width: 1025px) {
	.product-capture-item:hover .product-capture-title {
		color: #2e7d32;
	}
	.license-item-button {
		background: #2e7d32;
	}
	.tab-menu-item:not(.tab-active):hover,
	.cart-link:hover {
		border-bottom-color: rgba(46, 125, 50, 1);
	}
	.product-capture-item:hover .product-capture-title,
	.product-capture-link:hover .product-capture-title,
	.order-item-head .order-item-title a:hover,
	.order-item-repeat:hover,
	.order-item-delete:hover {
		border-bottom: 1px solid rgba(46, 125, 50, 1);
	}
}
/* Дополнительные услуги */
.services-item-additional {
	text-align: right;
}
.services-item-title {
	margin-bottom: 15px;
	font-weight: 600;
	/* заголовок в блоке услуг */
}
.services-item-description {
	margin-bottom: 15px;
	/*font-weight: 300;*/
}
.services-item-price {
	float: left;
	font-size: 1.5em;
}
.services-item-price .currency {
	font-size: 1rem;
}
/* popup.css */
@charset "utf-8";
@media (min-width: 641px) {
	.form-popup .form-narrow .user-data {
		padding: 30px;
	}
	.form-popup .form-narrow .form-popup-title {
		padding-left: 30px;
	}
	.user-data .cart-list {

	}
	.user-data .cart-item {
		padding-left: 140px;
	}
	.user-data .cart-item::after {
		content: "";
		display: block;
		clear: both;
	}
	.user-data .cart-item-block {

	}
	.user-data .cart-item-title {
		display: block;
		margin: 0 0 20px;
	}
	.user-data .cart-item-illustration {
		box-sizing: border-box;
		/*float: left;*/
		width: 120px;
		margin: 0 0 0 -140px;
		padding: 15px 20px;
		border-radius: 4px;
		border: 1px solid rgba(0, 0, 0, .2);
	}
	.user-data .cart-item-amount,
	.user-data .cart-item-price {
		display: inline-block;
	}
	.user-data .cart-item-amount {
		margin-right: 20px;
	}
	.user-data .cart-item-price {
		font-size: 1.5em;
	}
	.user-data .cart-item-count {
		width: 60px;
		font-size: 1.25em;
	}
	.user-data .cart-item-title {
		font-weight: 600;
	}
	.user-data .product-action-list {
		padding-top: 20px;
		font-size: 0;
	}
	.user-data .product-action-item {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.user-data .product-action-item:not(:first-child) {
		margin-left: 20px;
	}
	.form-popup .user-data .form-button {
		width: 100%;
	}
}
/*Блоки в списке решений*/
.products-list-item::after {
	/*content: "";*/
	display: block;
	clear: both;
}
.products-list-item .product-illustration {
	margin: 0;
}
.products-list-item .product-illustration {
	padding: 15px 0;
	text-align: center;
}
.products-list-item .product-illustration img {
	max-width: 120px;
}
.products-list-item .product-info {
	box-sizing: border-box;
}
.products-list-item .product-description {
	/*font-weight: 300;*/
}
.products-list-item .product-action-description {
	font-size: inherit;
	/*font-weight: 300;*/
}
.products-list-item .product-link {
	text-decoration: none;
}
.products-list-item .product-link:hover {
	border: 0;
}

@media (max-width: 320px) {
}

@media (min-width: 321px) and (max-width: 768px) {
}

@media (max-width: 480px) {
}

@media (min-width: 481px) {
}

@media (min-width: 481px) and (max-width: 640px) {
}

@media (max-width: 640px) {
	.products-list-item {
		margin: 0 0 45px;
	}
	.products-list-item .product-illustration {
		display: inline-block;
	}
	.products-list-item .product-info {
		margin-bottom: 10px;
	}
	.products-list-item .product-illustration {
		width: 140px;
		margin-bottom: 10px;
	}
	.products-list-item .product-price {
	}
	.products-list-item .product-price-item,
	.products-list-item .product-action-description {
		display: inline-block;
	}
	.products-list-item .product-description {
		margin-top: 10px;
	}
	.products-list-item .product-actual-price {
		font-size: 1.125em;
	}
	.products-list-item .product-action-description {
		margin-left: 20px;
		font-size: .875em;
	}
	.products-list-item .product-action-description::before {
		content: attr(data-title) " ";
	}
}

@media (min-width: 641px) {
	.product-card .product-illustration {
		float: right;
	}
	.products-list-item {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.products-list-item .product-illustration,
	.products-list-item .product-info,
	.products-list-item .product-price {
		display: inline-block;
	}
	.products-list-item .product-info {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 0 30px;
	}
	.products-list-item .product-illustration {
		-webkit-flex: 0 0 140px;
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
	}
	.products-list-item .product-price {
		-webkit-flex: 0 0 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		width: 120px;
		font-weight: 300;
	}
	.products-list-item .product-action-description::before {
		content: attr(data-title);
		display: block;
	}
}

@media (min-width: 641px) and (max-width: 1024px) {
	.product-card .product-illustration {
		width: 280px;
		margin-left: 30px;
	}
	.products-list-item {
		margin: 0 0 25px;
	}
}

@media (max-width: 768px) {
	.product-full-information {
		margin: 0 0 20px;
		padding: 20px 0 0;
	}
	.services-item-additional {
		margin-top: 20px;
	}
	.product-item .product-action-list {
		margin-top: 20px;
	}
}

@media (min-width: 769px) {
	.product-full-information {
		margin: 0 0 30px;
		padding: 30px 0 0;
	}
	.tile-item.services-item {
		padding-bottom: 80px;
	}
	.services-item-additional {
		position: absolute;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
	.product-additional-information {
		padding-top: 30px;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	.tile-item.product-item {
		padding-bottom: 100px;
	}
	.product-item .product-price,
	.product-item .product-action-list {
		position: absolute;
		right: 20px;
		left: 20px;
	}
	.product-item .product-action-list {
		bottom: 20px;
	}
	.product-item .product-price {
		bottom: 80px;
	}
}

@media (max-width: 1024px) {
	.product-card .product-illustration {
		padding: 20px 0;
	}
}

@media (min-width: 1025px) {
	.product-card .product-illustration {
		width: 330px;
		margin-left: 50px;
		padding: 30px 0;
	}
	.products-list-item {
		margin: 0 0 35px;
	}
}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/lib/slick.css?17022247981524 */
/* /bitrix/templates/eshop_bootstrap_v4/lib/jquery.formstyler.css?170222479812865 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/style.min.css?16388522004065 */
/* /bitrix/components/bitrix/menu/templates/bootstrap_v4/style.min.css?166660818810230 */
/* /bitrix/components/bitrix/search.title/templates/bootstrap_v4/style.min.css?1666601623708 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1626781363272 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/bootstrap_v4/style.min.css?17181839493243 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1626781584744 */
/* /bitrix/templates/eshop_bootstrap_v4/template_styles.css?171920637036805 */
