

/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/menu/top/style.css?173995908399*/
.top_menu_end_enter a.root-item-selected {color: #A3A9B2 !important; text-decoration: underline;}


/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/search.title/catalog_search/style.css?1739877954388*/

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	/*overflow:hidden;*/
	z-index:205;
	/*border: 1px red solid;*/
	/*width: 450px !important;*/
	background: white;
	padding: 5px !important;
}

a .title-search-price { font-size: 16px; padding-top: 5px; color: black; }

.title-search-result .search_prod {
	padding: 5px 0; border-bottom: 1px #ddd solid; margin: 5px 0;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/menu/mobile_new/style.css?17437065691199*/
.menu_mobile .navbar-toggle {float: none !important;}
.menu_mobile .navbar-header button { color: white; text-transform: uppercase;}

.menu_mobile .dropdown.active a.dropdown-toggle, li.active a.root-item-selected { color: rgba(255,255,255, .5); text-decoration: none; }


.menu_mobile .navbar-header { background: rgba(0,0,0, .8) !important; }
.menu_mobile .navbar-nav { background: rgba(0,0,0, .75) !important; text-transform: uppercase; font-size: 13px;}
.menu_mobile .nav>li { padding: 0 10px; }

.menu_mobile .dropdown-menu a { bottom-top: 1px rgba(255,255,255, .1) !important; font-size: 12px; }

 
.menu_mobile .dropdown-menu { background: #777 !important }

.menu_mobile .navbar-header button { display: inline-block; float: left; margin-left: 5px; }

@media (max-width: 768px) {
.menu_mobile .dropdown-menu { background: #777 !important; margin-left: 5px; }
.menu_mobile .dropdown-menu a{ border-top: none !important; }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: none !important; 
	color: white !important;
}
.menu_mobile .dropdown.active a.dropdown-toggle {
	color: #ccc !important;
}

}


/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/menu/top_mobile/style.css?1743706569292*/

.top_menu_mobile {background: rgba(0,0,0, .7) !important; margin: 0; padding: 10px 0;}

.top_menu_mobile a{ color: white; border-top: 1px red !important;}
.top_menu_mobile li{ color: white;  padding: 5px 10px; text-align: left;}

.top_menu_mobile ul { margin:0; margin: 20px 0 !important; }

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/menu/catalog_menu/style.css?17424894862162*/
#horizontal-multilevel-menu {
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: space-between;
	z-index: 5;
	font-family: Inter;
	color: #474747;
	font-size: 15px;
	line-height: 1.2;
	text-transform: none;
}

#horizontal-multilevel-menu li:hover,
#horizontal-multilevel-menu li:hover a {
	background: none !important;
}

#horizontal-multilevel-menu > li > ul > li {
	font-size: 15px;
    margin-left: 25px;
    margin-right: 25px;
	font-weight: 500;
}

#horizontal-multilevel-menu > li > a {
	display: flex;
	height: 50px;
	align-items: center;
}

#horizontal-multilevel-menu > li > ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 49px;
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	border: 1px solid rgb(236, 236, 236) !important;
	background: #fff;
	border-radius: 0 0 10px 10px;
    box-shadow: 20px 8px 20px rgba(0,0,0, .2);
}

#horizontal-multilevel-menu > li > ul:before {
	content: '';
	position: absolute;
	height: 5px;
	top: -5px;
	left: 0;
	right: 0;
}

#horizontal-multilevel-menu > li:hover > ul {
	display: flex;
}

#horizontal-multilevel-menu > li > ul > li {
	padding: 25px;
	width: 20%;
}

#horizontal-multilevel-menu > li > ul > li > a.parent:after {
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: 8px;
	border: 4.5px solid transparent; border-top: 6px solid #474747;
}

#horizontal-multilevel-menu > li > ul > li > a.parent:hover:after {
	border-top: 6px solid var(--color-primary);
}

#horizontal-multilevel-menu > li > ul > li > ul > li {
	font-size: 13px;
    color: #9c9c9c;
	font-weight: 400;
}

#horizontal-multilevel-menu > li > ul > li > ul {
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
}

#horizontal-multilevel-menu > li > ul > li > ul > li + li {
	margin-top: 8px;
}

#horizontal-multilevel-menu a:hover,
#horizontal-multilevel-menu > li > a.root-item-selected,
#horizontal-multilevel-menu > li:hover > a {
	color: #f00;
}


@media only screen and (max-width : 1199.98px) {
	#horizontal-multilevel-menu > li > ul > li {
		width: 35%;
	}
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/breadcrumb/main/style.css?1742909117423*/
.bx-breadcrumb {
	padding: 20px 15px 20px;
	text-transform: none;
	/*color: #A0A0A0;*/
	font-size: 12px;
}

.bx-breadcrumb .fa { margin-bottom: 3px; }

.bx-breadcrumb i {
	/*color: #A0AAB0;*/
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none; text-decoration: none;}


/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/system.pagenavigation/.default/style.css?17398779541171*/
div.modern-page-navigation { 
	padding: 22px 0;
	font-size: 12px;
}

div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	/*border-left-style: solid;*/
	text-decoration: none;
	padding: 5px 8px;
	color: #5B5B5B;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	/*border-right-style: solid; */
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }

span.modern-page-current { 
	/*font-weight: bold;*/
    background: #BEBEBE;
    border-color: #BEBEBE;
    padding: 3px 8px;
    border-radius: 3px;
    color: white;

}

.pagination {

    margin-top: 15px !important;
    margin-right: 5px !important;

}

.pagination>li>a {
color: black !important;
color: #5B5B5B !important;
}


.pagination>li.active>a {
color: #9B9B9B !important;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 3;
    background: none !important;
    border-color: transparent;
}

/*i.fa {font-size: 14px; margin-top; 3px}*/
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/news.list/index_akciya/style.css?1742224751275*/
body * {
    font-family: Inter;
}
.index_akciya h3 { margin: 0 0 20px; font-size: 34px; font-family: "bold"; }

.index_akciya a { color: #343433;}
.index_akciya a:hover { 
fill: var(--color-primary);
 -webkit-transition: all 0.7s ease;
          transition: all 0.7s ease;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/menu/bottom/style.css?173996033199*/
.top_menu_end_enter a.root-item-selected {color: #A3A9B2 !important; text-decoration: underline;}


/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/components/bitrix/sale.basket.basket.line/cart/style.css?1739877954981*/

		.cart_b_1 {
			background: white;
			height: 75px;
			/*color: white;*/
			font-size: 13px;
			display: block;
			text-align: center;
			/*padding-top: 10px;*/
			line-height: 18pt;
			border: 1px #ddd solid;
			color: black;
			margin-bottom: 10px;
			font-family: 'bold';
			
			}

					.cart_b:focus,
					.cart_b:active,
					.cart_b:hover { background: none !important;color: black !important;}

					.cart_b_1:hover,
					.cart_b_1:active,
					.cart_b_1:focus
					 {

					background: #ffcd18;	
					border-color:#ffcd18;
					color: black !important;
					}

					.cart_b_1:hover .kol { background: white }

			.cart_b_1 a{ color: black; }
			.cart_b_1 i{ font-size: 38px; margin-top: 10px; display: block; }

			.cart_b .kol {
				font-size: 12px;
				position: absolute;
				top: 8px;
				right: 9px;
				margin-top: -3px;
				background: #ffcd18;
				padding: 3px 6px;
				border-radius: 50%;
				line-height: 10pt;
				text-decoration: none !important;
			}








/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/styles.css?17453853232124*/
h2.line, h3.line, h4.line, h5.line, h5.line { border-bottom: 1px #ddd solid; margin-bottom: 20px; padding-bottom: 5px;  font-family: 'Inter light' !important }
h1, h2, h3, h4, h5, h6 { font-family: "Inter"; }

body { font-family: "Inter light"; }

b, strong,th { font-family: 'Inter bold'; }

.list_content { list-style: none; margin: 15px 0; }
.list_content li:before {
    font-family: "FontAwesome";
    content:"\f105";
    padding: 2px 7px 0 0;
}


img.content_img_responsive {}



.list_content li { line-height: 16pt; margin-bottom: 8px;}

.content_vagno, .content_info , .content_contact {
	padding: 20px 20px 20px 70px;
	position: relative;
/*	border-top: #E9E1E1 2px solid;
	border-bottom: #E9E1E1 2px solid;*/
	margin: 20px 0 20px 0;
    border-radius: 3px;
    /*font-family: "normal";*/
}

	.content_vagno:before, .content_info:before, .content_contact:before {
    position: absolute;
    top: 20px;
    left: 15px;
    /*color: #F17878;*/
    color: white;
    font-family: "FontAwesome";
    font-size: 43px;
    line-height: 43px;
    text-shadow: 0 0 4px rgba(0,0,0, 0.08);
}

	.content_vagno:before {content:"\f06a"; }
	.content_info:before {content:"\f05a"; }
	.content_contact:before {content:"\f1d8";  font-size: 38px;  line-height: 38px; }

	.content_vagno{background: #E9B8B8;}
	.content_info{background: #D5D9E6;}
	.content_contact{background: #DEE8D8; }

	.content_img_responsive, .content_img_left, .content_img_right { padding: 3px; border: 1px #ededed solid; }

	.content_img_left, .content_img_right { display: inline-block; }
	.content_img_left { float: left; margin: 0 15px 5px 0; }
	.content_img_right { float: right; margin: 0 0 5px 15px; }


	.content_img_responsive img{
		width: 100%;
		height: auto;
	}
	ul.list-content {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	.list-content li {
/* handle multiline */
    overflow: visible;
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
}
.list-content li:before {
/* your own marker in content */
font-family: "FontAwesome";
    content: "\f00c";
   left: 0;
   top: 3px;
   position: absolute;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_/template_styles.css?174764927933773*/
body * {
    font-family: Inter;
}

.header_table .logo_cell svg {
    fill: var(--color-primary);
}

.header_table .logo_cell svg g path {
    fill: var(--color-primary);
}

.header_table .logo_cell svg g:last-child path {
    fill: #fff;
}

.index_slider_top .carousel-control.left i,
.index_slider_top .carousel-control.right i {
    display: none;
}

.index_slider_top .carousel-control.right,
.index_slider_top .carousel-control.left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.702) no-repeat center;
    box-shadow: 0 3px 5.76px 0.24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(220, 220, 220);
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}

.index_slider_top .carousel-control.left {
    left: 3px !important;
    background-image: url(/bitrix/templates/eshop_bootstrap_/img/prev.png) !important;
}

.index_slider_top .carousel-control.right {
    right: 3px !important;
    background-image: url(/bitrix/templates/eshop_bootstrap_/img/next.png) !important;
}

.wrap-slier {
    overflow: hidden;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 15px;
    box-shadow: 0px 4px 6.58px 0.42px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.wrap-slier .index_slider_top {
    margin-bottom: 0;
}

body .main_menu_gorizontal {
    box-shadow: 0 5px 8.46px 0.54px rgba(0, 0, 0, 0.08);
    border: none !important;
    margin-bottom: 6px;
}

body .main_menu_gorizontal ul {
    border: none !important;
}

.priem ul {
    display: flex;
    padding: 0;
    margin: -10px 0 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.priem li {
    width: 22%;
    margin-top: 10px;
}

.priem li:last-child {
    width: calc(22% - 28px);
}

.priem ul>li>div strong,
.priem ul>li>div strong a {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
}

.priem_text {
    font-family: Inter;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
}

.wrap-priem {
    margin: 0 0 20px;
}

.header_table .logo_cell .slogan {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}

body .header_table .form_search {
    position: relative;
}

body .header_table .form_search .form-control {
    border: 1px solid rgb(220, 220, 220) !important;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 8.46px 0.54px rgba(0, 0, 0, 0.08) !important;
    float: none;
    height: 36px;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}

body .input-group-btn {
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: auto;
    z-index: 4;
}

body .header_table .form_search .btn {
    border: none !important;
}

body .input-group {
    display: block;
}

body .header_table .form_search .btn i {
    display: none;
}

body .header_table .form_search .btn {
    display: block;
    width: 49px;
    height: 36px;
    background: url(/bitrix/templates/eshop_bootstrap_/img/search.png) no-repeat center !important;
}

.header .header_table .regim_cell div {
    margin-top: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}

.header .header_table .regim_cell .header-address {
    color: rgb(20, 20, 20);
    margin-bottom: 5px;
    padding-left: 21px;
    position: relative;
}

.header .header_table .regim_cell .header-address:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 11px;
    height: 18px;
    background: url(/bitrix/templates/eshop_bootstrap_/img/address.png) no-repeat;
}

.header .header_table .regim_cell .header-time {
    color: rgb(90, 89, 89);
    padding-left: 21px;
}

.header .header_table .contacts_cell .tel {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.header .header_table .contacts_cell .tel > div {
    display: inline-block;
    padding-left: 26px;
    position: relative;
}

.header .header_table .contacts_cell .tel > div:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: -2px;
    background: url(/bitrix/templates/eshop_bootstrap_/img/phone.png) no-repeat;
}

.header .header_table .contacts_cell .call_back {
    color: #3f3e3e;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.header .header_table .contacts_cell .call_back a {
    color: #3f3e3e;
}

.header .header_table .form_search_cell {
    width: 28%;
    padding-left: 20px;
    padding-right: 40px;
}

.header .header_table .contacts_cell {
    width: 17%;
}

body .top_menu_end_enter a {
    text-decoration: none;
}

body .table_reg_enter a {
    text-decoration: none !important;
}

body .table_reg_enter i {
    display: none;
}

.top_menu ul {
    color: #272727;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
}

.table_reg_enter {
    color: #272727;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.table_reg_enter li {
    position: relative;
}

.table_reg_enter li + li {
    margin-left: 12px;
    padding-left: 12px;
}

.table_reg_enter li + li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 1px;
    height: 11px;
    background: var(--color-primary);
}

body .top_menu_end_enter {
    padding: 16px 0;
}

body .list-inline>li {
    padding: 0;
}

body .top_menu li {
    margin-right: 20px;
}

.header .header_table .regim_cell .header-address {
    font-weight: 600;
}

.header .header_table .contacts_cell .tel {
    font-weight: 600;
}

#horizontal-multilevel-menu > li > a {
    font-weight: 600;
}

body .main_menu_gorizontal {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
}

#horizontal-multilevel-menu a:hover, #horizontal-multilevel-menu > li > a.root-item-selected, #horizontal-multilevel-menu > li:hover > a {
    color: var(--color-primary) !important;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
    font-size: 15px;
}

body .btn-info {
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    background: #fff;
    padding-top: 3px !important;
    padding-bottom: 3.5px !important;
    color: #171717;
}

html body .btn-info:hover {
    background: var(--color-primary) !important;
}

body .btn-info[href*=add] {
    margin-right: 6px;
}

body .btn-info[href*=delay] {
    margin-left: 6px;
}

body .btn-info:hover,
body .btn-info:active {
    background: rgb(255, 205, 24) !important;
    border-color: rgb(255, 205, 24) !important;
    color: #171717 !important;
}

body .btn-info .fa-level-down {
    width: 9px;
    height: 11px;
    background: url(/bitrix/templates/eshop_bootstrap_/img/put-off@2x.png) no-repeat center;
    background-size: cover;
    margin: 0 5px;
}

body .btn-info .fa-trash-o {
    width: 10px;
    height: 10px;
    background: url(/bitrix/templates/eshop_bootstrap_/img/delete@2x.png) no-repeat center;
    background-size: cover;
    margin: 0 5px;
}

body .btn-info .fa-level-up {
    width: 9px;
    height: 11px;
    background: url(/bitrix/templates/eshop_bootstrap_/img/add@2x.png) no-repeat center;
    background-size: cover;
    margin: 0 5px;
}

body .btn-info .fa-trash-o:before {
    display: none;
}

body .btn-info .fa-level-down:before {
    display: none;
}

body .btn-info .fa-level-up:before {
    display: none;
}

body .bx_ordercart_order_table_container tbody td.custom {
    line-height: 29px !important;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a {
    margin: 0 !important;
    width: 33px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.minus {
    border: 1px solid rgb(232, 232, 232) !important;
    border-right: none !important;
    border-radius: 5px 0 0 5px;
    background: url(/bitrix/templates/eshop_bootstrap_/img/minus@2x.png) no-repeat center;
    background-size: 14px 2px;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.plus {
    border: 1px solid rgb(232, 232, 232) !important;
    border-left: none !important;
    border-radius: 0 5px 5px 0;
    background: url(/bitrix/templates/eshop_bootstrap_/img/plus@2x.png) no-repeat center;
    background-size: 14px 14px;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.minus i,
body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.plus i {
    opacity: 0;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.minus:active,
body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom a.plus:active {
    background-color: #f1f1f1;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom input {
    width: 40px;
    height: 31px;
    vertical-align: middle;
    border: 1px solid rgb(232, 232, 232) !important;
    font-size: 16px;
    outline: none;
}

body .bx_ordercart .bx_ordercart_order_table_container tbody td.custom table {
    border: none !important;
    background: none !important;
}

body .bx_ordercart .bx_ordercart_order_table_container table tbody td td {
    padding: 0 !important;
    font-size: 0 !important;
}

.bx_ordercart * {
    font-size: 15px !important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
    line-height: 29px !important;
}

.page-header .h1 {margin: 0; padding: 0; font-size: 32px; font-family: Inter;}
.page-header .h1 a {
    color: inherit;
}

.page-header .h1 a:hover {
    color: var(--color-primary);
}

.content-main {
    margin-top: 20px;
}

.content-main .page-header {
    margin-bottom: 0;
}

.block_fixed .link-home,
.block_fixed .link-personal {
    display: none;
    order: 4;
}

body .go_top {
    font-size: 35px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    bottom: 80px;
    right: 13px;
    padding: 0 0 0 1px;
}

.contacts_cell a {
    color: #000;
    text-decoration: none;
}

body .bx_catalog_item_controls.no_touch {
    display: block !important;
    opacity: 1;
    padding-bottom: 15px;
}

body .bx_catalog_item_controls.no_touch .btn-default {
    width: 100%;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'bold';
    color: black;
    background: white !important;
    border: var(--color-primary) 1px solid;
}

.bx_catalog_item .btn-danger {
    border: var(--color-primary) 1px solid;
}

.bx_catalog_item .btn-danger:hover {
    background: var(--color-primary);
}

body .bx_catalog_item_controls.touch.hidden-xs {
    display: none !important;
}

body .bx_catalog_list_home .bx_catalog_item {
    height: auto;
}

.sort__filter {
    display: none;
}

body .icon-balance-scale:before {
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/eshop_bootstrap_/img/equilizer-silver.png) no-repeat center;
    background-size: cover;
    content: '';
    vertical-align: middle;
    position: relative;
    top: -1px;
}

body .btn:hover .icon-balance-scale:before {
    background-image: url(/bitrix/templates/eshop_bootstrap_/img/equilizer-dark.png);
}

.bx_catalog_list_home.bx_blue .bx_catalog_item .btn.btn-danger i {
    display: none;
}

.show-mobile {
    display: none;
}

#horizontal-multilevel-menu > li:nth-child(6) ~ li {
    display: none;
}

#horizontal-multilevel-menu.active > li:last-child {
    display: block !important;
}

#horizontal-multilevel-menu li ul ul {
    display: none;
}

.bx-retina .bx-filter.bx-black .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-black .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-black .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-black .bx-filter-select-container:focus {
    border-color: var(--color-primary);
    outline: 2px solid var(--color-primary);
    border-radius: 0;
}

.plitki_more_d .demo-icon.icon-heart {
    font-size: 22px;
}

.plitki_more_d .btn-group {
    display: flex;
    align-items: center;
}

body .bx_item_detail .plitki_more_d .btn-group .btn {
    color: rgb(173, 173, 173);
}

.demo-icon.icon-balance-scale {
    transition: all 280ms ease;
}

.demo-icon.icon-balance-scale:before {
    transition: all 280ms ease;
}

.plitki_more_d .btn:active i:before, .plitki_more_d .btn.active i:before,
.plitki_more .btn:active i:before, .plitki_more .btn.active i:before {
    color: #ffcd18;
}

body .plitki_more_d .demo-icon.icon-balance-scale:before {
    top: -2px;
}

body .btn.active .icon-balance-scale:hover:before {
    background-image: url(/bitrix/templates/eshop_bootstrap_/img/equilizer-silver.png);
}

body .btn.active .icon-balance-scale:before,
body .btn.active:hover .icon-balance-scale:before {
    background-image: url(/bitrix/templates/eshop_bootstrap_/img/equilizer-yellow.png);
}

.bx_catalog_item.double .cart:not(.catalog-list) {
    width: auto !important;
    display: block !important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td:nth-child(4) {
    display: none;
}

body .btn-info:hover {
    border-color: var(--color-primary) !important;
}

body .btn-danger:hover,
body .btn-danger:active,
body .btn-danger:focus {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

body .btn-default {
    background: var(--color-primary) !important;
}

body .btn-danger {
    border: var(--color-primary) 1px solid;
}

.bx_catalog_item .hidden1-xs {
    display: flex;
}

.bx_catalog_item .hidden1-xs .cart {
    flex-grow: 1;
}

#basket_items #col_PREVIEW_PICTURE {
    display: none;
}

#basket_items_delayed thead td[colspan="2"] + td {
    display: none;
}

body .bx_catalog_list_home .bx_small.bx_bt_button_type_2 {
    padding-bottom: 4px;
    line-height: 36px;
}

@media only screen and (max-width : 1199.98px) {
    .header .header_table .logo_cell {
        width: 20%;
    }

    .header .header_table .form_search_cell {
        padding: 0 30px;
    }

    .header .header_table .contacts_cell {
        width: 19%;
    }

    body .top_menu li {
        margin-right: 17px;
    }

    .bx_catalog_item .hidden1-xs {
        display: block;
    }

    .bx_catalog_item_controls_blockone {
        display: block !important;
        float: none !important;
        width: auto !important;
        padding-right: 0 !important;
        margin-bottom: 5px;
    }

    .cart {
        padding-left: 0;
    }

    .cena {
        font-size: 16px !important;
    }
}

@media only screen and (max-width : 991.98px) {
    .header .header_table .regim_cell {
        display: none;
    }

    .header .header_table .logo_cell {
        width: auto;
    }

    .header .header_table .contacts_cell {
        width: 26%;
    }

    .header .header_table .form_search_cell {
        width: 52%;
    }

    .header {
        padding-top: 35px;
    }

    .priem li {
        width: 50%;
    }

    .priem li:last-child {
        width: 50%;
    }

    .index_priemushestva {
        min-width: 60px;
        margin-right: 10px;
        background-position: center !important;
    }
}

@media only screen and (max-width : 575.98px) {
    .priem li {
        width: 100%;
    }

    .priem li:last-child {
        width: 100%;
    }
}

@media only screen and (min-width : 769px) {
    body .block_fixed {
        overflow: hidden;
        border: 1px solid rgb(255, 205, 24);
        border-radius: 15px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 4px 6.72px 0.28px rgba(0, 0, 0, 0.14);
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .block_fixed .cart_b_1 {
        border: none;
        height: auto;
        margin: 0;
        line-height: 1;
        order: 1;
    }

    .block_fixed .sravn_b {
        order: 3;
    }

    .block_fixed .fav_b {
        order: 2;
    }

    .block_fixed .cart_b_1 i {
        margin: 0;
    }

    .block_fixed .bx_catalog-compare-list_sravn {
        border: none;
    }

    .block_fixed .icon-basket-1:before {
        width: 35px;
        height: 34px;
        background: url(/bitrix/templates/eshop_bootstrap_/img/cart.png) no-repeat center;
        content: '';
    }

    .block_fixed .icon-balance-scale:before {
        width: 26px;
        height: 27px;
        background: url(/bitrix/templates/eshop_bootstrap_/img/equilizer.png) no-repeat center;
        content: '';
    }

    .block_fixed .icon-heart:before {
        width: 34px;
        height: 30px;
        background: url(/bitrix/templates/eshop_bootstrap_/img/heart.png) no-repeat center;
        content: '';
    }

    .sravn_b .hidden-xs,
    .fav_b .hidden-xs {
        display: none;
    }

    .block_fixed .bx_catalog-compare-list_sravn {
        height: auto;
        margin: 0;
        padding: 0;
    }

    .block_fixed .bx_catalog-compare-list_sravn i {
        margin: 0;
    }

    .block_fixed a {
        position: relative;
    }

    .block_fixed a:before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        background-color: rgb(255, 205, 24);
        width: 46px;
        height: 1px;
        z-index: 1;
    }

    .block_fixed a:hover:before {
        display: none;
    }

    .block_fixed > div:first-child a:before {
        display: none;
    }

    .block_fixed a {
        display: flex;
        padding: 20px 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .block_fixed a:hover {
        background: #ffcd18 !important;
    }

    .block_fixed .bx_catalog-compare-list_sravn:hover {
        background: none !important;
    }

    .cart_b_1:hover {
        background: none !important;
    }

    .bx_catalog-compare-list_sravn .kol,
    .cart_b .kol {
        font-size: 12px;
        font-family: "Inter";
        color: rgb(33, 33, 33);
        line-height: 1.2;
        width: 20px;
        height: 20px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 6px;
        top: 10px;
    }

    .block_fixed .hidden-xs {
        font-size: 13px;
        font-family: "Inter";
        color: rgb(59, 59, 59);
        line-height: 1;
        font-weight: 500;
        padding-top: 5px;
    }

    .block_fixed .cart_b a {
        padding-bottom: 0;
    }

    .cart_b .hidden-xs {
        height: auto;
        padding-bottom: 3px;
    }

    .cart_b .hidden-xs[style] {
        font-size: 0;
        height: 20px;
        padding: 0;
    }

    .block_fixed .cart_b_1 i {
        font-size: 0;
    }
}

@media only screen and (max-width : 768px) {
    .block_fixed {
        display: flex;
        padding-left: 16px;
        padding-top: 15px;
    }

    body .top_menu_end_enter_vertical {
        padding: 21.5px 0;
    }

    .block_fixed .icon-basket-1:before {
        content: '';
        width: 28px;
        height: 27px;
        background: url(/bitrix/templates/eshop_bootstrap_/img/cart.png) no-repeat center;
        background-size: 28px 27px;
        margin: 0;
    }

    .block_fixed .icon-balance-scale:before {
        content: '';
        width: 21px;
        height: 27px;
        background: url(/bitrix/templates/eshop_bootstrap_/img/equilizer.png) no-repeat center;
        background-size: 21px 23px;
        margin: 0;
    }

    .block_fixed .icon-heart:before {
        content: '';
        width: 27px;
        height: 27px;
        background: url(/bitrix/templates/eshop_bootstrap_/img/heart.png) no-repeat center;
        background-size: 27px 24px;
        margin: 0;
    }

    .block_fixed .cart_b_1, .block_fixed .fav_b, .block_fixed .sravn_b {
        width: auto;
    }

    .block_fixed .cart_b_1 {
        order: 1
    }

    .block_fixed .fav_b {
        order: 2;
        margin: 0;
    }

    .block_fixed .sravn_b {
        order: 3;
        margin: 0;
    }

    .block_fixed .bx_catalog-compare-list_sravn {
        padding: 0;
        margin: 0;
    }

    .block_fixed .cart_b_1 {
        height: auto;
        margin: 0;
    }

    .block_fixed .cart_b_1 i {
        margin: 0;
    }

    .block_fixed .sravn_b i, .block_fixed .fav_b i {
        margin: 0;
    }

    .block_fixed > div {
        margin-right: 15px !important;
    }

    .block_fixed .bx_catalog-compare-list_sravn {
        height: auto;
    }

    .block_fixed .bx_catalog-compare-list_sravn .kol,
    .block_fixed .cart_b .kol {
        font-size: 10px;
        font-family: "Inter";
        color: rgb(33, 33, 33);
        line-height: 1.2;
        width: 16px;
        height: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        right: -10px;
        top: -5px;
    }

    .block_fixed .cart_b .hidden-xs {
        display: block !important;
        font-size: 11px;
        font-family: "Inter";
        color: rgb(59, 59, 59);
        line-height: 1;
        font-weight: 500;
        text-align: center;
        position: relative;
        left: 1.5px;
    }

    .block_fixed .cart_b .hidden-xs[style] {
        font-size: 0;
        height: 10px;
    }

    .block_fixed a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu_mobile .navbar-header {
        margin-bottom: 6px;
    }

    .header {
        padding-top: 0;
    }

    .header .header_table .contacts_cell .tel > div:before {
        display: none;
    }

    .header .header_table .contacts_cell .tel > div {
        padding-left: 0;
    }

    .header .header_table .contacts_cell .tel {
        font-size: 24px;
        font-weight: 500;
    }

    body .top_menu_end_enter_vertical {
        background-color: #f3f3f3;
        border: none;
    }

    body .menu_mobile .navbar-header {
        background: #fff !important;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

    body .menu_mobile .navbar-header button {
        color: #212121;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #f2f2f2 !important;
    }

    .navbar-toggle {
        margin: 0 !important;
        padding: 17px 10px !important;
    }

    body .menu_mobile .navbar-collapse {
        border: none;
        margin-top: -6px;
        box-shadow: none !important;
        overflow: inherit;
        padding-bottom: 20px;
    }

    body .menu_mobile .navbar-nav {
        font-size: 14px;
        background: #fff !important;
    }

    .menu_mobile .navbar-nav a {
        color: #212121;
    }

    body .navbar-default .navbar-nav>li>a {
        color: #212121;
    }

    .menu_mobile .navbar-nav > li > ul {
        display: none;
        list-style-type: none;
        margin: 0 24px;
        padding: 0 24px;
    }

    .menu_mobile .navbar-nav > li > ul > li {
        border-top: 2px solid #d7d7d7;
    }

    .menu_mobile .navbar-nav > li > ul > li {
        padding: 2.5px 0;
        display: block;
    }

    .menu_mobile .navbar-nav > li > ul > li ul {
        display: none;
        padding: 5px 0;
    }

    .menu_mobile .navbar-nav > li > ul > li ul li + li {
        margin-top: 5px;
    }

    body .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
    }

    body .navbar-nav>li:first-child > a {
        padding-top: 15px;
    }

    .top_menu_mobile {
        background: #fff !important;
    }

    body .top_menu_mobile a {
        color: #212121;
    }

    body .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #212121 !important;
        background: transparent !important;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        color: #212121 !important;
        background: transparent !important;
    }

    body .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #212121 !important;
        background: transparent !important;
    }

    .menu_mobile .navbar-nav > li.active {
        background: #f3f3f3;
    }

    body .menu_mobile .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .top_menu_end_enter_vertical {
        display: none !important;
    }

    body .block_fixed {
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 58px;
        width: auto;
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        background: #fefbfb;
        border-top: 1px solid #dcdcdc;
        padding: 3px 0 0;
    }

    .block_fixed .link-home {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        background: url(/bitrix/templates/eshop_bootstrap_/img/link-home-other.png) no-repeat center;
        background-size: cover;
        order: 1;
    }

    .block_fixed .cart_b_1 {
        order: 3;
        top: 6px;
    }

    .block_fixed .fav_b {
        order: 4;
    }

    .block_fixed .sravn_b {
        order: 2;
    }

    .block_fixed .link-personal {
        display: block;
        width: 28px;
        height: 28px;
        background: url(/bitrix/templates/eshop_bootstrap_/img/link-personal-other.png) no-repeat center;
        background-size: cover;
        order: 5;
    }

    .header .header_table {
        margin-top: 20px;
    }

    .block_fixed .hidden-xs {
        display: none !important;
    }

    body .footer {
        margin-bottom: 80px;
    }

  .menu_mobile .navbar-nav > li > ul > li ul {
      list-style-type: none;
      padding-left: 20px;
  }

    .menu_mobile .navbar-nav > li > ul > li.active ul {
      display: block;
  }

    body .menu_mobile .navbar-header {
        margin-bottom: 0;
    }

    .list_brends {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .list_brends > * {
        width: 75% !important;
        flex-shrink: 0;
    }

    .list_brends::-webkit-scrollbar {
        display: none;
    }

    .bx_catalog_list_home {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 !important;
        border: none !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item {
        width: auto !important;
        margin: 0 !important;
        float: none !important;
        padding: 0 10px 10px !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .bx_catalog_item_container {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .cart {
        padding-left: 0;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item:nth-child(2) ~ .bx_catalog_item {
        border-top: none !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item:nth-child(even) {
        border-left: none !important;
    }

    body .cena {
        font-size: 12px !important;
        height: auto !important;
        margin: 0 !important;
    }

    .bx_catalog_item .bx_catalog_item_title {
        margin-bottom: 5px;
        height: auto;
        font-size: 13px;
        line-height: 1.1;
        flex-grow: 1;
        padding-top: 5px;
    }

    .bx_catalog_item table,
    .bx_catalog_item tr,
    .bx_catalog_item td,
    .bx_catalog_item tbody {
        display: block;
        padding: 0 !important;
        text-align: left !important;
    }

    .bx_catalog_item table {
        margin-bottom: 0;
    }

    .bx_catalog_item tr {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        min-height: 26px;
    }

    body .bx_catalog_text {
        margin-left: 0;
        margin-right: 0;
    }

    body .sort_catalog {
        margin-left: -15px;
    }

    body .plitki_more {
        position: static;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 1px !important;
    }

    body .plitki_more .btn-group {
        position: static;
    }

    .plitki_more .btn:first-child {
        top: 0;
    }

    .plitki_more .btn + .btn {
        top: 26px;
    }

    .nalichie_n, .nalichie_y {
        font-size: 10px;
        position: relative;
        top: -2px;
    }

    .nalichie_n i:before,
    .nalichie_y i:before {
        margin: 0 -1px 0 0 !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .btn {
        padding:0 !important;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-family: bold;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .plitki_more .btn {
        font-size: 0;
        position: absolute !important;
        right: 0;
    }

    body {
        min-width: 360px;
    }

    .bx-touch body .bx_catalog_list_home.bx_blue .bx_catalog_item .bx_catalog_item_controls.no_touch {
        display: block !important;
        padding-bottom: 0;
    }

    .bx-touch body .bx_catalog_list_home.bx_blue .bx_catalog_item .bx_catalog_item_controls.no_touch .btn {
        margin-bottom: 0;
    }

    .shildiki > * {
        width: 20px !important;
        height: 20px !important;
        background-size: cover !important;
    }

    .shildiki > * + * {
        margin-top: -5px !important;
    }

    body .bx_catalog_list_home.bx_blue .bx_stick.top,
    body .bx_catalog_list_home.bx_blue .bx_stick_disc.top {
        top: 10px;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .plitki_more .btn {
        width: auto;
        z-index: 2;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .plitki_more .btn i {
        display: inline;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item_images {
        z-index: 1;
    }

    .bx_catalog_list_home.bx_blue .plitki_more .demo-icon {
        font-size: 16px;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .plitki_more .btn + .btn {
        right: 2px;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item_images_double {
        z-index: 1;
    }

    body .sort_catalog {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    body .sort_catalog .sort_title {
        display: none;
    }

    .sort__filter + .sort_title + a {
        margin-left: auto;
    }

    body .sort_catalog a + a {
        margin-left: 4px;
    }

    .sort__filter {
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 32px;
        border: 1px solid var(--color-primary);
        color: var(--color-primary);
        font-size: 20px;
    }

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

    .col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 {
        position: absolute;
        z-index: 10;
        width: 260px;
        left: 15px;
        top: 42px;
        background: #fff;
        border: 1px solid #e6e6e6;
        box-shadow: 0 1px 2.9px 0.1px rgba(0, 0, 0, 0.38);
        padding: 10px;
    }

    .col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 .bx-filter {
        margin-bottom: 0;
    }

    .col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 .right_menu,
    .col-md-3.col-sm-4.col-sm-push-8.col-md-push-9 .cl {
        display: none !important;
    }

    body .icon-balance-scale:before {
        width: 15px;
        height: 15px;
        top: 0;
        left: 2px;
    }

    .bx_catalog_item_controls_blockone {
        display: none !important;
    }

    .bx_catalog_item_scu {
        display: none !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .bx_catalog_item_articul {
        display: none !important;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .cart {
        width: 100%;
    }

    .bx_catalog_list_home.bx_blue .bx_catalog_item .cart_hidden-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block;
    }

    body .go_top {
        bottom: 66px;
        right: 7px;
    }

   body .page-header {
        padding-top: 0;
    }

   .navbar-header {
       display: flex;
   }

    .navbar-header .navbar-toggle:last-child {
        margin-left: auto !important;
        padding-right: 15px !important;
    }

    .cena {
        font-weight: bold;
    }

    .cena span {
        font-size: 10px;
        font-weight: 400;
    }

    .bx_catalog_item .hidden1-xs {
        /*margin-top: auto;*/
    }

    .bx_catalog_item .bx_catalog_item_title {
        flex-grow: 1;
    }

    .bx_item_detail .bx_item_slider_lupe {
        position: static;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span {
        margin-right: 5px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td {
        padding: 2% 4%;
    }

    body #bx-soa-total-mobile {
        display: none !important;
    }

    .modal-footer .col-sm-offset-1.col-sm-10 {
        display: flex;
        align-items: center;
        padding-left: 0 !important;
    }

    .modal-footer .col-sm-offset-1.col-sm-10 .btn {
        display: inline-flex !important;
        align-items: center;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .modal-footer .col-sm-offset-1.col-sm-10 .btn i {
        position: relative;
        top: -2px;
        margin-right: 2px;
    }

    .modal-header .col-xs-2 {
        padding-right: 0 !important;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr {
        align-items: flex-start;
    }

    .bx_catalog_item_controls_blockone {
        display: none !important;
    }
}

/* End */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/menu/top/style.css?173995908399 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/search.title/catalog_search/style.css?1739877954388 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/menu/mobile_new/style.css?17437065691199 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/menu/top_mobile/style.css?1743706569292 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/menu/catalog_menu/style.css?17424894862162 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/breadcrumb/main/style.css?1742909117423 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/system.pagenavigation/.default/style.css?17398779541171 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/news.list/index_akciya/style.css?1742224751275 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/menu/bottom/style.css?173996033199 */
/* /bitrix/templates/eshop_bootstrap_/components/bitrix/sale.basket.basket.line/cart/style.css?1739877954981 */
/* /bitrix/templates/eshop_bootstrap_/styles.css?17453853232124 */
/* /bitrix/templates/eshop_bootstrap_/template_styles.css?174764927933773 */
