

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v6/style.css?1750756988673*/
.search-title-button{
	background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v6/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width:45px;
}

.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}
.dark-theme .title-search-result{
	background-color: #1a1a1a;
	z-index: 9999;
}
.dark-theme .title-search-result a{
	color: #fff;
}

.bx_item_block{
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ddd;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}

/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/search.form/search.form.v2/style.css?1750756988427*/
.search-form-header input{
    width: 100%;
    height: 45px;
    border: 2px solid #04AF20;
    border-radius: 5px;
    background: none;
    padding-left: 35px;
}

.search-form-header input :active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


.search-form-header input.button{
    display: none;

}
.search-form-header svg {
    
    margin-bottom: -60px;
    margin-left: 10px;
}



/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1750756945501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/menu/catalog_horizontal_top/style.css?175075698812785*/
.bx-top-nav-container {
	margin-top: 15px;
	padding: 0 10px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	 font-family: 'Roboto', sans-serif;
}

/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	position: relative;
}

.bx-top-nav-container .bx-nav-1-lvl > a {
	color: #fff;
	font-weight: 700;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 1px;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
}

.bx-top-nav-container .bx-nav-1-lvl > a span {
	padding: 10px 14px 14px;
	display: block;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover > a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover > a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover > a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover > a span { background: #fff; }

.bx-top-nav-container .bx-nav-parent-arrow { display: none; }

/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}

.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container {
	top: 56px;
	margin-left: -10px;
}

.bx-top-nav-container > ul { box-sizing: border-box; }

.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	box-sizing: border-box;
}

.bx-top-nav-container .bx-nav-2-lvl > a {
	padding: 5px 15px 5px;
	color: #20394c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}

.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}

.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 7px;
}

.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}


/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container { min-width: 200px; }

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back {
	width: 100%;
	background: #fff;
}

/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container { min-width: 400px }

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back { width: 50%; }

/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container { min-width: 600px }

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back { width: 33.33333%; }

/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col { position: static; }

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	left: 0;
	right: 0;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container { min-width: 100% }

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back { width: 25%; }

.bx-top-nav-container .bx-nav-catinfo {
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}

.bx-top-nav-container .bx-nav-catinfo img {
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.bx-top-nav-container .bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

.bx-top-nav-container .bx-nav-catinfo-back {
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0;
	bottom: 0;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}

/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
	font-size: 28px;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
}

body > .bx-aside-nav-control {
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}

.bx-aside-nav-control .fa {
	line-height: 40px;
	vertical-align: middle;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}

.bx-logo { z-index: 1700 !important }

/**/
/* .bx-opened .bx-footer,
.bx-opened .workarea {display: none !important} */

/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}

.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}

.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.bx-aside-nav a { text-decoration: none; }

.bx-aside-nav .bx-nav-1-lvl {}

.bx-aside-nav .bx-nav-1-lvl > a {}

.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-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl > a { padding-left: 30px; }

.bx-aside-nav .bx-nav-3-lvl > a { padding-left: 45px; }

.bx-aside-nav .bx-nav-4-lvl a { padding-left: 60px; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left: 1px solid #5a6971;
	z-index: 200;
}

.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	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,
.bx-aside-nav .bx-nav-catinfo-back { display: none; }

.bx-menu-mobile-close{
	position: absolute;
	top: 20px;
	right: 25px;
	color: #fff;
	opacity: 1;
}

@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl > a { font-size: 15px; }

	.bx-top-nav-container .bx-nav-1-lvl > a span { padding: 12px 14px 15px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl > a { font-size: 13px; }

	.bx-top-nav-container .bx-nav-1-lvl > a span { padding: 9px 11px 12px; }

	.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container-advanced,
	.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container-advanced,
	.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container,
	.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container { top: 47px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl > a { font-size: 11px; }

	.bx-top-nav-container .bx-nav-1-lvl > a span { padding: 5px 6px 9px; }

	.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container-advanced,
	.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container-advanced,
	.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container,
	.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container { top: 37px; }
}

@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,
	.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.bx-nav-parent > a > span > .fa { display: none; }
}
.bx-top-nav nav {
    background: none;
}
.bx-top-nav-container .bx-nav-1-lvl > a {
    color: #333;
    text-transform: initial;
    font-size: 16px;
}
.bx-top-nav-container .bx-nav-1-lvl > a:hover{
    color:#04AF20;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/menu/catalog_horizontal_top/themes/green/colors.css?1750756988938*/
.bx-green.bx-top-nav .bx-top-nav-container {
	background: #159ebb;
}
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a {
	background: #44b1c9;
	border-bottom: none;
}
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a {
	color: #159ebb;
	background-color: transparent;
}
/*2 lvl*/
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover {
	color: #159ebb;
	background: #F0F0F0;
}
/*3 lvl*/
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,
.bx-green.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover {
	color: #159ebb;
	background: #F0F0F0;
}

/* End */


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


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.section.list/header_menu_catalog_zeroit/style.css?17507569882912*/
.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }
/* End */


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

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

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

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

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

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

/*FIXED BASKET*/

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

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

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

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

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

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

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

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

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

	/*.bx-basket-fixed */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Start:/local/templates/eshop_bootstrap_v4/template_styles.css?175075698864748*/
/* @imort url('https://fonts.googleapis.com/css?family=Roboto') */

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

body {
    background-attachment: fixed;
    background-size: cover;
    font-family: 'DINProMedium', Arial;
    overflow-x: hidden;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
    font-family: 'DINProMedium', Arial;
    font-weight: normal;
}

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



.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(/local/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: "DINProMedium", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/


.bx-footer-section.py-5{
    position: relative;
    z-index: 2;
}



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


}

.dark-theme .btn-primary{
    border-color: #04AF20;
    background-color: inherit;
}
.dark-theme .btn-primary:hover{
    border-color: #04AF20;
    background: none;
    color: #04AF20;

}

.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 {
    margin-top: 100px;
 }

.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(/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 ;
}
.select_city {
    height: 100%;
    display: table;
    margin-top: 5px;
}
.selcet_city_vertical {
display: table-cell;
    vertical-align: middle;
}
.header-city-container {
border: 0;
    font-weight: 600;
    font-family: 'DINProMedium', sans-serif;
    color: #000000;
    font-size: 16px;
}
.header-city-container {
outline: 0;
    outline-offset: 0;
}
.vertical_menu {
display: flex;
}
@media (min-width: 1200px){
.container {
    max-width: 1240px;
    width: 1240px;
}
}
.logo_top {
 margin-top: 5px;
}
.phone_top {
    display: table;
    margin-top: 8px;
}
.phone_top_r {
    display: table-cell;
    vertical-align: middle;
}
.phone_top_r a 
{
        font-size:16px;
    color: #04AF20;
    font-weight: 600;
}
.phone_top_r a:hover {
      color: #000000;
      text-decoration: none;
}
.center_block {
    justify-content: space-between;
    align-items: center;
width: 100%;
margin-bottom: 30px;
}
.bx-top-nav {
    margin-top: 11px;
}
.center_block nav {
    display: inline;
}
.basket-line-block-icon-cart:after {
    background: no-repeat center url(/local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v6/images/cart.svg);
}
.basket-line-block-icon-cart:after, .basket-line-block-icon-profile:after {
    width: 30px;
    height: 30px;
    left: 0px;
    background-size: cover;
}
.count_top_card {
        background: #04af20;
    width: 20px;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
        position: absolute;
    bottom: -15px;
    left: 30px;
}
.wihtlist_top_card {
     background: #04af20;
    width: 20px;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    bottom: -15px;
    left: 55px;
}
.block_flex_cart_top {
    display:flex;
    margin-left: -40px;

}
.block_flex_cart_top .basket-line-block {
    display:flex;
    margin-top: 0px;
}
.cart_cout_position {
    position: relative;
    min-width: 42px;
}
.border_block_catalog {
    box-shadow: 0px 4px 13px rgba(62, 62, 62, 0.25);
border-radius: 15px;
padding-top: 35px;
padding-bottom: 27px;
margin-bottom: 30px;
}
.bx_catalog_tile .bx_catalog_tile_img {
    width: 186px;
    height: 120px;
    border: none;
} 
.bx_catalog_tile .bx_catalog_tile_title {
    text-align: center;
    margin-top: 10px;
min-height: 50px;
}
.bx_catalog_tile .bx_catalog_tile_title a {
    color: #1B1B1B;
    font-weight: 900;
font-size: 20px;
height: 100%;
    display: inline;
line-height: 1.2;
}
.category_title_hj {
    font-weight: 700;
font-size: 40px;
color: #1B1B1B;
margin-bottom: 70px;
}
.wichlist_top {
    margin-right:35px;
margin-left:31px;
}
.wichlist_top svg {
    margin-top: 3px;
}
.logotip {
        margin-left: 10px;
}
.block_flex_cart_top .basket-line-block {
padding-left:0px;
}
.bx-top-nav a {
padding-top: 0px !important;
}
/* .bx-top-nav-container .bx-nav-1-lvl&gt;a {
color:#333;
} */
.menu_catalog_top {
font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #04AF20;
}
.menu_catalog_top:hover {
 color: #04AF20;
text-decoration: none;
}
.menu_catalog_top a:hover{
 color: #04AF20;
text-decoration: none;
}
.theme-button {
content: "";
    width: 42px;
    height: 42px;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    background: url(/local/templates/eshop_bootstrap_v4/../eshop_bootstrap_v4/img/moon.png);
    margin-left: 26px;
       margin-top: 3px;
}
.theme-button:focus{
    outline: none;
}
.dark-theme .theme-button {
 background: url(/local/templates/eshop_bootstrap_v4/../eshop_bootstrap_v4/img/sun.png);
}
#navigation {
margin-top: 55px;
padding-left: 0px;
margin-bottom: 30px;
}
#navigation a {
color: #333;
}
.dark-theme #navigation a{
    color: #fff;
}
.custom_row {
align-items: center;
}
.title_news_catalog {
display: flex;
    align-items: baseline;
}
.more_c {
margin-left: 42px;
    font-size: 20px;
    color: #04AF20;
}
.container:before {
display:none;
}
.center_block:before{
display:none;
}
.header-search-container {
display: flex !important;
    align-items: center;
    border: 1px solid #04AF20;
    padding: 2px 12px 2px 12px;
    border-radius: 5px;
}
.header-search-container #title-search-input {
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
box-shadow: none;
}
.item-block {
    position: absolute;
    bottom: 17px;
    right: 18px;
    margin-left: 300px;
    background: rgba(255, 255, 255, 0.5);
    padding: 24px 84px 24px 33px;
    border-radius: 16px;
    backdrop-filter: blur(31px);
}
.item-block:hover {
    background: #FFFFFF;
}
.item-price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#carousel-one {
margin-top:30px;

}
.phone_top_r a {
    font-size: 16px;
    color: #04AF20;
    font-weight: 600;
}
.custom_hit_top {
margin-top:100px
}
.border-item {
box-shadow: -2px -1px 10px -2px rgba(88, 87, 87, 0.25);
padding: 15px 0px 0px;
border:none;
}
.border-item:hover{
border: 2px solid #04AF20;
}
.product-item-title a {
font-size:20px;
font-weight: 900;
 overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
white-space: initial;
}
.dark-theme .product-item-title a{
    color: #FFFF;
}
.product-item-title a:hover {
color: #3f3f3f;
}
.product-item-title {
padding:16px;
}
.btn_card_custom {
float:left;
z-index: 1000;
    position: relative;
margin-left: 20px;
margin-top: 8px;
}
.btn_card_custom .btn_card {
background:none;
border:none;
}
.product-item-title {
margin-bottom:0px;
}
.product-item-title {
background: rgba(4, 175, 32, 0.1);
}
.dark-theme .product-item-title {
    background: #04af20;
}
.product-item-price-current {
font-size: 20px;
    font-weight: 900;
}
.dark-theme .product-item-price-current{
    color: #FFFF;
}
.text_center {
text-align:center;
}
.catalog_list_box_shadow
{
box-shadow: 0px 4px 13px rgb(62 62 62 / 25%);
    border-radius: 15px;
    padding-top: 35px;
    padding-bottom: 27px;
    margin-bottom: 30px;
}
.catalog-section-list-item-img {
width: 186px;
    height: 120px;
    border: none;
background-size: contain;
}
.custom_padding_c {
padding-top: 0px;
    margin: auto;
}
.font_size_title {
margin-top:10px;
}
.font_size_title a {
color: #1B1B1B;
    font-weight: 900;
    font-size: 20px;
    height: 100%;
    display: inline;
}
.catalog_list_box_shadow:hover {
    background: #e6f7e9;
}
.font_size_title a:hover {
    text-decoration: none;
} 
.box_shandow {
box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
border-radius: 20px;
padding: 93px 46px 50px 46px;
}
.border_circus {
    position: absolute;
    top: -135px;
    width: 100%;
}
.br_circuss {
   background: #04AF20;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.box_shandow h3 {
font-size:20px;
font-weight: 900;
}
.more_block {
width: 100%;
margin-top: 40px;
}
.more_block a{
float:right;
}
.more_block .btn {
background:none;
border:none;
} 
.more_block .btn:hover {
background:none;
}
.title_news
{
font-weight: 700;
    font-size: 40px;
    color: #1B1B1B;
}
.vse_news_btn {
display:flex;
}
.btn_more_news
{
    color: #04AF20;
    font-size: 20px;
    margin-right: 20px;
}
.srelka {
margin-top:5px;
}
.item-2 {
    background: #F7F7F7;
}
.item-2 .preview_picture {
    padding: 25px 0px 34px 0px;
}
.title_news_z {
font-size:18px;
font-weight: 700;
color: #3A3A3A;
}
.title_news_z:hover {
color: #3A3A3A;
text-decoration: none;
}
.item-2 {
    padding-top: 15px;
    padding-left: 15px;
    height: 370px !important;
    font-size: 19px;
    color: #616161;
    padding-right: 15px;
    display: grid !important;
    align-content: space-between;
    padding-bottom: 15px;
}
.bx-newslist-more .btn {
background:none;
border:none;
float: right;
}
.bx-newslist-more .btn:hover {
background:none;
border:none;
}
.box_shandow .bx-newslist-content {
font-size:19px;
color: #616161;
}
#carousel-one .item-price {
font-size:20px;
font-weight: 900;
}
#carousel-one .ruble {
color:#787878;
margin-left:10px;
}
.btn_vse {
text-align: center;
margin-bottom: 82px;
}
.btn_vse a {
    font-weight: 900;
    font-size: 16px;
    color: #04AF20;
    text-decoration: none;
    padding: 12px 57px;
    border: 1px solid #04AF20;
    border-radius: 5px;
}
.dark-theme .btn_vse a{
    color: #04AF20;

}
.dark-theme .btn_vse a:hover{
    color: #fff;

}

.custom_bottom_product {
margin-bottom:50px;
}
.custom_display_search_o {
display:flex;
}
.custom_display_search_o li
{
border: 1px solid #04AF20;
border-radius: 5px;
margin-right:20px;
}
.custom_display_search_o .bx_catalog_line_title a {
color:#333;
}
.dark-theme .custom_display_search_o .bx_catalog_line_title a{
    color: #fff;
}
.custom_display_search_o .bx_catalog_line_title {
margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.category_title_hj_obych {
    font-weight: 700;
    font-size: 40px;
    color: #1B1B1B;
margin-bottom: 20px;
}
.bx-footer {
padding-top: 80px;
    background: linear-gradient(168deg, #ffffff00 50%, #04AF20 50%);
    padding-bottom: 50px;
}
.bg_footer_container {
background: #FFFFFF;
box-shadow: 0px 4px 13px rgba(62, 62, 62, 0.25);
border-radius: 15px;
padding:  15px 25px 30px 25px;
}
.dark-theme .bg_footer_container{
    background: #2C2C2C;
}
.custom_size_h1 {
    font-weight: 700;
    font-size: 32px !important;
    color: #1B1B1B;
    margin-bottom: 30px;
    border: none!important;
}
.custom_size_h1 span {
color: #bfbfbf;
    font-weight: 100;
}
.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}
.tabs__caption {
display: flex;
    align-items: center;
}
.tabs {
    width: 100%;
}
.tabs__caption li {
    font-size: 20px;
    text-align: center;
    color: #000000;
    padding: 10px 5px;
    border: 1px solid #04AF20;
    list-style: none;
    margin-right:15px;
}
.dark-theme .tabs__caption li{
    color: #fff;
}

.tabs__content {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 60px 40px 61px 25px;
    margin-top: -30px;
    margin-bottom: 40px;
}
.title_product {
font-weight: 900;
font-size: 24px;
}
.custom_top_product {
margin-top: 45px;
}
.sku_c {
width: 100%;
}
.block_btn_price {
width: 100%;
    display: table-footer-group;
    vertical-align: bottom;
}
.product-item-detail-info-container {
  display: flex;
    width: 100%;
    justify-content: space-between;
}
.btn_buy_b {
width: 100%;
}
.name_product {
width: 100%;
}
.btn_buy_b .btn {
margin-left: auto;
}
.block_price_product {
display: table;
    height: 100%;
    width: 100%;
}
.cutom_catalog_price {
    display:flex;
    justify-content: flex-end;
}
.cutom_catalog_price .product-item-price-old {
text-align: right;
    margin-left: auto;
    margin-top: 3px;
}
.product-item-detail-price-current {
color:#333;
    margin-top: 10px;
    font-size: 30px !important;
}
.dark-theme .product-item-detail-price-current{
    color: #3bc915;

}
.product-item-detail-price-old{
font-size: 25px;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 20px;
}
.bx-green .btn.btn-default {
   outline: none;
    background-color: #3bc91500;
    border-color: #3bc915;
    color: #3bc915;
    display: flex;
    justify-content: space-around;
    vertical-align: middle;
    width: 180px;
}
.product-item-detail-buy-button {
display:flex;
}
.bx-green .btn.btn-default:hover {
 background-color: #3bc91500;
}
.btn_product_dettal
{
display: flex;
    align-items: center;
}
.custom_display_prop {
display:flex;
}
.osnov
{
font-weight: 700;
font-size: 40px;
}
.product-item-detail-properties dt {
font-weight: 600;
}
.title_footer
{
font-weight: 700;
font-size: 30px;
margin-bottom:15px;
}
.contact_footer {
font-size: 16px;
color: #04AF20;
margin-bottom:20px;
}
a.footer_telephone {
color:#333;
font-size:16px;
}
a.footer_telephone:hover {
color:#04AF20;
    text-decoration: none;
}
.modal_re a {
border: 1px solid #04AF20;
    border-radius: 5px;
    background: none;
    font-size: 20px;
    padding: 10px 70px;
    margin-top: 20px;
}
.question-button-container {
margin-top:40px;
cursor: pointer;
}
.footer_menu_a a {
color: #333 !important;
}
.dark-theme .footer_menu_a a {
    color: #fff !important;
}
.nav li a:hover {
background-color: #eee0;
color: #04AF20 !IMPORTANT;
}
.footer_menu {
margin-top: 40px;
}
.title_news_catalog a:hover{
text-decoration: none;
}
.custom_bg_filter {
background: #FFFFFF !important;
    box-shadow: -2px -1px 10px -2px rgb(88 87 87 / 25%);
    border: none !important;
}
.dark-theme .custom_bg_filter{
    background-color: #2C2C2C !important;
}
.custom_bg_filter .bx_filter_title {
text-align: center;
font-weight: 700;
font-size: 40px;
}
.dark-theme .custom_bg_filter .bx_filter_title{
    text-shadow: none;
    color: white;
}
.sort_block {
display: grid;
padding-left:25px;
padding-bottom: 100px;
}
.sort_block a {
font-size: 20px;
color: #616161;
}
.dark-theme .sort_block a {
    color: white;
}
.sort_block a:hover{
text-decoration: none;
color: #04AF20;
}
.sort_block .active {
color: #04AF20;
}
.smartfilter {
    padding-left: 27px;
    padding-right: 27px;
}
.bx_filter .bx_filter_parameters_box {
padding: 0px;
}
.bx_filter .bx_filter_parameters_box_title {
border: none;
}
.modals:target {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}

.modals.open {
    transform: translateX(-0%);
}
.modals {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;

    pointer-events: none;
    margin: 0;
    padding-top: 100px;
    transform: translateX(-100%);
    transition: transform 0.2s ease;
    z-index: 9999;
    box-shadow: 0px 4px 13px rgb(62 62 62 / 25%);
    border-radius: 15px;
}
#openModal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.modal-content{
    padding: 20px;

}
.dark-theme .modal-content{
    background-color: #2C2C2C;
}
.menu_catalog_top a {
font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #04AF20;
text-decoration: none;
}
#openModal .modal-title {
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #1B1B1B;
    padding-left: 45px;
    padding-top: 29px;
}
.dark-theme #openModal .modal-title{
    color: #fff;
}
#openModal .modal-header {
border:none;
}
#openModalq .modal-header {
    border: none;
}
.modal-header a {
    position: absolute;
    right: 25px;
    color: #fff;
    font-size: 20px;
}
.catalog-item a {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
color: #333;
}
.dark-theme .catalog-item a{
    color: #fff;
}
#openModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 35px;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px;
}
.catalog-left {
    margin-left: 46px;
}
.catalog-item {
display: flex;
align-items: baseline;
width: 100%;
}
.catalog-item p {
margin-left: 5px;
    }

@media (min-width: 576px) {
.modals .modal-dialog {
  max-width: 1240px;
    margin: 30px auto;
}
}
@media (min-width: 768px) {
.modals .modal-dialog {
    width: 100%;
    margin: 30px auto;
}
}
a.main-section:hover {
color: #04AF20;
} 
.catalog-item a:hover {
color: #04AF20;
} 
.modals_q {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;

    pointer-events: none;
    margin: 0;
    padding-top: 100px;
    transform: translateX(-100%);
    transition: transform 0.2s ease;
    z-index: 9999;
    box-shadow: 0px 4px 13px rgb(62 62 62 / 25%);
    border-radius: 15px;
}
.open_q {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
    transform: translateX(-0%);
}
.modal_re a {
color:#333;
text-decoration: none;
padding: 10px 30px;
}
.dark-theme .modal_re a{
    color: #fff;
}
.dark-theme .bx-content-section{
    background-color: #1a1a1a;
    color: #FFFFFF;
}
.dark-theme {
color: #FFFFFF;
}
.dark-theme .category_title_hj {
color: #FFFFFF;
}
.dark-theme .catalog_list_box_shadow {
background: #2C2C2C;
}
.dark-theme .font_size_title a {
color: #FFFFFF;
}
.dark-theme .bx-footer {
    background: linear-gradient(168deg, #1a1a1a 50%, #04AF20 50%);
}
.dark-theme .box_shandow {
    background: #2C2C2C;
}
.dark-theme .bx-newslist-title a {
color: #FFFFFF;
}
.dark-theme .box_shandow .bx-newslist-content {
color: #FFFFFF;
}
.dark-theme.page{
    background-color: #1a1a1a;
}
.basket-items-list-wrapper {
box-shadow: -2px -1px 10px -2px rgba(88, 87, 87, 0.25);
border: none;
padding-top: 65px;
margin-top: 50px;
}
.basket-item-block-image {
padding-right: 0px;
padding-bottom: 0px;
}
#basket-item-table {
margin-bottom: 55px;
}
.basket-checkout-container {
border: none;
}
.basket-coupon-block-field .form-control {
    height: 45px;
border: 1px solid #04AF20;
}
.basket-checkout-block-total-title {
font-weight: 900;
    font-size: 25px;
    font-family: inherit;
padding-bottom:10px;
}
.basket-checkout-block-total-description {
font-size:15px;
}
.ikon_delete {
background: #ff687512;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}
.basket-item-actions-remove {
    width: 37px;
    height: 37px;
}
.basket-items-list-item-descriptions{
padding-left: 30px;
    width: auto;
}
.basket-items-list-item-remove {
vertical-align: middle;
    height: 100%;
}
.basket-items-list-item-container td {
border:none;
}
.basket-items-list-item-descriptions {
padding-top: 0px !important;
}
.basket-items-list-item-remove {
padding-top: 0px!important;
}
.basket-items-list-item-container {
height: 180px;
}
.basket-items-list-item-descriptions {
vertical-align: middle;
}
.basket-item-block-info {
margin-left:30px;
}
.basket-item-price-current-text {
    letter-spacing: -.33px;
    font: inherit;
    font-weight: 900;
    font-size: 25px;
}
.basket-item-price-old-text {
    font: inherit;
    font-size: 17px;
    text-decoration: line-through;
}
.basket-item-price-current {
margin-top: 5px;
    margin-bottom: 5px;
}
.dark-theme .basket-item-price-current {
    color: #FFFFFF;
}
.basket-items-list-item-price {
padding-top: 25px;
}
.basket-item-price-difference {
background: rgba(4, 175, 32, 0.1);
    color: #333;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.basket-items-list-item-amount {
width: 220px;
}
.basket-item-block-amount {
justify-content: center;
padding-top: 20px;
}
.basket-checkout-block-btn .btn.btn-default {
color: #fff !important;
}
.basket-coupon-block-total-price-old {
   top: 15px;
font-size: 22px;
text-decoration: line-through;
}
.basket-checkout-block-total {
padding-top:0px;
}
.basket-coupon-section {
margin-top: 4px;
}
.basket-item-price-old-text:after {
background: none;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
background:#F6F7F8;
    height: 46px;
    width: 46px;
}
.dark-theme .basket-item-amount-btn-plus{
    border: 1px solid #04af20;
    background: none;
}
.dark-theme .basket-item-amount-btn-minus{
    border: 1px solid #04af20;
    background: none;
}
.dark-theme .basket-item-amount-btn-plus:hover{
    background: none;
}
.dark-theme.basket-item-amount-btn-minus:hover{
    background: none;
}

.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:before, .basket-item-amount-btn-minus:after {
background-color: #04AF20;
}
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
height: 46px;
background:#F6F7F8;
    border: none;
}
.dark-theme .basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    background:none;
}
.basket-coupon-block-total-price-old:after {
background:none;
}
.basket-checkout-block-total-price  {
display: grid;
      margin-top: -32px;
}
.basket-checkout-block-btn {
    padding-top: 5px
}
.basket-checkout-block-total-price-inner {
padding-top: 26px;
}
.basket-coupon-block-total-price-difference {
margin-top: -10px;
}
.basket-checkout-block-total-price-inner {
    padding-top: 36px;
}
.basket-coupon-block-total-price-difference {
font-size:12px;
color:#333;
background: rgba(4, 175, 32, 0.1);
}
.basket-checkout-block-total-price-inner {
padding-top: 36px;
}
.bx-soa-section.bx-selected .bx-soa-editstep {
display: inline;
}
#bx-soa-basket .bx-soa-section-title {
font-size:24px;
font-weight: 700;
}
#bx-soa-pickup {
display:none;
}
.bx-soa-section.bx-selected {
    border:none;
    padding: 26px 22px;
    box-shadow: -2px -1px 10px -2px rgb(88 87 87 / 25%);
}
#bx-soa-basket {
margin-bottom:25px;
}
.bx-soa-cart-total-button-container {
        position: absolute;
    bottom: -65px;
    width: 100%;
    left: 0px;
    max-width: inherit;

}
.bx-soa-cart-total {
position: relative;
}
ul.bx-soa-pp-list {
font-size:18px;
color:#333;
}
.bx-soa-pp-list-termin {
color:#333;
}
#carousel-one .item{
   max-height: 350px;
}
#bx-soa-basket .bx-soa-editstep {
display:none;
}
#bx-soa-basket .bx-soa-more {
display:none;
}
.bx-soa-cart-total {
border:none;
} 
.bx-soa-section-title-count {
display:none;
}
.bx-soa-section-title-container {
background: none;
}
.bx-soa-section-title-container .bx-soa-editstep {
color: #04AF20;
font-size: 18px;
border: none;
}
#bx-soa-properties .bx-soa-section-title {
    font-size: 24px;
    font-weight: 700;
}
.bx-soa-item-img-block {
    width: 145px;
}
.bx-soa-item-imgcontainer {
border:none;
}
.bx-soa-item-title {
  font: 400 16px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bx-soa-customer {
display:flex;
    flex-wrap: wrap;
}
.bx-soa-more {
display:none;
}
#bx-soa-properties {
border:none;
box-shadow: -2px -1px 10px -2px rgba(88, 87, 87, 0.25);
padding: 26px 22px;
}
.bx-soa-section.bx-step-completed {
box-shadow: -2px -1px 10px -2px rgba(88, 87, 87, 0.25);
padding: 26px 22px;
border: none;
}
.bx-step-completed .bx-soa-item-img-block {
width: 145px;
}
.bx-soa-section-title {
min-height: 35px;
}
.bx-soa-section-title {
line-height: inherit;
}
#bx-soa-properties .bx-soa-section-content div {
font-size:20px;
width: 100%;
}
#bx-soa-paysystem {
box-shadow: -2px -1px 10px -2px rgba(88, 87, 87, 0.25);
padding: 26px 22px;
border: none;
}
#bx-soa-delivery .bx-soa-section-title {
    font-size: 24px;
    font-weight: 700;
}
#bx-soa-paysystem .bx-soa-section-title {
    font-size: 24px;
    font-weight: 700;
}
.bx-soa-item-td-text .bx-price {
font-size: 25px;
    font-weight: 900;
}
.bx-soa-pp-company-selected strong {
margin-left:0px;
font-size:20px;
font-weight: 400;
}
.bx-soa-pp-company-selected img {
display:none;
}
.bx-soa-item-td-text .bx-price-old {
font-size:25px;
font-weight: 400;
}
#bx-soa-basket {
margin-top:40px;
box-shadow: -2px -1px 10px -2px rgba(88, 87, 87, 0.25);
}
#bx-soa-total {
box-shadow: -2px -1px 10px -2px rgba(88, 87, 87, 0.25);
}
#bx-soa-delivery {
box-shadow: -2px -1px 10px -2px rgba(88, 87, 87, 0.25);
padding: 26px 22px;
border: none;
margin-bottom:25px;
}
#bx-soa-orderSave a {
display:none !important;
}
.bx-soa-pp-delivery-cost {
display: none;
}
.bg_head_top {
height: 112px;
}
.dark-theme .bg_head_top {
background-color: #000;
}
.dark-theme .bg_black {
background-color: #1a1a1a;
}
.bg_black {
padding-top: 26px;
}
.dark-theme .bx-top-nav-container a {
color:#fff;
}
.dark-theme a.footer_telephone {
color:#fff;
}
.header-logo-container {
    background: url(/local/templates/eshop_bootstrap_v4/../eshop_bootstrap_v4/img/logo_white2.png);
    background-repeat: no-repeat;
    width: 112px;
    height: 112px;
    background-position-y: center;
}
.dark-theme .header-logo-container {
    background: url(/local/templates/eshop_bootstrap_v4/../eshop_bootstrap_v4/img/logo-black-2.png);
    background-repeat: no-repeat;
}
.dark-theme .header-search-container #title-search-input{
    background: #1a1a1a;
    color: #fff;
}
.dark-theme input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #04AF20;
}

.dark-theme input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #04AF20;
}
.dark-theme .item-block:hover {
color:#000;
}
.dark-theme .title_news {
color:#fff;
}
.dark-theme .title_footer {
color:#fff;
}
.dark-theme .bg_footer_container a.footer_telephone {
color:#fff;
}
.dark-theme .item-2 {
background: #2C2C2C;
    color: #fff;
}
.dark-theme .title_news_z {
 color: #fff;
}
.bg_content
{
    display: flex;
    flex-direction: column;
background: #FFFFFF;
    box-shadow: 0px 4px 13px rgb(62 62 62 / 25%);
    border-radius: 15px;
    padding: 40px;
    z-index: 100;
    position: relative;
    min-height: 640px;
}

.dark-theme .bg_content {
    background: #2C2C2C;
}


.cosa {
background: #04AF20;
    background: #04AF20;
    clip-path: polygon(100% 0, 100% 65%, 0 100%, 0 30%);
    position: absolute;
    z-index: 1;
    height: 65rem;
    width: 100%;
margin-top: -65px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-left: 10%!important;
}
@media (max-width: 991px) {
    .title_footer{
        margin-bottom: 0;
    }
}
@media(max-width: 768px) {
.catalog-section-list-item-img {
width: 100%;
}
.bx-top-nav {
display:none;
}
.phone_top {
display:none;
}
.category_title_hj {
font-size:25px;
} 
#bx_basketFKauiI {
display:none;
}
.bx-header-section {
display:none;
}
.custim_p {
margin-left:1px;
margin-right:1px;
}
.custim_p .col-6 {
padding-right:5px;
padding-left:5px;
}
.font_size_title a {
font-size:13px;
}
.catalog_list_box_shadow {
    padding-top: 22px;
    padding-bottom: 15px;
    padding-right:10px;
padding-left:10px;
}
.catalog-section-list-item-img {
    height: 75px;
} 
.btn_vse a {
font-size:13px;
}
.box_shandow {
padding: 15px 5px 15px 5px;
}
.bx-newslist .col-6 {
padding-left:5px;
padding-right:5px;
}
.bx-newslist {
margin-left:15px;
margin-right:15px;
}
.bx-newslist-content {
font-size: 12px !important;
}
.border_circus {
    top: -32px;
}
.br_circuss {
width: 35px;
height: 35px;
}
.bx-newslist-img img {
width: 15px;
height: 15px;
}
.bx-newslist-img {
margin-bottom:10px;
}
.box_shandow h3 {
    font-size: 14px;
}
.more_block {
    margin-top: 0px;
    margin-right: 25px;
}
.bx-newslist-more svg {
width:15px;
height: 11px;
}
#carousel-one .item-description {
font-size:12px;
}
.owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
}
#carousel-one .item {
    height: 550px;
}
.item-block {
    bottom: 0px;
    right: 15px;
    margin-left: 40px;
    padding: 15px 15px 15px 15px;
}
#carousel-one h4 {
font-size: 15px;
    font-weight: 600 !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    text-align: center;
    margin-left: 0px !important;
}
.category_title_hj {
    margin-bottom: 40px;
    margin-top: 20px;
}
.bx-footer {
padding-top: 25px;
}
.bx-basket-fixed {
box-shadow: 0px 3px 21px -1px rgba(18, 66, 40, 0.58);
}
.mobil_foo ul{
display: flex;
    list-style: none;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.ik_r_footer {
text-align: center;
    height: 26px;
}
.card_f {
position: relative;
}
.menu_burger .bx-aside-nav-control{
    font-size: 28px;
    position: relative;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    line-height: 40px;
    cursor: pointer;
    z-index: 1750;
    color: #333;
    text-align: center;
    margin-top: -5px;
    z-index: 1;
}
.menu_burger {
display: flex;
    align-items: center;
}
.serar_y {
display: flex;
    align-items: center;
justify-content: end;
}
.top_mo_f {
display: flex;
}
.header-logo-container {
    width: 100%;
    text-align: center;
    background-position-x: center;
}
}
.bx-content {
width: 100%;
}
.nav-igation li.active a {
color: #04AF20;
}
.nav-igation li a {
font-size:12px;
text-decoration: none;
}
.nav-igation li.active svg
{
stroke: #04AF20;
}
.nav-igation li svg
{
stroke: #2D2D2D;
}
.v_card
{
position: absolute;
    top: -5px;
    right: -5px;
    background: #04af20;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
@media(min-width:768px){
.mob_header_top_f {
display:none;
}
}
.cd_r_r {
text-align: end;
}
.text_ab {
padding-right: 40px;
}
.zak__t h2{
font-weight: 700;
    font-size: 40px;
    color: #1B1B1B;
margin-bottom:20px;
}
.dark-theme .zak__t h2{
    color: #fff;
}
.product-item-big-card .product-item-title a {
    line-height: 1.2;
margin-bottom:15px;
}
.product-item-hidden {
   position: absolute;
}
.product-item-info-container {
    margin-bottom: 0px!important;
}
.bx_filter .bx_filter_parameters_box {
margin-bottom:0px;
}
.bx_filter .bx_filter_parameters_box_title {
color:#616161
}
.dark-theme .bx_filter .bx_filter_parameters_box_title {
    color: white;
}
.dark-theme .close {
    color: #fff;
    opacity: 1;
}
.note_quotee{
    padding-left: 30px;
    margin-bottom: 25px;
    border-left: 7px solid #04AF20;
}
.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
    column-gap: 37px;
    row-gap: 26px;
}
  
.clients-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
        column-gap: 13px;
        row-gap: 10px;
    } 
}

@media (max-width: 480px) {
    .clients-grid {
        column-gap: 15px;
        row-gap: 12px;
    } 
}
.product-item-image-original {
    height: 250px;
    width: 150px;
    margin: auto;
}
.limited_block {
height: 250px;
}
.scrollblock {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.bx_filter .bx_filter_section {
    padding: 30px 3.5% 30px 3.5%;
}
.scrollblock::-webkit-scrollbar-track
{
    
    background-color: #F5F5F5;
}

.scrollblock::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.scrollblock::-webkit-scrollbar-thumb
{
    background-color:#04AF20;
}
#Search_filter {
width: 100%;
    margin-bottom: 10px;
    border: 1px solid #04AF20;
}
#Search_filter {outline:none;}
.basket-item-block-image {
    position: relative;
    -ms-flex-order: 1;
    padding-right: 15px;
    padding-bottom: 10px;
    min-width: 48px;
    max-width: 148px;
    width: 100%;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
#bx-soa-order .bx-soa-item-block {
height: 100%;
    display: flex;
    align-items: flex-start;
}
.bx-soa-item-imgcontainer {
    width: 108px;
}
#bx-soa-region .bx-soa-section-title {
font-size: 24px;
    font-weight: 700;
}
.bx_soa_location .form-check-group {
display: flex;
    flex-wrap: wrap;
}
.bx_soa_location .bx-soa-custom-label {
    width: 100%;
}
.block_top_k {
display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.form-check-input:checked {
    background-color: #04af20;
    border-color: #04af20;
}
.bx_soa_location .form-check {
margin-right: 20px;
}
.bx_soa_location .form-check-label {
color: #2C3339;
    font-weight: 400;
    font-size: 16px;
    padding-top: 3px;
}
#bx-soa-region .bx-soa-section-content {
font-size:16px;
}
#bx-soa-region strong {
margin-right: 20px;
}
.bx_soa_location {
margin-left: -6px !important;
}
.bx-sls .dropdown-block {
border: 1px solid #04af20;
}
.bx-soa-item-imgcontainer {
    padding-top: 95%;
}
.modal_re a:hover {
color:#04AF20;
text-decoration: none;
}
.vse_news_btn a:hover{
text-decoration: none;
}
.vse_news_btn a {
  display: flex;
}
a:hover {
text-decoration: none!important;
}
.img_news img {
    width: 100%;
    object-fit: cover;
}
.text_news_g {
font-size: 16px;
    line-height: 1.5;
}
.text_news_g h3 {
font-size: 40px;
    margin-bottom: 25px;
    margin-top: -5px;
}
.news-detail {
font-size: 16px;
    line-height: 1.5;
}
.news-detail h3 {
font-size: 40px;
    margin-bottom: 25px;
    margin-top: -5px;
}
.clients-grid_one {
display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.clients-grid_two {
display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}


@media (min-width: 768px) {
    .col-sm-7 {
        width: 50% !important;
    }
}





.swiper-backface-hidden .swiper-slide {

    height: 350px;
}
.errortext{
    display: none;
}
.modal-dialog .btn-primary {
    background-color: #04AF20 !important;
    border-color: #04AF20 !important;
}
.close_q{
    color: #04AF20 !important;
}

.mb-4 .btn-primary{
    background-color: #4cb41f !important;
    border-color: #4cb41f !important;
    color: #fff !important;
}
.mb-4 .btn-primary:hover{
    background: none !important;
    border-color: #4cb41f !important;
    color: #4cb41f !important;
}

.cosa{
    background: none;
}
.block-soc-icon{
    margin-top: 20px;
}

/*basket-dark*/

.dark-theme .bx-soa-section{
    background: none;
}

.dark-theme #bx-soa-region .bx-soa-section-title{
    color:#fff;
}
.dark-theme #bx-soa-basket .bx-soa-section-title{
    color:#fff;
}
.dark-theme .bx-soa-item-td-text .bx-price {
    color: #04AF20;
}
.dark-theme #bx-soa-delivery .bx-soa-section-title{
    color: #fff;
}
.dark-theme #bx-soa-properties .bx-soa-section-title{
    color: #fff;
}

.dark-theme #bx-soa-paysystem .bx-soa-section-title{
    color: #fff;
}
.dark-theme .alert-success{
    background: none;
    color: #fff;
    border-color:#04AF20;
}
.dark-theme .bx-soa-cart-total{
    border: 1px solid #04AF20;
    background: none;
}
.dark-theme .bx-soa-cart-d{
    color: #04AF20;
}
.dark-theme.bx-soa .bx-soa-customer-label, .bx-soa .form-group label {
    color: #fff;
}
.dark-theme .bx_soa_location .form-check-label {
    color: #7e7e7e;
}

.dark-theme .bx-soa-pp-list-termin {
    color: #fff;
}
.dark-theme .bx-soa-pp-list-termin {
    color: #fff;
}
.dark-theme ul.bx-soa-pp-list {
    color: #04AF20;
}



.alert-success .pb-0{
    padding-right: 20px;
}

.dark-theme .link_h a {
    color: #fff !important;
}




    .col-md-9 {

        margin: auto;
    }




@media(max-width:640px){
    /*catalog-section*/
    .cutom_catalog_price {
        justify-content: flex-end;
    }
    /*catalog-element*/
    .custom_display_prop {
        display:flex;
        flex-wrap: wrap;
    }
    .product-item-detail-properties {
        font-size: 13px;
    }
    .product-item-detail-price-current{
        font-size: 25px !important;
        margin: 0 50px;
    }
    /*basket */
    .basket-items-list-table tr.basket-items-list-item-container:first-child, .basket-items-list-table tbody tr.basket-items-list-item-container:first-child {
        display: grid;
        /* flex-wrap: wrap; */
        height: 100%;
        width: 100%;
    }
    .basket-items-list-item-container {
        height: auto;
    }

    .col-sm-7 {
        width: 100% !important;
        margin-bottom: 250px;
    }

    .product-item-small-card .col-md-3{
        width: 90%;
    }

    #row-slider{
    overflow-x: auto;
    flex-wrap: nowrap;
    }
    .workarea{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .workarea .bx-content-section{
        width: 90%;
    }


    .product-item-detail-info-container {

        flex-wrap: wrap;
        justify-content: space-around;
    }
    .btn_buy_b {
        width: auto;
    }
    .tabs__caption {
        display: grid;
        margin-bottom: 50px;

    }

    .tabs__caption li {
        font-size: 16px;
        margin: 5px;
    }

    .item-block{
        margin-bottom: 10px;
    }

    .bx-newslist-title, .bx-newslist-title a {
        font-size: 14px;
    }

/*basket*/
    .d-flex {
        flex-wrap: wrap !important;
    }
    #bx-soa-order .bx-soa-item-block {
        flex-wrap: wrap;
    }
    .mob-basket-data{
        flex-wrap: wrap;
    }
    .bx-soa-section-title-container .bx-soa-editstep {

        margin-right: 20px;
    }
    .alert-success .pb-0 {
         padding-right: 0px;
    }

}

.bx-authform-social{
    display: none;
}

.btn-primary {

    /* background-color: #04AF20 !important; */
    border-color: #04af20 !important;
}



.bx-green .btn.btn-default:hover {
	background: #04AF20;
}

.link-out{
    color:#04AF20;
    text-decoration: none;
    margin: 5px 10px;
}
.link-out:hover{
    color: #ffffff;
    background: #04AF20;
    padding: 5px 10px;
    margin: 0;
    border-radius: 5px;
}

.bx_catalog_tile .bx_catalog_tile_title a{
    font-size: 16px;
}

.btn_color{
    border: 1px solid #04AF20;
    border-radius: 5px;
    background: none;
    font-size: 16px;
    padding: 10px 30px;
       margin-top: 5px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

.dark-theme .btn_color{
color: #fff;
}



.btn_color2{
 border: 1px solid #04AF20 !important;
    border-radius: 5px !important;
    background: none;
    font-size: 14px !important;
    padding: 6px 30px !important;
    color: #000 !important;
    font-weight: 400 !important;
    display: inline-block !important;
    text-decoration: none;
    margin-top: 10px;
}

.dark-theme .btn_color2{
color: #fff !important;
}


.btn_color3{
     border: 1px solid #04AF20 !important;
    border-radius: 5px !important;
    background: none;
    font-size: 13px !important;
    padding: 3px 30px !important;
    color: #000 !important;
    font-weight: 400 !important;
    display: inline-block !important;
    text-decoration: none;
    margin-top: 0px;
}

.dark-theme .btn_color3{
color: #fff !important;
}


.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl a {

    color: #333;
    font-size: 16px;

}
.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl a:hover {
    color: #04AF20;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced, .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
    min-width: 250px;
}




div.modern-page-navigation a, .modern-page-current {
    border-color: #cdcdcd00 !important;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #393939;
}


.modern-page-next, .modern-page-previous{
    border-radius: 50%;
    background: #04af20;
    color: #fff !important;
    padding: 5px 17px !important;
    font-size: 35px !important;
}
.modern-page-next:hover, .modern-page-previous:hover{

    background: #04af20;
    color: #000000 !important;
}

.nav-string-button{
    display: flex;
    flex-wrap: wrap;
}
.nav-string-button .row{
    flex: auto;
    margin-left: 10px;
}


@media(max-width:650px){
    div.modern-page-navigation {
        display: flex;
        align-items: center;
    }
    div.modern-page-navigation a, .modern-page-current {
        font-size: 16px;
    }
    
    .modern-page-next, .modern-page-previous{
        padding: 5px 14px !important;
        font-size: 20px !important;
    }

}



.bx-aside-nav{
    background: #ffffff;
}
.bx-aside-nav a{
    color: #000;
}
.bx-aside-nav li, .bx-aside-nav .bx-nav-1-lvl.bx-opened{
    background: #ffffff;}
.bx-aside-nav .bx-nav-1-lvl:hover > a{
    background: #ffffff;}
.bx-aside-nav .bx-nav-parent-arrow i{
    color: #04AF20;
}

.main-user-consent-request-popup-cont{
    border-radius: 10px;
}
.main-user-consent-request-popup-textarea-block {
    margin: 0 0 35px 0;
}
.main-user-consent-request-popup-button{
    font-size: 20px;
}
.main-user-consent-request-popup-button-acc {
    background: #04AF20;
    color: #fff;
}
.main-user-consent-request-popup-button-acc:hover {
    background: #ffffff;
    color: #04AF20;
    border: 1px solid #04AF20;
}


.bx_filter .bx_filter_popup_result a{
    color: #04AF20;
}
/* 


.bx_filter .bx_filter_input_checkbox input[type=checkbox]:focus-visible{
    color: #04AF20;
}

/* 
.bx_filter .bx_filter_input_checkbox input[type=checkbox]{
    display: none;
        background: #04AF20;   
    color: #fff;

} */

.bx_filter_param_text:hover {
    color: #28a745;
}


.bx_filter_param_text input:checked+span::before{
    background: #04AF20;   
    color: #fff;
    

}


.bx_filter_input_checkbox input[type="checkbox"]:checked {
    background: #04AF20;   
    color: #04AF20;
}



/* для элемента input c type="radio" */
.bx_filter_input_checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  
  /* для элемента label связанного с .bx_filter_input_checkbox */
  .bx_filter_input_checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
  
  /* создание в label псевдоэлемента  before со следующими стилями */
  .bx_filter_input_checkbox>span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 3px;
    margin-right: 1em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  

  
  
  /* стили для радиокнопки, находящейся в состоянии checked */
  .bx_filter_input_checkbox>input:checked+span::before {
    border-color: #04AF20;
    background-color: #04AF20;
    
  }
  
  /* стили для радиокнопки, находящейся в состоянии disabled */
  .bx_filter_input_checkbox>input:disabled+span::before {
    background-color: #e9ecef;
  }


  .bx_filter .bx_filter_input_checkbox {
    padding-top: 0px;
    padding-bottom: 0px;
}
.smartfilter {
    padding-left: 0px;
    padding-right: 0px;
}


.bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 12px 8px 15px !important;
    font-size: 16px;

}











.main-read-block {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-read-block .main-read-block-item {
  margin: auto;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-read-block .main-read-block-item .main-read-block-item-text {
  color: #fff;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.main-read-block .main-read-block-item .main-read-block-item-text span {
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 50px;
}
.main-read-block .main-read-block-item .main-read-block-item-text b {
  font-size: 42px;
}
.main-read-block .main-read-block-item .main-read-block-item-text p {
  font-size: 26px;
  line-height: 38px;
  font-weight: 100;
}
.main-read-block .main-read-block-item .main-read-block-item-form {
  width: 500px;
  height: 575px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2588235294);
  padding: 20px 30px;
}
.main-read-block .main-read-block-item .main-read-block-item-form b {
  font-size: 50px;
  color: #fff;
}
.main-read-block .main-read-block-item .main-read-block-item-form p {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .main-read-block {
    width: 100%;
    height: auto;
  }
  .main-read-block .main-read-block-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main-read-block {
    width: 100%;
    height: auto;
  }
  .main-read-block .main-read-block-item {
    padding: 20px;
  }
  .main-read-block .main-read-block-item .main-read-block-item-text {
    margin: 10px;
  }
  .main-read-block .main-read-block-item .main-read-block-item-text b {
    font-size: 30px;
  }
  .main-read-block .main-read-block-item .main-read-block-item-text p {
    font-size: 16px;
    line-height: 1;
  }
  .main-read-block .main-read-block-item .main-read-block-item-form {
    width: 100%;
    height: auto;
  }
  .main-read-block .main-read-block-item .main-read-block-item-form b {
    font-size: 30px;
  }
  .main-read-block .main-read-block-item .main-read-block-item-form p {
    font-size: 16px;
    line-height: 1;
  }
}
.help-read-block {
  width: 1200px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help-read-block .help-read-block-title {
  width: 40%;
}
.help-read-block .help-read-block-title p {
  font-size: 35px;
  font-weight: 600;
  color: #04AF20;
}
.help-read-block .help-read-block-text {
  width: 50%;
}
.help-read-block .help-read-block-text p {
  font-size: 18px;
  font-weight: 200;
}

@media screen and (max-width: 1200px) {
  .help-read-block {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .help-read-block .help-read-block-title {
    width: 100%;
  }
  .help-read-block .help-read-block-title p {
    font-size: 35px;
  }
  .help-read-block .help-read-block-text {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .help-read-block .help-read-block-title p {
    font-size: 20px;
  }
  .help-read-block .help-read-block-text p {
    font-size: 14px;
  }
}
.opportunities-read {
  background: rgba(51, 51, 51, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.opportunities-read .opportunities-read-block {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 400px;
  padding: 100px 0;
}
.opportunities-read .opportunities-read-block .opportunities-read-block-img {
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.opportunities-read .opportunities-read-block .opportunities-read-block-text {
  width: 45%;
}
.opportunities-read .opportunities-read-block .opportunities-read-block-text b {
  font-size: 18px;
  line-height: 20px;
}
.opportunities-read .opportunities-read-block .opportunities-read-block-text p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1200px) {
  .opportunities-read .opportunities-read-block {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .opportunities-read .opportunities-read-block {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 0;
  }
  .opportunities-read .opportunities-read-block .opportunities-read-block-img {
    width: 100%;
    height: 400px;
  }
  .opportunities-read .opportunities-read-block .opportunities-read-block-text {
    width: 100%;
  }
}
.konvert-read {
  width: 1220px;
  height: 450px;
  margin: 40px auto;
}
.konvert-read .konvert-read-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.konvert-read .konvert-read-block .konvert-read-block-text {
  width: 50%;
}
.konvert-read .konvert-read-block .konvert-read-block-text p {
  font-size: 20px;
  font-weight: 100;
}
.konvert-read .konvert-read-block .konvert-read-block-slide {
  width: 655px;
}



.konvert-read .konvert-read-block .konvert-read-block-slide .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 38px;
    display: flex;
    justify-content: center;
}
/* .konvert-read .konvert-read-block .konvert-read-block-slide .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -200px;
  z-index: 9999;
  position: relative;
}
.konvert-read .konvert-read-block .konvert-read-block-slide .owl-carousel .owl-nav button.owl-prev, .konvert-read .konvert-read-block .konvert-read-block-slide .owl-carousel .owl-nav button.owl-next {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 5px;
}
.konvert-read .konvert-read-block .konvert-read-block-slide .owl-carousel .owl-nav button.owl-prev:hover, .konvert-read .konvert-read-block .konvert-read-block-slide .owl-carousel .owl-nav button.owl-next:hover {
  background: #8EA6B2 !important;
} */
.konvert-read .konvert-read-block .konvert-read-block-slide img.img-slider {
  height: 370px;
  width: 655px;
}

@media screen and (max-width: 1200px) {
  .konvert-read {
    width: 95%;
    height: auto;
  }
  .konvert-read .konvert-read-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .konvert-read .konvert-read-block .konvert-read-block-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .konvert-read {
    width: 95%;
  }
  .konvert-read .konvert-read-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .konvert-read .konvert-read-block .konvert-read-block-text {
    width: 100%;
  }
  .konvert-read .konvert-read-block .konvert-read-block-slide {
    width: 100%;
  }
  .konvert-read .konvert-read-block .konvert-read-block-slide .owl-nav {
    margin-top: -150px;
  }
  .konvert-read .konvert-read-block .konvert-read-block-slide img.img-slider {
    width: 100%;
    height: auto;
  }
}
.super-read {
  margin: auto;
  width: 1200px;
}
.super-read .super-read-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.super-read .super-read-data .super-read-data-item {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    width: 280px;
    height: 200px;
  padding: 30px;
  display: grid;
  border-radius: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin: 20px 0;
}
.super-read .super-read-data .super-read-data-item b {
  font-size: 22px;
  color: #04AF20;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .super-read {
    margin: auto;
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .super-read .super-read-data .super-read-data-item {
    width: 100%;
    margin-top: 10px;
  }
}
.advantage-read {
  height: 680px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantage-read .advantage-read-title {
  width: 100%;
  text-align: center;
}
.advantage-read .advantage-read-title b {
  font-size: 40px;
  color: #04AF20;
}
.advantage-read .advantage-read-data {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantage-read .advantage-read-data .advantage-read-data-item {
  display: grid;
  justify-items: center;
  text-align: center;
  width: 250px;
}
.advantage-read .advantage-read-data .advantage-read-data-item b {
  color: #04AF20;
  font-size: 20px;
  line-height: 30px;
}
.advantage-read .advantage-read-data .advantage-read-data-item p {
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 1200px) {
  .advantage-read {
    height: auto;
  }
  .advantage-read .advantage-read-data {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantage-read .advantage-read-data .advantage-read-data-item {
    width: 250px;
  }
}
.comp-read {
  width: 1200px;
  margin: 40px auto;
}
.comp-read .comp-read-title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.comp-read .comp-read-title b {
  font-size: 40px;
  color: #04AF20;
}
.comp-read .comp-read-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 575px;
}
.comp-read .comp-read-item .comp-read-item-img {
  width: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.comp-read .comp-read-item .comp-read-item-text {
  margin-left: 30px;
  display: grid;
}
.comp-read .comp-read-item .comp-read-item-text b {
  color: #04AF20;
  font-size: 28px;
}
.comp-read .comp-read-item .comp-read-item-text p {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .comp-read {
    width: 95%;
  }
  .comp-read .comp-read-title {
    width: 100%;
  }
  .comp-read .comp-read-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .comp-read .comp-read-item .comp-read-item-img {
    width: 100%;
    height: 500px;
  }
  .comp-read .comp-read-item .comp-read-item-text {
    margin-left: 30px;
    width: 100%;
  }
  .comp-read .comp-read-item .comp-read-item-text b {
    color: #04AF20;
    font-size: 28px;
  }
  .comp-read .comp-read-item .comp-read-item-text p {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 60px;
  }
}


.import-menu {
  width: 1200px;
  margin: 40px auto;
}
.import-menu .import-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.import-menu .import-menu-item a.import-menu-item-data {
  width: 31%;
  border-radius: 20px;
  background: #04AF20;
  text-decoration: none;
  color: #fff;
}
.import-menu .import-menu-item a.import-menu-item-data .import-menu-item-data-text {
  padding: 30px;
}
.import-menu .import-menu-item a.import-menu-item-data .import-menu-item-data-text b {
  font-size: 25px;
}
.import-menu .import-menu-item a.import-menu-item-data .import-menu-item-data-text p {
  font-size: 14px;
}
.import-menu .import-menu-item a.import-menu-item-data:hover {
  background: #fff;
  color: #04AF20;
  border: 1px solid #04AF20;
}

@media screen and (max-width: 1200px) {
  .import-menu {
    width: 95%;
  }
  .import-menu .import-menu-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .import-menu .import-menu-item a.import-menu-item-data {
    width: 100%;
    margin-top: 20px;
  }
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/search.title/bootstrap_v6/style.css?1750756988673 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/search.form/search.form.v2/style.css?1750756988427 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1750756945501 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/menu/catalog_horizontal_top/style.css?175075698812785 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/menu/catalog_horizontal_top/themes/green/colors.css?1750756988938 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v6/style.css?17507569884955 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog.section.list/header_menu_catalog_zeroit/style.css?17507569882912 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?17507569884790 */
/* /local/templates/eshop_bootstrap_v4/template_styles.css?175075698864748 */
