

/* Start:/local/templates/other/scrollbar/jquery.mCustomScrollbar.css?14562977654614*/
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	height:100%;
	margin:0 auto;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:14px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:14px;
	margin:0 0 0 0;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:107px !important;
	height:14px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:107px;
	height:14px;
	margin:0;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:url(/local/templates/other/scrollbar/track.png);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:url(/local/templates/other/scrollbar/scroll.png);
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(/local/templates/other/scrollbar/mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
/* End */


/* Start:/local/templates/other/fancybox/jquery.fancybox.css?14557002784381*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,.fancybox-prev span, .fancybox-next span {
background-image: url('/local/templates/other/fancybox/fancybox_sprite1.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/other/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 9px;
	right: 7px;
	width: 54px;
	height: 12px;
	cursor: pointer;
	z-index: 8040;
	background:url("/local/templates/other/fancybox/close.png") center center no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/other/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:#000;
	background: -moz-radial-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    background: -webkit-gradient(radial, center center, 0, center center, 100%, 
                color-stop(0%,#000), color-stop(100%,#000)); /* Chrome, Safari4+ */
    background: -webkit-radial-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /* Chrome 10+, Safari 5.1+ */
    background: -o-radial-gradient(50% 50%,rgba(0,0,0,0),rgba(0,0,0,1)); /* Opera 12 */
    background: -ms-radial-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /* IE10 */
    background: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /* CSS3 */
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/other/components/elcore/main.feedback/callback/style.css?1456336063292*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/sections/style.css?1612029313952*/
div.blue-tabs-menu
{
	float:left;
	width:100%;
	background:#BBD9EE;
	font-size:93%;
	line-height:normal;
}

div.blue-tabs-menu ul
{
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

div.blue-tabs-menu li
{
	display:inline;
	margin:0;
	padding:0;
}

div.blue-tabs-menu a
{
	float:left;
	background:url("/bitrix/templates/.default/components/bitrix/menu/sections/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-top:0.2em;
}

div.blue-tabs-menu a nobr
{
	float:left;
	display:block;
	background:url("/bitrix/templates/.default/components/bitrix/menu/sections/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	white-space:nowrap;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.blue-tabs-menu a nobr {float:none;}
/* End IE5-Mac hack */

div.blue-tabs-menu a:hover nobr
{
	color:#FF9834;
}

div.blue-tabs-menu a:hover
{
	background-position:0% -42px;
}

div.blue-tabs-menu a:hover nobr
{
	background-position:100% -42px;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/other/components/bitrix/menu/top_navigation/style.css?1455700279952*/
div.blue-tabs-menu
{
	float:left;
	width:100%;
	background:#BBD9EE;
	font-size:93%;
	line-height:normal;
}

div.blue-tabs-menu ul
{
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

div.blue-tabs-menu li
{
	display:inline;
	margin:0;
	padding:0;
}

div.blue-tabs-menu a
{
	float:left;
	background:url("/local/templates/other/components/bitrix/menu/top_navigation/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-top:0.2em;
}

div.blue-tabs-menu a nobr
{
	float:left;
	display:block;
	background:url("/local/templates/other/components/bitrix/menu/top_navigation/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	white-space:nowrap;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.blue-tabs-menu a nobr {float:none;}
/* End IE5-Mac hack */

div.blue-tabs-menu a:hover nobr
{
	color:#FF9834;
}

div.blue-tabs-menu a:hover
{
	background-position:0% -42px;
}

div.blue-tabs-menu a:hover nobr
{
	background-position:100% -42px;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/other/components/bitrix/search.title/search_form/style.css?14557002782175*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/other/components/bitrix/search.title/search_form/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/local/templates/other/components/bitrix/breadcrumb/breadcrumbs/style.css?1612194422371*/
.bx-breadcrumb {
	margin: 0 0 15px 0;
	font-size:12px;
	font-weight:300;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	margin:0 3px 0 0;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	color:#353535;
}
.bx-breadcrumb .bx-breadcrumb-item a span{
	color:#ff583d;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;text-decoration:none;}

/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.css?17708088664934*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		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; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 140px }
	.block-store-catalog-list .bx-basket-fixed.left { left: 30px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 140px }
	.block-store-catalog-list .bx-basket-fixed.left { left: 30px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		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; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.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 .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/other/styles.css?167586477020837*/
.discount{padding:20px 0 20px 0;list-style:none;width:1175px}.discount:after{clear:both;display:block;content:''}.discount li{float:left;display:block;margin:0;border-bottom:4px solid #ff583d;min-height:230px;font-weight:400}.discount li:first-child{margin:0 130px 0 0}.discount li:last-child{float:right}.discount li .num{margin:0}.discount li .num div.count{font-size:170px;font-weight:500;height:140px;line-height:140px;display:block}.discount li .num div.txt{font-size:36px;height:36px;line-height:36px;padding:0 0 0 15px}.discount li .text{font-size:16px;text-align:left;padding:0 15px 0 15px}.orange{background:#ff583d;color:#fff;width:1135px;padding:20px;margin:10px 0 0 0;font-size:20px}@media screen and (max-width: 1269px){.discount{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.discount li:first-child{margin:0}.orange{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width: 1023px){.discount li{min-height:190px}.discount li .num div.count{font-size:100px;height:100px;line-height:100px}}@media screen and (max-width: 767px){.discount{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.discount li{min-height:auto;padding:10px 0}.discount li .num{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.discount li .num div.count{font-size:30px;height:30px;line-height:30px;margin-right:10px}.discount li .num div.txt{padding:0;font-size:25px;height:25px;line-height:25px}.discount li .text{padding:0}}.element_detail{position:relative}.element_detail:after{clear:both;display:block;content:''}.element_detail .back_url{position:absolute;right:0;top:-44px;width:125px;height:26px;line-height:25px;display:block;text-decoration:none;color:#353535;border:1px solid #ff583d;background:url("/local/templates/other/images/back_url.png") no-repeat 5px 7px;padding:0 0 0 30px;font-size:12px}.element_detail .left{width:491px;float:left;position:relative}.element_detail .left .main_photo{width:489px;height:489px;border:1px solid #ededed}.element_detail .left .main_photo a{display:block;width:489px;height:489px;background-repeat:no-repeat;background-position:center center;background-size:contain}.element_detail .left .more_photo{width:490px;border-left:1px solid #ededed}.element_detail .left .more_photo:after{clear:both;display:block;content:''}.element_detail .left .more_photo .photo{float:left;width:97px;height:97px;border-bottom:1px solid #ededed;border-right:1px solid #ededed}.element_detail .left .more_photo .photo a{display:block;width:97px;height:97px;background-repeat:no-repeat;background-position:center center;background-size:contain}.element_detail .left .tags{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;font-size:12px;max-width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.element_detail .left .tags .tag{margin-right:5px;margin-bottom:5px;padding:2px 3px;background:#e8e8e8;border-radius:5px}.element_detail .left .tags .tag a{text-decoration:none;-webkit-transition:border-color .3s, color .3s;-o-transition:border-color .3s, color .3s;transition:border-color .3s, color .3s}.element_detail .left .tags .tag a:hover{border-color:transparent;color:#ff583d}.element_detail .right{width:726px;float:right;font-size:14px;color:#353535}.element_detail .right .price{font-size:26px;font-weight:500;margin:0 0 10px 0;color:#ff583d;border:1px solid #ededed;position:relative;padding:10px;float:left}.element_detail .right .order{font-size:26px;font-weight:500;margin:0 0 10px 50px;color:#fff;border:1px solid #ff583d;background-color:#ff583d;position:relative;padding:10px 10px 10px 50px;display:block;text-decoration:none;float:left;background-image:url("/local/templates/other/images/basket.svg");background-repeat:no-repeat;background-position:10px center;background-size:30px 30px;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.element_detail .right .order:hover{opacity:0.7}.element_detail .right .detail_text{margin:0 0 25px 0;clear:both}.element_detail .right .detail_text .file{margin-top:20px;font-size:20px}.element_detail .right .detail_text .file a{text-decoration:none;border-bottom:1px solid #ff583d;color:#ff583d;-webkit-transition:border-color .5s;-o-transition:border-color .5s;transition:border-color .5s}.element_detail .right .detail_text .file a:hover{border-color:transparent}.element_detail .right .props{clear:both}.element_detail .right .props .text_prop{width:100%;font-size:16px}.element_detail .right .props .text_prop td{padding:5px;vertical-align:top}.element_detail .right .props .text_prop .tt{color:#6d6d6d}@media screen and (max-width: 1269px){.element_detail .left{width:45%}.element_detail .left .main_photo{width:100%;height:400px}.element_detail .left .main_photo a{width:100%;height:100%}.element_detail .right{width:50%}}@media screen and (max-width: 1023px){.element_detail .right .order{margin-left:18px}.element_detail .right .props .text_prop td{padding:0 5px}}@media screen and (max-width: 767px){.element_detail .back_url{display:none}.element_detail .left{float:none;width:100%;margin-bottom:20px}.element_detail .left .main_photo{height:300px}.element_detail .left .more_photo{width:100%}.element_detail .right{float:none;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.element_detail .right .price{font-size:20px}.element_detail .right .order{margin-left:0;margin-bottom:20px;font-size:20px}.element_detail .right .props .text_prop{font-size:14px}.element_detail .right .props .text_prop td:first-child{padding-left:0}.element_detail .right .props .text_prop td:last-child{padding-right:0}}.sidebar{float:left;width:280px}.badge{position:absolute;top:0;right:0;padding:3px 5px;font-size:12px}.badge.instock{background:#178c0f;color:#fff}.badge.outstock{background:#353037;color:#fff}.catalog_area{float:right;width:935px}.catalog-section .description{color:#353535;font-size:12px}.catalog-section .description .more{display:block;cursor:pointer;color:#ff583d;font-size:12px;padding:5px 0 0 0}.catalog-section .description .more span{border-bottom:1px dashed #ff583d;display:block;float:left}.catalog-section .description:after{clear:both;display:block;content:''}.catalog-section .description ul{margin:1em 0 1em 1em;padding:0 0 0 1em}.catalog-section .elements{margin:30px 0 0 0}.catalog-section .elements:after{clear:both;display:block;content:''}.catalog-section .elements .element{display:block;float:left;width:232px;height:313px;border-right:1px solid #ededed;border-bottom:1px solid #ededed;position:relative}.catalog-section .elements .element:nth-child(4n+1){border-left:1px solid #ededed}.catalog-section .elements .element:nth-child(1),.catalog-section .elements .element:nth-child(2),.catalog-section .elements .element:nth-child(3),.catalog-section .elements .element:nth-child(4){border-top:1px solid #ededed}.catalog-section .elements .element .img{background-repeat:no-repeat;background-position:center center;background-size:contain;height:190px;display:block;width:232px;margin:0 auto;max-width:100%}.catalog-section .elements .element .name{margin:20px auto 0 auto;width:220px;font-weight:500;font-size:14px;color:#353535;text-decoration:none;display:block;height:60px;overflow:hidden}.catalog-section .elements .element .price{font-size:22px;font-weight:500;margin:0 10px;color:#ff583d;text-align:center}.catalog-section.tags .elements .element:nth-child(4n+1){border-left:none}.catalog-section.tags .elements .element:nth-child(5n+1){border-left:1px solid #ededed}.catalog-section.tags .elements .element:nth-child(5){border-top:1px solid #ededed}@media screen and (max-width: 1269px){#filtres_show_btn{display:inline-block;width:172px;height:32px;line-height:32px;border:1px solid #dcdcdc;text-align:center;color:#333333;font-size:14px;cursor:pointer}.filter_bg{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;z-index:49}.sidebar{position:fixed;display:block;z-index:50;background:#fff;left:0;top:0;height:100%;overflow:hidden;overflow-Y:auto;width:auto;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.sidebar.show{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sidebar .filter{border:none}.sidebar .filter .bx-filter-parameters-box .checkbox{margin:15px 0 15px 0}.sidebar .filter .bx-filter-popup-result{position:relative;left:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.sidebar .filter .bx-filter-popup-result:after{display:none}.sidebar .filter>.title{line-height:58px;height:58px;font-size:20px;text-align:left;padding-left:10px;font-weight:bold;position:relative}.sidebar .filter>.title .close{width:20px;height:20px;cursor:pointer;position:absolute;right:10px;top:50%;margin-top:-10px}.sidebar .filter>.title .close:before,.sidebar .filter>.title .close:after{position:absolute;left:50%;top:50%;content:' ';height:22px;width:2px;background-color:#000}.sidebar .filter>.title .close:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.sidebar .filter>.title .close:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.catalog_area{float:none;width:100%}.catalog-section .elements .element{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width: 1023px){.catalog-section .elements .element{width:33.333%}}@media screen and (max-width: 767px){.catalog-section .elements .element{width:100%;border-left:1px solid #ededed}.catalog-section .elements .element:nth-child(2),.catalog-section .elements .element:nth-child(3),.catalog-section .elements .element:nth-child(4){border-top:none}}.soput_items{margin:60px 0 0 0}.soput_items .title{font-weight:500;font-size:30px;color:#353535;text-transform:uppercase}.soput_items .elements{margin:15px 0 0 0;width:100%;height:350px;overflow:hidden;position:relative;background:#fff}.soput_items .elements:after{clear:both;content:'';display:block}.soput_items .elements .element{width:244px;height:313px;float:left;border-top:1px solid #ededed;border-right:1px solid #ededed;border-bottom:1px solid #ededed;background-position:center center;background-repeat:no-repeat;background-size:contain;position:relative}.soput_items .elements .element .img{background-repeat:no-repeat;background-position:center center;background-size:contain;height:190px;display:block;width:244px}.soput_items .elements .element .name{margin:20px auto 0 auto;width:220px;font-weight:500;font-size:14px;color:#353535;text-decoration:none;display:block;height:60px;overflow:hidden}.soput_items .elements .element .price{font-size:26px;font-weight:500;margin:0 10px;color:#ff583d}.soput_items .elements .element:first-child{border-left:1px solid #ededed}@media screen and (max-width: 767px){.soput_items .title{font-size:20px}}.list_sections{list-style:none;margin:0;padding:0;border-left:1px solid #ededed;border-top:1px solid #ededed;display:inline-block}.list_sections:after{clear:both;display:block;content:''}.list_sections li{display:block;float:left;width:244px;height:313px;border-right:1px solid #ededed;border-bottom:1px solid #ededed;padding-top:10px;padding-bottom:10px}.list_sections li .img{background-repeat:no-repeat;background-position:center center;background-size:contain;height:190px;display:block;width:244px;margin:0 auto;max-width:100%}.list_sections li .name{margin:50px auto 0 auto;width:220px;font-weight:500;font-size:16px;color:#000000;text-align:center;text-decoration:none;display:block}@media screen and (max-width: 1023px){.list_sections li{width:33.333%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width: 767px){.list_sections li{width:100%;height:auto}}#map{width:100%;height:550px}.contacts{margin:0 0 25px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contacts .left{width:468px;border:1px solid #ededed;padding:35px 100px 35px 30px}.contacts .left:after{display:block;content:'';clear:both}.contacts .left .retail{float:left;width:180px}.contacts .left .retail .title{font-size:16px;font-weight:500;color:#ff583d;text-transform:uppercase}.contacts .left .retail .location{font-weight:400;font-size:14px;margin:20px 0 0 0}.contacts .left .retail .location div.tt{font-size:16px;font-weight:500}.contacts .left .retail .phone{font-weight:400;font-size:14px;margin:20px 0 0 0}.contacts .left .retail .phone div.tt{font-size:16px;font-weight:500}.contacts .left .retail .worktime{font-weight:400;font-size:14px;margin:20px 0 0 0}.contacts .left .retail .worktime div.tt{font-size:16px;font-weight:500}.contacts .left .wholesale{float:right;width:180px}.contacts .left .wholesale .title{font-size:16px;font-weight:500;color:#ff583d;text-transform:uppercase}.contacts .left .wholesale .location{font-weight:400;font-size:14px;margin:20px 0 0 0}.contacts .left .wholesale .location div.tt{font-size:16px;font-weight:500}.contacts .left .wholesale .phone{font-weight:400;font-size:14px;margin:20px 0 0 0}.contacts .left .wholesale .phone div.tt{font-size:16px;font-weight:500}.contacts .left .wholesale .worktime{font-weight:400;font-size:14px;margin:20px 0 0 0}.contacts .left .wholesale .worktime div.tt{font-size:16px;font-weight:500}.contacts .right{width:538px;border:1px solid #ededed;padding:35px 30px 35px 30px}.contacts .right .contact-form .title{font-weight:500;font-size:16px;text-transform:uppercase;margin:0 0 20px 0}.contacts .right .contact-form .row{margin:8px 0 0 0;font-size:12px}.contacts .right .contact-form .row:after{clear:both;display:block;content:''}.contacts .right .contact-form .row .tt{width:84px;float:left;text-align:right;height:42px;line-height:42px}.contacts .right .contact-form .row .input{width:249px;height:40px;border:1px solid #a1a1a1;padding:0 12px;font-size:14px;display:block;margin:0 0 0 6px;float:left}.contacts .right .contact-form .row textarea{display:block;width:414px;height:104px;border:1px solid #a1a1a1;padding:12px;color:#000;font-size:14px;float:left;margin:0 0 0 6px}.contacts .right .contact-form .submit{background:#ff583d;display:block;width:182px;height:45px;border:none;text-align:center;color:#fff;font-weight:500;cursor:pointer;font-size:16px;text-transform:uppercase;margin:7px 0 0 90px}.map .title{font-weight:500;font-size:16px;text-transform:uppercase;margin:0 0 15px 0}.hide_desktop{display:none}@media screen and (max-width: 1269px){.hide_desktop{display:block}.contacts .left{padding:30px;width:450px}.contacts .right{padding:30px;width:365px}.contacts .right .contact-form .row textarea{width:249px}}@media screen and (max-width: 1023px){.contacts .left{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;border:none}.contacts .left .retail{width:auto;margin-bottom:25px}.contacts .left .retail .location{margin-top:10px}.contacts .left .retail .phone{margin-top:10px}.contacts .left .retail .worktime{margin-top:10px}.contacts .left .wholesale{width:auto}.contacts .left .wholesale .location{margin-top:10px}.contacts .left .wholesale .phone{margin-top:10px}.contacts .left .wholesale .worktime{margin-top:10px}.contacts .right{padding:30px;width:365px}.contacts .right .contact-form .row textarea{width:249px}}@media screen and (max-width: 767px){#map{width:100vw;height:350px;margin-left:-20px}.contacts{-ms-flex-wrap:wrap;flex-wrap:wrap}.contacts .left{width:100%;margin-bottom:40px}.contacts .right{width:100%;border:none;padding:0}.contacts .right .contact-form .title{margin-bottom:0}.contacts .right .contact-form .row .tt{width:100%;float:none;text-align:left}.contacts .right .contact-form .row .input{float:none;margin-left:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.contacts .right .contact-form .row textarea{width:100%;float:none;margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.contacts .right .contact-form .submit{margin:7px 0 0 0}}.partners{margin:30px 0 0 13px;width:935px}.partners .title{font-weight:700;color:#353535;font-size:30px;text-transform:uppercase}.partners .items{margin:15px 0 0 0;width:100%;height:162px;overflow:hidden;position:relative;background:#fff}.partners .items:after{clear:both;content:'';display:block}.partners .items .logobw{width:232px;height:130px;float:left;border-top:1px solid #ededed;border-right:1px solid #ededed;border-bottom:1px solid #ededed;background-position:center center;background-repeat:no-repeat;background-size:contain;position:relative}.partners .items .logobw:hover .logo{opacity:1}.partners .items .logobw:first-child{border-left:1px solid #ededed}.partners .items .logo{position:absolute;left:0;top:0;width:232px;height:130px;opacity:0;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}@media screen and (max-width: 767px){.partners .title{font-size:20px}}.random_items{margin:10px 0 0 13px;width:935px}.random_items .title{font-weight:700;color:#353535;font-size:30px;text-transform:uppercase}.random_items .items{margin:15px 0 0 0;width:933px;height:657px;overflow:hidden;position:relative}.random_items .items:after{content:'';display:block;clear:both}.random_items .items .item{float:left;height:627px;width:232px;border-right:1px solid #ededed;border-top:1px solid #ededed;border-bottom:1px solid #ededed;background:#fff}.random_items .items .item:first-child{border-left:1px solid #ededed}.random_items .items .item .top{height:313px;width:233px;border-bottom:1px solid #ededed;position:relative}.random_items .items .item .bottom{height:313px;width:233px;position:relative}.random_items .items .item .img{background-repeat:no-repeat;background-position:center center;background-size:contain;height:190px;display:block;width:231px}.random_items .items .item .name{margin:20px auto 0 auto;width:210px;font-weight:500;font-size:14px;color:#353535;text-decoration:none;display:block;height:60px;overflow:hidden}.random_items .items .item .price{font-size:22px;font-weight:500;margin:0 10px;color:#ff583d}@media screen and (max-width: 767px){.random_items .title{font-size:20px}.random_items .items{height:358px}.random_items .items .item{display:-webkit-box;display:-ms-flexbox;display:flex;width:464px;height:314px}.random_items .items .item .top{border-right:1px solid #ededed;border-bottom:none}}.slider{width:935px;margin:0 0 0 13px;height:355px;overflow:hidden;position:relative}.slider:after{content:'';display:block;clear:both}.slider .rslides{height:340px;overflow:hidden}.slider .rslides_tabs{float:right;margin:3px 0 0 0;list-style:none;padding:0;position:relative;z-index:2}.slider .rslides_tabs:after{content:'';display:block;clear:both}.slider .rslides_tabs li{display:block;float:left;margin:0 0 0 5px}.slider .rslides_tabs li a{text-indent:100px;display:block;width:10px;height:10px;overflow:hidden;border:#ededed 1px solid;background:#fff}.slider .rslides_tabs li.rslides_here a{background:#353535;border:1px solid #353535}@media screen and (max-width: 1269px){.slider{width:100%;height:auto;margin:0}.slider .rslides_tabs{float:none;margin-top:5px}.slider .rslides_tabs li{margin-left:0;margin-right:5px}.random_items{width:100%;margin-left:0}.random_items .items{width:100%}.partners{width:100%;margin-left:0}}@media screen and (max-width: 767px){.slider .rslides{height:auto}}.search-page .search{border:1px solid #ff583d}.search-page .search form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-page .search .input{border:none;height:30px;background:#fff;line-height:normal;width:100%;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px}.search-page .search .submit{display:block;cursor:pointer;height:30px;min-width:42px;max-width:42px;background:url("/local/templates/other/images/search_btn.png") no-repeat center center;border:none;text-indent:50px;overflow:hidden}
body .sberbank__description{
display:none;
	}
.bx-soa-pp-company {

    z-index: 1;

}

/* End */


/* Start:/local/templates/other/template_styles.css?167586477025234*/
@font-face{font-family:"Roboto";src:url("/local/templates/other/fonts/RobotoMedium.eot");src:url("/local/templates/other/fonts/RobotoMedium.eot?#iefix") format("embedded-opentype"),url("/local/templates/other/fonts/RobotoMedium.woff") format("woff"),url("/local/templates/other/fonts/RobotoMedium.ttf") format("truetype");font-style:normal;font-weight:500}@font-face{font-family:"Roboto";src:url("/local/templates/other/fonts/RobotoLight.eot");src:url("/local/templates/other/fonts/RobotoLight.eot?#iefix") format("embedded-opentype"),url("/local/templates/other/fonts/RobotoLight.woff") format("woff"),url("/local/templates/other/fonts/RobotoLight.ttf") format("truetype");font-style:normal;font-weight:300}@font-face{font-family:"Roboto";src:url("/local/templates/other/fonts/RobotoRegular.eot");src:url("/local/templates/other/fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"),url("/local/templates/other/fonts/RobotoRegular.woff") format("woff"),url("/local/templates/other/fonts/RobotoRegular.ttf") format("truetype");font-style:normal;font-weight:400}@font-face{font-family:"Roboto";src:url("/local/templates/other/fonts/RobotoBold.eot");src:url("/local/templates/other/fonts/RobotoBold.eot?#iefix") format("embedded-opentype"),url("/local/templates/other/fonts/RobotoBold.woff") format("woff"),url("/local/templates/other/fonts/RobotoBold.ttf") format("truetype");font-style:normal;font-weight:700}@font-face{font-family:"Roboto";src:url("/local/templates/other/fonts/RobotoBoldItalic.eot");src:url("/local/templates/other/fonts/RobotoBoldItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/other/fonts/RobotoBoldItalic.woff") format("woff"),url("/local/templates/other/fonts/RobotoBoldItalic.ttf") format("truetype");font-style:italic;font-weight:700}@font-face{font-family:"Roboto";src:url("/local/templates/other/fonts/RobotoItalic.eot");src:url("/local/templates/other/fonts/RobotoItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/other/fonts/RobotoItalic.woff") format("woff"),url("/local/templates/other/fonts/RobotoItalic.ttf") format("truetype");font-style:italic;font-weight:400}.callme-form{background:#fff;width:410px;min-height:226px;padding:35px}.callme-form *{font-family:"Roboto",sans-serif}.callme-form .title{font-weight:500;color:#353535;font-size:18px;text-transform:uppercase;margin:0 0 25px 0;text-align:center}.callme-form .string{margin:0 0 8px 15px;height:42px}.callme-form .string .tt{float:left;height:42px;line-height:42px;text-align:right;width:82px;font-size:14px;color:#353535;margin:0 10px 0 0}.callme-form .string .input{float:left;display:block;width:254px;height:40px;border:1px solid #a1a1a1;padding:0 10px}.callme-form .submit{display:block;margin:22px 0 0 107px;width:182px;height:45px;cursor:pointer;color:#fff;text-align:center;background:#ff583d;font-size:16px;font-weight:500;text-transform:uppercase;border:none}.callme-form .close_btn{width:182px;height:45px;line-height:45px;text-align:center;font-weight:500;cursor:pointer;background:#ededed;margin:30px auto 0 auto}#success_callme{width:360px;height:125px;background:url("/local/templates/other/images/success_callback.jpg") no-repeat 50% 15px #fff;padding:128px 60px 43px 60px;text-align:center;font-size:16px;font-weight:500}#success_callme .close_btn{width:182px;height:45px;line-height:45px;text-align:center;font-weight:500;cursor:pointer;background:#ededed;margin:30px auto 0 auto}#error_callme{width:360px;min-height:100px;background:url("/local/templates/other/images/error.jpg") no-repeat 50% 15px #fff;padding:128px 60px 43px 60px;text-align:center;font-size:16px;font-weight:500}#success{width:360px;height:125px;background:url("/local/templates/other/images/success.jpg") no-repeat 50% 15px #fff;padding:128px 60px 43px 60px;text-align:center;font-size:16px;font-weight:500}#success .close_btn{width:182px;height:45px;line-height:45px;text-align:center;font-weight:500;cursor:pointer;background:#ededed;margin:30px auto 0 auto}#error{width:360px;min-height:125px;background:url("/local/templates/other/images/error.jpg") no-repeat 50% 15px #fff;padding:128px 60px 43px 60px;text-align:center;font-size:16px;font-weight:500}@media screen and (max-width: 767px){#callback{height:100vh;width:100vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff}.callme-form{width:100%;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.callme-form .string{margin-left:0;height:auto}.callme-form .string .tt{width:100%;float:none;text-align:left;height:auto;line-height:normal}.callme-form .string .input{float:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.callme-form .submit{margin:7px 0 0 0}}@media screen and (max-width: 767px){#success_callme{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;padding:120px 0 43px}#success{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;padding:120px 0 43px}#error_callme{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;padding:120px 0 43px}#error{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;padding:120px 0 43px}}*{margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}body{font-size:14px;font-family:"Roboto",sans-serif;color:#353535;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}body.overflow{overflow:hidden;height:100vh}b,strong{font-style:normal;font-weight:700}i,em{font-style:italic;font-weight:normal}b>i,b>em,strong>i,strong>em,i>b,i>strong,em>b,em>strong{font-style:italic;font-weight:700}.wrapper{width:100%;margin:0 auto;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}h1{margin:15px 0 10px 0;color:#353535;font-size:30px;font-weight:500;text-transform:uppercase;padding-right:170px}p{margin:0 0 10px 0}*::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;color:#a5a5a5}*::-moz-placeholder{opacity:1;-moz-transition:opacity 0.3s ease;transition:opacity 0.3s ease;color:#a5a5a5}*:-moz-placeholder{opacity:1;-moz-transition:opacity 0.3s ease;transition:opacity 0.3s ease;color:#a5a5a5}*:-ms-input-placeholder{opacity:1;-ms-transition:opacity 0.3s ease;transition:opacity 0.3s ease;color:#a5a5a5}*:focus::-webkit-input-placeholder{opacity:0;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease}*:focus::-moz-placeholder{opacity:0;-moz-transition:opacity 0.3s ease;transition:opacity 0.3s ease}*:focus:-moz-placeholder{opacity:0;-moz-transition:opacity 0.3s ease;transition:opacity 0.3s ease}*:focus:-ms-input-placeholder{opacity:0;-ms-transition:opacity 0.3s ease;transition:opacity 0.3s ease}input:focus{outline:none}textarea:focus{outline:none}a{color:#353535}.content{padding:0;z-index:2;width:1230px;margin:-25px auto 0 auto}.content *{font-family:"Roboto",sans-serif}.content:after,.content .cont:after{clear:both;display:block;content:''}.content .cont{padding:15px 0 50px 0}.modern-page-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}.more{margin-top:10px}.more span{cursor:pointer;color:#ff583d}.description{margin-top:70px}.catalog-section{margin-top:100px}.catalog-section .elements{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body.main .content .cont{width:948px;float:right}@media screen and (max-width: 1269px){.content{width:984px;margin-top:0}.content img{max-width:100%}body.main .content .cont{width:100%;float:none}}@media screen and (max-width: 1023px){.content{width:728px}h1{font-size:22px}}@media screen and (max-width: 767px){.content{width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}h1{padding-right:0}}.footer{margin:0 auto;width:100%;position:relative;padding:0;background:#353037;z-index:2}.footer *{font-family:"Roboto",sans-serif}.footer .wrap{width:1230px;margin:0 auto;position:relative;padding:15px 0 0 0;height:210px}.footer .wrap:after{clear:both;display:block;content:''}.footer .wrap .retail{float:left;margin:0 0 0 10px}.footer .wrap .retail:after{clear:both;display:block;content:''}.footer .wrap .retail .title{font-weight:500;font-size:16px;text-transform:uppercase;color:#fff;margin:0 0 20px 0}.footer .wrap .retail .left{float:left}.footer .wrap .retail .location{color:#fff;font-weight:400;font-size:14px;margin:0 0 10px 0}.footer .wrap .retail .location div.tt{font-size:16px;color:#ababab}.footer .wrap .retail .phone{color:#fff;font-weight:400;font-size:14px;margin:0 0 10px 0}.footer .wrap .retail .phone div.tt{font-size:16px;color:#ababab}.footer .wrap .retail .worktime{float:right;margin:0 0 0 45px;color:#fff;font-weight:400;font-size:14px}.footer .wrap .retail .worktime div.tt{font-size:16px;color:#ababab}.footer .wrap .wholesale{float:left;margin:0 0 0 186px}.footer .wrap .wholesale:after{clear:both;display:block;content:''}.footer .wrap .wholesale .title{font-weight:500;font-size:16px;text-transform:uppercase;color:#fff;margin:0 0 20px 0}.footer .wrap .wholesale .left{float:left}.footer .wrap .wholesale .location{color:#fff;font-weight:400;font-size:14px;margin:0 0 10px 0}.footer .wrap .wholesale .location div.tt{font-size:16px;color:#ababab}.footer .wrap .wholesale .phone{color:#fff;font-weight:400;font-size:14px;margin:0 0 10px 0}.footer .wrap .wholesale .phone div.tt{font-size:16px;color:#ababab}.footer .wrap .wholesale .worktime{float:right;margin:0 0 0 45px;color:#fff;font-weight:400;font-size:14px}.footer .wrap .wholesale .worktime div.tt{font-size:16px;color:#ababab}.footer .wrap .copyright{clear:both;margin:0 0 0 10px;font-weight:300;font-size:12px;color:#fff;position:absolute;bottom:10px}#elcore{display:block;color:#000;height:30px;width:120px;float:right;text-decoration:none;font-size:10px;background:url("/local/templates/other/images/elcore.png") no-repeat 5px 30% #e7f4fd;padding:5px 0 0 43px;text-transform:uppercase;position:absolute;right:10px;bottom:10px}@media screen and (max-width: 1269px){.footer .wrap{width:984px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer .wrap .retail{margin-left:0}.footer .wrap .wholesale{margin-left:0}.footer .wrap .copyright{margin-left:0}}@media screen and (max-width: 1023px){.footer .wrap{width:728px;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:10px}.footer .wrap .retail{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.footer .wrap .retail .title{width:100%;margin-bottom:10px}.footer .wrap .retail .location{width:255px}.footer .wrap .retail .left{display:-webkit-box;display:-ms-flexbox;display:flex}.footer .wrap .retail .left .phone{margin:0 0 0 25px;width:165px}.footer .wrap .retail .worktime{margin-left:25px}.footer .wrap .wholesale{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.footer .wrap .wholesale .location{width:255px}.footer .wrap .wholesale .title{width:100%;margin-bottom:10px}.footer .wrap .wholesale .left{display:-webkit-box;display:-ms-flexbox;display:flex}.footer .wrap .wholesale .left .phone{margin:0 0 0 25px;width:152px}.footer .wrap .wholesale .worktime{margin-left:25px}.footer .wrap .copyright{position:relative;bottom:0}}@media screen and (max-width: 767px){.footer .wrap{width:100%;padding:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.footer .wrap .retail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.footer .wrap .retail .left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .wrap .retail .left .phone{margin-left:0}.footer .wrap .retail .worktime{margin-left:0;margin-top:10px}.footer .wrap .wholesale{border-top:1px solid #ababab;padding-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .wrap .wholesale .left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .wrap .wholesale .left .phone{margin-left:0}.footer .wrap .wholesale .worktime{margin-left:0;margin-top:10px}#elcore{position:relative;right:auto;bottom:0;float:none;margin-top:10px}}.header{height:125px;width:100%;position:relative;margin:0 auto;background:#353037}.header .inner{width:1230px;margin:0 auto;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .inner .logo{display:block;margin:0 auto 0 6px;width:295px;height:71px;overflow:hidden;position:relative}.header .inner .logo div{font-weight:300;font-size:14px;color:#fff;text-transform:uppercase;position:absolute;top:50px;left:65px}.header .inner .logo img{display:block}.header .inner .phone{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.header .inner .phone .ph{display:block;text-decoration:none;color:#fff;font-weight:500;font-size:26px;height:20px;line-height:19px;overflow:hidden}.header .inner .phone .callback_btn{font-weight:300;font-size:12px;display:block;height:15px;background:url("/local/templates/other/images/callback_btn_ico.png") no-repeat 0 0;line-height:11px;overflow:hidden;color:#fff;margin:15px 0 0 0;text-decoration:none;padding:0 0 0 18px}.header .inner .phone .callback_btn span{border-bottom:1px dashed #fff}.header .inner .worktime{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 48px 0 0;color:#fff;font-size:14px;line-height:18px}.header .inner .worktime div.tt{font-weight:500;font-size:16px;color:#ababab}.header .inner .location{margin:0 48px 0 0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;color:#fff;font-size:14px;line-height:18px}.header .inner .location div.tt{font-weight:500;font-size:16px;color:#ababab}@media screen and (max-width: 1269px){.header{height:100px;z-index:45}.header .inner{width:984px}.header .inner .phone{display:none}.header .inner .worktime{display:none}.header .inner .location{display:none}.header .inner .mobile_btn{width:30px;height:30px;cursor:pointer;background:url("/local/templates/other/images/cat_ico.png") no-repeat center;position:relative}.header .inner .mobile_btn.close{background:none}.header .inner .mobile_btn.close:before,.header .inner .mobile_btn.close:after{position:absolute;left:50%;top:50%;content:' ';height:33px;width:2px;background-color:#fff}.header .inner .mobile_btn.close:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.header .inner .mobile_btn.close:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}}@media screen and (max-width: 1023px){.header{height:70px}.header .inner{width:728px;height:70px}.header .inner .logo{margin-left:0;width:264px;height:60px}.header .inner .logo img{max-width:100%}.header .inner .logo div{top:45px;left:60px;font-size:12px}}@media screen and (max-width: 767px){.header .inner{width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.header .inner .logo{width:160px;height:37px;overflow:initial}.header .inner .logo div{top:25px;left:35px;text-transform:none;white-space:nowrap}}.top_navig{height:50px;position:relative}.top_navig:after{clear:both;display:block;content:''}.top_navig .catalog_section{width:280px;float:left;position:relative}.top_navig .catalog_section .title{height:50px;padding:0 0 0 34px;background:url("/local/templates/other/images/cat_ico.png") no-repeat 243px 20px #ff583d;color:#fff;font-size:16px;line-height:50px;font-weight:700;text-transform:uppercase;cursor:pointer}.top_navig .catalog_section .sections{visibility:hidden;list-style:none;margin:0;padding:10px 0;border-left:1px solid #ededed;border-right:1px solid #ededed;border-bottom:1px solid #ededed;position:absolute;background:#fff;width:100%;top:50px;left:0;z-index:100}.top_navig .catalog_section .sections li{display:table;padding:0 13px 0 19px;height:34px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.top_navig .catalog_section .sections li.parent{background:url("/local/templates/other/images/cat_parent.png") no-repeat 265px center}.top_navig .catalog_section .sections li.parent:hover .submenu{visibility:visible}.top_navig .catalog_section .sections li:hover{background-color:#ededed;-webkit-transition:background-color 500ms ease-in-out;-o-transition:background-color 500ms ease-in-out;transition:background-color 500ms ease-in-out}.top_navig .catalog_section .sections li .name{font-weight:800;font-size:15px;color:#353535;text-decoration:none;cursor:pointer;display:table-cell;vertical-align:middle;min-height:34px}.top_navig .catalog_section .sections li .submenu{visibility:hidden;background:#fff;position:absolute;min-height:100%;left:279px;top:0;border-left:3px solid #ededed;border-top:1px solid #ededed;border-right:1px solid #ededed;border-bottom:1px solid #ededed;z-index:20;padding:10px 24px;white-space:nowrap}.top_navig .catalog_section .sections li .submenu:after{clear:both;display:block;content:''}.top_navig .catalog_section .sections li .submenu .items{margin:0 0 0 50px;float:left}.top_navig .catalog_section .sections li .submenu .items:first-child{margin:0}.top_navig .catalog_section .sections li .submenu .items a{display:block;height:24px;line-height:24px;padding:0 15px;white-space:nowrap;font-weight:400;color:#353535;font-size:15px;text-decoration:none;text-transform:initial}.top_navig .catalog_section .sections li .submenu .items a:hover{background:#ededed}.top_navig .catalog_section:hover .sections{visibility:visible}.top_navig .nav{float:right;width:948px;height:50px;background:#ff583d}.top_navig .nav:after{clear:both;display:block;content:''}.top_navig .nav ul{display:block;list-style:none;margin:0;padding:0;height:50px;width:601px;float:left}.top_navig .nav ul:after{clear:both;display:block;content:''}.top_navig .nav ul li{float:left;height:50px;line-height:50px;padding:0 15px;margin:0}.top_navig .nav ul li.current{background:#fff;-webkit-transition:background-color 500ms ease-in-out;-o-transition:background-color 500ms ease-in-out;transition:background-color 500ms ease-in-out}.top_navig .nav ul li.current a{color:#000;-webkit-transition:color 500ms ease-in-out;-o-transition:color 500ms ease-in-out;transition:color 500ms ease-in-out}.top_navig .nav ul li:hover{background:#fff;-webkit-transition:background-color 500ms ease-in-out;-o-transition:background-color 500ms ease-in-out;transition:background-color 500ms ease-in-out}.top_navig .nav ul li:hover a{color:#000;-webkit-transition:color 500ms ease-in-out;-o-transition:color 500ms ease-in-out;transition:color 500ms ease-in-out}.top_navig .nav ul li a{color:#fff;font-weight:400;font-size:16px;text-decoration:none}.top_navig .nav .search{float:right;width:332px;height:34px;background:#fff;margin:6px 7px 0 0;padding:4px 0 0 8px}.top_navig .nav .search .form_search{display:block}.top_navig .nav .search .form_search:after{clear:both;display:block;content:''}.top_navig .nav .search .input{border:none;height:30px;background:#fff;line-height:normal;width:282px;display:block;float:left}.top_navig .nav .search .submit{display:block;float:right;cursor:pointer;height:30px;width:42px;background:url("/local/templates/other/images/search_btn.svg") no-repeat center center;background-size:20px 20px;border:none;text-indent:50px;overflow:hidden}body.main .top_navig .catalog_section .sections{visibility:visible}@media screen and (max-width: 1269px){.top_navig{display:none;position:fixed;z-index:10;top:0;left:0;width:100%;height:100%;overflow:auto;background:#fff;padding-top:158px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:20px;padding-right:20px;padding-bottom:20px;font-size:18px}.top_navig .catalog_section{float:none;width:100%;margin-bottom:20px}.top_navig .catalog_section .title{width:100%;background:none;color:#353535;height:auto;line-height:normal;padding:0;text-transform:none;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-bottom:10px}.top_navig .catalog_section .title:after{content:'';display:block;background:url("/local/templates/other/images/mobile_catalog.svg") no-repeat center;width:24px;height:24px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.top_navig .catalog_section .title.open:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.top_navig .catalog_section .sections{position:relative;top:0;border:none;visibility:visible;display:none;padding:0;padding-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.top_navig .catalog_section .sections li{margin-bottom:15px;display:block;padding:0;height:auto}.top_navig .catalog_section .sections li:last-child{margin-bottom:0}.top_navig .catalog_section .sections li .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:auto;text-transform:none;font-size:16px}.top_navig .catalog_section .sections li.parent{background:none}.top_navig .catalog_section .sections li.parent .name{margin-bottom:10px}.top_navig .catalog_section .sections li.parent .name:after{content:'';display:block;width:5px;height:8px;background:url("/local/templates/other/images/cat_parent.png") no-repeat center;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin-left:5px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.top_navig .catalog_section .sections li.parent.open .name:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.top_navig .catalog_section .sections li .submenu{display:none;visibility:visible;left:0;position:relative;border:none;padding:0;min-height:auto;padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.top_navig .catalog_section .sections li .submenu .items{float:none;margin:0}.top_navig .catalog_section .sections li .submenu .items a{height:auto;line-height:normal;padding:0;margin-bottom:10px;font-size:14px;white-space:normal}.top_navig .nav{float:none;width:100%;height:auto;background:none}.top_navig .nav ul{float:none;width:100%;height:auto}.top_navig .nav ul li{float:none;height:auto;line-height:normal;padding:0;margin-bottom:20px}.top_navig .nav ul li a{color:#353535;font-size:18px}.top_navig .nav ul li.current a{color:#353535;border-bottom:1px solid #ff583d}.top_navig .nav .search{float:none;width:100%;margin:0;position:absolute;top:110px;left:0;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.top_navig .nav .search .form_search{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #ff583d}.top_navig .nav .search .input{width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width: 1023px){.top_navig{padding-top:128px}.top_navig .nav .search{top:80px}}@media screen and (max-width: 767px){.top_navig .catalog_section .sections li.parent .name{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}

.title-hidden {
display: none;
}
.custom-btn-buy {
	font-size: 26px;
    font-weight: 500;
    margin: 0 0 10px 20px;
    color: #fff;
    border: 1px solid #ff583d;
    background-color: #ff583d;
    position: relative;
    padding: 10px 10px 10px 50px;
    display: block;
    text-decoration: none;
    float: left;
    background-image: url(/local/templates/other/images/basket.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px 30px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
	cursor: pointer;
}
.korzina{
	width: 60px;
    height: 60px;
    z-index: 998;
    bottom: 130px;
    position: fixed;
    right: 56px;
    border-radius: 50%;
    background: #ffded8;
}
.korzina .korz-bl{
width: 50px;
    margin: 5px;
    height: 50px;
    border-radius: 50%;
    background: #ff583d;
}
.korzina .korz-bl svg{
    color: #f7f7f7;
    width: 28px;
    /* z-index: 99999; */
    margin: -1px 10px;
    height: 100%;
}
.count a, .count span{

display:none;
}
.count {
      position: relative;
    padding-top: 2px;
    padding-left: 1px;
    margin-left: -74px;
    top: -38px;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    white-space: inherit;
    width: 70px;
    border-radius: 5px;
    height: 19px;
    background: #ff583d;
	}
.bx-basket-block {
    padding-left: 2px;

}
.sale_order_full_table .ps_logo img{
	height: 100px;
}
.element_detail .right .order {
    margin: 0 0 10px 20px;
	}
.sberbank__footer{
display:none;
	}

.bx-soa-pp-list,
.bx-soa-pp-price{
    display: none;
}

@media only screen and (max-width: 768px) {
.korzina .count {
margin-left: 66px;
 
}
.korzina {
        bottom: 50px;
    right: 0;
    left: 10px;
}

}

.bx-soa-pp-company {

    z-index: 1;

}
/* End */
/* /local/templates/other/scrollbar/jquery.mCustomScrollbar.css?14562977654614 */
/* /local/templates/other/fancybox/jquery.fancybox.css?14557002784381 */
/* /local/templates/other/components/elcore/main.feedback/callback/style.css?1456336063292 */
/* /bitrix/templates/.default/components/bitrix/menu/sections/style.css?1612029313952 */
/* /local/templates/other/components/bitrix/menu/top_navigation/style.css?1455700279952 */
/* /local/templates/other/components/bitrix/search.title/search_form/style.css?14557002782175 */
/* /local/templates/other/components/bitrix/breadcrumb/breadcrumbs/style.css?1612194422371 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.css?17708088664934 */
/* /local/templates/other/styles.css?167586477020837 */
/* /local/templates/other/template_styles.css?167586477025234 */
