

/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1532252694420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/youstore_/css/jquery.ui.slider.css?15322526941314*/
/*!
 * jQuery UI Slider 1.10.1
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* End */


/* Start:/bitrix/templates/youstore_/css/jquery.formstyler.css?15322526947683*/
.jq-checkbox {
	position: relative;
	top: -1px;
	width: 20px;
	height: 20px;
	background: url(/bitrix/templates/youstore_/css/../images/bg-check.png) no-repeat;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 5px 0 0;
}
.jq-checkbox.checked {
	background: url(/bitrix/templates/youstore_/css/../images/bg-check.png) no-repeat 0 -30px;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
   /* background: url(/bitrix/templates/youstore_/css/../images/bg-check.png) no-repeat 0 100%;*/
}

.jq-checkbox.disabled +label{  opacity: 0.55;}

.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked div {
	display: block;
	width: 6px;
	height: 6px;
	overflow: hidden;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
}
.jq-file.focused {
	border: 1px solid #5794BF;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	width: 170px;
	padding: 7px 10px 6px;
	border: none;
	background: none;
	color: #333;
	font: 14px Arial, Tahoma, sans-serif;
}
.jq-file__browse {
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, Tahoma, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: top;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 40px;
	padding: 0 30px 0 10px;
	border: 1px solid #efefef;
	color: #a3a2a2;
	font: 14px/40px Arial, Tahoma, sans-serif;
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	background: url(/bitrix/templates/youstore_/css/../images/bg-select-arrows.png) no-repeat 50%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
}
.jq-selectbox__dropdown {
	top: 41px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #C6CBD0;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, Tahoma, sans-serif;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


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


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, Tahoma, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, Tahoma, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
/* End */


/* Start:/bitrix/templates/youstore_/css/jquery.mCustomScrollbar.css?153225269414971*/
/* 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:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	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:16px;
	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:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.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: #e6e6e6;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #d8321b;
	opacity: 0.75;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background: #d8321b;
	opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background: #d8321b;
    opacity: 1;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(/bitrix/templates/youstore_/css/../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 */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}

/* custom styling */
/* content_1 scrollbar */
.content_1>.mCustomScrollBox>.mCSB_scrollTools{
	height:96%;
	top:2%;
}
/* content_2 scrollbar */
.content_2 .mCSB_scrollTools .mCSB_draggerRail{
	width:6px;
	box-shadow:1px 1px 1px rgba(255,255,255,0.1);
}
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:rgba(255,255,255,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.5);
	filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.6);
	filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */
}
/* content_3 scrollbar */
.content_3>.mCustomScrollBox>.mCSB_scrollTools{
	height:94%;
	top:3%;
}
.content_3 .mCSB_scrollTools .mCSB_draggerRail{
	width:0;
	border-right:1px dashed #09C;
}
.content_3 .mCSB_scrollTools .mCSB_dragger{
	height:11px;
}
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:11px;
	background:#09C;
}
/* content_4 scrollbar */
.content_4>.mCustomScrollBox>.mCSB_scrollTools{
	height:94%;
	top:3%;
}
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:8px;
	background:#d0b9a0;
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}
.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:#dfcdb9;
}
.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.5);
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}
/* content_5 scrollbar */
.content_5>.mCustomScrollBox>.mCSB_scrollTools{
	width: 98%;
	margin: 0 1%;
}
/* content_6 scrollbar */
.content_6>.mCustomScrollBox>.mCSB_scrollTools{
	width:88%;
	margin: 0 6%;
}
/* content_8 scrollbar */
.content_8 .mCSB_scrollTools .mCSB_draggerRail{
	width:0px;
	border-left:1px solid rgba(0,0,0,0.8);
	border-right:1px solid rgba(255,255,255,0.2);
}
/* End */


/* Start:/bitrix/templates/youstore_/css/all_new.css?1570080725226604*/
/* preselected colors (toolbar buttons ) */
.nicescroll-rails {
  z-index: 9999 !important;
}
/*____________________________*/
/* MAIN COLOR THEMES */
/* - color 1 (red) - */
/* - color 2 (orange) - */
/* - color 3 (yellow) - */
/* - color 4 (violet) - */
/* - color 5 (green) - */
/* - color 6 (blue) - */
/* - color 7 (cyan) - */
/*____________________________*/
/* default colors */
html,
body {
  min-width: 1246px;
  height: 100%;
}
/* CSS RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0;
  color: #010101;
  font: 13px/18px 'Ubuntu', Arial, Helvetica, sans-serif;
  background: #fff;
}
img {
  border-style: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: #235488;
}
a:hover {
  color: #235488;
  text-decoration: underline;
}
input,
textarea,
select {
  font: 100% 'Ubuntu', Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
/* advent tweak bar */
.tweak-bar {
  position: fixed;
  z-index: 9999;
  right: -150px;
  top: 220px;
  transition: 1s;
}
.tweak-bar:hover {
  right: 0;
}
.tweak-bar .tweak-btn {
  float: left;
  background: #ffffff url(/bitrix/templates/youstore_/css/../images/bg-advent-gear.png) no-repeat 50%;
  width: 44px;
  height: 44px;
  border: 1px solid #e7e6e6;
  text-indent: -9999px;
  overflow: hidden;
  border-right: 0;
  margin: 0 -1px 0 0;
  position: relative;
}
.tweak-bar .tweak-box {
  background: #fff;
  padding: 11px;
  float: left;
  border: 1px solid #e7e6e6;
  border-right: 0;
}
.tweak-bar .resolution-buttons {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid #faf9f9;
  width: 100%;
  text-align: center;
  float: none;
}
.tweak-bar .resolution-buttons li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.tweak-bar .resolution-buttons li a {
  background-image: url(/bitrix/templates/youstore_/css/../images/bg-advent-icons2.png);
}
.tweak-bar .colors {
  width: 142px;
  margin: -15px 0 0 -15px;
  overflow: hidden;
}
.tweak-bar .colors li {
  float: left;
  margin: 15px 0 0 15px;
}
.tweak-bar .colors li a {
  float: left;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}
.tweak-bar .color-1 {
  background: #235488;
}
.tweak-bar .color-2 {
  background: #eb642d;
}
.tweak-bar .color-3 {
  background: #f49e3a;
}
.tweak-bar .color-4 {
  background: #634494;
}
.tweak-bar .color-5 {
  background: #4f9c63;
}
.tweak-bar .color-6 {
  background: #436daf;
}
.tweak-bar .color-7 {
  background: #26afae;
}
.tweak-bar .btn-save {
  box-sizing: border-box;
  padding: 3px 5px;
  font-size: 11px;
  background: white;
  display: block;
  width: 100%;
  border: 1px solid #bbb;
  color: #aaa;
  text-align: center;
  margin: 10px 0 0;
}
.tweak-bar .btn-save:hover {
  border-color: #888;
  color: #888;
  text-decoration: none;
}
.outer-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.wrapper-frame {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrapper-inner {
  z-index: 3;
  position: relative;
  background: #fff;
}
#wrapper {
  width: 100%;
  overflow: hidden;
  /*padding: 0 0 393px;*/
  /*min-height: 100%;*/
}
.top-box {
  background: #222c38;
  font-size: 14px;
  border-bottom: 1px solid #c7c5c5;
}
.top-box a {
  color: #fff; /* #bcbcbb */
}
.top-box a:hover {
  text-decoration: none;
  color: #fff;
}
.container {
  position: relative;
  width: 1246px;
  margin: 0 auto;
}
.container:after {
  content: "";
  clear: both;
  display: block;
}
.socials {
  position: absolute;
  left: 0;
  top: 0;
}
.socials li {
  float: left;
  margin: 0 1px 0 0;
}
.socials li a {
  float: left;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials-last.png) no-repeat;
}
.socials li .vk {
  background-position: 0 0;
}
.socials li .vk:hover {
  background-position: 0 -31px;
}
.socials li .facebook {
  background-position: -32px 0;
}
.socials li .facebook:hover {
  background-position: -32px -31px;
}
.socials li .twitter {
  background-position: -63px 0;
}
.socials li .twitter:hover {
  background-position: -63px -31px;
}
.socials li .google {
  background-position: -94px 0;
}
.socials li .google:hover {
  background-position: -94px -31px;
}
.top-nav {
  width: 880px;
  margin: 0 auto;
  text-align: center;
  height: 28px;
}
.top-nav:after {
  content: "";
  display: block;
  clear: both;
}
.top-nav .items {
  display: inline-block;
  white-space: nowrap;
  margin: 0 15px 0 -35px;
}
.top-nav ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 27px;
  position: relative;
  padding: 0 0 5px;
}
.top-nav ul > li a {
  float: left;
  padding: 0 10px 1px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.top-nav ul > li:hover > a,
.top-nav ul > li.active a {
  background: #4f4f4f;
  color: #fff;
}
.top-nav .more-link {
  position: relative;
  display: inline-block;
  padding: 0 0 5px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.top-nav .more-link > .link {
  padding: 0 10px 1px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 27px;
}
.top-nav .more-link:hover > .link {
  color: #fff;
  background: #4f4f4f;
}
.top-nav .more-link:hover .sub {
  display: block;
}
.top-nav .sub {
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  border: 1px solid #e7e7e6;
  border-width: 0 1px 1px;
  background: #fff;
  z-index: 9999;
  text-align: left;
  width: 180px;
}
.top-nav .sub li {
  font-size: 13px;
  line-height: 18px;
  float: none;
  display: block;
  padding: 0;
  margin: 0;
}
.top-nav .sub li a {
  float: none;
  color: #727577;
  display: block;
  padding: 8px 15px;
}
.top-nav .sub li a:hover {
  background: #e7e7e6;
  color: #727577;
  text-decoration: none;
}
.account-menu {
  top: 0;
  right: 0;
  position: absolute;
}
.account-menu .account-link {
  float: left;
  color: #fff;
  padding: 0 20px 1px 42px;
  font-size: 14px;
  line-height: 27px;
  background: #235488 url(/bitrix/templates/youstore_/css/../images/ico-account.png) no-repeat 20px 50%;
}
.account-menu:hover .account-drop {
  opacity: 1;
  z-index: 5;
}
.account-drop {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  width: 148px;
  background: #235488;
  padding: 10px 5px 12px 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 28px;
}
.account-drop li:first-child {
  margin: 0;
}
.account-drop li {
  width: 100%;
  overflow: hidden;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 14px;
}
.account-drop a {
  color: #fff;
  float: left;
  padding: 0 0 2px;
  border-bottom: 1px dashed #fff;
}
.account-drop a:hover {
  border: 0;
  padding: 0 0 3px;
  text-decoration: none;
}
.header-container {
  margin: 5px auto;
}
#logo {
  float: left;
  width: 121px;
  height: 82px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/bitrix/templates/youstore_/css/../images/logo.png) no-repeat;
  margin: 0 40px 0 0;
}
#logo a {
  height: 100%;
  display: block;
}
.top-search {
  float: left;
  border: 1px solid #d1d1d1;
  padding: 10px;
  position: relative;
  margin-top:16px;
}
.top-search:after {
  content: "";
  display: block;
  clear: both;
}
.parent-focus .search-drop {
  display: block;
}
.search-drop {
  display: none;
  width: 486px;
  position: absolute;
  left: -1px;
  top: 39px;
  background: #fff;
  z-index: 1001;
  border: 1px solid #d1d1d1;
}
.search-drop li {
  width: 100%;
  overflow: hidden;
  font-weight: 300;
}
.search-drop li a {
  padding: 8px 13px;
  display: block;
  overflow: hidden;
}
.search-drop li a.gray {
  background: #fbfbfb;
}
.search-drop .image {
  float: left;
  height: 24px;
  margin: 0 10px 0 0;
}
.search-drop .image img {
  height: 24px;
  max-width: 24px;
  vertical-align: top;
}
.search-drop .text-left {
  float: left;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 24px;
  width: 347px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.search-drop .text-left .bg {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient11.png) no-repeat;
  width: 45px;
  height: 32px;
}
.search-drop .text-right {
  float: right;
  font-size: 16px;
  line-height: 24px;
}
.top-search .text {
  float: left;
  border: 0;
  outline: none;
  background: none;
  padding: 2px;
  color: #929293;
  font-size: 13px;
  width: 294px;
}
.top-search .submit {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-search.png) no-repeat;
}
.top-info {
  float: right;
  font-size: 14px;
  padding-top:16px;
}
.top-info .box:first-child {
  margin: 0;
  padding: 0;
}
.top-info .box {
  float: left;
  margin: 0 0 0 40px;
  color: #444;
  padding: 0 0 0 40px;
}
.top-info .clock {
  background: url(/bitrix/templates/youstore_/css/../images/ico-watch.png) no-repeat 0 50%;
}
.top-info .location {
  background: url(/bitrix/templates/youstore_/css/../images/ico-location.png) no-repeat 0 50%;
}
.top-info .phone {
  font-size: 19px;
  font-weight: bold;
  display: block;
  padding: 0 0 2px;
}
.top-info p span {
  color: #646463;
}
.top-info .callback {
  display: inline-block;
  padding: 0 0 1px;
  border-bottom: 1px dashed #235488;
  color:#235488;
}
.top-info .callback:hover {
  border: 0;
  text-decoration: none;
}
.nav-holder {
  top: 0 !important;
  position: relative;
  z-index: 101;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  background: url(/bitrix/templates/youstore_/css/../images/bg-drop.png);
}
.nav-frame {
  width: 1246px;
  margin: 0 auto;
  height: 18px;
  padding: 10px 0;
  position: relative;
}
.nav-frame:after,
.nav-holder:after {
  clear: both;
  display: block;
  content: "";
}
#nav,
.nav {
  float: left;
  position: relative;
  height: 18px;
}
#nav > li,
.nav > li {
  float: left;
  margin: 0 25px 0 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.nav > li {
  position: static;
}
#nav > li > a,
.nav > li > a {
  float: left;
  color: #5f5f5e;
  padding: 0 18px 32px 0;
}
li > .hasDrop {
  background: url(/bitrix/templates/youstore_/css/../images/bg-drop-arrow.png) 100% 6px no-repeat;
}
#nav > li:hover > a,
.nav > li:hover > a {
  color: #235488;
  text-decoration: none;
}
.nav-frame .drop,
.nav .drop {
  display: none;
  position: absolute;
  left: -40px;
  top: 30px;
  width: 930px;
  padding: 20px;
  background: #fff;
}
#nav > li:last-child .drop,
.nav > li:last-child .drop {
  right: -56px;
  left: auto;
}
.nav-frame .drop .columns {
  float: left;
}
.nav-frame .drop .columns .col:first-child {
  margin: 0;
}
.nav-frame .drop .columns .col {
  float: left;
  width: 160px;
  margin: 0 0 0 10px;
}
.nav-frame .drop .columns .col-title {
  display: inline-block;
  margin: 0 0 17px;
  font-size: 17px;
  font-weight: 400;
  color: #575656;
  padding: 0 20px 0 0;
}
.nav-frame .drop .columns .col-title.hasDrop {
  background: url(/bitrix/templates/youstore_/css/../images/bg-drop-arrow.png) no-repeat 100% 8px;
}
.nav-frame .drop .columns .sub-menu {
  width: 100%;
  overflow: hidden;
}
.nav-frame .drop .columns .sub-menu li {
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 14px;
}
.nav-frame .drop .columns .sub-menu li a {
  color: #757575;
}
.nav-frame .drop .columns .sub-menu li a:hover {
  color: #235488;
  text-decoration: none;
}
.nav-frame .drop-img {
  float: right;
  position: relative;
  display: none;
  /* !!! */
}
.nav-frame .drop-img img {
  vertical-align: top;
}
.nav-frame .drop-img .text-frame {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  background: rgba(234, 84, 63, 0.75);
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
.nav-holder .discount-link {
  float: left;
  font-size: 16px;
  font-weight: 500;
  /*margin: 0 0 0 27px;*/
  color: #5f5f5e;
  padding: 0 0 0 22px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-star.png) no-repeat 0 50%;
}
.nav-holder .discount-link:hover {
  text-decoration: none;
  color: #235488;
}
.points-holder {
  float: left;
  margin: 0 0 -20px;
}
.nav-holder .points {
  float: left;
  background: url(/bitrix/templates/youstore_/css/../images/ico-points.png) no-repeat 0 11px;
  width: 17px;
  height: 16px;
  cursor: pointer;
  padding: 0 0 40px;
}
.points-holder:hover .points {
  background: url(/bitrix/templates/youstore_/css/../images/bg-points-hover.png) no-repeat 0 11px;
}
.points-holder:hover .add-menu {
  opacity: 1;
  display: block;
}
.add-menu {
  display: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 0;
  z-index: 9999;
  position: absolute;
  top: 69px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-transparent95.png), url(/bitrix/templates/youstore_/css/../images/bg-transparent95.png);
  padding: 0 0 0 32px;
}
.add-menu .drop {
  top: 36px;
  left: auto;
  right: 0;
}
.add-menu .nav-frame {
  width: auto;
  margin: 0;
  float: left;
  padding: 18px 0;
}
.mini-cart-holder {
  position: absolute;
  top: -5px;
  right: 0;
}
.nav-frame .mini-cart {
  display: block;
  background: url(/bitrix/templates/youstore_/css/../images/bg-minicart.png) no-repeat;
  width: 56px;
  height: 40px;
  outline: none;
  overflow: hidden;
  padding: 0 0 20px;
}
.nav-frame .mini-cart span {
  font-size: 12px;
  width: 20px;
  line-height: 20px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 0;
  color: #6e6e6d;
}
.mini-cart-holder:hover .mini-cart {
  background: url(/bitrix/templates/youstore_/css/../images/bg-minicart-hover.png) no-repeat;
}
.mini-cart-holder:hover .cart-popup {
  opacity: 1;
  display: block;
}
.cart-popup {
  opacity: 0;
  display: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  position: absolute;
  top: 57px;
  right: 0;
  width: 490px;
  padding: 18px 18px;
  z-index: 22;
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 0;
}
.minicart-table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
}
.minicart-table td {
  padding: 15px 5px;
  border-bottom: 1px dotted #eaeaea;
  font-weight: 300;
}
.minicart-table .image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.minicart-table p {
  display: inline-block;
  font-size: 14px;
}
.minicart-table a {
  color: #2d2d2d;
}
.minicart-table a:hover {
  text-decoration: none;
}
.minicart-table .number {
  color: #afafaf;
}
.minicart-table .price {
  color: #235488;
  font-weight: 500;
  font-size: 19px;
}
.minicart-table .price sup {
  font-size: 10px;
  font-weight: 300;
  padding: 0 0 0 3px;
}
.minicart-table .btn-remove,
.minicart-table .btn-close {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 9px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-close.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.cart-popup .cart-message {
  text-align: center;
  padding: 5px 0;
  margin: 0 0 5px;
  color: #2d2d2d;
  border-bottom: 1px dotted #eaeaea;
}
.cart-popup .bottom-box {
  padding: 20px 0 0;
  overflow: hidden;
}
.cart-popup .bottom-box .button {
  float: left;
  font-size: 15px;
  padding: 7px 18px;
}
.cart-popup .bottom-box .total {
  float: right;
  line-height: 35px;
}
.cart-popup .bottom-box .total p {
  float: left;
  margin: 0 4px 0 0;
  font-weight: 300;
  font-size: 20px;
  color: #676767;
}
.cart-popup .bottom-box .total strong {
  color: #235488;
  font-size: 24px;
  font-weight: 500;
}
.cart-popup .bottom-box .total sup {
  font-size: 10px;
  font-weight: 300;
  padding: 5px 0 0 2px;
  color: #235488;
  vertical-align: top;
  display: inline-block;
}
.w1 {
  position: static;
  float: none;
  left: auto;
  /*float: left;
    position: relative;*/
  left: 50%;
}
.w2 {
  position: static;
  float: none;
  left: auto;
  /*float: left;
    position: relative;*/
  left: -50%;
}
#visual {
 /* display: none;*/
  margin: -68px 0 -147px;
  width: 100%;
  height: 738px;
  overflow: hidden;
}
.screen-mobile #visual {display:none;}
#visual .mask {
  height: 738px;
  position: relative;
  margin: 0 auto;
}
#visual .slides img {
  width: 100%;
  height: auto;
}
#visual .slides .tile {
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/youstore_/css/../images/bg-tile.png);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
#visual .slides .left-col {
  float: left;
}
#visual .slides .right-col {
  float: right;
}
#visual .slides .cell {
  height: 589px;
  display: table-cell;
  vertical-align: middle;
}
#visual .slides .title {
  margin: 0 0 15px;
}
#visual .slides .title h2 {
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
}
#visual .slides .text {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 22px;
}
#visual .slides .text span {
  color: #235488;
  display: inline-block;
  vertical-align: top;
  background: url(/bitrix/templates/youstore_/css/../images/bg-text-shadow.png);
  padding: 0 10px 2px 6px;
}
#visual .button {
  font-size: 17px;
}
#visual .container {
  width: 1130px;
  opacity: 0;
}
#visual .owl-prev,
#visual .owl-next {
  top: 267px;
  position: absolute;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 99;
  background: url(/bitrix/templates/youstore_/css/../images/bg-visual-arrows.png) no-repeat;
}
#visual .owl-prev {
  left: 35px;
}
#visual .owl-next {
  right: 35px;
  background-position: 0 100%;
}
.button {
      display:inline-block;
    vertical-align: top;
    background: #235588;
    border: 0;
    cursor: pointer;
    border-bottom: 3px solid #144068;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
em.button {
  font-style: normal;
}
.button:hover {
  color: #fff;
  background: #154475;
  text-decoration: none;
  border-bottom-color: #0a3053;
}
.unavailable .button {
  background: #e5e5e4!important;
  color: #bfbebe!important;
  border-bottom: 3px solid #cececd!important;
}
div.fileinputs {
  position: relative;
  width: 178px;
  height: 35px;
  float: left;
  margin: 0 7px 0 0;
}
div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
input.file {
  width: 168px;
  height: 35px;
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 2;
}
.circle-box {
  /*position: absolute;
    top: 194px;
    right: 155px;*/
  text-align: center;
  border: 2px solid #235488;
  border-radius: 100%;
  z-index: 99;
}
.circle-box a,
.circle-box a:hover {
  color: #fff;
  text-decoration: none;
}
.circle-box .holder {
  display: block;
  margin: 10px;
  background: #235488;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  width: 172px;
  height: 172px;
}
.circle-box .holder .frame {
  width: 172px;
  height: 172px;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font: bold 23px/28px "Courier New", Courier, monospace;
}
#visual .owl-pagination {
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: 548px;
  /* if services-boxes is hidden set top:700px; */
  left: 0;
  z-index: 9;
  text-align: center;
}
#visual .owl-pagination .owl-page {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
#visual .owl-pagination .owl-page span {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 94px;
  height: 4px;
  background: rgba(190, 190, 190, 0.6);
}
#visual .owl-pagination .owl-page.active span,
#visual .owl-pagination .owl-page:hover span {
  background: rgba(69, 101, 143, 0.75);
}
.services-boxes {
  visibility: visible;
  /* add hidden to hide this box */
  background: url(/bitrix/templates/youstore_/css/../images/bg-transparent95.png);
  clear: both;
  position: relative;
}
.services-boxes:after {
  content: "";
  display: block;
  clear: both;
}
.services-boxes.new {
  padding: 60px 0 0;
  background: url(/bitrix/templates/youstore_/css/../images/img22.jpg) no-repeat 50% 0;
  background-size: 100% 100%;
  height: 146px;
  position: relative;
}
.services-boxes.new .dotts {
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash3.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.services-boxes .box:first-child,
.services-boxes.new .box:first-child {
  margin: 0;
}
.services-boxes .box {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  min-height: 97px;
  float: left;
  padding: 0 0 0 92px;
  margin: 0 0 0 32px;
  width: 216px;
}
.services-boxes.new .box {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  min-height: 97px;
  text-transform: uppercase;
  float: left;
  padding: 0 0 0 112px !important;
  margin: 0 0 0 40px;
  width: auto;
}
.services-boxes .box p {
  width: 161px;
  height: 97px;
  display: table-cell;
  vertical-align: middle;
}
.services-boxes .box a {
  color: #484848;
  display: block;
}
.services-boxes.new .box a {
  color: #fff;
}
.services-boxes.new .box a:hover {
  color: #fff;
}
.services-boxes .box a:hover {
  text-decoration: none;
  color: #235488;
}
.services-boxes .box.warranty {
  background: url(/bitrix/templates/youstore_/css/../images/bg-guarantee.png) no-repeat 0 50%;
  padding: 0 0 0 60px;
}
.services-boxes .box.payment {
  background: url(/bitrix/templates/youstore_/css/../images/bg-payment.png) no-repeat 0 50%;
  padding: 0 0 0 70px;
}
.services-boxes .box.delivery {
  background: url(/bitrix/templates/youstore_/css/../images/bg-car.png) no-repeat 0 50%;
}
.services-boxes .box.earth {
  background: url(/bitrix/templates/youstore_/css/../images/bg-promo.png) no-repeat 0 50%;
  padding: 0 0 0 60px;
}
.services-boxes.new .box.warranty {
  background: url(/bitrix/templates/youstore_/css/../images/ico-thumb-new.png) no-repeat 0 50%;
}
.services-boxes.new .box.delivery {
  background: url(/bitrix/templates/youstore_/css/../images/ico-delivery-new.png) no-repeat 0 50%;
}
.services-boxes.new .box.earth {
  background: url(/bitrix/templates/youstore_/css/../images/ico-world-new.png) no-repeat 0 50%;
}
.services-boxes.new .box.shops {
  background: url(/bitrix/templates/youstore_/css/../images/ico-plane-new.png) no-repeat 0 50%;
}
#main {
  width: 100%;
  float: left;
}
.home #main {
  overflow: visible;
}
#main:after {
  content: "";
  display: block;
  clear: both;
}
.index-products:after {
  content: "";
  display: block;
  clear: both;
}
.index-products {
  width: 1246px;
  margin: 0 auto;
}
.index-products.newMP{padding-top:0;}
.index-products .filters {
  width: 100%;
  overflow: hidden;
  margin: 0 0 40px;
}
.index-products .filters h2 {
  float: left;
  margin: 0 40px 0 0;
  color: #575656;
  font-size: 20px;
  line-height: 24px;
}
.filters-list {
  float: left;
}
.filters-list li:first-child {
  margin: 0;
}
.filters-list li {
  float: left;
  margin: 0 0 0 35px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.filters-list li a {
  cursor: pointer;
  color: #444;
  float: left;
  border-bottom: 1px dotted #444;
}
.filters-list li a:hover,
.filters-list li a.active {
  text-decoration: none;
  border: 0;
  color: #235488;
}
.products-block .mix {
  display: none;
}
.index-products .products-block {
  width: 100%;
  position: relative;
}
.index-products .products-block:after {
  content: "";
  display: block;
  clear: both;
}
.index-products .products {
  float: left;
  width: 1030px;
  position: relative;
  margin: -23px 0 0 -23px;
}
.index-products .products:after {
  content: "";
  clear: both;
  display: block;
}
.product-item {
  display: inline-block;
  vertical-align: top;
  width: 224px;
  height: 360px;
  text-align: center;
  margin: 23px -5px -5px 18px;
  padding: 5px;
}
.product-item .holder {
  border: 1px solid #f5f5f5;
  padding: 15px 20px;
  width: 182px;
  height: 329px;
  background: #fff;
  position: relative;
}
.custom-border {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
}
.product-item.custom-border .expand-holder {
  border-color: #f5f5f5;
}
.product-item.custom-border:hover .holder {
  border: 1px solid #f5f5f5;
}
.product-item.custom-border:hover .expand-holder {
  border-color: #f5f5f5;
}
.product-item.custom-border .expand {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
}
.product-item .video-link {
  background: url(/bitrix/templates/youstore_/css/../images/bg-play.png) no-repeat;
  width: 63px;
  height: 64px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
  cursor: pointer;
}
.b-modal + .content {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
  padding: 3px;
}
.product-item .discount,
.product-item .hit,
.product-item .new,
.product-item .percent {
  display: block;
  /*background: url(/bitrix/templates/youstore_/css/../images/bg-discount.png) no-repeat;*/
  width:32px;
  padding-left:15px;
  padding-right:15px;
  /*padding: 0 0 6px 6px;*/
  line-height:32px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top:0px;
  right:0px;
  z-index: 6;
  background:#71b73b;
}
.product-item .hit {
  /*background: url(/bitrix/templates/youstore_/css/../images/bg-hit.png) no-repeat;*/
	background:#f7be08;
}
.product-item .new {
 /* background: url(/bitrix/templates/youstore_/css/../images/bg-new.png) no-repeat;*/
  background:#ea532b;
}
.product-item .percent {
  /*background: url(/bitrix/templates/youstore_/css/../images/bg-percent.png) no-repeat;*/
  font-size: 22px;
  background:#da4a94;
}
.product-item .image {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  min-height: 160px;
}
.product-item .image > .image-box {
  display: table-cell;
  vertical-align: middle;
  height: 160px;
  width: 100%;
}
.items-include .tab-items .product-item .image > .image-box {
  display: inline;
  height: auto;
  width: auto;
}
.menu-tabs-section .tab-items .product-item .image {
  min-height: 0;
}
.product-item.unavailable .image img {
  opacity: 0.5;
}
.product-item .image img {
  max-width: 100%;
  height: auto;
}
.product-item:hover .quick-view {
  opacity: 0.7;
}
.product-item .quick-view {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 20px;
  display: block;
  left: 0;
  background: url(/bitrix/templates/youstore_/css/../images/ico-eye.png) no-repeat 18px 50%, url(/bitrix/templates/youstore_/css/../images/bg-transparent45.png);
  color: #fff;
  padding: 7px 11px 9px 35px;
  font-size: 14px;
  white-space: nowrap;
}
.product-item .quick-view:hover {
  opacity: 1;
  text-decoration: none;
}
.product-item .deal-holder,
.products-items-list .item .deal-holder {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
}
.products-items-list .item .deal-holder {
  top: 100px;
  bottom: auto;
}
.product-item .good-deal,
.products-items-list .item .good-deal {
  background: rgba(35, 84, 136, 0.75);
  color: #fff;
  padding: 7px 16px 9px 16px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.product-item:hover .deal-holder,
.products-items-list .item:hover .deal-holder {
  opacity: 0;
}
.product-item .title {
  margin: 0 0 15px;
  overflow: hidden;
}
.product-item .title h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.product-item .title h3 a {
  color: #2d2d2d;
}
.stars {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-stars.png) repeat-x;
  height: 11px;
}
.stars .rating {
  float: left;
  background: url(/bitrix/templates/youstore_/css/../images/bg-stars.png) repeat-x 0 100%;
  text-indent: -9999px;
  overflow: hidden;
  height: 11px;
}
.product-item .price {
  width: 100%;
  overflow: hidden;
}
.product-item .price strong {
  display: inline-block;
  padding: 0 5px;
}
.unavailable .price strong {
  color: #a7a7a7;
}
.product-item .new-price {
  color: #235488;
  font-size: 23px;
  line-height: 26px;
  font-weight: 500;
}
.product-item .old-price {
  color: #a7a7a7;
  text-decoration: line-through;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.product-item .price sup {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  padding: 0 0 0 3px;
}
.product-item.day-item .holder {
  border: 1px solid #235488;
}
.product-item.day-item:hover,
.product-item.day-item:hover .expand {
  background: none;
}
.product-item.day-item:hover .holder,
.product-item.day-item:hover .expand-holder {
  border-color: #235488;
}
.product-item .strong-box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background: #235488;
  padding: 8px 0;
  text-align: center;
  color: #fff;
}
.product-item .strong-box strong {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.product-item .timer-box {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.product-item .timer {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding: 15px 0;
  background: rgba(234, 84, 63, 0.75);
}
.product-item .timer p {
  margin: 0 0 7px;
}
.product-item .timer strong {
  font-size: 24px;
  line-height: 28px;
}
.btn-cart {
  font-size: 16px;
  margin: 0 0 14px;
  width: 146px;
  padding: 8px 18px 6px;
  text-align: center;
}
.btn-cart span {
  white-space: nowrap;
  display: inline-block;
  line-height: 23px;
  padding: 0 0 0 25px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-cart.png) no-repeat 0 1px;
}
.unavailable .btn-cart span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-cart-dis.png) no-repeat 0 1px;
}
/*.unavailable .btn-click span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-btn-phone-dis.png) no-repeat 0 1px !important;
}      */
.product-item:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
}
.product-item:hover .holder {
  border: 1px solid #f5f5f5;
}
.product-item:hover .expand-holder {
  border-color: #f5f5f5;
}
.product-item:hover .expand,
.product-item:focus .expand {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
  display: block;
}
.product-item .expand {
  display: none;
  position: absolute;
  left: 0;
  z-index: 7;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 14px;
  padding: 0 5px 5px;
  margin: 0 -6px -5px;
}
.similars .product-item .expand {
  width: 202px;
}
.product-item .expand-holder {
  background: #fff;
  padding: 15px 20px 21px;
  border: 1px solid #235488;
  border-top: 0;
}
.similars .product-item .expand-holder {
  padding: 10px 15px 11px;
}
.product-item .expand .detail {
  margin: 0 0 8px;
}
.product-item .expand .message {
  border-radius: 6px;
  display: block;
  background: #ffd960;
  padding: 4px 5px 5px;
  overflow: hidden;
  color: #724d1a;
  font-size: 13px;
}
.product-item .expand .message strong {
  font-weight: 500;
  padding: 0;
}
.product-item .expand .message sub {
  font-size: 9px;
  vertical-align: bottom;
  display: inline-block;
}
.product-item h3 a:hover {
  color: #235488;
  text-decoration: none;
}
.product-item .tools {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  padding: 6px 0 0;
  text-align: center;
}
.product-item .tools li:first-child {
  margin: 0;
}
.product-item .tools li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 0 5px;
}

.product-item .tools li a,.products-items-list .tools li a {
  color: #525151;
  float: left;
  padding: 0 0 0 20px;
}
.product-item .tools li a.link-compare,.products-items-list .tools li a.link-compare {
  font-size:11px;
  font-weight: 300;   
  background: url(/bitrix/templates/youstore_/css/../images/ico-compare.png) no-repeat 0 50%;
}
.product-item .tools li a.link-wishlist {
  background: url(/bitrix/templates/youstore_/css/../images/ico-wishlist.png) no-repeat 0 50%;
}
.product-item .tools li a.link-wishlist-delete {
  background: url(/bitrix/templates/youstore_/css/../images/ico-delete-wish.png) no-repeat 0 50%;
}
.side-banners {
  float: right;
  width: 225px;
}
.side-banners .box:first-child {
  margin: 0;
}
.side-banners .box {
  margin: 20px 0 0;
  width: 100%;
  height: 213px;
  position: relative;
}
.side-banners .box img {
  vertical-align: top;
  /*height: 100%;
  width: 100%;*/
  position: relative;
    top: 25%;
    left: 6%;
}
.side-banners .box.widget img {
  width: auto;
  height: auto;
}
.side-banners .box .border {
  width: 198px;
  height: 187px;
  position: absolute;
  left: 0;
  top: 0;
  border: 13px solid #000;
  opacity: 0.18;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.side-banners .box:hover .border {
  opacity: 0;
}
.side-banners .box .frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.side-banners .box:hover .frame {
  opacity: 1;
}
.side-banners .box .include {
  margin: 13px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/bg-transparent30.png);
  height: 187px;
}
.side-banners .box .section {
  display: table-cell;
  vertical-align: middle;
  width: 198px;
  height: 187px;
  color: #fff;
  text-decoration: none;
}
.side-banners .box .banner-ico {
  text-align: center;
  display: block;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 198px;
  height: 187px;
}
.side-banners .box .banner-ico span {
  padding: 58px 0 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-photo.png) no-repeat 50% 0;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}
.side-banners .box .text {
  display: block;
  margin: 0 0 0 20px;
  font-size: 16px;
  line-height: 22px;
}
.side-banners .box .text strong {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 15px;
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-line.png) no-repeat 0 100%;
}
.brands-block {
  width: 100%;
  position: relative;
  background: #f2f2f2;
}
.brands-block:after {
  content: "";
  display: block;
  clear: both;
}
.brands-carousel {
  padding: 33px 0 0;
  position: relative;
  overflow: hidden;
}
.brands-carousel .mask {
  margin: 0 auto;
  width: 1030px;
  overflow: hidden;
}
.brands-carousel .items {
  width: 99999px;
  float: left;
}
.arrows-disabled .items {
  width: 100%;
  text-align: center;
}
.brands-carousel .items li {
  float: left;
  width: 150px;
  height: 100px;
  margin: 0 10px 0 11px;
}
.arrows-disabled .items li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 6px;
}
.brands-carousel .items li:hover,
.brands-carousel .items li.active {
  cursor: pointer;
  height: 97px;
  border-bottom: 3px solid #235488;
}
.brands-carousel .items li a {
  display: table-cell;
  width: 150px;
  height: 70px;
  outline: none;
  text-align: center;
  vertical-align: middle;
}
.brands-carousel .btn-prev,
.brands-carousel .btn-next {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 52px;
  width: 19px;
  outline: none;
  height: 33px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-brand-arrows.png) no-repeat;
}
.brands-carousel .btn-prev {
  left: 0;
}
.brands-carousel .btn-next {
  right: 0;
  background-position: 0 100%;
}
.arrows-disabled .btn-prev,
.arrows-disabled .btn-next {
  display: none;
}
.items-carousel {
  background: #fafafa;
  padding: 45px 0;
}
.container.index-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.items-include .mask {
  width: 1245px;
  position: relative;
  overflow: hidden;
}
.index-tabs .items-include .mask,
.root-carousel .items-include .mask {
  height: 462px;
}
.root-carousel .items-include .mask {
  padding: 0 7px 0 0;
}
.root-carousel .tab-items .product-item {
  padding: 6px 4px 6px 5px;
  margin-left: 16px;
}
.index-tabs .items-include {
  margin-bottom: -75px;
}
.items-include .tab-items {
  width: 99999px;
  float: left;
}
.items-include .product-item:first-child {
  margin: 0;
}
.items-include .product-item {
  margin: 0 0 0 19px;
  float: left;
}
.items-include .product-item:hover .holder {
  border: 1px solid #F5F5F5;
}
.items-include .btn-prev,
.items-include .btn-next {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 133px;
  width: 53px;
  outline: none;
  height: 59px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  background: url(/bitrix/templates/youstore_/css/../images/bg-carousel-arrows.png) no-repeat;
}
.items-include .btn-prev {
  left: 5px;
}
.items-include .btn-prev:hover {
  background-position: 0 -204px;
}
.items-include .btn-next {
  right: 8px;
  background-position: 0 -71px;
}
.items-include .btn-next:hover {
  background-position: 0 -137px;
}
.items-include:hover .btn-prev,
.items-include:hover .btn-next {
  opacity: 1;
}
.menu-tabs-section {
  background: #fff;
}
.menu-tabs {
  width: 1236px;
  margin: 0 auto 20px;
}
.menu-tabs .menu {
  width: 100%;
  overflow: hidden;
  position: relative;
  list-style: none;
  background: url(/bitrix/templates/youstore_/css/../images/bg-tabs-border.png) repeat-x 0 100%;
}
.menu-tabs .menu li:first-child {
  margin: 0;
}
.menu-tabs .menu li {
  float: left;
  font-size: 19px;
  margin: 0 0 0 50px;
}
.menu-tabs .menu li a {
  float: left;
  outline: none;
  color: #bfbebe;
  padding: 0 7px;
  line-height: 36px;
  position: relative;
  z-index: 2;
}
.menu-tabs .menu li a:hover,
.menu-tabs .menu li.active a {
  text-decoration: none;
  color: #575656;
  background: url(/bitrix/templates/youstore_/css/../images/bg-tabs-red-border.png) repeat-x 0 100%;
}
.menu-tabs-section .items-include .mask {
  padding: 14px 13px 0 0;
  overflow: hidden;
}
.menu-tabs-section .product-item {
  width: 186px;
  height: 330px;
}
.menu-tabs-section .product-item .holder {
  padding: 15px;
  width: 154px;
  height: 232px;
}
.menu-tabs-section .product-item .image {
  margin: 0 0 8px;
}
.menu-tabs-section .product-item .image img {
  max-height: 120px;
  max-width: 88%;
}
.menu-tabs-section .product-item .title {
  margin: 0 0 8px;
}
.menu-tabs-section .product-item .quick-view {
  background: url(/bitrix/templates/youstore_/css/../images/bg-transparent45.png);
  padding: 7px 16px 9px 16px;
  font-size: 13px;
}
.menu-tabs-section .product-item:hover .good-deal {
  display: none;
}
.menu-tabs-section .product-item .expand-holder {
  border: 1px solid #F5F5F5;
  border-width: 0 1px 1px;
}
.menu-tabs-section .product-item .btn-cart,
.similars .product-item .btn-cart {
  width: 108px;
  padding: 6px 18px 4px;
  font-size: 14px;
}
.menu-tabs-section .unavailable .btn-cart {
  padding: 6px 10px 4px;
  width: 124px;
}
.menu-tabs-section .product-item .tools {
  border: 0;
  padding: 0;
}
.videos-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  clear: both;
}
.home .videos-section {
  margin: -60px 0 0;
}
.videos-section .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.videos-section .videos-list {
  float: left;
  width: 99999px;
}
.videos-section .videos-list li {
  float: left;
}
.videos-section .videos-list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.videos-section .videos-list img {
  vertical-align: top;
}
.videos-section .videos-list .expand {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 230px;
  height: 153px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-transparent30.png);
}
.videos-section .videos-list .expand .holder {
  width: 230px;
  height: 153px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.videos-section .videos-list .video-text {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 60px 0 0;
  min-height: 50px;
  min-width: 50px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-video-play.png) no-repeat 50% 0;
}
.videos-section .videos-list .text {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  text-align: left;
  float: left;
  padding: 0 0 0 20px;
}
.videos-section .videos-list .text span {
  display: block;
}
.videos-section .videos-list .text strong {
  font-weight: 300;
  font-size: 25px;
  padding: 0 0 17px;
  margin: 0 0 10px;
  display: block;
  text-align: left;
  background: url(/bitrix/templates/youstore_/css/../images/bg-line.png) no-repeat 0 100%;
}
.videos-section .videos-list .more {
  display: inline-block;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  height: 50px;
  width: 50px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-video-play.png) no-repeat 50% 0;
}
.videos-section .videos-list .frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 153px;
  border: 12px solid #000;
  opacity: 0.14;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.videos-section .videos-list li a:hover .frame,
.videos-section .videos-list li a:focus .frame {
  opacity: 0;
}
.videos-section .videos-list a:hover .expand,
.videos-section .videos-list a:focus .expand {
  opacity: 1;
}
.videos-section .prev-slide,
.videos-section .next-slide {
  position: absolute;
  top: -1px;
  width: 51px;
  height: 179px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/bg-videos-arrows.png) no-repeat;
  z-index: 99;
}
.videos-section .prev-slide {
  left: -1px;
}
.videos-section .next-slide {
  right: -1px;
  background-position: 0 100%;
}
.contents {
  padding: 30px 0 30px;
  overflow: hidden;
}
.left-content {
  float: left;
  width: 990px;
}
.color-boxes {
  width: 110%;
  overflow: hidden;
  margin: -30px 0 0 -30px;
  padding: 0 0 30px;
}
.color-boxes .box {
  float: left;
  width: 479px;
  height: 225px;
  margin: 30px 0 0 30px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  position: relative;
}
.color-boxes .box.centered {
  text-align: center;
}
.color-boxes .box .stripes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/youstore_/css/../images/bg-box-stripes.png) no-repeat;
}
.color-boxes .box .holder {
  position: relative;
  padding: 35px 35px;
  overflow: hidden;
}
.color-boxes .box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.color-boxes .box .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.color-boxes .box1 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box1.png) no-repeat;
}
.color-boxes .box2 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box2.png) no-repeat;
}
.color-boxes .box3 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box3.png) no-repeat;
}
.color-boxes .box4 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box4.png) no-repeat;
}
.color-boxes .box5 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box5.png) no-repeat;
}
.color-boxes .box6 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box6.png) no-repeat;
}
.color-boxes .box7 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box7.png) no-repeat;
}
.color-boxes .box8 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box8.png) no-repeat;
}
.color-boxes .box9 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box9.png) no-repeat;
}
.color-boxes .box10 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-gradient-box10.png) no-repeat;
}
.color-boxes .box .text {
  float: left;
  width: 260px;
}
.color-boxes .box.centered .text {
  width: 100%;
  float: none;
}
.color-boxes .box .image {
  float: right;
  width: 124px;
}
.color-boxes .box .image img {
  vertical-align: top;
}
.color-boxes .box h2 {
  font-size: 38px;
  line-height: 44px;
  margin: 0 0 15px;
  font-weight: 500;
}
.color-boxes .box.colors1 h2,
.color-boxes .box.colors2 h2 {
  color: #235488;
}
.color-boxes .box.colors1 {
  color: #616160;
}
.color-boxes .box.colors1 .border {
  background: #616160;
}
.color-boxes .box h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
}
.color-boxes .box .border {
  display: inline-block;
  width: 71px;
  height: 2px;
  background: #fff;
  margin: 0 0 15px;
}
.aside {
  float: right;
  width: 226px;
}
.aside .widget {
  width: 100%;
  overflow: hidden;
 /* margin: 0 0 30px;  */
}
.aside .widget h3 {
  font-size: 19px;
  line-height: 23px;
  color: #4c4c4c;
  margin: 0 0 22px;
}
.aside-contact {
  width: 100%;
  overflow: hidden;
}
.aside-contact .row {
  width: 100%;
  overflow: hidden;
  margin: 0 0 17px;
}
.aside-contact .text {
  color: #a3a2a2;
  font-size: 18px;
  padding: 12px;
  font-weight: 300;
  width: 198px;
  float: left;
  border: 1px solid #dcdcda;
  border-radius: 2px;
}
.aside-contact ::-webkit-input-placeholder {
  color: #a3a2a2;
}
.aside-contact :-moz-placeholder {
  color: #a3a2a2;
  opacity: 1;
}
.aside-contact ::-moz-placeholder {
  color: #a3a2a2;
  opacity: 1;
}
.aside-contact :-ms-input-placeholder {
  color: #a3a2a2;
}
.aside-contact .button {
  font-size: 15px;
  width: 118px;
}
.aside .row-box {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.aside .row-box .icon {
  float: left;
  border: 2px solid #eae9e9;
  border-radius: 2px;
  width: 47px;
  height: 47px;
  text-align: center;
  margin: 0 20px 0 0;
}
.aside .row-box .icon .frame {
  width: 48px;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
}
.aside .row-box .text {
  color: #555454;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.aside .row-box .text .holder {
  height: 51px;
  display: table-cell;
  vertical-align: middle;
}
.aside .row-box .text p {
  margin: 0 0 8px;
}
.aside .row-box .text strong {
  font-size: 14px;
  color: #235488;
  display: block;
}
.aside .tags-list li {
  float: left;
  margin: 0 3px 4px 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.aside .tags-list li a {
  float: left;
  padding: 4px 5px 5px;
  min-width: 50px;
  text-align: center;
  background: #fafafa;
  color: #555454;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #efefef;
}
.aside .tags-list li a:hover {
  text-decoration: none;
  background: #235488;
  border: 1px solid #235488;
  color: #fff;
}
.news-container {
  float: left;
  width: 990px;
}
.news-rows {
  margin: 0 0 40px;
  float: left;
  clear: both;
  width: 100%;
}
.news-container .row {
  width: 100%;
  margin: 0 0 30px;
}
.news-container .row:after {
  content: "";
  display: block;
  clear: both;
}
.news-container .row-title {
  margin: 0 0 30px;
  overflow: hidden;
}
.news-container .row-title h2 {
  font-size: 20px;
  line-height: 24px;
  color: #575656;
}
#main .news-container .box .news-images {
  width: 988px;
  overflow: hidden;
  height: 332px;
  position: relative;
  margin: 0 0 30px;
}
.news-images .images {
  width: 988px;
  height: 332px;
  position: relative;
}
.news-images .images li {
  width: 988px;
  height: 332px;
  position: absolute;
  left: 0;
  top: 0;
}
.news-images .images li img {
  vertical-align: top;
}
.news-images .images li.active {
  z-index: 2;
}
.news-images .navigate {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  overflow: hidden;
  z-index: 8;
}
.news-images .navigate ul {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.news-images .navigate ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.news-images .navigate ul li a {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 94px;
  height: 5px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-switcher.png) no-repeat 100% 0;
}
.news-images .navigate ul li a:hover,
.news-images .navigate ul li.active a {
  background: url(/bitrix/templates/youstore_/css/../images/bg-switcher.png) no-repeat 0 0;
}
.news-container .box.details {
  border: 0;
  margin-bottom: 50px;
}
.news-container .box.details .text {
  margin-left: 0;
  margin-right: 0;
  line-height: 23px;
}
.news-container .box.details .image {
  float: none;
}
.news-container .box {
  border: 1px solid #f5f5f5;
  width: 475px;
}
.news-container .box:after {
  content: "";
  display: block;
  clear: both;
}
.news-container .box.left {
  float: left;
}
.news-container .box.right {
  float: right;
}
.news-container .box.wide {
  width: auto;
}
.news-container .box .image {
  float: left;
  position: relative;
  margin: 0 22px 0 0;
}
.news-container .box > .text {
  margin: 20px;
  overflow: hidden;
  color: #575656;
  font-size: 15px;
  line-height: 20px;
}
.news-container .box > .text h1 {
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 20px;
}
.news-container .box.details > .text p {
  margin: 0;
}
.news-container .box > .text h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 12px;
}
.news-container .box > .text h2 a {
  color: #575656;
}
.news-container .box > .text p {
  margin: 0 0 12px;
  font-weight: 300;
}
.news-container .box .link-more {
  font-size: 14px;
  border-bottom: 1px dotted #235488;
}
.news-container .box .link-more:hover {
  text-decoration: none;
  border: 0;
}
.news-container .box .image img {
  vertical-align: top;
}
.news-container .box .image .title {
  background: url(/bitrix/templates/youstore_/css/../images/bg-img-shadow.png);
  padding: 16px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.news-container .box .top {
  margin: 20px;
}
.news-container .box .image .title h2 {
  font-size: 18px;
  line-height: 19px;
}
.news-container .box .image .title a {
  color: #fff;
}
.news-container .box .image .img-tools {
 position: relative;
    left: -1px;
    bottom: 0px;
    z-index: 3;
}
.news-container .box .img-tools:after,
.news-container .box .img-tools li:after {
  content: "";
  display: block;
  clear: both;
}
.news-container .box .img-tools > li:first-child {
  margin: 0;
}
.news-container .box .img-tools > li {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  float: left;
  margin: 0 0 0 13px;
  width: 53px;
  height: 54px;
  text-align: center;
  background: url(/bitrix/templates/youstore_/css/../images/bg-icon.png) no-repeat;
}
.news-container .white .box .img-tools > li {
  background: url(/bitrix/templates/youstore_/css/../images/bg-icon-grey.png) no-repeat;
  color: #bfbebe;
}
.news-container .box .img-tools > li a {
  color: #fff;
}
.news-container .white .box .img-tools > li a {
  color: #bfbebe;
}
.news-container .box .img-tools > li a:hover {
  text-decoration: none;
}
.news-container .box .date strong {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  display: block;
}
.news-container .box .views a {
  display: inline-block;
  background: url(/bitrix/templates/youstore_/css/../images/ico-small-eye.png) no-repeat 50% 0;
  padding: 13px 0 0;
}
.news-container .white .box .views a {
  background: url(/bitrix/templates/youstore_/css/../images/ico-small-eye-grey.png) no-repeat 50% 0;
}
.news-container .box .share-ico {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  background: url(/bitrix/templates/youstore_/css/../images/ico-share.png) no-repeat;
}
.news-container .white .box .share-ico {
  background: url(/bitrix/templates/youstore_/css/../images/ico-share-grey.png) no-repeat 50% 0;
}
.news-container .box .share {
  position: relative;
}
.share-box {
  display: none;
  position: absolute;
  left: 55px;
  top: 3px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-left-corner.png) no-repeat 0 50%;
  padding: 0 0 0 9px;
  z-index: 22;
}
.share-form {
  background: #fff;
  border: 1px solid #d3d5d5;
  border-width: 1px 1px 1px 0;
  padding: 8px 15px 8px 20px;
  overflow: hidden;
  width: 340px;
}
.share-form .text-shadow {
  position: absolute;
  left: 125px;
  top: 13px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-text-opacity.png) no-repeat;
  width: 72px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
}
.share-form .text {
  float: left;
  width: 150px;
  background: none;
  border: 0;
  line-height: 19px;
  margin: 0 20px 0 0;
  padding: 7px 3px;
}
.share-form .soc {
  float: left;
}
.share-form .soc li:first-child {
  margin: 0;
}
.share-form .soc li {
  float: left;
  margin: 0 0 0 3px;
}
.share-form .soc li a {
  float: left;
  width: 29px;
  height: 29px;
  overflow: hidden;
  text-indent: -9999px;
}
.share-form .soc .vkontakte {
  background: url(/bitrix/templates/youstore_/css/../images/bg-share-socials.png) no-repeat;
}
.share-form .soc .facebook {
  background: url(/bitrix/templates/youstore_/css/../images/bg-share-socials.png) no-repeat -33px 0;
}
.share-form .soc .twitter {
  background: url(/bitrix/templates/youstore_/css/../images/bg-share-socials.png) no-repeat -66px 0;
}
.share-form .soc .google {
  background: url(/bitrix/templates/youstore_/css/../images/bg-share-socials.png) no-repeat -100px 0;
}
.share-box .btn-close {
  margin: 7px 0 0;
  float: right;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-delete.png) no-repeat;
}
.news-container .box .img-tools .frame {
  width: 53px;
  height: 54px;
  display: table-cell;
  vertical-align: middle;
}
.pages {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.pages li {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: 300;
  margin: 0 8px;
}
.pages li a {
  color: #a3a2a2;
  float: left;
  padding: 12px 16px;
  border: 1px solid #f3f3f3;
}
.pages li a:hover,
.pages li a.active {
  border: 1px solid #235488;
  background: #235488;
  color: #fff;
  text-decoration: none;
}
#footer {
  width: 100%;
  overflow: hidden;
  background: #222c38;
}
.footer-left {
  float: left;
  color: #fff;
  position: relative;
  width: 560px;
  height:325px;
  margin: 0 0 0 -1965px;
  padding: 0 0 0 1920px;
}
.fade-items .item.active {
  z-index: 2;
}
.fade-items .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 570px;
}
.fade-items img {
  width: 100%;
  height: 100%/*870px*/;
  position: absolute;
  bottom: 0;
}
/*.footer-left:hover .fade{opacity: 1;}*/
.footer-left .fade {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 570px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-transparent50.png);
  z-index: 3;
}
.footer-left .holder {
  margin: 60px 60px 0 60px;
  z-index: 4;
  position: absolute;
  top: 0;
  min-width:300px;
}
.footer-left .holder:after {
  content: "";
  display: block;
  clear: both;
}
#footer-logo {
  float: left;
  width: 220px;
  height: 62px;
  margin: 0 0 30px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/bitrix/templates/youstore_/css/../images/logo-footer.png) no-repeat;
}
.footer-left .text {
  clear: both;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 20px;
}
#footer.new .socials {
  margin: 0 0 25px;
}
#footer .socials {
  width: 100%;
  overflow: hidden;
  position: static;
}
#footer .socials li {
  float: left;
  margin: 0 5px 0 0;
}
#footer .socials li a {
  float: left;
  width: 31px;
  height: 31px;
  overflow: hidden;
  text-indent: -9999px;
}
#footer .socials .vk {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials.png) no-repeat 0 0;
}
#footer.new .socials .vk,
#footer.new .socials .vk:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials-new.png) no-repeat 0 0;
}
#footer .socials .vk:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials.png) no-repeat 0 -68px;
}
#footer .socials .fb {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials.png) no-repeat -36px 0;
}
#footer.new .socials .fb,
#footer.new .socials .fb:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials-new.png) no-repeat -36px 0;
}
#footer .socials .fb:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials.png) no-repeat -36px -68px;
}
#footer .socials .twitter {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials.png) no-repeat -70px 0;
}
#footer.new .socials .twitter,
#footer.new .socials .twitter:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials-new.png) no-repeat -70px 0;
}
#footer .socials .twitter:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials.png) no-repeat -70px -68px;
}
#footer .socials .google {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials.png) no-repeat -105px 0;
}
#footer.new .socials .google,
#footer.new .socials .google:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials-new.png) no-repeat -105px 0;
}
#footer .socials .google:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials.png) no-repeat -105px -68px;
}
#footer .copy {
  position: absolute;
  left: 0;
  bottom: -143px;
  font-size: 15px;
  font-weight: 300;
  color: #b5b5b5;
  z-index: 2;
}
.footer-right {
  float: right;
  width: 680px;
  overflow: hidden;
  margin: 10px 0 0;
}
.footer-right.boxes {
  width: 100%;
  float: none;
  padding: 0 0 40px;
}
.footer-right .rows {
  width: 100%;
  overflow: hidden;
}
#footer .copyright {
  background: #2d2d2d;
  padding: 20px 0;
  margin: 40px 0 0;
}
#footer .copyright .copy {
  position: static;
}
.footer-right .rows .box:first-child {
  margin: 40px 0 0;
}
.footer-right.boxes .rows .box:last-child {
  width: 320px;
}
.footer-right.boxes .rows .box:first-child {
  margin: 40px 0 0;
  width: 280px;
}
.footer-right.boxes .rows .box {
  width: 258px;
}
.footer-right .box {
  float: left;
  width: 320px;
  overflow: hidden;
  margin: 40px 0 0 40px;
}
.footer-right .box h3 {
  color: #cecece;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 12px;
}
.address-box {
  width: 100%;
  overflow: hidden;
}
.address-box .row:first-child {
  margin: 0;
}
.address-box .row {
  overflow: hidden;
  margin: 15px 0 0;
  padding: 0 0 0 30px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.address-box .row a {
  color: #fff;
}
.address-box .row.address {
  background: url(/bitrix/templates/youstore_/css/../images/ico-footer01.png) no-repeat 0 50%;
}
.address-box .row.tel {
  background: url(/bitrix/templates/youstore_/css/../images/ico-footer02.png) no-repeat 0 50%;
}
.address-box .row.mail {
  background: url(/bitrix/templates/youstore_/css/../images/ico-footer03.png) no-repeat 0 50%;
}
.address-box .row.skype {
  background: url(/bitrix/templates/youstore_/css/../images/ico-footer04.png) no-repeat 0 50%;
}
.footer-right .tags-list {
  width: 310px;
  overflow: hidden;
}
.footer-right.boxes .tags-list {
  width: 258px;
}
.footer-right .tags-list li {
  float: left;
  margin: 0 3px 4px 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.footer-right .tags-list li a {
  float: left;
  padding: 4px 15px 5px;
  background: #545454;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.footer-right .tags-list li a:hover {
  text-decoration: none;
  background: #235488;
}
.footer-right .footer-menu {
  width: 100%;
  overflow: hidden;
}
.footer-right .footer-menu li:first-child {
  margin: 0;
}
.footer-right .footer-menu li {
  margin: 12px 0 0;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
}
.footer-right .footer-menu li a {
  float: left;
  padding: 0 0 0 15px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-footer-menu.png) no-repeat 0 50%;
  color: #fff;
}
.box-text {
  color: #e2e2e1;
  font-size: 14px;
  line-height:40px;
  margin: 0 0 15px;
  font-weight: 300;
  float: left;
}
.footer-search {
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 310px;
  float:left;
  margin-left:15px;
}
.footer-search .submit {
  float: right;
  text-align: center;
  width: 122px;
  background:transparent;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  height: 36px;
  padding: 0 0 4px;
  border: 1px solid #ffffff;
  border-radius: 0 5px 5px 0;
  /*border: 0;*/
  cursor: pointer;
  margin: -1px -1px -1px 0;
}
.footer-search .text {
  background: none;
  float: left;
  color: #fff;
  border: 0;
  padding: 9px;
  width: 168px;
  height: 16px;
}

.footer-search .text:focus{
	outline: none;
}
.samples-block {
  width: 100%;
  height: 393px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/bg-footer-tile.png) repeat-x 50% 0;
  position: fixed;
  bottom: 0;
}
.samples-block .item {
  width: 100%;
  height: 393px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.samples-block .systems {
  text-align: center;
}
.samples-block .systems img {
  width: auto;
}
.samples-block .item {
  z-index: 2;
}
.samples-block .holder {
  width: 100%;
  height: 393px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 4;
}
.samples-block .text {
  margin: 40px auto 0;
  font: bold 20px/30px Arial, Helvetica, sans-serif;
  color: #fff;
}
.samples-block .text h2 {
  margin: 0 0 30px;
  font: bold 38px/50px Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
}
.samples-block .text p {
  margin: 0 0 55px;
  letter-spacing: 4px;
}
.samples-block .button-buy {
  font: bold 22px/68px Arial, Helvetica, sans-serif;
  padding-right: 40px;
  padding-left: 40px;
  border: 4px solid #fff;
  color: #fff;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.samples-block .button-buy:hover {
  text-decoration: none;
  background: #fff;
  color: #235488;
}
.page-image,
.page-map {
  float: left;
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
  height: 160px;
  text-align: center;
}
.page-map {
  height: 373px;
}
.page-image img {
  width: 100%;
}
.page-image .holder,
.page-map .holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-image .holder-frame,
.page-map .holder-frame {
  width: 1246px;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.page-map .holder-frame {
  height: 373px;
  overflow: visible;
}
.page-image .frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-tile.png);
}
.page-image .text,
.page-map .text {
  position: absolute;
  left: 0;
  top: 50px;
  color: #fff;
  text-align: left;
}
.page-map .text {
  padding: 25px 35px 25px 85px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-contacts-crumbs.png);
  color: #4d4c4c;
  left: -85px;
}
.page-image .text h1,
.page-map .text h1 {
  font-weight: 400;
  font-size: 27px;
  margin: 0 0 20px;
}
.page-image .breadcrumbs,
.page-map .breadcrumbs {
  width: 100%;
  overflow: hidden;
}
.page-image .breadcrumbs li:first-child,
.page-map .breadcrumbs li:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
.page-image .breadcrumbs li,
.page-map .breadcrumbs li {
  float: left;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-crumb.png) no-repeat 0 8px;
}
.page-map .breadcrumbs li {
  background: url(/bitrix/templates/youstore_/css/../images/bg-crumb2.png) no-repeat 0 8px;
}
.page-image .breadcrumbs li a,
.page-map .breadcrumbs li a {
  color: #fff;
  float: left;
}
.page-map .breadcrumbs li a {
  color: #4d4c4c;
}
.page-main {
  padding: 40px 0;
}
#sidebar {
  float: left;
  width: 226px;
}
#sidebar .box {
  width: 100%;
  margin: 0 0 30px;
}
#sidebar .box:after {
  content: "";
  clear: both;
  display: block;
}
.filter-apply {
  font-size: 14px;
}
.side-title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #616160;
  margin: 0 0 22px;
}
.side-title span {
  color: #a9a6a5;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  padding: 0 0 0 7px;
}
#sidebar .cats-list {
  width: 100%;
  overflow: hidden;
  margin: 0 0 40px;
}
#sidebar .cats-list li {
  padding: 0 0 0 18px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-red-bullet.png) no-repeat 0 6px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin: 0 0 7px;
}
#sidebar .cats-list li a {
  color: #424240;
}
#sidebar .cats-list li a span {
  color: #696969;
}
#sidebar .box .title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  min-height: 25px;
}
#sidebar .box h3 {
  float: left;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #555454;
  margin: 0 7px 0 0;
}
#sidebar .link-all {
  float: left;
  font-weight: 300;
  color: #e9533f;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 1px dotted #e9533f;
}
#sidebar .link-all:hover {
  text-decoration: none;
  border: 0;
}
#sidebar.range-box {
  overflow: hidden;
  color: #7d7d7d;
  font-size: 11px;
  line-height: 14px;
}
#sidebar .range-box .labels {
  width: 216px;
  overflow: hidden;
  margin: 0 0 3px;
}
#sidebar .range-box .labels .min {
  float: left;
}
#sidebar .range-box .labels .max {
  float: right;
}
#sidebar #slider-min {
  margin: 0 0 12px;
}
.slider-row {
  width: 100%;
  overflow: hidden;
}
.slider-row label {
  float: left;
  margin: 0 8px 0 0 !important;
  font-size: 13px;
  line-height: 31px !important;
  color: #929293;
  font-weight: 300;
}
.slider-row .text {
  float: left;
  width: 76px;
  margin: 0 8px 0 0;
  border: 1px solid #efefef;
  color: #a3a2a2;
  padding: 8px 6px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  background: url(/bitrix/templates/youstore_/css/../images/bg-input-text.png) repeat-x;
}
.ui-slider-horizontal {
  width: 216px !important;
  height: 14px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-range-gray.png) repeat-x 0 50%;
}
.ui-slider-range {
  background: url(/bitrix/templates/youstore_/css/../images/bg-range-red.png) repeat-x 0 50% !important;
}
.ui-slider-handle {
  top: 1px !important;
  cursor: pointer !important;
  width: 14px !important;
  z-index: 8 !important;
  margin-left: -7px !important;
  height: 14px !important;
  background: url(/bitrix/templates/youstore_/css/../images/bg-marker.png) no-repeat 50% 0;
}
.brands-list {
  width: 100%;
  overflow: auto;
  max-height: 200px;
}
.brands-list ul {
  width: 100%;
  overflow: hidden;
}
.brands-list ul li:first-child {
  margin: 0;
}
.brands-list ul li {
  margin: 20px 0 0;
}
#sidebar form label.active {
  color: #424240;
}
#sidebar form label {
  display: inline-block;
  max-width: 85%;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #8d8d8e;
  cursor: pointer;
  margin: 0;
}
#sidebar form .row {
  margin: 0 0 20px;
}
.colors-choose {
  width: 100%;
  overflow: hidden;
  margin: 0 0 0 -4px;
}
.colors-choose li {
  float: left;
  margin: 4px;
}
.colors-choose li a {
  width: 18px;
  height: 18px;
  outline: none;
  float: left;
  border: 1px solid #fff;
  overflow: hidden;
  text-indent: -9999px;
  background: #000;
  cursor: pointer;
}
.colors-choose li a span {
  height: 17px;
  width: 17px;
  display: block;
  top: 2px;
  left: 1px;
  position: relative;
}
.colors-choose li .active span {
  background-image: url('/bitrix/templates/youstore_/css/../images/color-select.png');
  /*border: 1px solid #000;*/
}
.colors-choose li .dark-color.active span {
  background-image: url('/bitrix/templates/youstore_/css/../images/color-select.png');
  background-position: 0 -17px;
  /*border: 1px solid #fff;*/
}
.colors-choose .color1 {
  background: #235488;
}
.colors-choose .color2 {
  background: #a85da1;
}
.colors-choose .color3 {
  background: #3a55a2;
}
.colors-choose .color4 {
  background: #fff;
  border-color: #e5e5e4;
}
.colors-choose .color5 {
  background: #f6e81e;
}
.colors-choose .color6 {
  background: #484747;
}
.colors-choose .color7 {
  background: #7ab929;
}
.colors-choose .color8 {
  background: #7c5941;
}
.colors-choose .color9 {
  background: #f6e81e;
}
.colors-choose .color10 {
  background: #484747;
}
.colors-choose .color11 {
  background: #7ab929;
}
.colors-choose .color12 {
  background: #7c5941;
}
.size-choose {
  margin: -20px 0 0;
  width: 100%;
  overflow: hidden;
}
.size-choose li {
  width: 45%;
  float: left;
  margin: 20px 2.5% 0 0;
}
#content {
  float: right;
  width: 986px;
}
.brand-about {
  width: 100%;
  overflow: hidden;
  margin: 0 0 60px;
}
.brand-about .brand-img {
  float: left;
  width: 203px;
  margin: 0 30px 0 0;
}
.brand-about .brand-text {
  overflow: hidden;
  height: 1%;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.brand-about h2 {
  color: #575656;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px;
}
.brand-about h3 {
  color: #575656;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin: 0 0 15px;
}
.top-panel {
  width: 100%;
  margin: 0 0 30px;
}
.top-panel:after {
  content: "";
  display: block;
  clear: both;
}
.top-panel .names {
  width: 225px;
  margin: 0 5px 0 0;
  float: left;
}
.top-panel .names h2 {
  color: #575656;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.top-panel .names p {
  color: #a9a6a5;
  font-weight: 300;
  font-size: 13px;
}
.top-panel .view-form {
  float: right;
}
.top-panel .view-form .cell:first-child {
  margin: 0;
}
.top-panel .view-form .cell {
  float: left;
  margin: 0 0 0 35px;
}
.top-panel .view-form .cell label {
  font-weight: 300;
  font-size: 17px;
  line-height: 42px;
  color: #848484;
  margin: 0 15px 0 0;
}
.jq-selectbox.sort-number .jq-selectbox__select {
  width: 30px !important;
}
.jq-selectbox.sort-type .jq-selectbox__select {
  width: 160px !important;
}
.top-panel .view-form .views {
  float: right;
  margin: 0 0 0 20px;
}
.top-panel .view-form .views li:first-child {
  margin: 0;
}
.top-panel .view-form .views li {
  margin: 0 0 0 5px;
  float: left;
}
.top-panel .view-form .views a {
  border: 1px solid #efefef;
  width: 40px;
  height: 40px;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
}
.top-panel .view-form .views .icons {
  background: url(/bitrix/templates/youstore_/css/../images/ico-view-icons.png) no-repeat 50%;
}
.top-panel .view-form .views .icons.active {
  background: url(/bitrix/templates/youstore_/css/../images/ico-view-icons-active.png) no-repeat 50%;
}
.top-panel .view-form .views .icons-pic-list {
  background: url(/bitrix/templates/youstore_/css/../images/ico-view-picslist.png) no-repeat 50%;
}
.top-panel .view-form .views .icons-pic-list.active {
  background: url(/bitrix/templates/youstore_/css/../images/ico-view-picslist-active.png) no-repeat 50%;
}
.top-panel .view-form .views .icons-list {
  background: url(/bitrix/templates/youstore_/css/../images/ico-view-list.png) no-repeat 50%;
}
.top-panel .view-form .views .icons-list.active {
  background: url(/bitrix/templates/youstore_/css/../images/ico-view-list-active.png) no-repeat 50%;
}
.top-panel .view-form .views .list {
  background: url(/bitrix/templates/youstore_/css/../images/ico-view-list.png) no-repeat 50%;
}
.products-content {
  padding: 0 0 30px;
}
.products-content .product-item {
  margin: 23px -5px -5px 12px;
}
.box-404 {
  padding: 85px 0 0;
  font-weight: 300;
}
.box-404 .left {
  float: left;
  width: 445px;
  color: #676767;
}
.box-404 .right {
  float: right;
  width: 756px;
}
.box-404 h2 {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 25px;
}
.box-404 .text {
  font-size: 15px;
  line-height: 20px;
  color: #9d9b9b;
}
.but {
  color: #575656;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
}
.brands-box {
  margin: 70px 0 46px;
  width: 100%;
  overflow: hidden;
}
.brands-box ul {
  overflow: hidden;
}
.brands-box ul li {
  float: left;
  width: 46px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  border-bottom: 1px dotted #d9d8d8;
}
.brands-box ul li a {
  color: #828383;
  float: left;
  margin: 0 0 -1px;
}
.brands-box ul li a:hover,
.brands-box ul li a.active {
  color: #235488;
  border-bottom: 1px dotted #235488;
  text-decoration: none;
}
.brand-items {
  width: 105%;
  overflow: hidden;
  margin: -30px 0 100px -23px;
}
.brand-items .item {
  float: left;
  position: relative;
  margin: 30px 0 0 23px;
}
.brand-items .item a {
  display: table-cell;
  width: 186px;
  height: 107px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eeeded;
}
.brand-items .item a:hover {
  border: 1px solid #f08469;
}
.brand-items .item a:hover span {
  display: block;
}
.brand-items .item span {
  display: none;
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 24px;
  background: #f15e49;
}
.testemonials-block {
  width: 100%;
  height: 393px;
  overflow: hidden;
  position: relative;
  background: #383838;
}
.testemonials-block .item {
  width: 100%;
  height: 393px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.testemonials-block .item img {
  width: 100%;
  min-height: 100%;
}
.testemonials-block .item .fader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash.png) 50% 0;
  z-index: 3;
}
.testemonials-block .item.active {
  z-index: 2;
}
.testemonials-block .holder {
  width: 100%;
  height: 393px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 4;
}
.testemonials-block .text {
  margin: 80px auto 0;
  padding: 60px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  background: url(/bitrix/templates/youstore_/css/../images/bg-quote.png) no-repeat 50% 0;
}
.testemonials-block .text h2 {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 24px;
}
.testemonials-block .text p {
  margin: 0 0 25px;
}
.testemonials-block .text .author {
  font-size: 16px;
}
.testemonials-block .navigate {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  overflow: hidden;
  z-index: 8;
}
.testemonials-block .navigate ul {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.testemonials-block .navigate ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.testemonials-block .navigate ul li a {
  float: left;
  width: 27px;
  height: 30px;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/bg-switch.png) no-repeat 100% 0;
}
.testemonials-block .navigate ul li a:hover,
.testemonials-block .navigate ul li.active a {
  background: url(/bitrix/templates/youstore_/css/../images/bg-switch.png) no-repeat 0 0;
}
.account-page {
  padding: 75px 0 10px;
}
.account-page:after {
  content: "";
  clear: both;
  display: block;
}
.account-holder {
  float: left;
  width: 990px;
}
.account-tabs {
  width: 100%;
  overflow: hidden;
  margin: 0 0 60px;
}
.account-tabs li:first-child {
  margin: 0;
}
.account-tabs li {
  float: left;
  width: 170px;
  height: 170px;
  margin: 0 0 0 33px;
}
.account-tabs li a {
  display: table-cell;
  width: 168px;
  height: 168px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #575656;
  border: 1px solid #efefef;
  text-align: center;
  vertical-align: middle;
}
.account-tabs li a.active,
.account-tabs li a.active:hover {
  background: #235488;
  color: #fff;
  text-decoration: none;
}
.account-tabs li a:hover {
  color: #235488;
  text-decoration: none;
}
.account-tabs li span {
  display: inline-block;
  vertical-align: top;
  padding: 60px 0 0;
}
.account-tabs li .general span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-person1.png) no-repeat 50% 0;
}
.account-tabs li .general.active span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-person2.png) no-repeat 50% 0 !important;
}
.account-tabs li .general:hover span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-person3.png) no-repeat 50% 0;
}
.account-tabs li .wishlist span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-wish11.png) no-repeat 50% 0;
}
.account-tabs li .wishlist.active span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-wish2.png) no-repeat 50% 0 !important;
}
.account-tabs li .wishlist:hover span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-wish1.png) no-repeat 50% 0;
}
.account-tabs li .viewed span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-eye1.png) no-repeat 50% 0;
}
.account-tabs li .viewed.active span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-eye2.png) no-repeat 50% 0 !important;
}
.account-tabs li .viewed:hover span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-eye31.png) no-repeat 50% 0;
}
.account-tabs li .history span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-cart1.png) no-repeat 50% 0;
}
.account-tabs li .history.active span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-cart2.png) no-repeat 50% 0 !important;
}
.account-tabs li .history:hover span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-cart31.png) no-repeat 50% 0;
}
.account-tabs li .feedback span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-tel1.png) no-repeat 50% 0;
}
.account-tabs li .feedback.active span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-tel2.png) no-repeat 50% 0 !important;
}
.account-tabs li .feedback:hover span {
  background: url(/bitrix/templates/youstore_/css/../images/ico-tel3.png) no-repeat 50% 0;
}
.account-frames {
  width: 100%;
}
.account-frames:after {
  content: "";
  clear: both;
  display: block;
}
.account-frames .left {
  float: left;
  width: 580px;
}
.account-frames .right {
  float: right;
  width: 380px;
}
.account-frames .tab {
  width: 100%;
  clear: both;
}
.account-frames .tab:after {
  content: "";
  display: block;
  clear: both;
}
.account-frames .title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 35px;
}
.account-frames .title h2 {
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  line-height: 22px;
  color: #575656;
}
.account-frames .title > a {
  float: left;
  color: #235488;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  border-bottom: 1px dotted #235488;
}
.account-frames .title a:hover {
  border: 0;
  text-decoration: none;
  padding: 0 0 1px;
}
.account-pop {
  border: 2px solid #f4f3f3;
  padding: 15px;
  overflow: hidden;
  position: relative;
  margin: 0 0 22px;
  font-weight: 300;
  color: #676767;
}
.account-pop .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  text-indent: -9999px;
  overflow: hidden;
  width: 12px;
  height: 11px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-close2.png) no-repeat;
}
.account-pop h2 {
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 6px;
}
.account-pop address {
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 10px;
  display: block;
  color: #a3a2a2;
}
.account-pop .link-edit {
  color: #696969;
  float: left;
  line-height: 19px;
  padding: 0 0 0 20px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-edit.png) no-repeat 0 50%;
}
.account-pop .link-edit:hover {
  background: url(/bitrix/templates/youstore_/css/../images/ico-edit2.png) no-repeat 0 50%;
  color: #e9533f;
  text-decoration: none;
}
.account-form {
  width: 100%;
}
.account-form .row {
  width: 100%;
  margin: 0 0 20px;
}
.account-form:after,
.account-form .row:after {
  content: "";
  display: block;
  clear: both;
}
.account-form label {
  float: left;
  width: 220px;
  color: #727272;
  line-height: 42px;
  font-size: 18px;
  font-weight: 300;
}
.account-form .text-holder {
  float: right;
  width: 348px;
}
.account-form .cell:first-child {
  margin: 0;
}
.account-form .cell {
  float: left;
  margin: 0 0 0 10px;
}
.account-form .text {
  border: 2px solid #f4f3f3;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 300;
  color: #a3a2a2;
  float: left;
  width: 317px;
}
.account-form .jq-selectbox__select {
  font-size: 18px;
  font-weight: 300;
  color: #969594;
}
.day .jq-selectbox__select {
  width: 50px !important;
}
.month .jq-selectbox__select {
  width: 100px !important;
}
.year .jq-selectbox__select {
  width: 45px !important;
}
.profiles-list {
  width: 1050px;
  margin: -20px 0 0 -25px;
}
.profiles-list:after {
  content: "";
  display: block;
  clear: both;
}
.profiles-list .profile-item {
  float: left;
  padding: 5px 6px 5px 5px;
  width: 476px;
  margin: 20px 0 0 20px;
  color: #676767;
  font: 300 17px Ubuntu, Arial, Helvetica, sans-serif;
  min-height: 300px;
}
.profile-item .item-holder {
  background: #fff;
  border: 1px solid #efefef;
  padding: 20px;
  position: relative;
}
.profiles-list .profile-item:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash6.png);
}
.profiles-list .profile-item.add-item:hover {
  background: none;
}
.profile-item .main-info {
  width: 100%;
  overflow: hidden;
  margin: 0 0 18px;
}
.profile-item .main-info h2 {
  font-weight: 400;
  margin: 0 0 10px;
}
.profile-item .main-info p {
  color: #a3a2a2;
}
.profile-item .links {
  width: 100%;
  overflow: hidden;
}
.profile-item .links a:first-child {
  margin: 0;
}
.profile-item .links a {
  float: left;
  margin: 0 0 0 35px;
  padding: 0 0 0 20px;
  color: #696969;
  font-size: 14px;
  line-height: 19px;
}
.profile-item .links a.profile-edit {
  background: url(/bitrix/templates/youstore_/css/../images/ico-edit.png) no-repeat 0 50%;
}
.profile-item .links a.profile-delete {
  background: url(/bitrix/templates/youstore_/css/../images/ico-close2.png) no-repeat 0 50%;
}
.profile-item .add-info {
  width: 476px;
  display: block;
  position: absolute;
  left: -6px;
  padding: 0 6px 5px 5px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash6.png);
}
.profile-item .add-info ul {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
}
.profile-item .add-info ul li:first-child {
  margin: 0;
}
.profile-item .add-info ul li {
  margin: 16px 0 0;
  padding: 0 0 0 20px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-bullet.png) no-repeat 0 6px;
}
.profile-item .add-info ul li a {
  color: #696969;
}
.profile-item .add-info .item-holder {
  border-top: 0;
}
/*.profiles-list .profile-item:hover .add-info {
  display: block;
  z-index: 2;
}        */
.profile-item .add-link {
  display: block;
  text-align: center;
  padding: 35px 20px 35px;
}
.profile-item .add-link span {
  display: block;
  background: url(/bitrix/templates/youstore_/css/../images/bg-add-account.png) no-repeat 50% 0;
  padding: 35px 0 0;
  font-size: 15px;
  color: #cecece;
}
.add-item .item-holder {
  padding: 0;
}
.add-item:hover .item-holder {
  background: #f6f6f6;
}
.profile-item .add-link:hover {
  text-decoration: none;
}
.account-frames .general {
  padding-bottom: 150px;
}
.account-frames .wishlist {
  padding-bottom: 0;
}
.account-frames .wishlist .products-content {
  padding: 0 0 25px;
}
.popup {
  position: absolute;
  display: none;
  z-index: 999;
  padding: 6px 5px 5px 4px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
  margin: 20px 0 0;
}
.popup .holder {
  width: 350px;
  position: relative;
  background: #fff;
  padding: 43px;
  overflow: hidden;
  border: 2px solid #efeff0;
}

.holder-city,.holder-paysys{
    width: 600px;
    position: relative;
    background: #fff;
    padding: 43px;
    overflow: hidden;
    border: 2px solid #efeff0;
}
.holder-paysys ul,.holder-paysys ol{list-style:decimal;}
.holder-city .btn-close,.holder-paysys .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 11px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/bitrix/templates/youstore_/css/../images/ico-close2.png) no-repeat;
}

.bonus-popup h2{font-size: 15px;font-weight: 500;}

.popup.product-popup .holder {
  width: 936px;
}
.popup .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 11px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/ico-close2.png) no-repeat;
  z-index: 88;
}
.popup .title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 27px;
  color: #a9a6a5;
  font-size: 14px;
}
.popup .title h2 {
  color: #575656;
  font-size: 25px;
  line-height: 28px;
}
.popup .title p {
  margin: 20px 0 0;
}
.popup-form {
  width: 100%;
  margin: 0 0 20px;
}
.popup-form .row:first-child {
  margin: 0;
}
.popup-form .row {
  width: 100%;
  margin: 16px 0 0;
}
.popup-form:after,
.popup-form .row:after {
  display: block;
  clear: both;
  content: "";
}
.popup-form .text {
  color: #a3a2a2;
  font-size: 17px;
  line-height: 22px;
  padding: 8px 15px;
  float: left;
  border: 1px solid #efefef;
  font-weight: 300;
  width: 318px;
}
.popup-form .text.short {
  width: 135px;
}
.popup-form .check-cell {
  width: 100%;
  overflow: hidden;
}
.popup-form .check-cell label {
  color: #424240;
  font-size: 15px;
  font-weight: 300;
}
.popup-form .submit {
  float: left;
  margin: 0 15px 0 0;
  font-size: 14px;
  width: 91px;
}
.reg-popup .popup-form .submit {
  width: 167px;
}
.call-popup .popup-form .submit {
  width: 146px;
}
.popup-form .links {
  float: left;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
}
.popup-form .links a {
  float: left;
  clear: both;
  border-bottom: 1px dashed #235488;
  margin: 3px 0;
}
.popup-form .links a:hover {
  border: 0;
  padding: 0 0 1px;
  text-decoration: none;
}
.popup-socials {
  color: #a9a6a5;
  font-size: 14px;
  font-weight: 300;
}
.popup-socials p {
  margin: 0 0 15px;
}
.popup-socials .socials-list {
  position: static;
}
.popup-socials .socials-list li {
  float: left;
  margin: 0 5px 0 0;
}
.popup-socials .socials-list a {
  float: left;
  width: 28px!important;
  height: 28px!important;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-socials-popup.png) no-repeat !important;
}
.popup-socials .socials-list .vkontakte a {
  background-position: 0 0!important;
}
.popup-socials .socials-list .facebook a {
  background-position: -33px 0 !important;
}
.popup-socials .socials-list .twitter a {
  background-position: -66px 0 !important;
}
.popup-socials .socials-list .googleoauth a {
  background-position: -99px 0 !important;
}
.captcha-box {
  float: left;
  border: 1px solid #000;
  margin: 0 18px 0 0;
}
.captcha-box img {
  float: left;
}
.product-popup .left {
  float: left;
  width: 428px;
}
.product-popup .images-block {
  width: 100%;
  position: relative;
}
.product-popup .mask {
  width: 370px;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.product-popup .mask .images {
  width: 99999px;
  overflow: hidden;
}
.product-popup .mask .images li {
  float: left;
  width: 370px;
  height: 400px;
}
.product-popup .mask .images li a {
  width: 370px;
  height: 400px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.product-popup .link-prev,
.product-popup .link-next {
  top: 180px;
  position: absolute;
  background: url(/bitrix/templates/youstore_/css/../images/bg-product-arrows.png) no-repeat;
  width: 22px;
  height: 38px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 22;
}
.product-popup .link-prev {
  left: 0;
}
.product-popup .link-next {
  right: 0;
  background-position: 0 100%;
}
.product-popup .images-frame {
  margin: 0 0 10px;
}
.product-popup .slides {
  width: 100%;
  overflow: hidden;
}
.product-popup .slides li:first-child {
  margin: 0;
}
.product-popup .slides li {
  float: left;
  margin: 0 0 0 18px;
  width: 93px;
  height: 87px;
}
.product-popup .slides li a {
  float: left;
  border: 2px solid #f4f3f3;
}
.product-popup .right {
  float: right;
  width: 480px;
}
.product-popup .title-holder {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px;
  border-bottom: 1px dotted #eaeaea;
}
.product-popup .title-holder .include {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
}
.product-popup .title-holder h2 {
  float: left;
  color: #575656;
  font-size: 25px;
  line-height: 30px;
  margin: 0 15px 0 0;
}
.product-popup .title-holder .include span,
.product-popup .id {
  float: left;
  color: #c9c7c6;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 0 15px;
}
.product-popup .marks {
  width: 100%;
  overflow: hidden;
}
.product-popup .marks .stars {
  float: left;
  margin: 5px 10px 0 0;
}
.product-popup .marks a {
  float: left;
  color: #a9a6a5;
  font-size: 14px;
  font-weight: 300;
}
.product-popup .info-box,
.add-popup .info-box {
  width: 100%;
  overflow: hidden;
}
.product-popup .price-box,
.add-popup .price-box {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.product-popup .price-box .price-item,
.add-popup .price-box .price-item {
  float: left;
  margin: 0 20px 0 0;
  color: #4a494a;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
}
.product-popup .price-box .price-item sub,
.add-popup .price-box .price-item sub {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 300;
  font-size: 13px;
}
.product-popup .price-box .link-delete,
.add-popup .price-box .link-delete {
  float: left;
  background: url(/bitrix/templates/youstore_/css/../images/bg-delete.png) no-repeat;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 8px 20px 0 0;
}
.product-popup .price-box .number,
.add-popup .price-box .number {
  color: #a3a2a2;
  font-size: 17px;
  line-height: 22px;
  padding: 5px 5px;
  text-align: center;
  float: left;
  border: 1px solid #efefef;
  font-weight: 300;
  width: 30px;
  margin: 0 25px 0 0;
}
.product-popup .price-box .status {
  float: left;
  padding: 0 0 0 27px;
  font-size: 16px;
  line-height: 32px;
}
.product-popup .price-box .available {
  background: url(/bitrix/templates/youstore_/css/../images/bg-added.png) no-repeat 0 50%;
  color: #6eb52c;
}
.product-popup .price-box .unavailable {
  background: url(/bitrix/templates/youstore_/css/../images/bg-removed.png) no-repeat 0 58%;
  color: #f15e48;
}
.product-popup .info-box .text,
.add-popup .info-box .text {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  margin: 0 0 20px;
}
.product-popup .selects,
.add-popup .selects {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dashed #e9e8e9;
}
.product-popup .selects:after,
.add-popup .selects:after {
  content: "";
  clear: both;
  display: block;
}
.product-popup .selects .jq-selectbox,
.add-popup .selects .jq-selectbox {
  margin: 0 15px 0 0;
}
.product-popup .size .jq-selectbox__select,
.add-popup .size .jq-selectbox__select {
  width: 135px !important;
}
.product-popup .selects .color .jq-selectbox__select-text,
.add-popup .selects .color .jq-selectbox__select-text {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 8px 0 0;
}
.product-popup .selects .blue .jq-selectbox__select-text,
.add-popup .selects .blue .jq-selectbox__select-text,
.product-popup .jq-selectbox li.blue,
.add-popup .jq-selectbox li.blue {
  background: #85c9bd;
}
.product-popup .selects .red .jq-selectbox__select-text,
.add-popup .selects .red .jq-selectbox__select-text,
.product-popup .jq-selectbox li.red,
.add-popup .jq-selectbox li.red {
  background: #f11414;
}
.product-popup .selects .yellow .jq-selectbox__select-text,
.add-popup .selects .yellow .jq-selectbox__select-text,
.product-popup .jq-selectbox li.yellow,
.add-popup .jq-selectbox li.yellow {
  background: #f0ff00;
}
.product-popup .selects .green .jq-selectbox__select-text,
.add-popup .selects .green .jq-selectbox__select-text,
.product-popup .jq-selectbox li.green,
.add-popup .jq-selectbox li.green {
  background: #a1c857;
}
.product-popup .jq-selectbox li.color,
.add-popup .jq-selectbox li.color {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 4px 0 4px 10px;
  padding: 0;
}
.product-popup .buttons,
.add-popup .buttons {
  width: 100%;
  overflow: hidden;
  margin: 0 0 27px;
}
.product-popup .buttons .btn-cart,
.add-popup .buttons .btn-cart {
  margin: 0 15px 0 0;
}
.buttons .btn-click {
  background: #a1c857;
  border-color: #95af55;
  width: 185px;
  text-align: center;
  line-height: 23px;
  height: 23px;
  padding: 7px 10px;
  font-size: 16px;
}
.product-popup .buttons .btn-cart.btn-tell {
  font-size: 19px;
  padding: 12px 50px 10px;
  width: auto;
}
.product-popup .buttons .btn-cart.btn-tell span {
  background: url(/bitrix/templates/youstore_/css/../images/bg-white-mail.png) no-repeat 0 5px;
}
.buttons .btn-click span {
  display: inline-block;
  line-height: 23px;
  padding: 0 0 0 30px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-btn-phone.png) no-repeat;
}
.product-popup .wish {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px;
}
.product-popup .link-wish {
  /*background: url(/bitrix/templates/youstore_/css/../images/ico-wish3.png) no-repeat;
  padding: 0 0 0 58px;
  min-height: 37px;
  display: block;
  color: #727272; */
    background: url(/bitrix/templates/youstore_/css/../images/ico-wish3.png) no-repeat;
    background-color: #EF85B0;
    border-bottom: 3px solid #EF85B0;
    color: #F9F9F9;
    width: 185px;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding: 7px 10px;
    font-size: 16px;
    margin-left: 14px;
}
.product-popup .link-wish.disabled {
  background: url(/bitrix/templates/youstore_/css/../images/bg-wishlist-dis.png) no-repeat;
}
.product-popup .link-details {
  display: inline-block;
  border-bottom: 1px dotted #235488;
  font-weight: 300;
  font-size: 17px;
}
.product-popup .link-details:hover {
  padding: 0 0 1px;
  text-decoration: none;
  border: 0;
}
.success-popup {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 20px;
  background: #fff;
  margin: 20px 0 0;
  text-align: center;
  width: 430px;
}
.success-popup img {
  display: inline-block;
  margin: 0 0 40px;
}
#feedback-success,
#resume-success {
  width: 250px;
}
.success-popup h2 {
  display: inline-block;
  font-size: 30px;
  line-height: 36px;
  color: #575656;
  margin: 0 0 20px;
}
.success-popup h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #7f7f7f;
  margin: 0 0 20px;
}
.success-popup p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #7f7f7f;
}
.success-popup p a {
  border-bottom: 1px dotted #235488;
}
.success-popup p a:hover {
  text-decoration: none;
  border: 0;
}
.success-popup .btn-close {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-delete.png) no-repeat;
}
.popup.add-profile .holder,
.popup.popup-edit .holder {
  width: 600px;
}
.popup.add-profile .popup-form .text,
.popup.popup-edit .popup-form .text {
  width: 568px;
}
.popup.add-profile .popup-form .jq-selectbox__select,
.popup.popup-edit .popup-form .jq-selectbox__select {
  width: 558px !important;
}
.visual-new {
  width: 1246px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
}
.visual-product.left {
  float: left;
}
.visual-product.right {
  float: right;
}
.visual-product {
  width: 222px;
  height: 373px;
  position: relative;
  overflow: hidden;
}
.visual-new .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: url(/bitrix/templates/youstore_/css/../images/bg-transparent50.png), url(/bitrix/templates/youstore_/css/../images/bg-dash3.png);
}
.visual-product .text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.visual-product .text .frame {
  width: 222px;
  height: 373px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.visual-product .text strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}
.visual-product .text h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  margin: 0 0 10px;
}
.visual-product .text p {
  display: inline-block;
  padding: 6px 10px 8px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-text-shadow.png);
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 15px;
}
.visual-product .btn-cart {
  width: auto;
}
.visual-new .visual-gal {
  width: 479px;
  height: 373px;
  float: left;
  margin: 0 30px;
  overflow: hidden;
}
.visual-new #carousel {
  width: 99999px;
  overflow: hidden;
}
.visual-new #carousel li {
  width: 479px;
  height: 373px;
  float: left;
  position: relative;
  overflow: hidden;
}
.visual-gal .ic_caption {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.visual-gal:hover .ic_caption .frame {
  opacity: 1;
}
.visual-gal .ic_caption .frame {
  width: 479px;
  height: 373px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.visual-gal h3 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  display: inline-block;
  width: 385px;
}
.visual-gal .button {
  margin-bottom: 30px;
  font-size: 15px;
}
.visual-banner {
  float: left;
  width: 226px;
  height: 373px;
  position: relative;
}
.visual-banner .top-banner {
  width: 226px;
  height: 174px;
  background: #f4f4f4;
}
.visual-banner .top-banner a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 226px;
  height: 174px;
}
.visual-banner .top-banner a:hover {
  text-decoration: none;
}
.visual-banner .top-banner em {
  color: #a0a09f;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin: 0 0 13px;
}
.visual-banner .top-banner strong {
  color: #235488;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  margin: 0 0 13px;
}
.visual-banner .top-banner span {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #7c7c7c;
  text-indent: -9999px;
  overflow: hidden;
}
.visual-banner .bottom-banner {
  width: 206px;
  border: 2px solid #235488;
  padding: 8px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.visual-banner .bottom-banner .holder {
  background: #235488;
}
.visual-banner .bottom-banner .holder a:hover {
  text-decoration: none;
}
.visual-banner .bottom-banner .holder a {
  display: table-cell;
  width: 206px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
}
.visual-banner .bottom-banner .holder strong {
  color: #fff;
  font: 23px/27px "Courier New", Courier, monospace;
  display: block;
  font-weight: bold;
}
.article-container {
  float: left;
  width: 990px;
}
.article-container .a-boxes {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #5a5a5a;
}
.article-container .a-box {
  width: 100%;
  overflow: hidden;
  margin: 0 0 50px;
}
.article-container h2 {
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}
.article-container .align-left {
  float: left;
  margin: 0 45px 0 0;
}
.article-container .align-right {
  float: right;
  margin: 0 0 0 45px;
}
.jobs-offers {
  width: 100%;
  margin: 0 0 50px;
}
.jobs-offers:after,
.job-items:after {
  clear: both;
  content: "";
  display: block;
}
.job-items {
  width: 110%;
  margin: 40px 0 0 -32px;
}
.job-items .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 480px;
  height: 192px;
  margin: 0 0 35px 32px;
}
.job-items .item .photo {
  position: absolute;
  left: 7px;
  top: 0;
  width: 83px;
  height: 100%;
}
.job-items .item.red .photo {
  left: 8px;
}
.job-items .item .photo .holder {
  width: 83px;
  height: 190px;
  display: table-cell;
  vertical-align: middle;
}
.job-items .item .photo img {
  width: 83px;
  height: 83px;
}
.job-items .item .text {
  float: right;
  padding: 6px 5px;
  overflow: hidden;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
.job-items .item .image {
  display: inline-block;
  width: 83px;
  height: 83px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/bitrix/templates/youstore_/css/../images/img-guy1.png) no-repeat;
}
.job-items .item.red .image {
  background: url(/bitrix/templates/youstore_/css/../images/img-guy2.png) no-repeat;
}
.job-items .item.red .text {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
}
.job-items .item .text .holder {
  width: 356px;
  height: 140px;
  padding: 18px 9px 18px 59px;
  background: #fff;
  border: 1px solid #f5f5f5;
}
.job-items .item.red .text .holder {
  border: 0;
  padding: 19px 10px 19px 60px;
}
.job-items .item .text h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 13px;
  font-weight: 400;
}
.job-items .item .text p:first-child {
  margin: 0;
}
.job-items .item .text p {
  margin: 0 0 13px;
}
.job-items .item .text p strong {
  font-weight: 400;
}
.job-items .item .link {
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 13px;
}
.job-items .item .link a {
  color: #a0a09f;
  border-bottom: 1px dotted #a0a09f;
}
.job-items .item .link a:hover {
  text-decoration: none;
  color: #235488;
  border-bottom: 1px dotted #235488;
}
.job-items .item.red .link a {
  color: #235488;
  border-bottom: 1px dotted #235488;
}
.our-team {
  width: 100%;
  overflow: hidden;
}
.our-team .items {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 0;
}
.our-team .items .item {
  float: left;
  width: 225px;
  margin: 0 0 0 30px;
  text-align: center;
}
.our-team .items .item:first-child {
  margin: 0;
}
.our-team .items .image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 -50px;
}
.our-team .items .item .text {
  border: 1px solid #f5f5f5;
  padding: 70px 20px 30px;
  color: #5a5a5a;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
}
.our-team .items .item .title {
  margin: 0 0 20px;
}
.our-team .items .item h2 {
  margin: 0;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 400;
}
.our-team .items .item h3 {
  font-size: 15px;
  color: #b3b2b2;
}
.quotes-list {
  width: 226px;
  overflow: hidden;
  position: relative;
}
.quotes-list .mask {
  width: 226px;
  overflow: hidden;
  position: relative;
}
.quotes-list .items {
  width: 99999px;
  float: left;
}
.quotes-list .item {
  float: left;
  width: 226px;
}
.quotes-list .item .quote {
  padding: 16px 0 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-quote-t.png) no-repeat;
  overflow: hidden;
  margin: 0 0 20px;
}
.quotes-list .item .quote .holder {
  padding: 0 0 21px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-quote-b.png) no-repeat 0 100%;
  overflow: hidden;
}
.quotes-list .item .quote .frame {
  background: url(/bitrix/templates/youstore_/css/../images/bg-quote-m.png) repeat-y;
  padding: 8px 21px 50px;
  overflow: hidden;
  color: #5a5a5a;
}
.quotes-list .item .quote .frame q {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.quotes-list .item .photo {
  margin: 0 auto;
  width: 196px;
  overflow: hidden;
  color: #b3b2b2;
  font-size: 13px;
  line-height: 16px;
}
.quotes-list .item .photo img {
  float: left;
  margin: 0 15px 0 0;
}
.quotes-list .item .photo h4 {
  color: #1d1d1b;
  font-size: 15px;
  margin: 4px 0 5px;
}
.quotes-list .pagess {
  position: absolute;
  left: 0;
  top: 170px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.quotes-list .pagess li {
  display: inline-block;
  vertical-align: top;
}
.quotes-list .pagess li a {
  float: left;
  width: 8px;
  height: 10px;
  outline: none;
  background: url(/bitrix/templates/youstore_/css/../images/bg-testemonials-small.png) no-repeat 100% 50%;
  text-indent: -9999px;
  overflow: hidden;
}
.quotes-list .pagess li a.active,
.quotes-list .pagess li a:hover {
  background-position: 4px 50%;
}
.cart-container {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.cart-container .items {
  width: 110%;
  /*overflow: hidden;*/
  margin: -25px 0 30px -16px;
}
.cart-container .items:after {
  content: "";
  display: block;
  clear: both;
}
.cart-container .items .item,
.tab-items .product-item {
  margin: 25px 0 0 16px;
  float: left;
  width: 225px;
  position: relative;
  padding: 6px 5px;
  z-index: 2;
  text-align: center;
}
.menu-tabs-section .tab-items .product-item {
  width: 186px;
  margin: 0 0 0 13px;
  padding: 6px 5px 14px;
}
.menu-tabs-section .tab-items .product-item:first-child {
  margin: 0;
}
.menu-tabs-section .tab-items .product-item .image {
  height: 120px;
}
.tab-items .product-item .title h3 {
  height: 48px;
  overflow: hidden;
}
.tab-items .product-item {
  margin: 0 0 0 17px;
}
.cart-container .items .item:hover,
.tab-items .product-item:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
}
.item-form-holder {
  position: relative;
  overflow: hidden;
  padding: 0 0 70px;
}
.item-form-holder .price-frame {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cart-container .items .item-holder {
  background: #fff;
  border: 1px solid #f8f7f7;
}
.cart-container .item:hover .item-delete {
  display: block;
}
.cart-container .item-delete {
  display: none;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/bg-delete.png) no-repeat;
}
.cart-container .item .holder {
  padding: 25px 25px 15px;
  overflow: hidden;
}
.cart-container .item .image {
  width: 100%;
  height: 125px;
  overflow: hidden;
  margin: 0 0 20px;
}
.cart-container .item .image a {
  width: 173px;
  height: 125px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cart-container .item .title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 35px;
}
.cart-container .item .title h2 {
  font-size: 15px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  color: #575656;
  margin: 0;
}
.cart-container .item .title h2 a {
  color: #575656;
}
.cart-container .item .id {
  color: #c9c7c6;
  font-size: 14px;
  font-weight: 300;
}
.cart-container .item .frame {
  padding: 15px 15px 20px;
  border-top: 1px dotted #d9d8d8;
}
.cart-container .item .frame:after {
  content: "";
  display: block;
  clear: both;
}
.cart-container .item .frame h3 {
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  color: #878787;
  margin: 0 0 12px;
}
.cart-container .item .row:first-child {
  margin: 0;
}
.cart-container .item .row {
  margin: 20px 0 0;
}
.cart-container .item .price {
  display: inline-block;
  margin: 0 8px 0 0;
  color: #235488;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.cart-container .item .price sub {
  font-weight: 300;
  font-size: 11px;
  vertical-align: text-bottom;
}
.cart-container .item .btn-delete {
  display: inline-block;
  margin: 6px 11px 0 0;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-delete.png) no-repeat;
}
.cart-container .item .number {
  display: inline-block;
  width: 20px;
  text-align: center;
  padding: 5px 5px 5px 4px;
  border: 1px solid #efefef;
  color: #a3a2a2;
  vertical-align: top;
}
.cart-container .item .jq-selectbox__select {
  width: 140px !important;
  text-align: left;
}
.cart-container .item .jq-selectbox ul {
  text-align: left;
}
.cart-container .item .jq-checkbox.checked {
  background-position: 0 0;
}
.cart-container .item .jq-checkbox.checked div {
  background: url(/bitrix/templates/youstore_/css/../images/ico-check.png) no-repeat 50%;
  width: 100%;
  height: 100%;
}
.cart-container .item .jq-checkbox.green {
  background: #85c9bd;
}
.cart-container .item .jq-checkbox.purple {
  background: #e83489;
}
.cart-container .item .jq-checkbox.cyan {
  background: #74bce9;
}
.cart-container .item .jq-checkbox.brown {
  background: #301c10;
}
.cart-container .item .jq-checkbox.teal {
  background: #fcce91;
}
.cart-container .total {
  width: 100%;
  overflow: hidden;
  margin: 0 0 35px;
  color: #444;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}
.cart-container .total strong {
  font-weight: 500;
}
.cart-container .total sub {
  vertical-align: baseline;
  font-size: 15px;
}
.cart-container .text-row {
  width: 100%;
  overflow: hidden;
  margin: 0 0 22px;
}
.cart-container .text-row h3 {
  float: left;
  font-size: 19px;
  line-height: 23px;
  color: #575757;
  font-weight: 400;
  margin: 0 24px 0 0;
}
.cart-container .text-row .how {
  line-height: 23px;
  font-size: 13px;
  color: #bfbebe;
  border-bottom: 1px dashed #bfbebe;
  padding: 0 0 2px;
}
.cart-container .text-row .how:hover {
  text-decoration: none;
  border: 0;
}
.cart-container .promo-form {
  width: 100%;
  overflow: hidden;
  margin: 0 0 60px;
}
.cart-container .promo-form .text {
  float: left;
  padding: 11px 12px;
  border: 1px solid #efefef;
  height: 17px;
  font-size: 15px;
  font-weight: 300;
}
.cart-container .promo-form .submit {
  float: left;
  background: #ea543f url(/bitrix/templates/youstore_/css/../images/bg-check-submit.png) no-repeat 50%;
  width: 41px;
  height: 41px;
  overflow: hidden;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}
.cart-container .buttons .btn-cart {
  width: 162px;
  margin: 0 20px 0 0;
}
.cart-container .buttons .btn-click {
  width: 213px;
}
.advice-box {
  width: 226px;
  overflow: hidden;
  position: relative;
}
.advice-box .mask {
  width: 226px;
  overflow: hidden;
  position: relative;
}
.advice-box .items {
  width: 99999px;
  float: left;
}
.advice-box .item {
  float: left;
  width: 224px;
  border: 1px solid #f5f5f5;
  text-align: center;
  padding: 10px 0 20px;
}
.advice-box .item .image {
  height: 170px;
  margin: 0 0 5px;
}
.advice-box .item h2 {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 22px;
  color: #2d2d2d;
  font-weight: 400;
}
.advice-box .item h2 a {
  color: #2d2d2d;
}
.advice-box .item .new-price {
  color: #235488;
  font-size: 23px;
  font-weight: 500;
  line-height: 26px;
}
.advice-box .item .new-price sup {
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  padding: 0 0 0 3px;
}
.advice-box .link-prev,
.advice-box .link-next {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 133px;
  width: 53px;
  outline: none;
  height: 59px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  background: url(/bitrix/templates/youstore_/css/../images/bg-carousel-arrows.png) no-repeat;
}
.advice-box .link-prev {
  left: 0;
}
.advice-box .link-prev:hover {
  background-position: 0 -204px;
}
.advice-box .link-next {
  right: 0;
  background-position: 0 -71px;
}
.advice-box .link-next:hover {
  background-position: 0 -137px;
}
.advice-box:hover .link-prev,
.advice-box:hover .link-next {
  opacity: 1;
}
.products-items-list {
  width: 100%;
}
.products-items-list .item {
  margin: 35px 0 0;
  border: 1px solid #f8f7f7;
  position: relative;
}
.products-items-list .item .holder {
  padding: 35px;
}
.products-items-list .item .holder:after,
.products-items-list .item:after,
.products-items-list:after {
  content: "";
  display: block;
  clear: both;
}
.products-items-list .item .image {
  float: left;
  width: 235px;
  height: 269px;
  position: relative;
  text-align: center;
  margin: 0 35px 0 0;
}
.products-items-list .item .image a {
  display: table-cell;
  width: 235px;
  height: 269px;
  vertical-align: middle;
}
.products-items-list .item:hover .quick-view {
  opacity: 1;
}
.products-items-list .item .quick-view {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 100px;
  display: block;
  left: 30px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-eye.png) no-repeat 18px 50%, url(/bitrix/templates/youstore_/css/../images/bg-transparent45.png);
  color: #fff;
  padding: 7px 16px 9px 40px;
  font-size: 14px;
}
.products-items-list .item .text {
  overflow: hidden;
  height: 1%;
}
.products-items-list .item .title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
}
.products-items-list .item .title h3 {
  float: left;
  font-size: 18px;
  line-height: 22px;
  margin: 0 15px 0 0;
}
.products-items-list .item .title h3 a {
  color: #2D2D2D;
}
.products-items-list .item .title .id {
  margin: 5px 0 0;
  float: left;
  font-size: 14px;
  line-height: 16px;
  color: #c9c7c6;
  font-weight: 300;
}
.products-items-list .item .stars {
  margin: 0 0 15px;
}
.products-items-list .item .price {
  margin: 0 0 15px;
}
.products-items-list .item .new-price {
  color: #235488;
  font-size: 23px;
  line-height: 26px;
  font-weight: 500;
}
.products-items-list .item .new-price sup {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  padding: 0 0 0 3px;
}
.products-items-list .item .detail {
  margin: 0 0 20px;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.products-items-list .item .link-heart {
  display: inline-block;
  padding: 0 0 0 16px;
  color: #525151;
  font-size: 12px;
  font-weight: 300;
  background: url(/bitrix/templates/youstore_/css/../images/ico-heart-red.png) no-repeat 0 6px;
}
.products-items-list .new {
  display: block;
  background: url(/bitrix/templates/youstore_/css/../images/bg-new.png) no-repeat;
  width: 58px;
  height: 58px;
  padding: 0 0 6px 6px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 6;
}
.products-items-list .percent {
  display: block;
  background: url(/bitrix/templates/youstore_/css/../images/bg-percent.png) no-repeat;
  width: 58px;
  height: 58px;
  padding: 0 0 6px 6px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 6;
  text-indent: -9999px;
}
.products-items-list .discount {
  display: block;
  background: url(/bitrix/templates/youstore_/css/../images/bg-discount.png) no-repeat;
  width: 58px;
  height: 58px;
  padding: 0 0 6px 6px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 6;
}
.products-items-list .video-link {
  display: block;
  background: url(/bitrix/templates/youstore_/css/../images/bg-play.png) no-repeat;
  width: 58px;
  height: 58px;
  padding: 0 0 6px 6px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 6;
  text-indent: -9999px;
}
.products-items-list .hit {
  display: block;
  background: url(/bitrix/templates/youstore_/css/../images/bg-hit.png) no-repeat;
  width: 58px;
  height: 58px;
  padding: 0 0 6px 6px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 6;
}
.products-items-listview {
  width: 100%;
}
.products-items-listview .item {
  margin: 0 0 20px;
  border: 1px solid #f8f7f8;
}
.products-items-listview:after,
.products-items-listview .item:after,
.products-items-listview .item .cell:after {
  content: "";
  display: block;
  clear: both;
}
.products-items-listview .item .align {
  vertical-align: middle;
  display: table-cell;
  height: 50px;
}
.products-items-listview .item .cell:first-child {
  margin: 0;
}
.products-items-listview .item .cell {
  padding: 5px 18px;
  border-left: 1px dotted #f0f0f0;
}
.products-items-listview .item .name {
  float: left;
  width: 510px;
}
.products-items-listview .item .name h3 {
  font-size: 17px;
  line-height: 23px;
  float: left;
  margin: 0 20px 0 0;
  max-width: 555px;
}
.products-items-listview .item .name span {
  font-size: 14px;
  line-height: 23px;
  color: #c9c7c6;
  font-weight: 300;
  float: left;
}
.products-items-listview .item .name h3 a {
  color: #2d2d2d;
}
.products-items-listview .item .name h3 a:hover {
  color: #235488;
  text-decoration: none;
}
.products-items-listview .item .amount {
  padding-left: 10px;
  padding-right: 10px;
  color: #235488;
  float: left;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
}
.amount-box {
  overflow: hidden;
  text-align: center;
}
.amount-box .butn {
  display: inline-block;
  background: none;
  border: 0;
  color: #666;
  cursor: pointer;
  width: 20px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.amount-box .butn span {
  font-size: 18px;
  font-weight: 300;
}
.amount-box .btn-minus {
  padding-top: 3px;
}
.amount-box .btn-plus {
  padding-top: 5px;
}
.amount-text {
  font-size: 18px;
  color: #333;
  display: inline-block;
  background: none;
  text-align: center;
  width: 35px;
  border: 0;
}
.products-items-listview .item .price .align {
  width: 120px;
  text-align: center;
}
.products-items-listview .item .price {
  float: left;
  width: 120px;
  text-align: center;
  color: #235488;
  font-size: 23px;
  line-height: 26px;
}
.products-items-listview .unavailable .price {
  color: #c9c7c6;
}
.products-items-listview .item .price sup {
  font-size: 10px;
  line-height: 17px;
  font-weight: 300;
}
.products-items-listview .item .btns {
  float: right;
  min-width: 269px;
}
.products-items-listview .item .btn {
  float: left;
}
.products-items-listview .item .btn a {
  float: left;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.products-items-listview .item .btn a:hover .tooltip {
  opacity: 1;
}
.products-items-listview .item .tooltip {
  opacity: 0;
  font-size: 13px;
  color: #a09d9c;
  line-height: 30px;
  padding: 0 0 8px;
  width: 94px;
  font-weight: 300;
  position: absolute;
  left: -38px;
  top: -48px;
  text-align: center;
  background: url(/bitrix/templates/youstore_/css/../images/bg-tooltip.png) no-repeat;
}
.products-items-listview .item .link-like {
  width: 17px;
  height: 15px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-wish4.png) no-repeat;
}
.products-items-listview .item .link-like:hover {
  background: url(/bitrix/templates/youstore_/css/../images/ico-wish4-hover.png) no-repeat;
}
.products-items-listview .item .link-cart {
  width: 21px;
  height: 17px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-cart3.png) no-repeat;
}
.products-items-listview .item .link-cart:hover {
  background: url(/bitrix/templates/youstore_/css/../images/ico-cart3-hover.png) no-repeat;
}
.items-cells {
  margin-left: -27px;
}
.items-cells,
.wishlist .product-item {
  padding: 6px 6px 5px 5px;
}
.products-content .product-item {
  margin-left: 19px;
}
.wishlist .product-item .expand-holder {
  border-color: #f5f5f5;
}
.wishlist .product-item:hover {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
}
.wishlist .product-item:hover .holder {
  border-color: #f5f5f5;
}
.wishlist .product-item .expand {
  background: url(/bitrix/templates/youstore_/css/../images/bg-item-border.png);
  padding: 0 6px 5px 5px;
}
.wishlist .product-item:hover .expand-holder {
  border-color: #f5f5f5;
}
.wishlist .product-item:hover .item-delete {
  display: block;
}
.wishlist .product-item .item-delete {
  display: none;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/bg-delete.png) no-repeat;
  z-index: 99;
}
.likes {
  width: 100%;
  overflow: hidden;
}
.likes li {
  float: left;
  margin: 0 25px 0 0;
  /*line-height: 42px;*/
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.likes li a {
  float: left;
  width: 45px;
  height: 42px;
  line-height: 42px;
  padding: 0 0 0 42px;
  color: #777;
  background: url(/bitrix/templates/youstore_/css/../images/bg-likes.png) no-repeat;
}
.likes li .vk {
  background-position: 0 0;
}
.likes li .fb {
  background-position: -111px 0;
}
.likes li .twitter {
  background-position: -222px 0;
}
.selectbox {
  width: 100%;
  text-align: center;
}
.selectbox .select {
  display: inline-block;
  width: 140px;
  text-align: left;
  border: 1px solid #EFEFEF;
  color: #A3A2A2;
  font: 14px/40px Arial, Tahoma, sans-serif;
  height: 40px;
  padding: 0 30px 0 10px;
  position: relative;
}
.selectbox .select .def-text {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 12px 2px 11px;
  border: 0;
  width: 140px;
  height: 17px;
  line-height: 17px;
  cursor: pointer;
}
.selectbox .select s {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 40px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-select-arrows.png) no-repeat 50% 50%;
}
.selectbox .select ul {
  background: #FFF;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #C6CBD0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: -1px;
  overflow: auto;
  position: absolute;
  top: 40px;
  width: 180px;
  z-index: 999;
}
.selectbox .select.parent-focus ul {
  display: block;
}
.selectbox .select ul li {
  padding: 5px 10px 6px;
  color: #231F20;
}
.selectbox .select ul li .hidden {
  display: none;
}
.selectbox .select ul li:hover {
  background: #08C;
  color: #fff;
  cursor: pointer;
}
.faq-section {
  width: 100%;
  overflow: hidden;
}
.faq-section .row:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.faq-section .row {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px dotted #dfdedf;
}
.faq-section .expander {
  display: none;
  padding: 20px 0 0 55px;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
.faq-section .link-show {
  display: block;
  padding: 0 0 0 55px;
  line-height: 36px;
  font-size: 18px;
  color: #575656;
  outline: none;
}
.faq-section .link-show {
  background: url(/bitrix/templates/youstore_/css/../images/ico-plus.png) no-repeat 2px 0;
}
.faq-section .opened .link-show {
  background: url(/bitrix/templates/youstore_/css/../images/ico-minus.png) no-repeat 2px 0;
}
.review-section {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.other-reviews {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  /*margin: 0 0 45px; - add*/
}
.other-reviews .items {
  width: 100%;
  overflow: hidden;
}
.other-reviews .items .item:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.other-reviews .items .item {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px dotted #d6d6d6;
  clear: both;
}
.other-reviews .image {
  float: left;
  width: 146px;
  margin: 0 40px 0 0;
}
.other-reviews .text-holder {
  overflow: hidden;
  height: 1%;
  color: #5a5a5a;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.other-reviews h3 {
  color: #575656;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 7px;
}
.other-reviews .date {
  color: #878787;
  font-size: 14px;
  display: block;
  font-weight: 300;
  margin: 0 0 11px;
  font-style: normal;
}
.other-reviews .text-holder p {
  margin: 0 0 9px;
}
.other-reviews .link-holder a {
  display: inline-block;
  color: #235488;
  font-size: 13px;
  font-weight: 400;
  /*border-bottom: 1px dashed #235488;  */
}
.other-reviews .link-holder a:hover {
  border: 0;
  text-decoration:underline;
  color: #235488;
  padding: 0 0 1px;
}
.article-container .review-section .brief h2 {
  color: #575656;
  font-size: 25px;
  margin: 0 0 25px;
}
.review-section .brief {
  width: 100%;
  overflow: hidden;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 45px;
}
.rew-cols {
  width: 100%;
}
.rew-cols .links {
  float: left;
  width: 104px;
}
.scroll-to-fixed-fixed.links {
  margin: 100px 0 0;
}
.rew-cols .links .item {
  width: 100%;
  /*overflow: hidden;*/
  margin: 0 0 20px;
}
.rew-cols:after,
.rew-cols .links .item:after {
  content: "";
  display: block;
  clear: both;
}
.rew-cols .links .item a {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #f1f1f1;
  position: relative;
  outline: none;
  z-index: 3;
}
.rew-cols .links .item a:hover .ico-text,
.rew-cols .links .item a:hover {
  display: block;
  border-color: #f1f1f1;
}
.rew-cols .links .item .ico-text {
  display: none;
  position: absolute;
  left: 100px;
  top: -1px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-width: 1px 1px 1px 0;
  height: 100px;
  line-height: 100px;
  padding: 0 35px 0 20px;
  color: #717070;
  font-style: normal;
  font-size: 19px;
  white-space: nowrap;
}
.rew-cols .links .item .icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.rew-cols .links .item .icon-holder {
  width: 98px;
  height: 98px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.rew-cols .links .item a.active,
.rew-cols .links .item a.active .ico-text {
  border-color: #ea543f !important;
}
.rew-cols .contents-holder {
  float: right;
  width: 847px;
  color: #575656;
}
.contents-holder h2 {
  color: #575656;
  margin: 40px 0 40px;
}
.content-gal {
  width: 847px;
  height: 421px;
  overflow: hidden;
  position: relative;
  margin: 0 0 45px;
}
.content-box {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.content-gal .mask {
  width: 847px;
  height: 421px;
  overflow: hidden;
  position: relative;
}
.content-gal .link-prev,
.content-gal .link-next {
  position: absolute;
  top: 180px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 99;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.content-gal:hover .link-prev,
.content-gal:hover .link-next {
  opacity: 1;
}
.content-gal .link-prev {
  left: 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-visual-arrows.png) no-repeat;
}
.content-gal .link-next {
  right: 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-visual-arrows.png) no-repeat 0 100%;
}
.content-gal ul {
  width: 999999px;
  float: left;
}
.content-gal li {
  width: 847px;
  height: 421px;
  overflow: hidden;
  position: relative;
  float: left;
}
.content-gal li:hover .text-head {
  opacity: 1;
}
.content-gal .text-head {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(/bitrix/templates/youstore_/css/../images/bg-transparent45.png);
  padding: 20px 25px;
  color: #fff;
  font-size: 17px;
}
.rew-cols .contents-holder .text-details {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #5a5a5a;
}
.contents-holder .text-details p {
  margin: 0 0 20px;
}
.vacancy-popup {
  margin: 60px 0 0;
  display: none;
  position: absolute;
  width: 440px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash4.png);
  z-index: 9999;
  padding: 6px;
}
.vacancy-popup .holder {
  background: #fff;
  position: relative;
  border: 1px solid #f5f5f5;
}
.vacancy-popup:after,
.vacancy-popup .holder:after {
  content: "";
  display: block;
  clear: both;
}
.vacancy-popup .photo {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: -55px 0 0;
}
.vacancy-popup .photo .image {
  display: inline-block;
  width: 98px;
  height: 98px;
  border: 1px solid #f5f5f5;
  border-radius: 100%;
  background: #fff;
  position: relative;
}
.vacancy-popup .photo .image a {
  width: 98px;
  height: 98px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vacancy-popup .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/bg-delete2.png) no-repeat;
}
.vacancy-popup .text-block {
  padding: 30px;
  overflow: hidden;
  color: #1d1d1b;
}
.vacancy-popup .text-block h2 {
  color: #616160;
  font-size: 18px;
  margin: 0 0 23px;
  font-weight: 400;
}
.vacancy-popup .text-block h3 {
  color: #5a5a5a;
  font-size: 16px;
  margin: 0 0 13px;
  font-weight: 400;
}
.vacancy-popup .text-block h4 {
  color: #5a5a5a;
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 400;
}
.vacancy-popup .text-block ul {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.vacancy-popup .text-block ul li {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  padding: 0 0 0 15px;
  margin: 0 0 7px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-bullet.png) no-repeat 0 9px;
}
.vacancy-popup .buttons .button {
  padding: 7px 16px;
  margin: 0 10px 0 0;
  font-size: 14px;
}
.vacancy-popup .buttons .button.gray {
  background: #e5e5e4;
  color: #848484;
  border-color: #cececd;
}
.article-container .product-popup {
  margin: 0 0 10px;
}
.article-container .product-popup:after {
  content: "";
  clear: both;
  display: block;
}
.product-tabs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-tabs-list {
  width: 100%;
  overflow: hidden;
}
.product-tabs-list li {
  float: left;
  margin: 0 7px 0 0;
  font-size: 17px;
  font-weight: 300;
}
.product-tabs-list li a {
  padding: 15px;
  float: left;
  border: 1px solid #efefef;
  background: #fff;
  position: relative;
  z-index: 2;
  color: #484848;
}
.product-tabs-list li a.active,
.product-tabs-list li a:hover {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #235488;
  text-decoration: none;
}
.product-tabs .list-holder {
  border: 1px solid #efefef;
  padding: 20px;
  overflow: hidden;
  margin: -1px 0 0;
}
.tab-cols {
  width: 100%;
  overflow: hidden;
}
.tab-cols .left {
  float: left;
  width: 420px;
}
.tab-cols .right {
  float: right;
  width: 455px;
}
.tab-box {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.tab-box .box-title {
  margin: 0 0 18px;
  color: #575656;
  font-size: 17px;
  line-height: 31px;
  padding: 0 0 0 45px;
}
#features .tab-box .box-title {
  padding: 0;
}
.tab-box .tab-img {
  float: left;
  margin: 0 10px 0 0;
}
#features .tab-box .box-title {
  overflow: hidden;
}
.tab-box .box-title.icon1 {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-1.png) no-repeat 0 50%;
}
.tab-box .box-title.icon2 {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-2.png) no-repeat 0 50%;
}
.tab-box .box-title.icon3 {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-3.png) no-repeat 0 50%;
}
.tab-box .box-title.icon4 {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-4.png) no-repeat 0 50%;
}
.tab-box .box-title.icon5 {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-5.png) no-repeat 0 50%;
}
.tab-box .box-title.icon6 {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-6.png) no-repeat 0 50%;
}
.tab-box .box-title.icon7 {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-7.png) no-repeat 0 50%;
}
.tab-details {
  width: 100%;
  overflow: hidden;
}
.tab-details li {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.tab-details li .label {
  float: left;
  width: 259px;
  margin: 0 5px 0 0;
  color: #1d1d1b;
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash5.png) repeat-x 0 16px;
}
.tab-details li .label span {
  background: #fff;
  float: left;
  padding: 0 5px 0 0;
}
.tab-details li .value {
  float: left;
  width: 155px;
  color: #696969;
}
.tab-text {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.tab-text p {
  margin: 0 0 15px;
}
.tab-text .link-details,
.desc-article .link-details {
  color: #235488;
  font-size: 13px;
  border-bottom: 1px dashed #235488;
}
.tab-text .link-details:hover,
.desc-article .link-details:hover {
  border: 0;
  text-decoration: none;
}
.tab-video {
  width: 444px;
  height: 271px;
  position: relative;
  overflow: hidden;
}
.similars {
  position: relative;
}
.similars .items-include .mask {
  width: 908px;
  height: 344px;
}
.similars .tab-items .product-item {
  width: 203px;
}
.similars .tab-items .product-item .holder {
  width: auto;
}
.items-include .btn-next {
  right: 10px;
}
.desc-article {
  width: 100%;
  overflow: hidden;
}
.desc-gallery {
  float: right;
  width: 457px;
  margin: 0 0 0 30px;
}
.desc-gallery {
  width: 457px;
  height: 370px;
  position: relative;
  overflow: hidden;
}
.desc-gallery ul {
  width: 99999px;
  overflow: hidden;
}
.desc-gallery li {
  width: 457px;
  height: 370px;
  float: left;
  position: relative;
}
.desc-gallery li .slide-text {
  position: absolute;
  opacity: 0;
  width: 100%;
  color: #fff;
  font: bold 24px/38px Arial, Helvetica, sans-serif;
  bottom: 17px;
  left: 0;
  text-align: center;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.desc-gallery li:hover .slide-text {
  opacity: 1;
}
.desc-gallery .link-prev,
.desc-gallery .link-next {
  position: absolute;
  top: 155px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 99;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.desc-gallery:hover .link-prev,
.desc-gallery:hover .link-next {
  opacity: 1;
}
.desc-gallery .link-prev {
  left: 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-visual-arrows.png) no-repeat;
}
.desc-gallery .link-next {
  right: 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-visual-arrows.png) no-repeat 0 100%;
}
.desc-cells {
  width: 100%;
  overflow: hidden;
  margin: 0 0 35px;
}
.desc-article {
  color: #1d1d1b;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}
.desc-article h2 {
  color: #575656;
  font-size: 20px;
  margin: 0 0 18px;
}
.desc-article p {
  margin: 0 0 18px;
}
.comments-board {
  width: 100%;
}
.comments-board .item {
  margin: 0 -9999px 30px;
  padding: 0 9999px 30px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash4.png) repeat-x 0 100%;
}
.comments-board .item .header {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.comments-board .header .author {
  float: left;
  width: 600px;
}
.comments-board .header .avatar {
  float: left;
  width: 57px;
  margin: 0 15px 0 0;
}
.comments-board .header .avatar img {
  vertical-align: top;
}
.comments-board .header .name {
  margin: 0 0 7px;
  color: #484848;
  font-size: 21px;
  line-height: 25px;
}
.comments-board .header .name a {
  color: #484848;
}
.comments-board .header .date {
  color: #8c8887;
  font-size: 18px;
  display: block;
  font-style: normal;
  font-weight: 300;
}
.comments-board .header .votes {
  float: right;
  margin: 15px 0 0;
}
.comments-board .header .vote {
  float: left;
  margin: 0 0 0 30px;
  padding: 0 0 0 25px;
  width: 26px;
  text-align: center;
  color: #5a5a5a;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}
.comments-board .header .vote:hover {
  text-decoration: none;
}
.comments-board .header .vote.plus {
  background: url(/bitrix/templates/youstore_/css/../images/ico-thumb-up.png) no-repeat;
}
.comments-board .header .vote.minus {
  background: url(/bitrix/templates/youstore_/css/../images/ico-thumb-down.png) no-repeat;
}
.comments-board .advantages {
  width: 100%;
  overflow: hidden;
  margin: 0 0 5px;
  color: #6e6e6d;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.comments-board .advantages .row {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 0 27px;
}
.comments-board .advantages .row.plus {
  background: url(/bitrix/templates/youstore_/css/../images/ico-pluses.png) no-repeat 0 4px;
}
.comments-board .advantages .row.minus {
  background: url(/bitrix/templates/youstore_/css/../images/ico-minuses.png) no-repeat 0 4px;
}
.comments-board .advantages h3 {
  font-size: 17px;
  color: #575656;
  margin: 0 0 8px;
  font-weight: 400;
}
.comments-board .comment-text {
  color: #6e6e6d;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}
.comments-board .comment-mark {
  width: 100%;
  overflow: hidden;
  color: #575656;
  font-size: 16px;
  line-height: 22px;
}
.comments-board .comment-mark strong {
  float: left;
  margin: 0 13px 0 0;
  font-weight: 400;
}
.comments-board .comment-mark .stars {
  margin: 6px 0 0;
}
.comments-board .link-comment {
  display: inline-block;
  margin: 0 0 0 15px;
  color: #5a5a5a;
  font-weight: 300;
  padding: 0 0 0 25px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-comment.png) no-repeat 0 50%;
}
.comments-board .item.sub {
  margin: 0 0 30px;
  padding: 28px 0 30px 80px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash-answer.png) no-repeat;
}
.comments-board .add-review {
  width: 100%;
  overflow: hidden;
  padding: 30px 9999px 0;
  margin: 30px -9999px 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash4.png) repeat-x;
}
.comments-board .add-review h2 {
  color: #575656;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 22px;
}
.comments-board .add-review .row {
  width: 100%;
  overflow: hidden;
}
.comments-board .add-review .row .left {
  float: left;
  width: 348px;
}
.comments-board .add-review .text {
  float: left;
  color: #a3a2a2;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  padding: 8px;
  border: 1px solid #efefef;
  margin: 0 0 25px;
  width: 330px;
}
.comments-board .captcha-cell {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px;
}
.comments-board .captcha-cell img {
  float: left;
  border: 1px solid #000;
  margin: 0 10px 0 0;
}
.comments-board .captcha-cell .text {
  width: 154px;
  margin: 0;
}
.comments-board .mark-box {
  width: 100%;
  overflow: hidden;
  color: #a3a2a2;
  font-size: 17px;
  line-height: 22px;
}
.comments-board .mark-box strong {
  float: left;
  font-weight: 300;
  margin: 0 15px 0 0;
}
.comments-board .mark-box .stars {
  margin: 6px 0 0;
}
.comments-board .add-review .row .right {
  float: right;
  width: 538px;
}
.comments-board .add-review .right textarea,
.comments-board .add-review .new-comment textarea {
  float: left;
  color: #a3a2a2;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  padding: 8px;
  border: 1px solid #efefef;
  margin: 0 0 25px;
  width: 519px !important;
  height: 81px !important;
}
.comments-board .add-review .new-comment {
  margin: 0 0 25px;
  overflow: hidden;
  width: 100%;
}
.comments-board .add-review .new-comment textarea {
  margin: 0;
  width: 890px !important;
}
.comments-board .avatar-block {
  width: 100%;
  overflow: hidden;
  font-weight: 300;
  color: #a3a2a2;
  font-size: 17px;
  line-height: 22px;
}
.comments-board .avatar-block .row {
  margin: 0 0 10px;
}
.comments-board .avatar-block p {
  float: left;
  margin: 0 12px 0 0;
}
.comments-board .type-file {
  float: left;
  width: 73px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.comments-board .type-file em {
  font-style: normal;
  color: #235488;
  font-size: 13px;
  line-height: 22px;
  float: left;
}
.comments-board .type-file em span {
  display: inline-block;
  border-bottom: 1px dashed #235488;
}
.comments-board .type-file input {
  opacity: 0;
  width: 73px;
  margin: 0 -73px 0 0;
  cursor: pointer;
  float: left;
}
.comments-board .avatars {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.comments-board .avatars li.current {
  border: 2px dashed blue;
}
.comments-board .avatars li:first-child {
  margin: 0;
}
.comments-board .avatars li {
  margin: 0 0 0 18px;
  float: left;
}
.comments-board .button {
  font-size: 14px;
  padding: 7px 17px;
}
.some-holder {
  position: relative;
  overflow: hidden;
}
.some-holder .comments-board .add-review {
  background: none;
}
.some-holder .comments-board .add-review .row .right {
  width: 620px;
}
.some-holder .comments-board .add-review .right textarea {
  width: 600px !important;
  height: 143px !important;
}
.some-holder .comments-board .add-review .new-comment textarea {
  width: 970px !important;
}
.reviews-list {
  width: 1030px;
  overflow: hidden;
  margin: 0 0 0 -28px;
}
.reviews-list .item {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  margin: 0 0 40px 28px;
  padding: 0 0 15px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-dash4.png) repeat-x 0 100%;
}
.reviews-list .item .header {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px;
}
.reviews-list .item .header .avatar {
  float: left;
  margin: 0 17px 0 0;
}
.reviews-list .item .header .name {
  margin: 0 0 7px;
  color: #484848;
  font-size: 21px;
  line-height: 25px;
}
.reviews-list .item .name a {
  color: #484848;
}
.reviews-list .item .date {
  color: #8c8887;
  font-size: 18px;
  display: block;
  font-style: normal;
  font-weight: 300;
}
.reviews-list .item .text-holder {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0 0 15px;
}
.reviews-list .item .summary {
  width: 100%;
  overflow: hidden;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.reviews-list .item .summary .stars {
  float: left;
  margin: 4px 20px 0 0;
}
.home-cat {
  background: #fafafa;
  padding: 32px 0;
}
.home-cat h2 {
  color: #575757;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  padding: 0 0 0 38px;
  float: left;
  margin: 0 22px 0 0;
}
.home-cat h2 span {
  color: #777;
  font-size: 19px;
  line-height: 35px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}
.home-cat .button {
  padding: 8px 17px;
}
.home-cat h2.ico-phone {
  background: url(/bitrix/templates/youstore_/css/../images/ico-prod-1.png) no-repeat 0 50%;
}
.home-cat h2.ico-acc {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-5.png) no-repeat 0 50%;
}
.home-cat h2.ico-photo {
  background: url(/bitrix/templates/youstore_/css/../images/ico-details-4.png) no-repeat 0 50%;
}
.home-cat .home-cat-img {
  display: block;
  float: left;
}
.root-catalog #main > .container {
  width: 100%;
}
.root-catalog .page-main {
  padding: 0!important;
}
.root-carousel {
  background: #fff;
  padding: 0px 0;
  margin-bottom: -100px;
}
.add-popup .title-holder {
  text-align: center;
  margin: 0 0 25px;
}
.add-popup .title-holder h2 {
  color: #575656;
  font-size: 25px;
  line-height: 35px;
}
.add-popup .info-box {
  overflow: visible;
}
.add-popup .info-box:after {
  content: "";
  display: block;
  clear: both;
}
.add-popup .price-box {
  text-align: center;
}
.add-popup .price-box .price-item {
  display: inline-block;
  float: none;
}
.add-popup .price-box .link-delete {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.add-popup .price-box .number {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.add-popup .selects {
  border: 0;
  padding: 0;
  text-align: center;
}
.add-popup .buttons {
  text-align: center;
  margin: 0;
}
.add-popup .buttons .btn-cart {
  float: none;
  display: inline-block;
}
.add-popup .jq-selectbox__dropdown {
  text-align: left;
}
.history-table {
  overflow: hidden;
  margin: 0 0 40px;
}
.history-table .row {
  overflow: hidden;
}
.history-table .row.head .cell {
  background: #f8f7f7;
}
.history-table .row:first-child .cell {
  margin: 0 -1px 0 0;
}
.history-table .cell {
  font-weight: 300;
  display: table-cell;
  padding: 20px 25px;
  border: 1px solid #f4f4f4;
  margin: -1px -1px 0 0;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
}
.history-table .cell em {
  font-style: normal;
  color: #878787;
}
.history-table .cell strong {
  font-weight: 400;
}
.history-table .cell .green {
  color: #6ab650;
}
.history-table .cell .red {
  color: #235488;
}
.history-table .cell a {
  color: #999;
}
.history-table .cell-1 {
  width: 85px;
}
.history-table .cell-2 {
  width: 185px;
}
.history-table .cell-3 {
  width: 251px;
}
.history-table .cell-4 {
  width: 255px;
}
.history-table .btn-expand {
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  width: 15px;
  height: 22px;
  outline: none;
  background: url(/bitrix/templates/youstore_/css/../images/bg-table-expand-left.png) no-repeat 100% 50%;
}
.history-table .opened .btn-expand {
  background: url(/bitrix/templates/youstore_/css/../images/bg-table-expand-down.png) no-repeat 100% 50%;
}
.history-table .expander {
  display: none;
  width: 946px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #f4f4f4;
  border-top: 0;
}
.history-table .exp-table {
  width: 100%;
  border-collapse: collapse;
}
.history-table .exp-table img {
  float: left;
  margin: 0 15px 0 0;
}
.history-table .exp-table tr:first-child td {
  border: 0;
}
.history-table .exp-table td {
  line-height: 36px;
  font-size: 15px;
  padding: 15px 0;
  border-top: 1px dashed #e2e1e2;
  text-align: center;
}
.history-table .exp-table td.a-left {
  text-align: left;
}
.history-table .exp-table a {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 300;
}
.history-table .exp-table td em {
  color: #afafaf;
  font-size: 13px;
  line-height: 36px;
  font-style: normal;
}
.history-table .exp-table td .price {
  color: #235488;
  font-size: 19px;
  line-height: 36px;
  font-weight: 400;
}
.history-table .exp-table td .price sup {
  font-weight: 300;
  font-size: 10px;
}
.history-table .cell .pay-now {
  display: inline-block;
  color: #235488;
 /* margin: 0 0 0 15px;*/
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dotted #235488;
  text-decoration: none;
}
.history-table .cell .pay-now:hover {
  text-decoration: none;
  border: 0;
  padding: 0 0 1px;
}
.feed-form {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.feed-form .l-col {
  float: left;
  width: 350px;
  margin: 0 34px 0 0;
}
.feed-form .r-col {
  float: left;
  width: 590px;
}
.feed-form .buttons {
  clear: both;
  padding: 30px 0 0;
}
.feed-form .text:first-child {
  margin: 0;
}
.feed-form .text {
  margin: 18px 0 0;
  color: #a3a2a2;
  font-size: 17px;
  padding: 8px 12px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  float: left;
  border: 1px solid #dcdcda;
}
.feed-form textarea {
  color: #a3a2a2;
  font-size: 17px;
  padding: 8px 12px;
  font-weight: 300;
  width: 100% !important;
  box-sizing: border-box;
  height: 130px;
  float: left;
  border: 1px solid #dcdcda;
}
.feed-form .button {
  padding: 7px 13px;
  font-size: 14px;
}
.side-search {
  border: 1px solid #d1d1d1;
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px!important;
}
.side-search .text {
  float: left;
  border: 0;
  outline: none;
  background: none;
  padding: 2px;
  color: #929293;
  font-size: 13px;
  width: 150px;
}
.side-search .submit {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background: url(/bitrix/templates/youstore_/css/../images/ico-search.png) no-repeat;
}
.day-action {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px;
}
.day-action .day-title {
  overflow: hidden;
  height: 96px;
  width: 988px;
  /*margin: 0 0 35px;
  background: url(/bitrix/templates/youstore_/css/../images/Update_action.png) no-repeat;*/
}
.day-action .day-title h2 {
  float: left;
  /*color: #fff;*/
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  margin: 30px 0 0 0px;
}
.day-action .day-title span {
  float: right;
  margin: 30px 30px 0 0;
  /*color: #fff;*/
  font-size: 15px;
  line-height: 32px;
}
.day-action .text {
  width: 100%;
  overflow: hidden;
  font-weight: 300;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 23px;
}
.day-action .text p {
  margin: 0 0 14px;
}
.another-actions {
  color: #575656;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 40px;
}
.aside-timer {
  width: 100%;
  overflow: hidden;
}
.aside-timer .clock {
  width: 100%;
  overflow: hidden;
}
.aside-timer .digit:first-child {
  margin: 0;
}
.aside-timer .digit {
  float: left;
  width: 60px;
  margin: 0 0 0 15px;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.aside-timer .digit strong {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 3px;
  font-size: 23px;
  color: #a3a2a2;
  font-weight: 400;
}
.aside-timer .digit span {
  background: #fafafa;
  color: #909091;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  padding: 3px 0;
  display: block;
}
.dayproducts {
  margin: -23px 0 50px -18px;
}
.dayproducts .product-item.day-item .holder {
  border-color: #f6f6f6;
}
.dayproducts .product-item.day-item:hover .holder {
  border-color: #235488;
}
.success-order {
  width: 940px;
  margin: 80px auto;
  overflow: hidden;
  min-height: 200px;
  background: url(/bitrix/templates/youstore_/css/../images/img-happyguy.jpg) no-repeat 0 50%;
}
.success-message {
  overflow: hidden;
  padding: 0 0 0 220px;
  font-size: 16px;
  line-height: 25px;
  color: #5a5a5a;
  font-weight: 300;
}
.success-message .holder {
  position: relative;
  border: 2px solid #f8f8f8;
  border-radius: 40px;
  padding: 40px;
}
.success-message .holder:after {
  content: "";
  display: block;
  clear: both;
}
.success-message .corner {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 18px;
  height: 22px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-corner.png) no-repeat;
}
.success-message h2 {
  font-size: 25px;
  line-height: 30px;
  color: #575656;
  margin: 0 0 15px;
  font-weight: 400;
}
.success-message h3 {
  font-size: 20px;
  line-height: 25px;
  color: #8b8c8c;
  font-weight: 300;
  margin: 0 0 18px;
}
.success-message p {
  margin: 0 0 18px;
}
.success-message .wallet {
  overflow: hidden;
}
.success-message .wallet .img {
  width: 50px;
  float: left;
  margin: 0 16px 0 0;
}
.success-message .wallet .img .a-middle {
  height: 82px;
  width: 50px;
  text-align: left;
  display: table-cell;
  vertical-align: top;
}
.success-message h4 {
  margin: 0 0 7px;
  color: #2d2d2d;
  font-size: 17px;
  font-weight: 400;
}
.success-message .wallet p {
  margin: 0;
}
.success-message a {
  border-bottom: 1px dashed #235488;
  text-decoration: none;
}
.success-message a:hover {
  text-decoration: none;
  border: 0;
}
.callback-popup {
  position: absolute;
  z-index: 9999;
  text-align: center;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.callback-popup .holder {
  width: 400px;
  padding-bottom: 60px;
}
.callback-popup .image {
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 40px;
}
.callback-popup h2 {
  color: #575656;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 20px;
}
.callback-popup h3 {
  color: #7f7f7f;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  margin: 0 0 25px;
}
.callback-popup p a {
  border-bottom: 1px dashed #235488;
  text-decoration: none;
}
.callback-popup p a:hover {
  text-decoration: none;
  border: 0;
}
.rest-popup {
  position: absolute;
  z-index: 9999;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.rest-popup .holder {
  width: 600px;
}
.rest-popup h2 {
  color: #575656;
  font-weight: 400;
  font-size: 25px;
}
.rest-popup .title {
  font-size: 13px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #d8d7d7;
}
.rest-popup .title p {
  margin: 10px 0 0;
}
.rest-popup .links {
  width: 100%;
  overflow: hidden;
}
.rest-popup .link:first-child {
  margin: 0;
}
.rest-popup .link {
  border: 1px solid #efefef;
  float: left;
  width: 168px;
  height: 168px;
  margin: 0 0 0 45px;
}
.rest-popup .link a {
  width: 168px;
  height: 168px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.rest-popup .link a:hover {
  text-decoration: none;
}
.rest-popup .link em {
  display: table-cell;
  height: 60px;
  width: 168px;
  vertical-align: middle;
  text-align: center;
}
.rest-popup .link span {
  display: block;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 20px;
  margin: 20px 0 0;
}
.contacts-holder {
  float: left;
  width: 986px;
}
.contacts-holder .col-form {
  float: left;
  width: 480px;
}
.contacts-holder .col-info {
  float: right;
  width: 470px;
}
.contacts-holder h2 {
  color: #575656;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 30px;
  font-weight: 400;
}
.contact-form {
  width: 100%;
  overflow: hidden;
}
.contact-form .row {
  width: 100%;
  overflow: hidden;
  margin: 0 0 18px;
}
.contact-form .row .cell:first-child {
  margin: 0;
}
.contact-form .row .cell {
  float: left;
  width: 230px;
  margin: 0 0 0 20px;
}
.contact-form .row .text {
  color: #a3a2a2;
  font-size: 17px;
  line-height: 22px;
  padding: 8px 15px;
  float: left;
  border: 1px solid #efefef;
  font-weight: 300;
  width: 448px;
}
.contact-form .row .cell .text {
  width: 198px;
}
.contact-form .captcha-cell {
  width: 100%;
  overflow: hidden;
}
.contact-form .captcha-cell img {
  float: left;
  border: 1px solid #000;
  margin: 0 10px 0 0;
}
.contact-form .captcha-cell .text {
  width: 256px;
  margin: 0;
}
.contact-form textarea {
  color: #a3a2a2;
  font-size: 17px;
  line-height: 22px;
  padding: 8px 15px;
  float: left;
  border: 1px solid #efefef;
  font-weight: 300;
  width: 448px;
  height: 168px;
}
.contact-form .button {
  padding: 7px 16px;
  font-size: 14px;
}
.contact-boxes {
  width: 106%;
  overflow: hidden;
  margin: -23px 0 0 -23px;
}
.contact-boxes .box {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 192px;
  border: 1px solid #f8f8f8;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #5a5a5a;
  margin: 23px 0 0 23px;
}
.contact-boxes .box .holder {
  width: 220px;
  height: 192px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.contact-boxes .box .holder em {
  display: block;
  margin: 0 0 22px;
}
.contact-boxes .text strong {
  display: block;
  margin: 0 0 3px;
  font-weight: 400;
  font-size: 15px;
}
.contact-boxes .box a {
  border-bottom: 1px dashed #235488;
  text-decoration: none;
}
.contact-boxes .box a:hover {
  text-decoration: none;
  border: 0;
}
.fly-message {
  background: rgba(255, 255, 255, 0.98);
  padding: 25px 0;
  line-height: 40px;
  font-size: 19px;
  font-weight: 300;
  color: #525151;
  position: fixed;
  left: 0;
  top: 69px;
  z-index: 99;
  width: 100%;
  text-align: center;
  display: none;
}
.fly-message p {
  display: inline-block;
  padding: 0 0 0 55px;
}
.fly-message.cart p {
  background: url(/bitrix/templates/youstore_/css/../images/ico-message-cart.png) no-repeat 0 47%;
}
.fly-message.wishlist p {
  background: url(/bitrix/templates/youstore_/css/../images/ico-message-wish.png) no-repeat 0 50%;
}
.order-container {
  float: left;
  width: 990px;
}

.order-container .step:first-child {
  padding: 0 0 0 144px;
}
.order-container .step {
  padding: 20px 0 0 144px;
  background: url(/bitrix/templates/youstore_/css/../images/bg-step-border.png) repeat-y 50px 0;
}
.order-container .step:after {
  content: "";
  display: block;
  clear: both;
}
.order-container .step .title {
  margin: 0 0 0 -144px;
  overflow: hidden;
}
.order-container .step-label {
  float: left;
  background: url(/bitrix/templates/youstore_/css/../images/bg-step.png) no-repeat;
  width: 109px;
  height: 102px;
  margin: 0 36px 0 0;
}
.order-container .account-type {
  width: 100%;
  overflow: hidden;
}
.account-type .jq-radio {
  float: left;
  margin: 0 11px 0 0;
}
.account-type label {
  float: left;
  font: 16px/17px Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #8d8d8e;
  cursor: pointer;
}
.jq-radio.checked + label {
  color: #424240;
}
.order-container .label-holder {
  width: 99px;
  height: 102px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #909091;
  font-size: 16px;
  font-weight: 300;
}
.order-container .label-holder strong {
  display: inline-block;
  color: #777;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  margin: 0 0 2px;
}
.order-container .title h2 {
  margin: 34px 0 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #575656;
}
.order-container .holder:after,
.order-container .holder .row:after {
  content: "";
  display: block;
  clear: both;
}
.order-container .holder .row:first-child {
  margin: 0;
}
.order-container .holder .row {
  margin: 20px 0 0;
}
.order-container .row .cell:first-child {
  margin: 0;
}
.order-container .row .cell {
  float: left;
  margin: 0 0 0 20px;
}
.order-container .row .cell-1 {
  float: none;
  margin: 0;
  width: 100%;
}
.order-container .row .cell-2 {
  width: 413px;
}
.order-container .row .cell-3 {
  width: 268px;
}
.order-container .row .text,
.order-container .row textarea {
  color: #a3a2a2;
  font-size: 17px;
  line-height: 22px;
  padding: 8px 15px;
  float: left;
  border: 1px solid #efefef;
  font-weight: 300;
  width: 318px;
}
.order-container .row .cell-1 .text,
.order-container .row .cell-1 textarea {
  width: 812px;
}
.order-container .row .cell-2 .text,
.order-container .row .cell-2 textarea {
  width: 379px;
}
.order-container .row .cell-3 .text,
.order-container .row .cell-3 textarea {
  width: 236px;
}
.order-container ::-webkit-input-placeholder {
  color: #a3a2a2;
}
.order-container :-moz-placeholder {
  color: #a3a2a2;
  opacity: 1;
}
.order-container ::-moz-placeholder {
  color: #a3a2a2;
  opacity: 1;
}
.order-container .row .jq-selectbox__select {
  width: 226px !important;
  font: 300 17px/40px Ubuntu, Arial, Helvetica, sans-serif;
}
.order-container .row .cell-1 .jq-selectbox__select {
  width: 802px !important;
}
.pay-method {
  padding: 0 0 30px;
  margin: 0 0 0 -27px;
}
.pay-method:after {
  clear: both;
  content: "";
  display: block;
}
.pay-method .item {
  text-align: center;
  float: left;
  width: 145px;
  height: 145px;
  border: 1px solid #f3f2f2;
  outline: none;
  position: relative;
  margin: 0 0 20px 27px;
}
.pay-method .item strong {
  width: 145px;
  height: 145px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.pay-method .item img {
  opacity: 0.5;
}
.pay-method .item.active {
  border-color: #dedede;
}
.pay-method .item.active img {
  opacity: 1;
}
.pay-method .item:hover .tooltip {
  visibility: visible;
}
.pay-method .item .tooltip {
  display: inline-block;
  padding: 8px 0 0;
  margin: 20px 0 0;
  color: #7c7c7c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  border: 1px solid #f3f2f2;
  padding: 5px 10px 5px;
  visibility: hidden;
  background: #fff;
}
.pay-method .item .tooltip span {
  width: 19px;
  height: 9px;
  margin: -14px auto 0;
  padding: 3px 0 0;
  background: url(/bitrix/templates/youstore_/css/../images/bg-corner-up.png) no-repeat 50% 0;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.delivery-method {
  width: 862px;
  overflow: hidden;
  margin: -17px 0 0 -17px;
}
.delivery-method .item {
display: inline-block;
    width: 842px;
    height: auto;
    border: 1px solid #f0f0f0;
    margin: 17px 0 0 17px;
    opacity: 0.5;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.delivery-method .item:hover {
  opacity: 1;
}
.delivery-method .item.active {
  border: 1px solid #ed6d54;
  opacity: 1;
}
.delivery-method .item a {
  display: block;
  padding: 13px 30px;
  outline: none;
}
.delivery-method .item a:hover {
  text-decoration: none;
}
.delivery-method .item .frame {
      width: 681px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 90px;
}
.delivery-method .item .image {
  float: left;
  width: 65px;
  text-align: center;
  margin: 0 20px 0 0;
}
.delivery-method .item .text {
  display: block;
  overflow: hidden;
  font-weight: 300;
  color: #a3a2a2;
  font-size: 15px;
}
.delivery-method .item strong {
  display: block;
  color: #6c6c6c;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
  font-weight: 300;
}
.delivery-method .item em {
  font-style: normal;
}
.method-1 .frame {
  background: url(/bitrix/templates/youstore_/css/../images/bg-delivery1.png) no-repeat 20px 50%;
}
.method-2 .frame {
  background: url(/bitrix/templates/youstore_/css/../images/bg-delivery2.png) no-repeat 5px 50%;
}
.method-3 .frame {
  background: url(/bitrix/templates/youstore_/css/../images/bg-delivery3.png) no-repeat 7px 50%;
}
.method-4 .frame {
  background: url(/bitrix/templates/youstore_/css/../images/bg-delivery4.png) no-repeat 4px 50%;
}
.method-5 .frame {
  background: url(/bitrix/templates/youstore_/css/../images/bg-delivery5.png) no-repeat 10px 50%;
}
.method-6 .frame {
  background: url(/bitrix/templates/youstore_/css/../images/bg-delivery6.png) no-repeat 0px 50%;
}
.order-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
}
.order-table td,
.order-table th {
  padding: 20px 25px;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  color: #484848;
  border: 1px dotted #efeff0;
  vertical-align: middle;
}
.order-table th.item {
  width: 38%;
}
.order-table th {
  padding: 25px 15px;
  background: #235488;
  color: #fff;
}
.order-table td a {
  color: #484848;
}
.order-table .image {
  float: left;
  margin: 0 20px 0 0;
  width: 30px;
  text-align: center;
}
.summary-table {
  border-collapse: collapse;
  width: 100%;
}
.summary-table tr {
  border: 1px dotted #efeff0;
}
.summary-table td {
  padding: 20px 25px;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  color: #484848;
  vertical-align: middle;
}
.summary-table td strong {
  font-weight: 400;
}
.order-summary {
  padding: 0 0 50px;
}
.order-container .buttons {
  margin: -22px 0 0 53px;
  text-align: center;
  background: url(/bitrix/templates/youstore_/css/../images/bg-button-border.png) repeat-x 0 50%;
}
.order-container .buttons .btn-cart {
  width: 160px;
  margin: 0 0 0 90px;
}
.toolbox {
  z-index: 9999 !important;
  position: fixed;
  right: 0;
  bottom: 5px;
  padding: 5px 0 6px 5px;
}
.toolbox.scroll-to-fixed-fixed {
  top: 74px !important;
}
/*.toolbox:hover{background: url(/bitrix/templates/youstore_/css/../images/bg-dash6.png);}*/
.toolbox .holder {
  background: #222b38;
  overflow: hidden;
}
.toolbox .link {
  padding: 0 23px 0 55px;
  border-right: 1px dotted #656774;
  float: left;
  line-height: 45px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.toolbox .link-visit {
  background: url(/bitrix/templates/youstore_/css/../images/ico-eye3.png) no-repeat 21px 50%;
}
/*.toolbox .link-visit:hover{background: url(/bitrix/templates/youstore_/css/../images/ico-eye4.png) no-repeat 21px 50%;}*/
.toolbox .link-wish {
  background: url(/bitrix/templates/youstore_/css/../images/ico-heart2.png) no-repeat 21px 50%;
}
/*.toolbox .link-wish:hover{background: url(/bitrix/templates/youstore_/css/../images/ico-heart3.png) no-repeat 21px 50%;}*/
.toolbox .link em {
  color: #b6b6c1;
  font-style: normal;
  font-weight: 400;
}
.toolbox .link:hover {
  text-decoration: none;
  color: #235488;
}
.toolbox .link:hover em {
  color: #888;
}
.toolbox a {
  outline: none;
}
.toolbox .link-up {
  display: none;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  border-right: 1px dotted #656774;
}
.toolbox .link-up span {
  display: block;
  background: url(/bitrix/templates/youstore_/css/../images/bg-up.png) no-repeat 50%;
  opacity: 0.5;
  height: 100%;
}
.toolbox .links {
  float: left;
}
.toolbox .btn-close {
  width: 30px;
  height: 45px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  border-right: 1px dotted #656774;
  background: url(/bitrix/templates/youstore_/css/../images/ico-close.png) no-repeat 50%;
  opacity: 0.5;
}
.toolbox .btn-plus {
  display: none;
  width: 30px;
  height: 45px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  border-left: 1px dotted #f7f6f7;
}
.toolbox .btn-plus span {
  display: block;
  height: 100%;
  background: url(/bitrix/templates/youstore_/css/../images/bg-plus.png) no-repeat 50%;
  opacity: 0.5;
}
.toolbox .btn-close:hover,
.toolbox .btn-plus:hover span,
.toolbox .link-up:hover span {
  opacity: 1;
}
.messages-block {
  width: 105%;
  margin: 0 0 30px;
}
.messages-block:after {
  content: "";
  display: block;
  clear: both;
}
.messages-block .message {
  border: 2px solid #f9f8f8;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 20px 20px 20px 110px;
}
.messages-block .item {
  width: 470px;
}
.messages-block .btn-close {
  color: #777;
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/bitrix/templates/youstore_/css/../images/ico-close2.png) no-repeat;
}
.messages-block .text {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.messages-block .text h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
}
.messages-block .message-blue {
  border-color: #88d0e6;
  color: #88d0e6;
  background: url(/bitrix/templates/youstore_/css/../images/img-alert1.png) no-repeat 33px 50%;
}
.messages-block .message-blue .btn-close {
  background: url(/bitrix/templates/youstore_/css/../images/bg-close-blue.png) no-repeat;
}
.messages-block .message-red {
  border-color: #e85769;
  color: #e85769;
  background: url(/bitrix/templates/youstore_/css/../images/img-alert3.png) no-repeat 33px 50%;
}
.messages-block .message-red .btn-close {
  background: url(/bitrix/templates/youstore_/css/../images/bg-close-red.png) no-repeat;
}
.messages-block .message-yellow {
  border-color: #edd919;
  color: #edd919;
  background: url(/bitrix/templates/youstore_/css/../images/img-alert2.png) no-repeat 33px 50%;
}
.messages-block .message-yellow .btn-close {
  background: url(/bitrix/templates/youstore_/css/../images/bg-close-yellow.png) no-repeat;
}
.messages-block .message-green {
  border-color: #88bf4b;
  color: #88bf4b;
  background: url(/bitrix/templates/youstore_/css/../images/img-alert4.png) no-repeat 33px 50%;
}
.messages-block .message-green .btn-close {
  background: url(/bitrix/templates/youstore_/css/../images/bg-close-green.png) no-repeat;
}
.lists-block {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.lists-block .list {
  margin: 0 0 20px;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.lists-block .list li {
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: 300;
  color: #1d1d1b;
}
.lists-block .bullet-1 li {
  background: url(/bitrix/templates/youstore_/css/../images/bg-article-bullet1.png) no-repeat 0 5px;
}
.lists-block .bullet-2 li {
  background: url(/bitrix/templates/youstore_/css/../images/bg-article-bullet2.png) no-repeat 0 5px;
}
.lists-block .bullet-3 li {
  background: url(/bitrix/templates/youstore_/css/../images/bg-article-bullet3.png) no-repeat 0 4px;
}
.lists-block .bullet-4 li {
  background: url(/bitrix/templates/youstore_/css/../images/bg-article-bullet4.png) no-repeat 0 5px;
}
.quotes-block {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.quotes-block .quote {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px;
  background: #f9f8f8;
}
.quotes-block .quote .img {
  float: left;
  width: 100px;
  height: 100px;
}
.quotes-block .quote .text {
  overflow: hidden;
  padding: 0 30px;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 24px;
}
.quotes-block .quote .text-holder {
  display: table-cell;
  vertical-align: middle;
  width: 830px;
  height: 100px;
}
.quotes-block .quote-1 .img {
  background: #eeeded url(/bitrix/templates/youstore_/css/../images/bg-quote-gray.png) no-repeat 50%;
}
.quotes-block .quote-2 {
  background: #fff;
}
.quotes-block .quote-2 .img {
  background: #ea543f url(/bitrix/templates/youstore_/css/../images/bg-quote-red.png) no-repeat 50%;
  border-radius: 5px;
}
.quotes-block .quote-3 .img {
  background: #ea543f url(/bitrix/templates/youstore_/css/../images/bg-quote-red.png) no-repeat 50%;
  border-radius: 5px;
}
.expand-block {
  margin: 0 0 20px;
}
.expand-block .history-table .cell-1 {
  width: 84px;
}
.expand-block .history-table .cell-2 {
  width: 165px;
}
.expand-block .history-table .cell-3 {
  width: 178px;
}
.expand-block .history-table .cell-4 {
  width: 358px;
}
.expand-block .history-table .cell-full {
  width: 938px;
  float: none;
}
.expand-block .history-table .expander {
  width: 952px;
}
.tabs-block {
  margin: 0 0 20px;
}
.tabs-block .menu-tabs-section .menu-tabs,
.tabs-block .menu-tabs-section .container {
  width: 100%;
  margin: 0;
}
.tabs-block .tab-article {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.tabs-block .menu-tabs-section .tab-article {
  padding: 15px 0;
}
.tabs-block .tab-article h2 {
  font-size: 20px;
  font-weight: 500;
  color: #575656;
  margin: 0 0 15px;
}
.icons-block {
  margin: 0 0 40px;
}
.icons-block:after {
  content: "";
  display: block;
  clear: both;
}
.icons-block .icon {
  float: left;
  margin: 0 20px 0 0;
}
.icons-block .ico {
  overflow: hidden;
  float: left;
  text-indent: -9999px;
  width: 38px;
  height: 48px;
  margin: 0 3px 0 0;
}
.icons-block .pdf1 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -1px 0;
}
.icons-block .pdf2 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -60px 0;
}
.icons-block .pdf3 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -119px 0;
}
.icons-block .doc1 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -206px 0;
}
.icons-block .doc2 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -265px 0;
}
.icons-block .doc3 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -324px 0;
}
.icons-block .xls1 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -1px -89px;
}
.icons-block .xls2 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -60px -89px;
}
.icons-block .xls3 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -119px -89px;
}
.icons-block .zip1 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -204px -89px;
}
.icons-block .zip2 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -263px -89px;
}
.icons-block .zip3 {
  background: url(/bitrix/templates/youstore_/css/../images/bg-file-icons.png) no-repeat -322px -89px;
}
.charts-block {
  width: 100%;
  margin: 0 0 30px;
}
.charts-block:after {
  clear: both;
  display: block;
  content: "";
}
.charts-block .chart:first-child {
  margin: 0;
}
.charts-block .chart {
  float: left;
  margin: 0 0 0 30px;
}
.charts-block .chart .middle {
  width: 190px;
  height: 190px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.charts-block .chart .middle > .chart-item {
  display: inline-block;
}
.charts-block .chart-1 .chart-item {
  width: 190px;
  height: 190px;
  position: relative;
  border-radius: 190px;
  background-color: #f2f2f2;
}
.charts-block .chart-1 .pie-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 190px;
  height: 190px;
  border-radius: 190px;
  clip: rect(0px, 190px, 190px, 45px);
  transform: rotate(0deg);
}
.charts-block .chart-1 .pie-1 .pie-frame {
  background: #235488;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 190px;
  height: 190px;
  border-radius: 190px;
  clip: rect(0px, 95px, 190px, 0px);
  transform: rotate(180deg);
}
.charts-block .chart-1 .pie-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 190px;
  height: 190px;
  border-radius: 190px;
  clip: rect(0px, 190px, 190px, 95px);
  transform: rotate(180deg);
}
.charts-block .chart-1 .pie-2 .pie-frame {
  background: #235488;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 190px;
  height: 190px;
  border-radius: 190px;
  clip: rect(0px, 95px, 190px, 0px);
  transform: rotate(43.2deg);
}
.charts-block .chart-2 .chart-item,
.charts-block .chart-3 .chart-item {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 140px;
  background: #f2f2f2;
}
.charts-block .chart-2 .pie-1,
.charts-block .chart-3 .pie-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  clip: rect(0px, 140px, 140px, 20px);
  transform: rotate(0deg);
}
.charts-block .chart-2 .pie-1 .pie-frame,
.charts-block .chart-3 .pie-1 .pie-frame {
  background: #235488;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  clip: rect(0px, 70px, 140px, 0px);
  transform: rotate(180deg);
}
.charts-block .chart-2 .pie-2,
.charts-block .chart-3 .pie-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  clip: rect(0px, 140px, 140px, 70px);
  transform: rotate(180deg);
}
.charts-block .chart-2 .pie-2 .pie-frame,
.charts-block .chart-3 .pie-2 .pie-frame {
  background: #235488;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  clip: rect(0px, 70px, 140px, 0px);
  transform: rotate(54deg);
}
.charts-block .chart-3 .pie-1 .pie-frame,
.charts-block .chart-3 .pie-2 .pie-frame {
  background: #d0d0d0;
}
.charts-block .chart-4 .chart-item {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 90px;
  background-color: #f2f2f2;
}
.charts-block .chart-4 .pie-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  clip: rect(0px, 90px, 90px, -5px);
  transform: rotate(0deg);
}
.charts-block .chart-4 .pie-1 .pie-frame {
  background: #235488;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  clip: rect(0px, 45px, 90px, 0px);
  transform: rotate(180deg);
}
.charts-block .chart-4 .pie-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  clip: rect(0px, 90px, 90px, 45px);
  transform: rotate(180deg);
}
.charts-block .chart-4 .pie-2 .pie-frame {
  background: #235488;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  clip: rect(0px, 45px, 90px, 0px);
  transform: rotate(54deg);
}
.charts-block .pie-text {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
}
.charts-block .pie-text p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
}
.charts-block .chart-1 .pie-text,
.charts-block .chart-1 .pie-text p {
  width: 170px;
  height: 170px;
}
.charts-block .chart-1 .pie-text p {
  font-size: 27px;
}
.charts-block .chart-2 .pie-text,
.charts-block .chart-3 .pie-text,
.charts-block .chart-4 .pie-text {
  top: 5px;
  left: 5px;
}
.charts-block .chart-2 .pie-text,
.charts-block .chart-2 .pie-text p,
.charts-block .chart-3 .pie-text,
.charts-block .chart-3 .pie-text p {
  width: 130px;
  height: 130px;
}
.charts-block .chart-2 .pie-text p,
.charts-block .chart-3 .pie-text p {
  font-size: 18px;
}
.charts-block .chart-4 .pie-text,
.charts-block .chart-4 .pie-text p {
  width: 80px;
  height: 80px;
}
.article-section {
  /*padding: 30px 0;*/
  	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	margin: 0 0 20px;

}
.article-section:after {
  content: "";
  display: block;
  clear: both;
}
.article-section .news-container .news-rows {
  float: none;
  width: 100%;
  overflow: hidden;
}
.article-section .news-container .box {
  border: 0;
}
.article-section .news-container .box.right .image {
  float: none;
}
.article-section h1 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}
.article-section h2 {
  font-size: 23px;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 10px;
}
.article-section h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 5px;
}
.article-section h4 {
  font-size: 18px;
  line-height: 25px;
}
.article-section h5 {
  font-size: 16px;
  line-height: 23px;
}
.article-section h6 {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.article-section b {
  font-weight: bold;
}
.article-section em,
.article-section i {
  font-style: italic;
}
.article-section p {
  margin-bottom: 15px;
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	margin: 0 0 20px;

}
.article-section .product-tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-section ul,
.article-section ol {
  margin-bottom: 15px;
}
.article-section ul {
  list-style: disc;
  padding: 0 0 0 15px;
}
.article-section ol {
  list-style: decimal;
  padding: 0 0 0 15px;
}
.article-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
}
/*media all*/
.article-section table td, .article-section table th {
    padding: 10px 15px;
    font-weight: 300;
    text-align: left;
    color: #484848;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-top-color: #efeff0;
    border-bottom-color: black;
    border-right-color: #efeff0;
    border-left-color: #efeff0;
    vertical-align: middle;
}
.article-section table th {
  padding: 15px;
  background: #235488;
  color: #fff;
}
.article-section table td a {
  color: #484848;
}
.article-section table .image {
  float: left;
  margin: 0 20px 0 0;
  width: 30px;
  text-align: center;
}
.prod-link {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.prod-link a {
  color: #235488;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  border-bottom: 1px dotted #235488;
}
.prod-link a:hover {
  border-bottom: 0;
  padding: 0 0 1px;
  text-decoration: none;
}
/*alert*/
.alert {
  position: relative;
  border: 1px solid #38b0ca;
  margin: 0 29px 31px 0;
  padding: 14px 35px 20px;
  color: #38b0ca;
  width: 406px;
  display: inline-block;
  vertical-align: top;
  background: url(/bitrix/templates/youstore_/css/../images/ico06.png);
}
.alert .close {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(/bitrix/templates/youstore_/css/../images/ico05.png) no-repeat -1px 0;
  width: 12px;
  height: 11px;
}
.alert h3 {
  margin: 0 0 7px;
  font: 19px/21px 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
.alert .image-box {
  float: left;
  padding: 17px 34px 0 0;
}
.alert .text-box {
  overflow: hidden;
}
.alert p {
  margin: 0;
}
.alert2 {
  border: 1px solid #dd4754;
  color: #dd4754;
  background: url(/bitrix/templates/youstore_/css/../images/ico07.png);
}
.alert3 .close {
  background-position: 0 -23px;
}
.alert2 .close {
  background-position: 0 -12px;
}
.alert4 .close {
  background-position: 0 -34px;
}
.alert3 {
  border: 1px solid #cbb22d;
  color: #cbb22d;
  background: url(/bitrix/templates/youstore_/css/../images/ico08.png);
}
.alert4 {
  border: 1px solid #7fc45b;
  color: #7fc45b;
  background: url(/bitrix/templates/youstore_/css/../images/ico09.png);
}
.bx-core-waitwindow {
  display: none !important;
}
.nav-mobile {
  display: none;
}
.top-info .MailMob{display:none;}
a.search-popup{
	display:none;
	position:relative;
	cursor:pointer;
	background-image:url(/bitrix/templates/youstore_/css/../images/sprite.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	float:right;
	right:75px;
}
div.price i{color:#235588!important;}
div.SubBl{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	background:#4f76a0;
	background-image:url(/bitrix/templates/youstore_/css/../images/sbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:123px;
	border-top:1px solid #c0cee0;
	text-align: center;
}
div.marForm{
	display:inline-block;
	position:relative;
	margin:0 auto;	
	margin-top:45px;
}
/* 1024px resolution */
@media only screen and (max-width: 1024px) {
  html,
  body {
    min-width: 980px;
  }
  .container {
    width: 960px;
  }
  .top-box .container {
    width: 980px;
  }
  .nav-frame {
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #nav > li,
  .nav > li {
    position: static;
  }
  .nav-frame .drop,
  .nav .drop {
    left: -30px;
  }
  #logo {
    margin: 0 12px 0 4px;
  }
  .account-menu .account-link {
    font-size: 0;
  }
  .top-search .text {
    width: 205px;
  }
  .top-info {
    font-size: 12px;
    margin-right: 10px;
    margin-right: 2px;
  }
  .top-info .box {
    margin: 0 0 0 18px;
    padding: 0 0 0 26px;
  }
  #nav > li,
  .nav > li {
    margin: 0 7px 0 0;
    font-size: 15px;
  }
  #visual {
    height: 658px;
  }
  #visual .container {
    width: 758px;
  }
  .owl-pagination {
    display: none;
  }
  .services-boxes .box {
    width: 143px;
  }
  .index-products {
    width: 960px;
  }
  .index-products .products {
    width: 993px;
  }
  .brands-carousel .mask {
    width: 845px;
  }
  .items-include .mask {
    width: 960px;
  }
  .tab-items .product-item {
    margin: 0 0 0 6px;
  }
  .items-include .btn-next {
    right: 7px;
  }
  .menu-tabs-section .tab-items .product-item {
    width: 188px;
    margin: 0 0 0 -7px;
  }
  .index-tabs .tab-items .product-item {
    position: static;
  }
  #sidebar {
    width: 217px;
  }
  .slider-row .text {
    width: 68px;
  }
  .top-panel .view-form {
    padding-right: 5px;
  }
  .footer-left {
    width: 379px;
  }
  .footer-right {
    width: 605px;
  }
  #footer .copy {
    bottom: -50px;
  }
  .footer-right .box {
    width: 275px;
  }
  .footer-search {
    width: 273px;
  }
  .footer-search .submit {
    width: 100px;
  }
  .footer-search .text {
    width: 148px;
  }
  .footer-right .tags-list {
    width: 290px;
  }
  .visual-new {
    width: 960px;
  }
  .visual-new .visual-gal {
    margin: 0 13px;
  }
  .visual-product.right {
    display: none;
  }
  .services-boxes.new .box {
    font-size: 14px;
    margin: 0 0 0 33px;
  }
  .services-boxes.new .box p {
    width: 100px;
  }
  .footer-right.boxes .rows .box:first-child {
    width: 240px;
  }
  .footer-right.boxes .rows .box:last-child {
    width: 290px;
  }
  .footer-right.boxes .tags-list {
    width: 200px;
  }
  .footer-right.boxes .rows .box {
    width: 194px;
    margin: 40px 0 0 13px;
  }
  .address-box .row,
  .box-text {
    font-size: 13px;
  }
  .footer-right .footer-menu li {
    font-size: 14px;
  }
  .page-image img {
    height: 100%;
    width: auto;
  }
  .page-image .holder-frame,
  .page-map .holder-frame {
    width: 980px;
  }
  .products-content .product-item {
    margin: 23px -5px -5px 6px;
  }
  .box-404 .left {
    width: 400px;
  }
  .box-404 .right {
    width: 556px;
  }
  .box-404 .right img {
    width: 100%;
    height: auto;
  }
  .left-content {
    width: 732px;
  }
  .aside {
    margin: 0 2px 0 0;
  }
  .account-holder {
    width: 960px;
  }
  .account-tabs li {
    margin: 0 0 0 24px;
  }
  .index-products .product-item {
    margin-left: 17px;
  }
  .product-item {
    margin-left: 14px;
  }
  .color-boxes {
    margin: -15px 0 0 -15px;
    width: 103%;
  }
  .color-boxes .box {
    margin: 15px 0 0 15px;
    width: 351px;
    overflow: hidden;
  }
  .color-boxes .box .holder {
    padding: 23px;
  }
  .color-boxes .box .image {
    width: 80px;
  }
  .color-boxes .box .image img {
    width: 100%;
    height: auto;
  }
  .color-boxes .box h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .color-boxes .box h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .color-boxes .box .text {
    width: 220px;
  }
  #content {
    width: 743px;
  }
  .top-panel .view-form .cell {
    margin: 0 0 0 28px;
  }
  .products-items-listview .item .name {
    width: 425px;
  }
  .items-cells {
    margin: 0 0 0 -15px;
  }
  .products-items-list {
    width: 99%;
  }
  .products-items-listview {
    width: 99%;
  }
  .feed-form .l-col {
    margin-right: 13px;
  }
  .feed-form textarea {
    width: 556px !important;
  }
  .profiles-list .profile-item,
  .profile-item .add-info {
    width: 459px;
  }
  .news-container {
    width: 960px;
  }
  .news-container .row {
    margin: 0 0 7px;
  }
  .brands-box ul li {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
  }
  .brands-box ul li a {
    height: 35px;
    line-height: 35px;
  }
  .brand-items .item {
    margin: 22px 0 0 18px;
  }
  .brand-items .item a {
    width: 174px;
  }
  .top-panel .names {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .contacts-page .side-banners,
  .account-page .side-banners,
  .news-container + .side-banners {
    display: none;
  }
  .article-container {
    width: 720px;
  }
  .mini-cart-holder {
    right: 10px;
  }
  .page-image .text,
  .page-map .text {
    left: 5px;
  }
  .aside .widget h3 {
    font-size: 18px;
  }
  .contact-boxes .box {
    margin: 26px 0 0 8px;
  }
  .rew-cols .contents-holder {
    width: 607px;
  }
  .content-gal,
  .content-gal .mask,
  .content-gal li {
    width: 607px;
    height: 302px;
  }
  .content-gal li img {
    width: 607px;
    height: 302px;
  }
  .content-gal .link-prev,
  .content-gal .link-next {
    top: 126px;
  }
  .order-container + .aside {
    display: none;
  }
  .order-container .step,
  .order-container .step:first-child {
    padding: 0 0 0 133px;
  }
  .order-container .step .title {
    margin: 0 0 0 -133px;
  }
  .faq-section {
    width: 97%;
  }
  .product-popup .left {
    float: none;
    margin: 0 auto 20px;
    width: 428px;
  }
  .product-popup .right {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .product-tabs .tab-cols .left,
  .product-tabs .tab-cols .right {
    width: 100%;
    float: none;
  }
  .similars .items-include .mask {
    width: 100%;
  }
  .prod-similar .tab-items .product-item {
    margin: 0 0 0 2px;
  }
  .reviews-list {
    width: 710px;
    margin: 0;
  }
  .reviews-list .item {
    width: 100%;
    margin-left: 0;
  }
  .comments-board .add-review .row .left,
  .comments-board .add-review .row .right {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .comments-board .add-review .row .left {
    width: 580px;
  }
  .comments-board .captcha-cell {
    clear: both;
  }
  .job-items {
    margin: 0 0 20px;
    width: 100%;
  }
  .job-items .item {
    margin-left: 0;
    width: 100%;
  }
  .job-items .item .text {
    width: 676px;
  }
  .job-items .item .text .holder,
  .job-items .item.red .text .holder {
    width: 604px;
  }
  .our-team .items .item:first-child,
  .our-team .items .item {
    margin: 0 8px 15px;
  }
  .cart-container .items {
    margin: -25px 0 30px -10px;
  }
  .cart-container .items .item {
    margin: 25px 0 0 10px;
  }
  .account-drop {
    left: auto;
    right: 0;
  }
  .top-nav {
    width: 715px;
  }
  .top-nav .items {
    margin: 0 5px 0 -8px;
  }
  .order-container {
    width: 960px;
  }
  .order-container .row .cell-1 .jq-selectbox__select {
    width: 768px !important;
  }
  .order-container .row .cell-1 .text {
    width: 777px;
  }
  .pay-method .item {
    margin: 0 0 0 19px;
  }
  .delivery-method .item {
    width: 397px;
  }
  .order-summary {
    width: 97%;
  }
  .summary-table td {
    padding: 20px 19px;
  }
  .side-search {
    width: 178px;
  }
  .our-team .items .item {
    width: 224px;
  }
  .article-container .a-boxes {
    width: 710px;
  }
  .products-page .aside {
    display: none;
  }
  .products-page .article-container {
    float: none;
    width: 100%;
  }
  .products-page #main .container {
    width: 940px;
  }
}
@media only screen and (max-width: 1279px) {
  .side-banners {
    display: none;
  }
}
/* 980px resolution */
@media only screen and (max-width: 979px) {
  html,
  body {
    min-width: 640px;
  }
  .container {
    width: 620px;
  }
  .top-box .container,
  .page-image .holder-frame,
  .page-map .holder-frame {
    width: 640px;
  }
  .nav-frame {
    width: 620px;
  }
  .top-info .clock,
  .top-info .location {
    display: none;
  }
  .top-nav {
    width: 330px;
  }
  /* nav menu drop */
  .add-menu .nav-frame {
    height: auto;
  }
  .add-menu .nav-frame .nav {
    height: auto;
  }
  /* 404 page */
  .box-404 .left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .box-404 .right {
    float: none;
    width: 100%;
  }
  .container.index-tabs {
    margin: 0 auto;
    width: 580px;
  }
  .index-products .products {
    width: 650px;
  }
  #visual .slides .cell {
    height: 449px;
  }
  .items-include .mask {
    width: 578px;
  }
  .menu-tabs-section .items-include .mask {
    padding-right: 0;
  }
  .footer-right {
    width: 260px;
  }
  .footer-right .rows .box:first-child {
    margin: 20px 0 0;
  }
  .footer-right .box {
    width: 100%;
    margin: 20px 0 0;
  }
  .footer-search {
    width: 257px;
  }
  .footer-search .text {
    width: 140px;
  }
  .tablet-hide {
    display: none;
  }
  .left-content,
  .aside {
    width: 100%;
    float: none;
  }
  .color-boxes {
    width: 480px;
    margin: 0 auto;
  }
  .color-boxes .box {
    width: 479px;
  }
  .day-action .day-title {
    width: 100%;
  }
  .day-action .day-title h2 {
    margin: 22px 0 0 22px;
    font-size: 23px;
  }
  .product-item {
    width: 189px;
  }
  .product-item .holder {
    width: 147px;
  }
  .product-item .image {
    display: block;
  }
  .product-item .expand {
    width: 189px;
  }
  .product-item .expand-holder {
    padding: 15px 8px 21px;
  }
  .btn-cart {
    width: 128px;
  }
  .article-container {
    width: 100%;
  }
  .cart-container .items .item,
  .tab-items .product-item {
    width: 290px;
  }
  .cart-container .item .image a {
    width: 242px;
  }
  #sidebar,
  #content {
    float: none;
    width: 100%;
    clear: both;
  }
  #sidebar {
    margin-bottom: 30px;
  }
  #sidebar .box.filter .title {
    float: left;
    margin: 0 20px 0 0;
    width: auto;
  }
  #sidebar .box.filter h3 {
    line-height: 32px;
  }
  #sidebar .cats-filter {
    float: left;
    width: 45%;
  }
  #sidebar .brands.box {
    float: left;
    width: 45%;
  }
  #sidebar .colors.box {
    float: right;
    width: 45%;
  }
  #sidebar .sizes.box {
    float: none;
    width: 100%;
    clear: both;
  }
  .size-choose li {
    width: 18%;
  }
  .jq-selectbox.sort-type .jq-selectbox__select {
    width: 83px !important;
  }
  .top-panel .view-form .cell label {
    font-size: 13px;
  }
  .products-content .product-item {
    margin: 23px -3px -5px 6px;
  }
  .products-items-listview .item .price {
    width: 110px;
  }
  .products-items-listview .item .btns {
    min-width: 0;
  }
  .products-items-listview .item .name {
    width: 310px;
  }
  .brand-items .item a {
    width: 190px;
  }
  .contacts-holder {
    width: 640px;
    float: none;
  }
  .contacts-holder .col-form,
  .contacts-holder .col-info {
    width: 100%;
    float: none;
  }
  .contacts-holder .col-form {
    margin-bottom: 30px;
  }
  .aside .row-box {
    float: left;
    width: 50%;
  }
  .side-banners {
    float: none;
    width: 100%;
    margin: 30px 0 0;
  }
  .side-banners .box {
    width: 224px;
    margin: 30px 30px 0 0;
    float: left;
  }
  .side-banners .box:first-child {
    margin: 30px 30px 0 0;
  }
  .success-order {
    width: 100%;
  }
  .job-items .item .text {
    width: 568px;
  }
  .job-items .item .text .holder,
  .job-items .item.red .text .holder {
    width: 497px;
  }
  .our-team .items .item {
    width: 190px;
  }
  .samples-block .text h2 {
    margin: 0 0 20px;
  }
  .samples-block .text p {
    margin: 0 0 25px;
  }
  #visual {
    height: 400px;
    margin-bottom: 0;
  }
  .services-boxes {
    text-align: center;
  }
  .services-boxes .box {
    display: inline-block;
    float: none;
    margin: 0 20px 0 0;
    width: 150px;
  }
  .index-products {
    width: 620px;
  }
  .tab-items .product-item {
    margin: 0 0 0 1px;
  }
  .index-products .items-include .mask {
    width: 565px;
  }
  .tab-items .product-item {
    width: 182px;
  }
  .tab-items .product-item .holder {
    padding: 15px 16px;
  }
  .advice-box {
    width: 100%;
  }
  .advice-box .mask {
    margin: 0 auto;
    width: 468px;
  }
  .advice-box .item {
    margin: 0 10px 0 0;
  }
  .brands-carousel .mask {
    width: 90%;
  }
  .brands-carousel .items li,
  .brands-carousel .items li a {
    width: 120px;
  }
  .brands-carousel .items img {
    width: 100%;
    height: auto;
  }
  .services-boxes.new {
    height: 216px;
    padding: 23px 0 0;
    text-align: center;
  }
  .services-boxes.new .box:first-child {
    margin: 0 20px 0 0;
  }
  .services-boxes.new .box {
    display: inline-block;
    float: none;
    margin: 0 20px 0 0;
    padding: 0 0 0 107px !important;
    width: 170px;
  }
  .visual-new {
    width: 620px;
  }
  .visual-product,
  .visual-product .text .frame {
    height: 302px;
  }
  .visual-new .visual-gal {
    margin: 0 0 0 13px;
    width: 385px;
    height: 302px;
  }
  .visual-gal .ic_caption .frame,
  .visual-new #carousel li {
    width: 385px;
  }
  .visual-gal .ic_caption .frame {
    height: 302px;
  }
  .visual-gal img {
    width: 100%;
    height: auto;
  }
  .visual-banner {
    width: 100%;
    margin: 30px 0 0;
    height: auto;
  }
  .visual-banner .top-banner {
    width: 222px;
    float: left;
  }
  .visual-banner .bottom-banner {
    position: static;
    float: right;
    width: 365px;
  }
  .visual-banner .bottom-banner .holder a {
    width: 305px;
    padding: 0 30px;
  }
  .product-item .quick-view {
    background-position: 12px 50%;
    padding: 7px 11px 9px 32px;
    font-size: 12px;
  }
  .account-holder {
    width: 620px;
  }
  .account-tabs li:first-child,
  .account-tabs li {
    margin: 10px 17px;
  }
  .account-frames .left,
  .account-frames .right {
    float: none;
    width: 100%;
  }
  .account-frames .left {
    margin: 0 0 20px;
  }
  .account-frames .general {
    padding-bottom: 20px;
  }
  .news-container {
    width: 620px;
  }
  .news-container .box.left,
  .news-container .box.right {
    float: none;
    width: 618px;
    margin: 0 0 20px;
  }
  .news-container .box.right .image {
    float: none;
    margin: 0;
  }
  .news-container .box.right img {
    width: 100%;
    height: auto;
  }
  .rew-cols .contents-holder {
    width: 497px;
  }
  .content-gal,
  .content-gal .mask,
  .content-gal li {
    width: 497px;
    height: 247px;
  }
  .content-gal li img {
    width: 497px;
    height: 247px;
  }
  .article-container {
    margin-bottom: 30px;
  }
  .reviews-list {
    width: 100%;
  }
  .root-carousel .container {
    width: 578px;
  }
  .order-container {
    width: 620px;
  }
  .order-container .row .cell,
  .order-container .row .cell:first-child {
    margin: 0 0 15px;
  }
  .order-container .row .cell-3,
  .order-container .row .cell-2,
  .order-container .row .cell-1 {
    width: 100%;
  }
  .order-container .row .cell-3 .text,
  .order-container .row .cell-3 textarea,
  .order-container .row .cell-2 .text,
  .order-container .row .cell-2 textarea,
  .order-container .row .cell-1 .text,
  .order-container .row .cell-1 textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .delivery-method {
    width: 100%;
  }
  .pay-method .item {
    margin: 0 0 20px 24px;
  }
  .order-container .row .jq-selectbox__select,
  .order-container .row .cell-1 .jq-selectbox__select {
    width: 445px !important;
  }
  .order-table th {
    padding: 8px;
  }
  .order-table td,
  .order-table th {
    font-size: 15px;
  }
  .order-table td {
    font-size: 13px;
    padding: 5px;
  }
  .summary-table td {
    padding: 10px;
    font-size: 15px;
  }
  .desc-gallery {
    width: 457px;
    float: none;
    margin: 0 auto 30px;
  }
  .similars {
    width: 432px;
    margin: 0 auto;
  }
  .profiles-list {
    width: 100%;
  }
  .profiles-list .profile-item,
  .profile-item .add-info {
    width: 279px;
  }
  .messages-block {
    width: 100%;
  }
  .messages-block .item {
    width: 100%;
    box-sizing: border-box;
  }
  .expand-block .history-table .cell-full {
    float: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .expand-block .history-table .expander {
    width: 100%;
    box-sizing: border-box;
  }
  .tabs-block .product-tabs-list,
  .tabs-block .menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .charts-block .chart {
    margin: 0 0 0 22px;
  }
  .side-banners {
    display: none;
  }
  .product-item .video-link {
    right: -4px;
    top: -10px;
  }
}
/* 360px resolution */
@media only screen and (max-width: 640px) {
  html,
  body {
    min-width: 320px;
  }

  #order_form_content {
    width: 410px;
  }
  
  #edost_general_div {
    width: 90%;
  }
 
   .container {
    width: 100%;
	padding-left:5px;
	padding-right:5px;
  }
  
  .top-box .container,
  .page-image .holder-frame,
  .page-map .holder-frame {
    /*width: 310px;*/
    width: 100%;
  }
  .top-box .socials {
    display: none;
  }
  .top-box a {
  color: #575656; /* #bcbcbb */
  }

  /* top-nav new styles */
  .top-nav {
    display: block;
    float: left;
    width: auto;
    position: relative;
  }
  .top-box .top-toggle {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    float: left;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
  }
  .top-box .top-toggle:hover,
  .top-box .top-toggle.active {
    color: #235488;
  }
  .top-nav ul > li {
    display: block;
  }
  .top-nav ul > li a {
    display: block;
    float: none;
    text-align: left;
  }
  .top-nav .items {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    background: #f8f7f7;
    border: 0;
    z-index: 9999;
    width: 170px;
  }
  .socials,
  .account-menu {
    position: static;
  }
  .socials {
    float: left;
  }
  .account-menu {
    float: right;
  }
  .account-menu .account-link {
    font-size: 0;
  }
  .top-search,
  .top-info .callback  {
    display: none;
  }
  .top-search,
  .top-info .callback  {
    display: none;
  }

  .top-info .MailMob{
	  display:inline-block;
	  font-weight:bold;
	  font-size:11pt;
	  margin-top:8px;
  }
  
  .nav-holder{background:#f1eeee;}
  a.search-popup{display:inline-block;}
  #logo {
    float: left;
    /*margin: 0 auto;*/
    display: block;
  }
  .nav-frame {
    width: 310px;
  }
  .cart-popup {
    width: 320px;
  }
  .minicart-table .image {
    display: none;
  }
  .minicart-table p {
    font-size: 12px;
  }
  .minicart-table .price {
    font-size: 15px;
  }
  .container.index-tabs {
    width: 310px;
  }
  .menu-tabs-section .items-include .mask {
    width: 196px;
  }
  .color-boxes .box .image {
    display: none;
  }
  .news-container .box .image .title {
    padding: 6px;
  }
  .news-container .box .image .title h2 {
    font-size: 14px;
  }
  /* 404 gallery without mask */
  .page-404 .items-include .btn-prev,
  .page-404 .items-include .btn-next {
    display: none;
  }
  .page-404 .items-include .mask {
    height: auto;
    width: 100%;
    overflow: visible;
  }
  .page-404 .menu-tabs-section .items-include .tab-items {
    width: 100%;
    float: none;
  }
  .page-404 .menu-tabs-section .tab-items .product-item:first-child {
    margin: 0 0 20px;
  }
  .page-404 .menu-tabs-section .tab-items .product-item {
    float: none;
    margin: 0 0 20px;
    background-position: 73% 52%;
    width: 100%;
  }
  .page-404 .index-tabs .items-include {
    margin-bottom: 50px;
  }
  .page-404 .menu-tabs-section .tab-items .product-item {
    width: 309px;
    height: auto;
  }
  .page-404 .menu-tabs-section .tab-items .product-item .holder {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .page-404 .menu-tabs-section .product-item .expand {
    width: 339px;
  }
  .page-404 .menu-tabs-section .product-item .quick-view {
    left: 58px;
    padding: 7px 16px 9px 35px;
    background: url("/bitrix/templates/youstore_/css/../images/ico-eye.png") no-repeat scroll 18px 50%, url("/bitrix/templates/youstore_/css/../images/bg-transparent45.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: auto;
  }
  /* mobile footer styles */
  #footer .container {
    padding-bottom: 50px;
  }
  .fade-items {
    height: auto !important;
  }
  .fade-items .item {
    display: none !important;
  }
  .footer-left .fade {
    background: none;
    height: auto;
    position: static;
  }
  .footer-left {
    float: none;
    width: 100%;
    height: auto !important;
    margin: 0 0 20px;
    padding: 0;
  }
  .footer-left .holder {
    position: static;
    margin: 30px 0 0;
  }
  .footer-right {
    float: none;
    width: 100%;
  }
  .footer-right .box {
    margin: 30px 0 0;
  }
  #footer .socials {
    float: none;
  }
  #footer .copy {
    position: static;
    clear: both;
    margin: 20px 0 0;
    padding: 15px 20px;
    background: #282828;
  }
  #footer .tablet-hide {
    display: block;
  }
  .article-container {
    float: none;
  }
  .aside {
    display: none;
  }
  .toolbox {
    width: 100%;
    bottom: 44px;
    text-align: center;
    padding: 0;
  }
  .toolbox:hover {
    background: none;
  }
  .toolbox .links {
    display: none;
  }
  .toolbox .link-up {
    background: #474545 url(/bitrix/templates/youstore_/css/../images/bg-up-white.png) no-repeat 50%;
    border: 0;
    opacity: 1;
  }
  .toolbox .link-up:hover {
    opacity: 1;
    background: #282828 url(/bitrix/templates/youstore_/css/../images/bg-up-white.png) no-repeat 50%;
  }
  .toolbox .holder {
    border: 0;
    display: inline-block;
    background: none;
  }
  /* actions page */
  .color-boxes {
    margin: 0 0 20px;
    width: 100%;
  }
  .color-boxes .box {
    margin: 0 0 20px;
    width: 100%;
    height: 191px;
    float: none;
  }
  .color-boxes .box:first-child {
    margin: 0 0 20px;
  }
  .aside .row-box {
    float: none;
    width: 100%;
  }
  .aside-contact .text {
    box-sizing: border-box;
    width: 100%;
  }
  /*.videos-section {
    width: 254px;
    margin: 0 auto !important;
  }*/
  /* day action page */
  .day-action .day-title {
    background: none;
    height: auto;
  }
  .day-action .day-title h2 {
    color: #000;
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
  }
  .day-action .day-title span {
    color: #444;
    float: none;
    display: block;
  }
  .dayproducts {
    margin-left: -10px;
  }
  .product-item {
    box-sizing: border-box;
    width: 310px;
    margin-left: 5px;
    margin-top: 7px;
  }
  .product-item .holder {
    padding: 15px 20px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .product-item .video-link {
    right: -20px;
    top: -20px;
  }
  .product-item .expand {
    width: 342px;
  }
  .product-item .expand-holder {
    padding: 15px 20px 21px;
  }
  .dayproducts .product-item .expand {
    width: 341px;
  }
  .btn-cart {
    width: 115px;
    font-size: 14px;
  }
  .cart-container .items {
    width: 102%;
    margin-left: 0;
  }
  .cart-container .items .item {
    width: 98%;
    box-sizing: border-box;
    margin-left: 0;
  }
  .cart-container .item .image a {
    width: 297px;
  }
  .cart-container .buttons .button {
    box-sizing: border-box;
    float: none;
    margin: 0 0 20px;
    width: 100%;
    height: auto;
  }
  .advice-box .mask {
    width: 100%;
    margin: 0;
  }
  .advice-box .item {
    width: 310px;
    float: none;
    margin: 0 0 20px;
  }
  .advice-box .link-prev,
  .advice-box .link-next {
    display: none !important;
  }
  .account-form .text {
    width: 100%;
    box-sizing: border-box;
  }
  .account-form .jq-selectbox__select {
    font-size: 16px;
  }
  .day .jq-selectbox__select {
    width: 40px !important;
  }
  .month .jq-selectbox__select {
    width: 70px !important;
  }
  /* catalog sidebar */
  #sidebar .cats-filter,
  #sidebar .brands.box,
  #sidebar .colors.box {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .size-choose li {
    width: 44%;
  }
  .filter-apply {
    width: 100%;
    text-transform: uppercase;
  }
  .brand-about .brand-img {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .brand-about .brand-text {
    height: auto;
    width: 100%;
    overflow: visible;
    margin: 0 0 20px;
  }
  .top-panel .view-form {
    float: none;
    width: 100%;
  }
  .top-panel .view-form .views,
  .top-panel .view-form .cell:first-child {
    display: none;
  }
  .top-panel .view-form .cell {
    margin: 0;
  }
  .jq-selectbox.sort-type .jq-selectbox__select {
    width: 192px !important;
  }
  .products-items-list,
  .products-items-listview {
    display: none;
  }
  .product-item .quick-view {
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
  }
  .index-products .product-item .quick-view {
    width: auto;
    left: 57px;
  }
  .items-cells .product-item .quick-view,
  .wishlist .product-item .quick-view {
    width: auto;
    left: 54px;
  }
  /* brands page */
  .brands-box {
    float: right;
    margin: 50px 0 0;
    width: 52px;
    padding: 0 0 0 15px;
    border-left: 1px solid #eeeded;
  }
  .brands-box ul li {
    text-align: center;
    float: none;
    width: 100%;
    border: 0;
  }
  .brands-box ul li a {
    float: none;
  }
  .brand-items {
    float: left;
    margin: 30px 0 50px;
    overflow: hidden;
    width: 240px;
  }
  .brand-items .item {
    margin-left: 0;
  }
  .testemonials-block .text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .testemonials-block .text p {
    margin: 0 0 15px;
  }
  .testemonials-block .text h2 {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 15px;
  }
  /* contacts page */
  .contacts-holder {
    width: 100%;
  }
  .contact-form .row .text {
    box-sizing: border-box;
    width: 100%;
  }
  .contact-form .row .cell {
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 18px 0 0;
  }
  .contact-form .row .cell .text {
    width: 100%;
  }
  .contact-form textarea {
    box-sizing: border-box;
    width: 100%;
  }
  .contact-form .captcha-cell .text {
    float: left;
    width: 136px;
  }
  .contact-boxes {
    width: 100%;
    margin: 0;
  }
  .contact-boxes .box {
    margin: 0 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .contact-boxes .box .holder {
    width: 348px;
  }
  .side-banners {
    clear: both;
    text-align: center;
    padding: 30px 0 0;
  }
  .side-banners .box:first-child {
    margin: 0 0 30px;
  }
  .side-banners .box {
    display: inline-block;
    float: none;
    margin: 0 0 30px;
  }
  .page-image .text,
  .page-map .text {
   /* top: 98px;*/
  }
  .page-image .text h1,
  .page-map .text h1 {
    line-height: 32px;
	margin: 0;
  }
  .success-order {
    margin: 50px auto;
    background: none;
  }
  .success-message {
    padding: 0;
  }
  .success-message .holder {
    padding: 0;
    border: 0;
  }
  /* account page */
  .account-page {
    padding-top: 35px;
  }
  .account-holder {
    width: 100%;
  }
  .account-tabs li:first-child,
  .account-tabs li {
    margin: 0 0 20px;
  }
  .account-tabs li {
    float: none;
    width: 100%;
    height: auto;
  }
  .account-tabs li a {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 8px 30px;
    text-align: left;
  }
  .account-tabs li span {
    background-position: 0 50% !important;
    padding: 0 0 0 80px;
    display: block;
  }
  #main .account-tabs li a.active span {
    background-position: 0 50% !important;
  }
  .account-frames .title h2 {
    margin: 0 0 10px;
    float: none;
  }
  .account-frames .title > a {
    float: none;
    display: inline-block;
  }
  .profiles-list {
    width: 100%;
  }
  .profiles-list .profile-item,
  .profile-item .add-info {
    width: 100%;
  }
  .wishlist .products-content .product-item {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .wishlist .products-content .product-item .holder {
    height: auto;
  }
  .feed-form .l-col,
  .feed-form .r-col {
    float: none;
    overflow: hidden;
    margin: 0 0 20px;
    width: 100%;
  }
  .feed-form textarea {
    box-sizing: border-box;
    width: 100% !important;
  }
  .history-table .cell {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
  }
  .history-table .expander {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
  .history-table .exp-table img {
    display: none;
  }
  .history-table .exp-table a {
    font-size: 13px;
  }
  .history-table .exp-table td .price {
    font-size: 15px;
  }
  .history-table .cell-1 {
    width: 47px;
  }
  .history-table .cell-2 {
    width: 64px;
  }
  .history-table .cell-3 {
    width: 62px;
  }
  .history-table .cell-4 {
    width: 89px;
  }
  /* news page */
  .news-container {
    width: 100%;
  }
  .news-container .box.left,
  .news-container .box.right {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .news-container .box .image {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .news-container .box .image img {
    width: 100%;
    height: auto;
  }
  .pages li {
    margin: 0 2px;
  }
  .pages li a {
    padding: 12px;
  }
  .pages li:first-child a,
  .pages li:last-child a {
    font-size: 0;
    padding: 9px 12px;
  }
  .pages li:first-child a:after {
    content: "<";
    font-size: 17px;
  }
  .pages li:last-child a:after {
    content: ">";
    font-size: 17px;
  }
  /* review page */
  .rew-cols .links .item .ico-text {
    display: none !important;
  }
  .rew-cols .links {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .rew-cols .links .item {
    width: 92px;
    height: 92px;
    margin: 0 4px 10px;
    float: left;
  }
  .rew-cols .links .item a,
  .rew-cols .links .item .icon {
    width: 90px;
    height: 90px;
  }
  .rew-cols .contents-holder {
    width: 100%;
  }
  .content-gal,
  .content-gal .mask,
  .content-gal li {
    width: 310px;
    height: 159px;
  }
  .content-gal .link-prev,
  .content-gal .link-next {
    top: 64px;
  }
  .content-gal li img {
    width: 310px;
    height: 169px;
  }
  .content-gal .text-head {
    display: none;
  }
  .review-section {
    margin: 0 0 30px;
  }
  .other-reviews .image {
    width: 100%;
    margin: 0 0 20px;
    float: none;
    text-align: center;
  }
  .other-reviews .text-holder {
    height: auto;
  }
  /* order page */
  .order-container {
    width: 100%;
  }
  .order-container .step {
    background: none;
    margin-bottom: 20px;
  }
  .order-container .step,
  .order-container .step:first-child {
    padding: 0;
  }
  .order-container .step .title {
    margin: 0 0 15px;
    text-align: center;
  }
  .order-container .step .title h2 {
    margin: 20px 0 12px;
  }
  .order-container .step-label {
    background: none;
    width: 59px;
    height: 52px;
    border: 1px solid #efefef;
    border-radius: 25%;
    padding: 5px;
    margin: 0 auto;
    float: none;
  }
  .order-container .label-holder {
    width: 59px;
    height: 52px;
  }
  .order-container .label-holder strong {
    font-size: 27px;
    line-height: 30px;
  }
  .pay-method {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .order-container .row .jq-selectbox__select,
  .order-container .row .cell-1 .jq-selectbox__select {
    width: 268px !important;
  }
  .delivery-method .item {
    box-sizing: border-box;
    width: 310px;
  }
  .order-table .image {
    display: none;
  }
  .summary-table td {
    padding: 8px;
    font-size: 13px;
    line-height: 18px;
    width: 60%;
  }
  .order-container .buttons {
    margin: 0;
	text-align: left;
  }
  .order-container .buttons .btn-cart {
    margin: 0;
  }
  /* product page */
  .product-popup .left {
    float: none;
    width: 310px;
  }
  .product-popup .mask {
    width: 310px;
  }
  .product-popup .images-block {
    width: 310px;
  }
  .product-popup .images-frame {
    width: 310px;
  }
  .product-popup .mask .images li {
    width: 310px;
  }
  .product-popup .mask .images li a {
    width: 310px;
  }
  .product-popup .mask .images img {
    width: 100%;
    height: auto;
  }
  .product-popup .slides li,
  .product-popup .slides li:first-child {
    margin: 5px;
  }
  .likes li {
    margin: 0 15px 0 0;
  }
  .buttons .btn-click {
    width: 155px;
  }
  .product-popup .price-box .number,
  .add-popup .price-box .number {
    float: none;
  }
  .product-popup .price-box .status {
    margin-top: 20px;
    display: block;
    float: none;
    clear: both;
  }
  .product-popup .buttons .btn-cart,
  .add-popup .buttons .btn-cart {
    box-sizing: border-box;
    margin: 0 0 15px;
    width: 100%;
  }
  .buttons .btn-click {
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .product-tabs-list li {
    margin: 0 -1px 0 0;
    font-size: 12px;
  }
  .product-tabs-list li a {
    padding: 5px;
  }
  .product-tabs .list-holder {
    padding: 12px;
  }
  .tab-details li .label {
    width: 119px;
  }
  .tab-video {
    width: 304px;
    height: 198px;
  }
  .tab-video img {
    width: 100%;
  }
  .similars {
    width: 100%;
  }
  .similars .items-include .mask {
    width: 100%;
    float: left;
    height: auto;
  }
  .items-include .tab-items {
    width: 100%;
  }
  .similars .tab-items .product-item {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .similars .tab-items .product-item .expand {
    width: 162px;
    box-sizing: border-box;
  }
  .similars .tab-items .product-item .expand .btn-cart {
    width: 100%;
    box-sizing: border-box;
  }
  .similars .tab-items .product-item .quick-view {
    background: url("/bitrix/templates/youstore_/css/../images/bg-transparent45.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 7px 9px 9px;
    font-size: 11px;
  }
  .similars .items-include .btn-prev,
  .similars .items-include .btn-next {
    display: none;
  }
  .prod-similar .tab-items .product-item {
    margin: 0;
    height: auto;
  }
  .comments-board .link-comment {
    font-size: 12px;
  }
  .comments-board .item.sub {
    padding-left: 10px;
  }
  .comments-board .add-review .row .left,
  .comments-board .add-review .row .right {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .comments-board .add-review .text {
    width: 100%;
    box-sizing: border-box;
  }
  .comments-board .add-review .right textarea,
  .comments-board .add-review .new-comment textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
  .comments-board .captcha-cell .text {
    width: 129px !important;
  }
  .comments-board .avatars li,
  .comments-board .avatars li:first-child {
    margin: 10px;
  }
  .desc-gallery {
    width: 100%;
    height: auto;
  }
  .desc-gallery li .slide-text {
    display: none !important;
  }
  .desc-gallery img,
  .desc-gallery li {
    width: 304px;
    height: 262px;
  }
  .desc-gallery .link-prev,
  .desc-gallery .link-next {
    top: 110px;
  }
  .some-holder .comments-board .add-review .row .right {
    width: 100% !important;
  }
  .some-holder .comments-board .add-review .right textarea {
    width: 100% !important;
  }
  /* root category page */
  .home-cat h2 {
    float: none;
    margin: 0 0 20px;
  }
  .root-carousel {
    margin-bottom: 0;
  }
  .root-carousel .container {
    width: 100%;
  }
  .root-carousel .items-include .mask {
    height: auto;
    width: 310px;
    margin: 0 auto;
  }
  .root-carousel .tab-items .product-item {
    width: 305px;
    float: none;
  }
  .root-carousel .items-include .btn-prev,
  .root-carousel .items-include .btn-next {
    display: none;
  }
  /* vacancies page */
  .article-container .align-left,
  .article-container .align-right {
    float: none;
    margin: 0 0 20px;
  }
  .job-items .item .text {
    width: 296px;
  }
  .job-items .item .text .holder,
  .job-items .item.red .text .holder {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .job-items .item .link {
    bottom: 4px;
  }
  .our-team .items .item {
    width: 302px;
  }
  #footer .copy {
    font-size: 13px;
  }
  .quotes-block .quote .text {
    padding: 10px 30px;
  }
  .menu-tabs .menu li:first-child {
    margin: 0 0 10px;
  }
  .menu-tabs .menu li {
    margin: 0 0 10px;
    float: none;
    overflow: hidden;
  }
  /* index page */
  .services-boxes {
    display: none;
  }
  #visual,
  #visual .mask {
    height: 219px;
  }
  #visual .owl-prev,
  #visual .owl-next {
    top: 97px;
  }
  .index-products {
    width: 310px;
  }
  .index-products .filters {
    text-align: center;
  }
  .index-products .filters h2 {
    float: none;
    margin: 0 0 20px;
  }
  .filters-list {
    float: none;
    overflow: hidden;
    margin: 0 0 20px;
  }
  .filters-list li:first-child {
    margin: 0 0 20px;
  }
  .filters-list li {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 0 20px;
    overflow: hidden;
  }
  .filters-list li a {
    float: none;
    display: inline-block;
  }
  .index-products .products {
    width: 100%;
  }
  .brands-catalog .tab-items .product-item {
    width: 305px;
    float: left;
  }
  .brands-catalog .items-include .mask {
    width: 305px;
  }
  .brands-catalog .items-include .tab-items {
    width: 99999px;
  }
  .brands-catalog .items-include .btn-next {
    right: 12px;
  }
  .menu-tabs .menu {
    text-align: center;
  }
  .menu-tabs .menu li:first-child {
    margin: 0 0 20px;
  }
  .menu-tabs .menu li {
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px;
  }
  .menu-tabs .menu li a {
    float: none;
    display: inline-block;
  }
  .menu-tabs-section .items-include .mask {
    overflow: visible;
    width: 108%;
    margin: -10px 0 0 -10px;
  }
  .menu-tabs-section .items-include .btn-prev,
  .menu-tabs-section .items-include .btn-next {
    display: none;
  }
  .menu-tabs-section .product-item .expand {
    width: 174px;
  }
  .menu-tabs-section .tab-items .product-item {
    float: left;
    width: 310px;
    height: auto;
  }
  .menu-tabs-section .tab-items .product-item:first-child,
  .menu-tabs-section .tab-items .product-item {
    margin: 1px 0 0 -2px;
  }
  .menu-tabs-section .tab-items .product-item .holder {
    padding: 15px 8px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }
  .menu-tabs-section .product-item .tools li {
    margin: 0 0 0 2px;
  }
  .menu-tabs-section {
    margin: 0 0 80px;
  }
  /* visual new page */
  .visual-new {
    width: 320px;
    padding: 0 0 40px;
  }
  .visual-product.left {
    width: 320px;
    float: none;
    margin: 0 0 20px;
    height: auto;
    text-align: center;
  }
  .visual-product,
  .visual-product .text .frame {
    width: 320px;
    height: 373px;
  }
  .visual-gal .ic_caption .frame {
    height: 251px;
  }
  .visual-new .visual-gal {
    width: 320px;
    margin: 0;
  }
  .visual-gal .ic_caption .frame,
  .visual-new #carousel li,
  .visual-gal h3 {
    width: 320px;
  }
  .visual-banner {
    margin: 0;
  }
  .visual-banner .top-banner {
    margin: 0 0 20px;
    float: none;
    width: 100%;
  }
  .visual-banner .top-banner a {
    width: 320px;
  }
  .visual-banner .bottom-banner {
    width: 320px;
    float: none;
    box-sizing: border-box;
  }
  .visual-banner .bottom-banner .holder a {
    width: 280px;
  }
  /* popups */
  .popup {
    background: none;
    padding: 0;
  }
  .popup .holder,
  .popup.add-profile .holder,
  .popup.popup-edit .holder {
    padding: 10px;
    width: 320px;
    box-sizing: border-box;
  }
  .popup-form .text,
  .popup.add-profile .popup-form .text,
  .popup.popup-edit .popup-form .text {
    width: 100%;
    box-sizing: border-box;
  }
  /* catalog filter */
  .filter-expand h2 {
    cursor: pointer;
    padding: 0 0 0 24px;
    background: url(/bitrix/templates/youstore_/css/../images/bg-mobile-menu.png) no-repeat 0 49%;
  }
  .filter-expand h2 + form {
    display: none;
  }
  /* mobile menu */
  .nav-mobile {
    float: left;
    display: block;
    background: url(/bitrix/templates/youstore_/css/../images/bg-mobile-menu.png) no-repeat 0 49%;
    cursor: pointer;
    padding: 0 0 0 24px;
    /*color: #616160;*/
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
  }
  .nav-mobile.active {
    color: #235488;
  }
  #nav,
  .nav {
    display: none;
  }
  .discount-link {
    display: none;
  }
  #nav {
    top: 39px;
    left: 0;
    display: none;
    height: auto;
    position: absolute;
    width: 320px !important;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    max-height: 320px;
    overflow: auto;
  }
  #nav > li,
  .nav > li {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-size: 13px;
    padding: 12px 0;
    border-top: 1px dotted #d5d4d4;
  }
  #nav > li > a,
  .nav > li > a {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    outline: none;
  }
  .nav-frame .drop,
  .nav .drop {
    border-top: 1px dotted #d5d4d4;
    display: none;
    position: static;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 6px 0 0;
  }
  .nav-frame .drop .columns {
    width: 100%;
    float: none;
    margin: 0 0 -4px;
  }
  .nav-frame .drop .columns .col {
    float: none;
    width: 100%;
    margin: 0;
  }
  .nav-frame .drop .columns .col:first-child {
    margin: 0;
  }
  .nav-frame .drop .columns .col:first-child .col-title {
    border: 0;
  }
  .nav-frame .drop .columns .col-title {
/*    border-top: 1px dotted #d5d4d4;*/
    display: block;
    float: none;
    padding: 6px 0 6px 12px;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    /*background: url("/bitrix/templates/youstore_/css/../images/bg-drop-arrow.png") no-repeat scroll 100% 50%;*/
  }
  .nav-frame .drop .columns .col-title.hasDrop {
    background: url("/bitrix/templates/youstore_/css/../images/bg-drop-arrow.png") no-repeat scroll 100% 50%;
  }
  .nav-frame .drop .columns .col-title:hover {
    color: #235488;
  }
  .nav-frame .drop .columns .sub-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0 0 20px;
    margin: 0;
    display: none;
  }
  .nav-frame .drop .columns .sub-menu li {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 6px;
  }
  .toolbox .links {
    display: none!important;
  }
  .product-item .image > .image-box {
    display: block;
  }
  .side-banners {
    display: none;
  }
  .popup.product-popup .holder {
    width: 100%;
    box-sizing: border-box;
  }
  .ajax-tmp {
    left: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  /* disable gallery for product slider */
  .tab-content .bx_item_slider .bx_slide {
    margin: 0 !important;
  }
  .tab-content .bx_item_slider .bx_slide ul {
    width: 100% !important;
  }
  .tab-content .bx_item_slider .bx_slide ul li {
    margin: 10px !important;
  }
  .tab-content .bx_slide_left,
  .tab-content .bx_slide_right {
    display: none !important;
  }
  /* disable minicart hover */
  .cart-popup {
    display: none !important;
  }
  /* disable products hover */
  .product-item .expand {
    display: none !important;
  }
  #sidebar .box.filter .title {
    float: none;
  }
  .filter-apply {
    margin: 0 0 10px;
  }
  #main #sidebar form {
    margin-bottom: 30px;
  }
  .success-popup {
    background: #fff;
  }
  .cart-container .item-delete {
    display: block !important;
  }
  .order-container .step-label {
    display: none;
  }
  .order-container .step .title h2 {
    text-align: left;
    text-transform: uppercase;
  }
  .pay-method .item {
    margin: 0 0 20px;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px 0;
    height: auto;
  }
  .pay-method .item strong {
    float: left;
    height: auto;
  }
  .pay-method .item .tooltip {
    float: left;
    visibility: visible !important;
    border: 0;
    background: none;
    text-align: left;
    margin: 8px 0 0;
    max-width: 46%;
  }
  .pay-method .item .tooltip span {
    display: none;
  }
  .order-table th {
    font-size: 13px;
  }
  .order-table th:nth-child(4) {
    white-space: nowrap;
    font-size: 0;
  }
  .order-table th:nth-child(4):after {
	content = 'Кол-во';
	font-size: 13px;
    line-height: 30px;
  }
  .order-table th:last-child {
    width: 21%;
  }
  .page-image iframe {
    display: none;
  }
  .vacancy-popup {
    left: 10px !important;
    box-sizing: border-box;
    width: 95% !important;
  }
  #visual .slides .left-col {
    display: none;
  }
  .root-carousel .tab-items .product-item {
    margin-left: 0;
  }
  .home-cat .container {
    text-align: center;
  }
  .home-cat h2 {
    padding: 0;
  }
  .article-container .a-boxes {
    width: 100%;
  }
  .job-items .item .photo {
    display: none;
  }
  .samples-block {display:none;}
  #wrapper {padding: 0;}
  
  #footer{
	  padding-bottom:50px;
  }
  #footer .copy{
	  position:absolute;
	  bottom:-50px;
	  left:-200px;
	  right:-200px;
	  text-align:center;
  }
  .footer-left{position:initial}
  
  .box-text {
	  line-height: 18px;
	  float:none;
  }
  div.marForm{
	  margin-top:25px;
  }
  .footer-search{
	  float:none;
	  margin:0 auto;
  }
}

span.bonus-num{
    display: block;
	padding-left:15px;
	padding-right:15px;
    height:32px;
    line-height:32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 6;
    cursor: pointer;
	background:#235588;
    visibility: hidden;
}
.product-item:hover span.bonus-num{background:#f65719;}
.nav-frame .drop .columns .col-title:hover {color: #235488!important;}
div.newMP .menu-tabs .menu{
	background:none;
}
div.newMP .menu-tabs .menu li {margin: 0 0 0 15px;}
div.newMP .menu-tabs .menu li:first-child {
    margin: 0;
}
div.newMP .menu-tabs .menu li a{
	cursor: pointer;
    color: #444;
    border-bottom: 1px dotted #444;	
	line-height: 24px;
	padding:0;
}
div.newMP .menu-tabs .menu li a:hover, 
div.newMP .menu-tabs .menu li.active a{
	text-decoration: none;
    border: 0;
    color: #235488;	
	cursor: pointer;
	font-weight:normal;
	background:none;
}

div.newMP .items-include .btn-prev, 
div.newMP .items-include .btn-next{
	height:31px;
	width:31px;
	left:inherit;
	right:0;
	top:-45px;
	border:0;
	border-radius:31px;
	background:#edecec;
	overflow: visible;
	opacity: 1;
	text-align:center;
	cursor:pointer;
}
div.newMP .items-include .btn-prev{right:40px;}
div.newMP .items-include .btn-prev:hover,
div.newMP .items-include .btn-next:hover{background:#235488;}
div.newMP .items-include .btn-prev>span, 
div.newMP .items-include .btn-next>span{
	display:inline-block;
	position:relative;
	float:left;
	width:8px;
	height:13px;
	background-repeat:no-repeat;
	background-image:url(/bitrix/templates/youstore_/css/../images/arrN.png);
    margin-top: 8px;
    margin-left: 10px;
}
div.newMP .items-include .btn-prev>span{background-position:0 0;}
div.newMP .items-include .btn-next>span{background-position:-8px 0;margin-left: 12px;}
div.newMP .items-include .btn-prev:hover>span{background-position:0 -13px;}
div.newMP .items-include .btn-next:hover>span{background-position:-8px -13px;}
div.newMP.menu-tabs-section .product-item .holder{
    padding: 15px 20px;
    width: 182px;
    height: 329px;	
}
div.newMP.menu-tabs-section .tab-items .product-item {
	vertical-align: top;
    width: 224px;
    height: 360px;
    text-align: center;
    margin: 0px 0px 0px 16px;
    padding: 5px;
}
div.newMP.menu-tabs-section .product-item .btn-cart{
    width: 146px;
    padding: 8px 18px 6px;
	margin: 0 0 14px;	
}
div.newMP.menu-tabs-section .product-item .expand-holder{padding: 21px 20px 21px;}
div.newMP .items-include .mask{margin-left: -18px}
 .product-item .tools {
    border-top: 1px solid #f0f0f0;
    padding:10px 0 0;	
}
div.leftMB{
    float: left;
    width: 100%; /*1030px*/
    position: relative;
    margin:0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;		
}
div.articlesTabs,
div.newsTabs,
div.rewTabs {
    float: left;
    width: 100%;
    position: relative;
}
div.articlesTabs .tabs,
div.newsTabs .tabs,
div.rewTabs .tabs {
	width:100%;
	margin: 0 0 30px;
	height:auto;
	overflow-y: inherit;
}
.tabs__caption {
	height: 28px;
	line-height: 25px;
	list-style: none;
}
.tabs__caption li {
	float: left;
	display: inline;
	cursor: pointer;
	position: relative;
	padding:0;
	margin-right:8px;
	line-height:28px;
	color:#235588;
}
.tabs .tabs__caption li {padding:0;top:8px;}
.tabs__caption .active {
	color: #585757;
	line-height:28px;
	font-size:17pt;
	line-height:28px;
	top:0px!important;
}
div.leftMB .slick-prev, 
div.leftMB .slick-next{
    font-size: 0;
    line-height: 0;
	float:right;
    position: absolute;
    top:-49px;
    display: block;
    width:31px;
    height:31px;
	border-radius: 31px;
    background: #edecec;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;	
	right:15px;
}
div.leftMB .slick-prev{
    right: 55px;
}
div.leftMB .slick-prev>span, 
div.leftMB .slick-next>span {
    display: inline-block;
    position: relative;
    float: left;
    width: 8px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/youstore_/css/../images/arrN.png);
    margin-top:0px;
    margin-left: 10px;
}
div.leftMB .slick-prev>span{background-position: 0 0;}
div.leftMB .slick-next>span{
    background-position: -8px 0;
    margin-left: 12px;
} 
div.leftMB .slick-prev:hover,
div.leftMB .slick-next:hover{background:#235488;}
div.leftMB .slick-prev:hover>span{background-position:0 -13px;}
div.leftMB .slick-next:hover>span{background-position:-8px -13px;}
/* Slider */
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;	
}
.slick-list:focus
{
    outline: none;
}
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

   /* height: 100%;  */
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media only screen and (max-width: 979px){
	div.newMP.menu-tabs-section .product-item .holder{
	  width: 118px;
	}	
	div.newMP.menu-tabs-section .tab-items .product-item {
		width: 160px;
	}	
	div.newMP .items-include .btn-prev, div.newMP .items-include .btn-next{top: -5px;}
	div.newMP.menu-tabs-section .product-item .btn-cart{width: 100px;}
	div.newMP.menu-tabs-section .product-item .expand {
		width: 158px;
	}	
	.menu-tabs-section .product-item .quick-view{padding: 7px 4px 9px 4px;}
	div.newMP.menu-tabs-section .product-item .btn-cart {
		padding: 8px 9px 6px;
	}	
	div.newMP.menu-tabs-section .product-item .title h3 a{font-size:9.75pt;word-break: break-word;}
}
@media only screen and (max-width: 640px) {
	div.newMP .menu-tabs .menu li{margin:0;}
	div.newMP .menu-tabs .menu li a:hover,
	div.newMP .menu-tabs .menu li.active a{
		  border-bottom: 1px dotted #ffffff;
	}
	div.newMP.menu-tabs-section{margin:0 auto;}
	div.newMP.menu-tabs-section .product-item .holder{
	  width:100%;
	  height:auto;
	  box-sizing: border-box;
	}
	div.newMP.menu-tabs-section .tab-items .product-item{
		box-sizing: border-box;
		width: 310px;
		margin-left: 5px;
		margin-top: 7px;
		height: auto;
	}  
	div.newMP.menu-tabs-section .tab-items .product-item.MobHide,
	div.MobHide{display:none;}
	div.newMP.menu-tabs-section .product-item .title h3 a {
		font-size: 12pt;
		word-break: normal;
	}	
	.menu-tabs-section .product-item .quick-view{display:none;}
}  

.actions {
    background: url(/bitrix/templates/youstore_/css/../images/bg-added.png) no-repeat 0 50%;
    color: #6eb52c;
	padding: 0 0 0 27px;
}


.product-item .tools li a.link-compare.inCompare {    background: url(/bitrix/templates/youstore_/css/../images/ico-delete-wish.png) no-repeat 0 50%;}*
/* End */


/* Start:/bitrix/templates/youstore_/css/owl.carousel.css?15322526941476*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/templates/youstore_/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/bitrix/templates/youstore_/css/stars.css?15322526941191*/
table.centered{
	margin: 0 auto;
}

.bx_item_detail_rating{margin-bottom: 10px;}
.bx_item_detail_rating td{
	vertical-align: middle;
	text-align: right;
}
.bx_item_detail_rating .bx_item_rating{
	text-align: right;
}
.bx_item_detail_rating .bx_stars_container{
	position: relative;
	width: 60px;
	height: 11px;
	background: white;
	background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(/bitrix/templates/youstore_/css/../images/stars/5-stars.png) no-repeat left;
}

.bx_item_detail_rating .bx_stars_progres{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 102!important;
	/*background: #8d2217!important;*/
	background: url(/bitrix/templates/youstore_/css/../images/stars/5-stars-full.png) no-repeat left!important;
}
.bx_item_detail_rating .bx_stars_rating_votes{
	color: #8d8d8d;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
	.bx-touch .bx_item_detail_rating .bx_stars_container{
		width: 34px;
		height: 15px;
		margin: 4px 0;
	}
	.bx_item_detail_rating .bx_stars_rating_votes{
			font-size: 7px;
			line-height: 7px;
	}
}
/* End */


/* Start:/bitrix/templates/youstore_/js/colorbox/colorbox.css?15322526944471*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/bitrix/templates/youstore_/js/colorbox/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/bitrix/templates/youstore_/js/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/bitrix/templates/youstore_/js/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#fff;}
        #cboxLoadingOverlay{background:url(/bitrix/templates/youstore_/js/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/bitrix/templates/youstore_/js/colorbox/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:50%; left:0; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:50%; right: 0; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; top:0; right:0; background:url(/bitrix/templates/youstore_/js/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End */


/* Start:/bitrix/templates/youstore_/js/bxslider/jquery.bxslider.css?15322526944424*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;  *
	border:  5px solid #fff; */
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/bitrix/templates/youstore_/js/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/bitrix/templates/youstore_/js/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/bitrix/templates/youstore_/js/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/youstore_/js/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/youstore_/js/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#bx-pager .img-wrp{
    border: 2px solid #f4f3f3;
    display: inline-block;
    width: 85px;
    height: 85px;
    text-align: center;
    padding-top: 5px;
}
/*
#bx-pager a{
        position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0 0 18px;
}

#bx-pager a .cnt{
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    display: block;
    background: #fff;
    border: 2px solid #f4f3f3;
}*/
/* End */


/* Start:/bitrix/templates/youstore_/em_styles.css?153225269417269*/
.tabs__content {
	display: none;
    float: left;
    width: 100%;
    position: relative;	
	padding-top:15px;
}
.tabs__content.active {
	display: block;
}
div.slick-slide:focus,
div.InnerCnt:focus,
div.InnerCnt a:focus,
div.InnerCnt a img:focus{outline:none;}
div.ScrollEl{
	vertical-align:top;
}
div.InnerCnt{
	display:inline-block;
	position:relative;
	width:92%;
    margin-right: 5%;
    margin-left: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.newsTabs div.InnerCnt{
    width: 93%;
    margin-left: 2%;	
}
div.InnerCnt:hover{
	-webkit-box-shadow: 0px 0px 15px 6px #ebebeb;
	-moz-box-shadow: 0px 0px 15px 6px #ebebeb;
	box-shadow: 0px 0px 15px 6px #ebebeb;	
}
div.rewTabs div.InnerCnt:hover{
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px 0px #ffffff;	
}
span.descbll{
	display:inline-block;
	position:relative;	
	float:left;
	width:90.5%;
	border:1px solid #e9e9e9;
	padding:15px;
	padding-left:4.5%;
	padding-right:4.5%;
	min-height:130px;
}
div.InnerCnt:hover span.descbll{border:1px solid #ffffff;}
div.InnerCnt+div.InnerCnt{margin-top:15px;}
div.ScrollEl a.artP{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	border:0;
	text-align:center;
	vertical-align:top;
}
div.ScrollEl a.artP img{
	display:inline;	
	border:0;
	max-width:100%;
	height:auto;
}
div.ScrollEl a.artName{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	color:#2d2d2d;
	text-decoration:none;
	font-size:12.75pt;
	line-height:14pt;	
}
div.ScrollEl a.artName:hover{text-decoration:underline;}
span.artDesc{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	padding-top:8px;
	padding-bottom:4px;
	color:#5b5b5b;
	font-size:12pt;	
	line-height:14pt;
	font-style:lighter;
}
div.ScrollEl a.newsP{
	display:inline-block;
	float:left;
	width:37%;
	min-height:170px;
	border:0;
	text-align:center;
	vertical-align:top;
}
div.ScrollEl a.newsP>span{
	display:inline-block;
	position:absolute;
	float:left;	
	left:0;
	width:37%;
	top:0;
	bottom:0;
	background-repeat:no-repeat;
	background-position:center center;
	/*background-size:cover;	*/	
}
div.newsTabs span.descbll{
	width:53.5%;
}
div.b-responds-item{
	display:inline-block;
	float:left;
	width:100%;	
    color: #2b2b2b;	
}
div.b-responds-author {
	display:inline-block;
	float:left;
	width:100%;		
    margin-bottom: 18px;
}
.product-review-user__name, 
.product-review-user__name.link {
    font-size: 15px;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    color: #2b2b2b;
}
.product-review-user__name:first-letter,
.product-review-user__name.link :first-letter{
	color:red;
}
div.b-responds-content{
	display:inline-block;
	float:left;
	width:100%;		
    margin-top:10px;	
}
div.b-responds-pros,
div.b-responds-cons,
div.b-responds-comment {
    margin-bottom: 10px;
}
div.b-responds-pros b,
div.b-responds-cons b,
div.b-responds-comment b{
    font-weight: bold;
    display: inline-block;
    color: #202020;
    margin-right: 5px;
    margin-bottom: 4px;	
}
div.b-responds-pros span,
div.b-responds-cons span,
div.b-responds-comment span{
    display: inline-block;
    line-height: 18px;
    word-break: break-word;
    color: #202020;
}
div.product-review-item__footer {
    margin-top: 15px;
    color:#999;
}
.product-review-item__footer .layout__col {
    vertical-align: baseline;
	display: table-cell;
}
div.product-review-item__stat {
    margin-bottom: 10px;
}
div.product-review-item__stat .rating-stars {
    height: 22px;
    margin-top: 2px;
	float:left;
	display: inline-block;
}
span.product-review-item__rating-label {
    margin-right: 10px;
    margin-left: 8px;
    vertical-align: middle;
    color: #999;
}
.rating-stars__star {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 1px;
    vertical-align: middle;
    background: url(/bitrix/templates/youstore_/images/sstar.png);
}
.rating-stars__star:last-child {
    margin-right: 0;
}
.rating-stars__star, .rating-stars__star:before {
    background-size: cover;
}
.rating-stars__star:before, 
.rating-stars[data-rate="5"] .rating-stars__star, 
.rating-stars[data-rate="1"] .rating-stars__star:nth-child(-n+1), 
.rating-stars[data-rate="2"] .rating-stars__star:nth-child(-n+2), 
.rating-stars[data-rate="3"] .rating-stars__star:nth-child(-n+3), 
.rating-stars[data-rate="4"] .rating-stars__star:nth-child(-n+4) {
    background: url(/bitrix/templates/youstore_/images/ystar.png);
}
div.rewTabs div.InnerCnt{
	width: 88%;
	border: 1px solid #ebebeb;
    padding: 4%;	
	background:#ffffff;
}
div.rewSB{
    position: relative;
    display: inline-block;	
	background:#f9f9f9;
	width:100%;
}
div.rightMB{
	position: relative;
	display: inline-block;	
	float: right;
	width: 215px;	
	vertical-align:top;
}
div.rightMB .product-item{
	width: 215px;
	height: 300px;
	margin:0;
	margin-bottom:15px;
}
span.RMN{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	padding-bottom:24px;
	color:#585757;
	font-size:17.25pt;
	line-height:18px;
}
div.rightMB .product-item .holder{
    width: 172px;
    height: 268px;	
}
div.product-item .image{
    height: 100px;
    margin: 0 0 5px;
}
/*.prod-similar .image{
	height: 100px;
	margin: 0 0 5px;
}   */
div.product-item .image > .image-box{
	height: 100px;
}
div.product-item .title{
	margin: 0 0 10px;
}
div.rightMB  a.YMhref{
	display:inline-block;
	position:relative;
	margin:0 auto;
	background: url(/bitrix/templates/youstore_/images/ym.png);
	background-repeat:no-repeat;	
	width:200px;
	height:258px;
	background-size: cover;
	margin-top:50px;
}
div.leftMB+div.rightMB{text-align:center;}
div.rewSB .index-products{padding:20px 0;padding-top:40px;}

div.NDshab span.bonus-det, .popup span.bonus-det{
	color:#235488;
	line-height: 15px;
	margin-left:10px;
	float:left;
}
span.xxx{
	display:inline-block;
	position:relative;
	float:left;
	background: url(/bitrix/templates/youstore_/images/sprite.png);
	background-repeat:no-repeat;
	width:17px;
	height:18px;
	background-position:-20px 0;
	margin-right:20px;
	margin-top:10px;
}
#bx-pager a.active .img-wrp{border: 2px solid #c6c5c6;}
div.product-popup.NDshab  .left{width: 475px;}
#bx-pager .img-wrp{margin-bottom:15px; margin-right: 5.5%;}
.bx-wrapper .bx-controls-direction a{
	background: url(/bitrix/templates/youstore_/images/contArr.png);
	width:21px;
	height:39px;
	margin-top:-20px;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
	background-position:0 0;
}
.bx-wrapper .bx-controls-direction a.bx-next{
	background-position:-21px 0;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover{
	background-position:0 -39px;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover{
	background-position:-21px -39px;
}
.buttons .btn-click.credit:hover{background:#8cb73c;border-color:#859f45;}
.buttons .btn-click.credit span{
	background: url(/bitrix/templates/youstore_/images/ico-btn-cart.png);
	background-repeat:no-repeat;
}
div.NDshab a.onClHref, .popup a.onClHref {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px dotted #235488;
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}
div.NDshab a.onClHref:hover,.popup a.onClHref:hover{
	text-decoration:none;
	border-bottom:1px solid #ffffff;
}
div.NDshab a.detHref{
	font-size:15px;
	line-height:18px;
	margin-right:15px;
	margin-bottom:15px;
	padding-left:27px;
	color:#545454;
	position:relative;
}
div.NDshab a.detHref>span{
	display:inline-block;
	position:absolute;
	float:left;
	left:0;
	background: url(/bitrix/templates/youstore_/images/sprite.png);
	background-repeat:no-repeat;
	top:50%;
}
div.NDshab a.detHref.wlP>span{
	width:16px;
	height:14px;
	margin-top:-7px;
	background-position:-43px 0;
}
div.NDshab a.detHref.sravn>span{
	width:21px;
	height:17px;
	margin-top:-8px;
	background-position:-62px 0;
}
div.PromDel{
	display:inline-block;
	position:relative;
	float:left;
    width: 89%;
    padding: 4%;
    margin-bottom: 30px;
    margin-left: 2%;	
    -webkit-box-shadow: 0px 0px 15px 3px #ebebeb;
    -moz-box-shadow: 0px 0px 15px 3px #ebebeb;
    box-shadow: 0px 0px 15px 3px #ebebeb;	
}
span.PromoB{
	display:inline-block;
	position:relative;
	float:left;
	width:50%;
}
span.PromoB>i{
	display:inline-block;
	position:absolute;
	float:left;
	left:0;
	top:50%;
	background: url(/bitrix/templates/youstore_/images/sprite.png);
	background-repeat:no-repeat;	
}
span.PromoB.Dost>i{
	width:37px;
	height:23px;
	background-position:-85px 0;
	margin-top:-12px;
}
span.PromoB.Garant>i{
	width:28px;
	height:33px;
	background-position:-124px 0;
	margin-top:-16px;
	left:10px;
}
span.DetInfoP{
	display:inline-block;
	position:relative;
	float:left;	
	padding-left:50px;	
}
span.DetName{
	display:inline-block;
	position:relative;
	float:left;	
	width:100%;
	color:#575757;
	font-size:16px;	
	margin-bottom:5px;
}
span.detPline{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
}
span.detPline>a{
	border-bottom:1px dotted #235488;
}
span.detPline a.DelPrice{
	font-size:15px;
}
span.detPline>a:hover{text-decoration:none;border-bottom:1px solid #ffffff;}
span.ArrRight{
	display:inline-block;
	position:absolute;
	float:right;	
	width:2px;
	background: url(/bitrix/templates/youstore_/images/vbord.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	top:-30%;
	bottom:-30%;
	right:0;
}
.aside .row-box .text strong {
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: normal;
}
.aside div.rightMB{width:100%;}
div.fla{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
}
div.NDshab .bx_item_detail_rating .bx_stars_bg{
	background: url(/bitrix/templates/youstore_/images/5-stars2.png)!important;
}
div.NDshab .bx_item_detail_rating .bx_stars_progres{
	background: url(/bitrix/templates/youstore_/images/5-stars-full2.png)!important;
}
.bx_item_detail_rating .bx_stars_container {
    width: 84px!important;
    height: 14px!important;
}
div.product-popup.NDshab .info-box .text{text-align: justify;}
div.product-popup.NDshab .rating-holder table{margin-top:0;}
div.product-popup.NDshab .btn-cart span{
	font-size:16pt;
}
div.product-popup.NDshab .btn-cart{
	padding: 13px 18px 9px;
}
div.product-popup.NDshab .buttons .btn-click.credit{
	float:right;
	width: auto;
	padding: 11px 10px;
}
div.product-popup.NDshab .buttons .btn-click.credit span{font-size:16pt;}
.product-item .tools li a.link-wishlist, .product-item .tools li a.link-wishlist-delete{margin-right:7px;float:left;}
div.prod-similar .tools li a.link-wishlist, div.prod-similar .tools li a.link-wishlist-delete{margin-right:7px;float:left!important;}
div.newMP .cart-container .items .item:hover, 
div.newMP .tab-items .product-item:hover{
	background:none;
    -webkit-box-shadow: 0px 0px 15px 3px #ebebeb;
    -moz-box-shadow: 0px 0px 15px 3px #ebebeb;
    box-shadow: 0px 0px 15px 3px #ebebeb;		
}
div.newMP .items-include .product-item:hover .holder{border: 1px solid #ffffff;}
div.newMP .product-item:hover .expand, .product-item:focus .expand{background:none;}
div.newMP.menu-tabs-section .product-item .expand-holder {
    padding: 21px 0px 13px;
	border: 1px solid #ffffff;
}
div.newMP .product-item .expand{
	left: 0;
	right: 0;
}
 .product-item .tools, div.prod-similar .product-item .tools{text-align:left;}
.product-item .tools li a,
.products-items-list .tools li a {
  float: right;
}
div.prod-similar .product-item .tools li a
 {
  float: right;
  font-size: 10px;
}
 .product-item .tools li, div.prod-similar .product-item .tools li{
	width: 100%;
    margin-left: 2%;	
}
div.PromBan{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	background-image:url('/bitrix/templates/youstore_/images/pban.jpg');
	background-size:cover;
	height:390px;
}
 .product-item .tools, div.prod-similar .product-item .tools{
	position:relative;
	overflow:visible;
}
 .product-item .tools span.HalfLife,.prod-similar .product-item .tools span.HalfLife{
	display:inline-block;
	position:absolute;
	float:left;
	left:50%;
	width:1px;
	top:0;
	bottom:-15px;
	background:#f0f0f0;
}
div.rightMB .product-item:hover{
	background:none;
    -webkit-box-shadow: 0px 0px 15px 3px #ebebeb;
    -moz-box-shadow: 0px 0px 15px 3px #ebebeb;
    box-shadow: 0px 0px 15px 3px #ebebeb;	
}
div.rightMB .product-item:hover .holder {
    border: 1px solid #ffffff;
}
span.LineBan{
	display:inline-block;
	position:absolute;
	float:left;
	width:7px;
	top:0;
	height:390px;
    background: #ffffff;
    opacity: 0.1;
}
span.LineBan.LefB{
	left:-40px;
}
span.LineBan.RigB{
	right:-40px;
}
div.PromBanEl{
	display:inline-block;
	position:relative;
	float:left;
	width:33%;
}
div.PromBanEl span.LineBan{right:-3px;}
div.PromBanElinn{
	display:inline-block;
	position:relative;
	float:left;
	padding-top:55px;
}
div.FirstPB div.PromBanElinn{
	margin-left:25px;
	width:330px;
}
div.SecondPB div.PromBanElinn{
	margin-left:45px;
	width:330px;
}
div.BPdesc{
	display:inline-block;
	position:relative;
	float:left;
	width:100%;
	padding-top:25px;
}
div.PromBanElinn div.BPdesc>a{
	display:inline-block;
	position:relative;
	color:#ffffff;
	text-decoration:none;
	font-family:'Ubuntu';
	font-size:12pt;
	line-height:13pt;
	margin-left:4%;
	font-weight:400;
}
div.PromBanElinn div.BPdesc>a:hover{
	text-decoration:underline;
}
div.fla{
	display:inline-block;
	position:relative;	
	float:left;
	width:100%;	
}
div.PromBanElinn div.BPdesc ul{
	display:inline-block;
	color:#ffffff;
	font-family:'Ubuntu';
	font-size:10.75pt;
	line-height:13pt;	.
}
div.PromBanElinn div.BPdesc ul li{
	list-style:disc;
    list-style-position: inside;
	margin-top:10px;	
}
div.PBRight{
	display:inline-block;
	position:relative;
	float:right;
	width:160px;
}
div.PBRight .btn-cart{
	width:auto;
	padding: 8px 35px 6px;
	margin-bottom:0;
}
div.PBRight  div.price{
	display:inline-block;
	position:relative;	
	float:left;
	width:100%;
	padding-bottom:14px;
	padding-top:14px;	
	color:#ffffff;
	font-size:21pt;
	line-height:22px;
	font-weight:bold;
	font-family:'Ubuntu';
}
div.PBRight   div.price i {
    color:#ffffff!important;
	font-size:18pt;
}
span.Promtext{
	display:inline-block;
	position:relative;	
	float:left;
	color:#ffffff;	
	font-weight:bold;
	font-family:'Ubuntu';
	text-transform:uppercase;	
	font-size:10.5pt;
	line-height:37px;
	padding-left:15px;
	padding-right:15px;
}
span.Promtext>span{
	display:inline-block;
	position:absolute;	
	float:left;
	left:0;
	right:0;
	top:0;
	bottom:0;
    background: #ffffff;
    opacity: 0.1;
}
div.PBLeft{
	display:inline-block;
	position:relative;
	float:left;
	width:165px;	
}
div.PBLeft a{
	display:inline-block;
	position:relative;	
	text-decoration:none;
}
div.PBLeft a img{
	border:0;
	max-width:100%;
	height:auto;
}
div.ThPB div.PromBanElinn{
	margin-left:45px;
	width:327px;
	margin-top:99px;
	padding-left:40px;
	padding-top:35px;
	padding-bottom:35px;
}
div.ThPB div.PromBanElinn>span{
	display:inline-block;
	position:absolute;	
	float:left;
	left:0;
	right:0;
	top:0;
	bottom:0;
    background: #ffffff;
    opacity: 0.1;	
}
span.ThPBName a{color:#fff;}
span.ThPBName{
	display:inline-block;
	position:relative;	
	float:left;
	width:287px;
	padding-right:40px;
	padding-bottom:20px;
	margin-bottom:15px;
	font-size:19.5pt;
	font-weight:bold;
	font-family:'Ubuntu';
	text-transform:uppercase;
	text-align:center;	
	color:#ffffff;	
}
span.ThPBName>span{
	display:inline-block;
	position:absolute;	
	float:left;
	bottom:-3px;
	height:3px;
	background:#ffffff;
	width:70px;
	left:50%;
	margin-left:-50px;
}
span.ThPBName+div.fla{
	font-size:13.5pt;
	line-height:15pt;
	text-align:center;
	font-family:'Ubuntu';
	color:#ffffff;	
}
@media only screen and (max-width: 979px){
	div.leftMB{width:100%;}
	div.ScrollEl a.newsP{
		width: 100%;
		height:120px;
		min-height:auto;
	}
	div.ScrollEl a.newsP>span{
		width: 100%;
		height:120px;		
	}
	div.newsTabs span.descbll {
		width: 90.5%;
	}	
	div.rightMB{display:none;}
	.tab-content .bx_item_slider .bx_bigimages{
		padding-top:300px;
	}	
	span.ArrRight{display:none;}
	div.PromDel{
		-webkit-box-shadow: 0px 0px 0px 0px #ebebeb;
		-moz-box-shadow: 0px 0px 0px 0px #ebebeb;
		box-shadow: 0px 0px 0px 0px #ebebeb;
		padding:0;
		width:100%;	
	}
	span.PromoB{
		width:86%;
		padding: 4%;
		margin-left: 2%;
		-webkit-box-shadow: 0px 0px 10px 1px #ebebeb;
		-moz-box-shadow: 0px 0px 10px 1px #ebebeb;
		box-shadow: 0px 0px 10px 1px #ebebeb;	
	}
	span.PromoB.Dost{
		margin-bottom:20px;				
	}
	span.PromoB.Dost>i{
		left:10px;
	}
	ul.bxslider li,
	ul.bxslider li a,
	ul.bxslider{
		display:inline-block;
		position:relative;	
		height:100%;		
	}	
	div.newMP .product-item .tools span.HalfLife,
    div.prod-similar .product-item .tools span.HalfLife,
	div.ThPB,
	div.SecondPB,
	span.LineBan{display:none;}
	div.PromBanEl{
		width:100%;
	}
	div.FirstPB div.PromBanElinn{left:165px;margin-left:0;}
}
@media only screen and (max-width: 640px){
    div.articlesTabs .tabs, div.newsTabs .tabs, div.rewTabs .tabs{
        height: auto;
    }
	.tab-content .bx_item_slider .bx_bigimages{
		padding-top:300px;
	}
	div.product-popup.NDshab .left {
		width: 320px;
	}
	#bx-pager .img-wrp {
		margin-right: 4%;
	}
	ul.bxslider li,
	ul.bxslider li a,
	ul.bxslider{
		display:inline-block;
		position:relative;	
		height:100%;		
	}
	div.FirstPB div.PromBanElinn{left:0px;margin-left:0;}
	div.PromBan{margin-bottom:15px;}
}


.bigdata_recommended_products_container .similars .product-item .tools li{font-size: 10px;}
.bigdata_recommended_products_container .similars .product-item .tools li a.link-compare { font-size: 10px;}


/* End */


/* Start:/bitrix/templates/youstore_/components/bitrix/search.title/catalog/style.css?15322526943769*/
div.title-search-result {
	/*border: 1px solid #d1d2d1;*/
	/*display:none;*/
	overflow:hidden;
	z-index:1000;
	background: white;
}

.title-search-result table{
	width: 90%!important;
	margin-left: 5%;
	margin-top: 12px;
}

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

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 tr{
	padding-top: 5px;
}

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.price-holder{
	width: 110px;
	overflow: hidden;
	text-align: right;
}

table.title-search-result td.price-holder .price{
	text-align: center;
	color: #84b740;
	font-size: 17px;
	line-height: 19px;
}


table.title-search-result td.title-search-name{
	width: 150px;
	overflow: hidden;
	position: relative;
}

table.title-search-result td.title-search-name a:after{
    background-image: linear-gradient( to left, #fff, rgba(255,255,255,0));
	position: absolute;
	/* bottom: 0; */
	right: 0;
	left: 120px;
	height: 1.25em;
	content: '';
}

table.title-search-result td.title-search-name a{
	width: 150px;
	overflow: hidden;
	display: block;
	display: block;
	color: #404345;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}
table.title-search-result td.title-search-name a:hover{
	text-decoration: none;
	color: #00b0db;
}

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

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;
	width: 50px;
}

table.title-search-result td.title-search-more a
{
	/*padding-left:12px;
	padding-right:15px;*/
	text-decoration:none;
	color:#999999;
	width: 50px;
	line-height: 22px;
	font-size: 17px;
}

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('/bitrix/templates/youstore_/components/bitrix/search.title/catalog/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;
}

table.title-search-foot{
	border-top: 2px dotted #d1d2d1;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

table.title-search-foot a{
	color: #84b740;
}

table.title-search-foot a:hover{
	text-decoration: none;
}

@media all and (min-width: 1200px){
	table.title-search-result td.title-search-name a{
		width: 205px;
	}
}

@media all and (min-width: 1500px){
	table.title-search-result td.title-search-name a{
		width: 280px;
	}
}
/* End */


/* Start:/bitrix/templates/youstore_/components//bitrix/system.pagenavigation/.default/style.css?1532252694309*/
.pagination .next, .pagination .prev{
	background-color: white;
}

.pagination .next.disabled, .pagination .prev.disabled{
	background-color: #ececeb;
}

.pagination li a.disabled:hover{
	color: #959899!important;
	background: #ececeb!important;
	border: 1px solid #dedfdf!important;
	text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/style.css?153225269426808*/
/* catalog.section */
.bx_catalog_list_home{
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
@media (max-width:640px) {.bx_catalog_list_home {border-bottom:1px solid #e5e5e5;}}

.bx_catalog_list_home .bx_catalog_item{
	position:relative;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	margin-bottom:30px;
}
@media (min-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0   ;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px  ;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item,
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	position:absolute;
	z-index:990;
	top:0;
	left:0;
	right:0;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	border-radius:3px;
	border:1px solid #d3d3d3;
	background:#fff;
	-webkit-animation:borderview 0.5s;
	animation:borderview 0.5s;
}
@media (min-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home .bx_catalog_item_articul{
	color:#a5a5a5;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
	overflow:hidden;
	height:38px;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
	overflow:auto;
	height:auto !important;
}
.bx_catalog_list_home .bx_catalog_item_title a{
	color:#3f3f3f;
	text-decoration:none;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_price{
	color:#3f3f3f;
	font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_price span{
	color:#a5a5a5;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
	text-decoration:line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls{
	padding-top:10px;
	text-align:center;
	opacity:0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
	width:100%;
	white-space:nowrap;
	text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
	color:#3f3f3f;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align:left;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	width:100%;
	text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
	margin:1%;
	width: 48%;
	min-width:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}

@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home .bx_cnt_desc{
	text-align:left;
	position:absolute;
	right:-45px;
	top:2px;
	width:40px;
}
@media (min-width:641px) and (max-width:960px){

}
.bx_catalog_list_home .bx_catalog_item_controls a{margin-bottom:10px;}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
	position:relative;
	z-index:910;
	display:block;
	padding-top:135%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
	z-index:900;
	margin-top:-135%;
	opacity:0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{
	opacity:0;
	-webkit-animation:rotateimgfirst 0.5s;
	animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{
	opacity:1;
	-webkit-animation:rotateimglast 0.5s;
	animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
	position:absolute;
	width:123px;
	height:35px;
	background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/stick.png) left center no-repeat;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	line-height:35px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
	position:absolute;
	width:72px;
	height:74px;
	background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/stick_disc.png) no-repeat center;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:23px;
	line-height:74px;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:0;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:5px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_catalog_list_home .bx_stick{
		width:90px;
		height:30px;
		background-size:100%;
		line-height:30px;
	}
	.bx_catalog_list_home .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_catalog_list_home .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_catalog_list_home .bx_stick_disc{
		width:64px;
		height:65px;
		background-size:100%;
		font-size:	20px;
		line-height:65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}
	.bx-touch .bx_catalog_list_home .bx_stick_disc{
		width:48px;
		height:49px;
		background-size:100%;
		font-size:	16px;
		line-height:49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_list_home .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}

	.bx-touch .bx_catalog_list_home .bx_stick_disc{
		width:37px;
		height:38px;
		background-size:100%;
		font-size:13px;
		line-height:38px;
	}
}

/* buttons */
.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	white-space:nowrap;
}

.bx_catalog_list_home .bx_bt_button_type_2 				{
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover{background:#fff;}
.bx_catalog_list_home .bx_bt_button_type_2:active 	{
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
	background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_catalog_list_home .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	color:#fff;
	text-shadow:0 1px 0 #006cae;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:hover  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:active  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
	background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_catalog_list_home .bx_small.bx_bt_button{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:18px;
	line-height:18px;
}

.bx_catalog_list_home .bx_small.bx_bt_button_type_2 		{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover 	{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active 	{}


.bx_catalog_list_home .bx_medium.bx_bt_button{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:23px;
	font-weight:bold;
	line-height:23px;
}

.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover  {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}

.bx_catalog_list_home .bx_col_input{
	display:inline-block;
	width:40px;
	text-align:center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-touch	.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-touch	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/missing.png) no-repeat center;
}

.bx-touch .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */


/* Start:/bitrix/templates/youstore_/components/bitrix/news.list/slider_footer/style.css?1532252694150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/youstore_/components/bitrix/system.auth.form/popup/style.min.css?1532252694424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/bitrix/templates/youstore_/components/bitrix/system.auth.form/popup/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/bitrix/templates/youstore_/components/bitrix/system.auth.form/popup/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/templates/youstore_/components/bitrix/system.auth.authorize/social_only/style.css?1532252694892*/
div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
td.bx-auth-label{text-align:right; font-weight:bold;}
table.bx-auth-table{margin-top:8px; }
table.bx-auth-table td {padding:3px;}

div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(/bitrix/templates/youstore_/components/bitrix/system.auth.authorize/social_only/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/youstore_/components/bitrix/system.auth.authorize/social_only/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/templates/youstore_/components/bitrix/main.register/.default/style.css?1532252694462*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/bitrix/templates/youstore_/components/bitrix/main.register/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/youstore_/components/bitrix/main.register/.default/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/templates/youstore_/styles.css?15322526942653*/
.bx-core-waitwindow{
    display: none !important;
}
.video-content{
    display: none;
}
#feedback-success, #resume-success h2{
    width: 250px;
}
.forgot-popup .submit.button{width:150px;}
.changepwd h2{
    color: #575656;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 30px;
    font-weight: 400;
}
.changepwd span{
    color: #a3a2a2;
    font-size: 17px;
    line-height: 22px;
}
.changepwd .button{
    margin-bottom: 10px;
}
.product-popup .link-wish.exists{background: url(/bitrix/templates/youstore_/images/bg-wishlist-dis.png) no-repeat; background-color: #EF85B0;}

a.col-title:hover{
    color: #ea543f!important;
    text-decoration: none;
}
.products-items-listview .link-wishlist-delete{background: url(/bitrix/templates/youstore_/images/ico-wish4-hover.png) no-repeat !important;}
div.price i{/*color: #ea543f;*/font-size: 18px;padding-left: 4px;}
.price-box i{color: #4a494a;font-size: 26px;}
.paysystem-name{font-size: 13px;}
#inline_del,#show_towns{font-size: 15px;}

.account-type .row .radio{
    float: left;
    margin: 0 11px 0 0;
    cursor: pointer;
}

.step .row select[name="PROFILE_ID"]{
    height: 40px;
    color: #a3a2a2;
    font-size: 17px;
    line-height: 22px;
    padding: 8px 14px;
    float: left;
    border: 1px solid #efefef;
    font-weight: 300;
    width: 95.5%;
    -webkit-appearance: none;
    background-image: url(/bitrix/templates/youstore_/images/bg-select-arrows.png);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
}
.step .row select[name="PROFILE_ID"]::-ms-expand {
    display: none;
}

div.edost_office_window{
    z-index: 2551 !important;
}
/*.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route{
width: 95.5% !important;
}*/

.bx-sls {width:844px;}

span.bonus-det{float: right;/*padding: 0 0 0 27px;*/font-size: 16px;font-weight: bold;line-height: 32px;color: #EA543F;cursor: pointer;}
.bonus_bill{  font-size: 18px; line-height: 25px; float: right;height: 0;}
.bonus_bill span{color: #ea543f;font-size: 23px;line-height: 26px;font-weight: 500;cursor: pointer;}
.bonus_bill span i {font-size: 18px;padding-left: 4px;}
font.bonus_bill {color:#ea543f;}

.cart-popup .bottom-box .button{margin-right: 20px;}

#ORDER_FORM input.error, #ORDER_FORM textarea.error{
    border: 2px solid #EA543F;
    background-color: #FFFFD5;
    margin: 0px;
}
#ORDER_FORM label.error{color: #EA543F;display: block;}

input[name=guest]{margin: -3px 5px 0px 20px;}
label.ro-label{font-size: 17px;line-height: 28px;font-weight: 400;color: #575656;cursor: pointer;}

font.errortext{color:#EA543F}

.cart-popup .delete-all{float: left;}
/* End */


/* Start:/bitrix/templates/youstore_/template_styles.css?153225269412459*/
.hidden{display:none !important}.disabled-color{opacity:0.1}#sidebar form{margin-bottom:130px}.new-price.unavailable{font-size:18px;color:#bfbebe}.hidden{display:none}.memory-holder,.color-holder{display:inline-block !important}.memory-holder span,.color-holder span{vertical-align:middle;display:table-cell}.product-form{overflow:visible}.color-holder .select{width:66px}.select{display:inline-block !important;zoom:1;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:40px;min-width:66px;border:1px solid #efefef;color:#a3a2a2}.select s{background:url(/bitrix/templates/youstore_/images/bg-select-arrows.png) no-repeat 50% 50%;position:absolute;height:100%;width:34px;right:0;top:0;border-left:0;cursor:pointer}.select input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:16px;line-height:18px;padding:5px 5px 5px 5px;border:1px solid #e6e6e5;background:#f5f4f3;color:#959899}.select ul{list-style-type:none;min-width:66px;position:absolute;top:38px;left:-1px;border:solid 1px #e6e6e5;z-index:1;background:white;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;max-height:200px;overflow-y:auto;overflow-x:hidden;margin:0;padding:0;border:1px solid #C6CBD0;background:#FFF;box-shadow:0 2px 10px rgba(0,0,0,0.2)}.select ul li{text-decoration:none;padding:5px 10px;display:block;cursor:default;color:#959899;height:1%;font-size:16px}.select ul li a{color:#231F20}.select ul li.active,.select ul li:hover{background-color:#08C;color:#fff}.select ul li.active a,.select ul li:hover a{color:#fff}.select ul li span{float:none !important}.color-holder,.memory-holder{display:table}.color-list{float:none}.color-list li a{display:block;width:24px;height:24px;text-indent:-9999px}.__trigger{padding:0 34px 0 10px}.__trigger a{display:block;margin:8px 0 0;font-size:14px;color:#a3a2a2}.color-holder .__trigger a{width:24px;height:24px;text-indent:-9999px}.memory-holder span,.color-holder span{float:none}.memory-holder > span{max-width:325px}.social-container{float:left;padding:14px 0 0 0}.social-container.vk{padding-right:5px}.social-container.fb{padding-right:25px}.photo-box .tab-content{overflow:visible !important;height:auto !important}.photo-box .tab-content .btns-holder{position:absolute;top:0;padding:133px 0;left:0;text-align:center;width:100%;background-color:rgba(255,255,255,0.6);display:none}.photo-box .tab-content .bx_bigimages_imgcontainer:hover .btns-holder{display:block}.photo-box .tab-content .btns-holder .increase,.photo-box .tab-content .btns-holder .video{width:42px;height:42px;border-radius:21px;text-indent:-9999px;overflow:hidden;display:inline-block;vertical-align:top;background:url(/bitrix/templates/youstore_/images/ico96.png) no-repeat}.photo-box .tab-content .btns-holder .video{background-position:100% 0}.tab-content .bx_item_slider{position:relative;margin-bottom:10px}.tab-content .bx_item_slider .bx_bigimages{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:0;max-width:440px;border-radius:2px;background:#fff;text-align:center;width:100%;padding-top:400px;/*background:url(/bitrix/templates/youstore_/../images/bg04.png) no-repeat*/}.tab-content .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer{position:absolute;top:0;right:0;bottom:0;left:0}.tab-content .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner{display:inline-block;height:100%;vertical-align:middle;margin-left:-1px;width:1px}.tab-content .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img{display:inline-block;max-width:100%;max-height:100%;vertical-align:middle}.tab-content .bx_item_slider .bx_slider_conteiner{position:relative}.bx-no-touch .tab-content .bx_item_slider .bx_slider_conteiner.full{position:relative}.tab-content .bx_item_slider .bx_slider_scroller_container{position:relative}.tab-content .bx_item_slider .bx_slide{position:relative;overflow:hidden;width:100%;margin:0 10px;overflow:hidden}.bx-touch .tab-content .bx_item_slider .bx_slide{overflow-x:auto}.tab-content .bx_item_slider .bx_slide ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .tab-content .bx_item_slider .bx_slide ul{margin-left:0 !important}.tab-content .bx_item_slider .bx_slide ul li:first-child{margin:0}.tab-content .bx_item_slider .bx_slide ul li{position:relative;display:block;float:left;height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;margin:0 0 0 18px}.tab-content .bx_item_slider .bx_slide ul li .cnt{position:absolute;top:0;right:2px;bottom:4px;left:2px;display:block;background:#fff;border:2px solid #f4f3f3}.bx-touch .tab-content .bx_item_slider .bx_slide ul li .cnt{border:1px solid #f1f0ef}.tab-content .bx_item_slider .bx_slide ul li:active .cnt,.tab-content .bx_item_slider .bx_slide ul li.bx_active .cnt{border:2px solid #f4f3f3}.bx-touch .tab-content .bx_item_slider .bx_slide ul li.bx_active .cnt{border:none;border-style:solid;border-width:1px;border:2px solid #f4f3f3;/*-webkit-border-image:url(/bitrix/templates/youstore_/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/youstore_/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/youstore_/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/youstore_/images/x2border_active.png) 2 fill stretch*/}.tab-content .bx_item_slider .bx_slide ul li .cnt .cnt_item{position:absolute;top:6%;right:6%;bottom:6%;left:6%;background-size:100% auto;background-repeat:no-repeat}.tab-content .bx_item_slider .bx_slide ul li .cnt .cnt_item img{width:auto;height:25px}.tab-content .bx_item_slider .bx_slide_left,.tab-content .bx_item_slider .bx_slide_right{background:url(/bitrix/templates/youstore_/images/ico29.png) no-repeat;width:7px;height:13px}.tab-content .bx_item_slider .bx_slide_left:hover{background-position:0 100%}.tab-content .bx_item_slider .bx_slide_right{background-position:100% 0;right:0;left:auto}.tab-content .bx_item_slider .bx_slide_right:hover{background-position:100% 100%}.bx-no-touch .tab-content .bx_item_slider .bx_slide_left,.bx-no-touch .tab-content .bx_item_slider .bx_slide_right{opacity:0.8}.bx-no-touch .tab-content .bx_item_slider .bx_slide_left:hover,.bx-no-touch .tab-content .bx_item_slider .bx_slide_right:hover{opacity:1.0}.tab-content .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,.tab-content .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{position:absolute;top:36px;cursor:pointer}.bx-no-touch .tab-content .bx_item_slider .bx_slide_left{left:0}.bx-no-touch .tab-content .bx_item_slider .bx_slide_right{right:-1%}.bx-touch .tab-content .bx_item_slider .bx_slide_left{left:0}.bx-touch .tab-content .bx_item_slider .bx_slide_right{right:0}.tab-content .bx_item_slider .bx_stick{position:absolute;top:20px;left:-2px;width:123px;height:35px;background:url(/bitrix/templates/youstore_/images/stick.png) left center no-repeat;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;font-weight:bold;font-size:18px;line-height:35px}.tab-content .bx_item_slider .bx_stick_disc{position:absolute;right:5px;bottom:5px;width:72px;height:74px;background:url(/bitrix/templates/youstore_/images/stick_disc.png) no-repeat center;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;font-weight:bold;font-size:26px;line-height:74px}.delivery_det .pay-item{float:left;margin-left:7px;line-height:20px;vertical-align:middle}.aside .delivery-row{width:100%;overflow:hidden;margin:0 0 8px}.aside .delivery-row .text{color:#555454;font-size:13px;line-height:18px;font-weight:300}.fancy_ul{margin:0 0 18px 2px}.paysystem_det{margin:0 0 18px 2px}#data_del .title h3{color:#575656;font-size:19px;line-height:28px}.left{float:left}.rating-holder{float:left;height:21px}.rating-holder table{margin-top:6px}.rate-count{float:left;color:#a9a6a5;font-size:14px;font-weight:300;padding-left:8px}.shop-table{margin:0px 0px 20px;padding:0px;border:0px;font-family:Ubuntu, Arial, Helvetica, sans-serif;font-size:13px;font-stretch:inherit;line-height:18px;vertical-align:baseline;border-spacing:0px;width:1000px;color:rgb(1, 1, 1);border-collapse:collapse;background-color:rgb(255, 255, 255)}.shop-table-tl{margin:0px;padding:15px;border:1px dotted rgb(239, 239, 240);font-family:inherit;font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:300;font-stretch:inherit;line-height:inherit;vertical-align:middle;color:rgb(255, 255, 255);background:rgb(234, 84, 63)}.shop-table-tr{margin:0px;padding:0px;border:0px;font-family:inherit;font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;line-height:inherit;vertical-align:baseline}.shop-table-td{margin:0px;padding:10px 15px;font-family:inherit;font-size:inherit;font-style:inherit;font-variant:inherit;font-stretch:inherit;line-height:inherit;vertical-align:middle;color:rgb(72, 72, 72);border:1px dotted rgb(239, 239, 240)}.row-map{padding-top:15px}form[name=calc_delivery]{margin-bottom:29px}form[name=calc_delivery] .button{padding:7px 16px;font-size:14px;text-align:center}.b-popup-city-location{margin-bottom:10px}.b-popup-city-location-1col{width:240px;float:left}.b-popup-city-location-2col{position:relative;margin-left:240px}.b-popup-city-location-row.mod_title{margin-bottom:5px}.b-popup-city-location-row.mod_title .b-popup-city-location-1col,.b-popup-city-location-row.mod_title .b-popup-city-location-2col{font-size:14px;line-height:18px}.b-popup-city-location-row.mod_title .b-popup-city-location-2col{padding-left:35px}.b-popup-city-regions{position:relative;z-index:0}.b-popup-city-regions-h{position:relative;margin-left:-15px}.b-popup-city-regions-list{position:relative;overflow:hidden;max-height:590px;padding-right:15px;box-sizing:border-box}.b-popup-city-regions-item{position:relative;font-size:14px;line-height:18px;padding:10px 15px}.b-popup-city-regions-item.mod_big{font-weight:700}.b-popup-city-regions-item.state_active{background:#e0e9ec;border-radius:6px}.b-popup-city-regions-item.state_active .g-pseudo{cursor:default;color:#333}.b-popup-city-regions-item.state_active .g-pseudo-h{cursor:default;border-bottom:none}.b-popup-city-regions-item.state_active .g-link:hover,.b-popup-city-regions-item.state_active .g-pseudo-h:hover{color:#333 !important}.b-popup-city-offices{padding:0 0 0 35px}.b-popup-city-offices-tabs-item{position:relative}.b-popup-city-offices-tabs-item-h{position:relative;max-height:576px;overflow:hidden;padding-top:10px}.b-popup-city-offices-column{display:inline-block;vertical-align:top;width:33%;margin-right:-.25em;white-space:normal}.b-popup-city-offices-cell{position:relative;padding-left:20px}.b-popup-city-offices-cell-letter{position:absolute;top:0;left:0;font-weight:700;color:#9c9c9c}.b-popup-city-offices-item{position:relative;font-size:14px;line-height:18px;margin-bottom:18px;padding-right:7px;white-space:nowrap;overflow:hidden}.b-popup-city-offices-item.mod_major{font-weight:700}.b-popup-city-offices-item-h{position:relative;cursor:pointer}.b-popup-city-offices-item-h:hover .g-pseudo-h,.b-popup-city-offices-item-h:hover{color:#de404b}.b-popup-city-offices-item-h:hover .b-popup-city-offices-item-car{background-position:-17px -1px}.b-popup-city-offices-item .g-pseudo-h:hover{color:#de404b !important}.b-popup-city-offices-item.mod_current .b-popup-city-offices-item-h:hover{cursor:default}.b-popup-city-letters-list{position:relative;padding:10px 0 20px 12px}.b-popup-city-letters-item{position:relative;display:inline-block;vertical-align:top;border-radius:6px;padding:4px 8px;margin-right:7px}.b-popup-city-letters-item.state_active{background:#f2ebe3}.b-popup-city-letters-item:before{content:'';position:absolute;top:8px;bottom:7px;left:-4px;width:1px;background:#797878}.b-popup-city-letters-item:first-child:before{display:none}.b-popup-city-letters-content{position:relative}.section{width:600px;margin-top:13px}.tabs{width:30%;float:left;height:450px;overflow-y:scroll}.tabs li{font-size:14px;line-height:18px;padding:10px 15px}.tabs li.current{font-weight:500;}.current span.pseudo-link{border-bottom:1px solid; }.popup-city-container{width:68%;float:left;height:450px}.popup-box{display:none;padding:0 12px;margin-top:10px}.popup-box.visible{display:block}.title-wrapper{width:600px;font-size:14px;line-height:18px;font-weight:bold}.region-tl{width:29%;float:left;padding-left:15px}.city-tl{width:66%;float:left;padding-left:15px}span.pseudo-link{color:#235488;border-bottom:1px dotted;cursor:pointer}a.js-popup-city-name{color:#235488;text-decoration:underline;cursor:pointer}a.js-popup-city-name:hover{color:#ea543f}
/* End */
/* /bitrix/templates/.default/ajax/ajax.min.css?1532252694420 */
/* /bitrix/templates/youstore_/css/jquery.ui.slider.css?15322526941314 */
/* /bitrix/templates/youstore_/css/jquery.formstyler.css?15322526947683 */
/* /bitrix/templates/youstore_/css/jquery.mCustomScrollbar.css?153225269414971 */
/* /bitrix/templates/youstore_/css/all_new.css?1570080725226604 */
/* /bitrix/templates/youstore_/css/owl.carousel.css?15322526941476 */
/* /bitrix/templates/youstore_/css/stars.css?15322526941191 */
/* /bitrix/templates/youstore_/js/colorbox/colorbox.css?15322526944471 */
/* /bitrix/templates/youstore_/js/bxslider/jquery.bxslider.css?15322526944424 */
/* /bitrix/templates/youstore_/em_styles.css?153225269417269 */
/* /bitrix/templates/youstore_/components/bitrix/search.title/catalog/style.css?15322526943769 */
/* /bitrix/templates/youstore_/components//bitrix/system.pagenavigation/.default/style.css?1532252694309 */
/* /bitrix/templates/youstore_/components/bitrix/catalog.section/product-tabs-new/style.css?153225269426808 */
/* /bitrix/templates/youstore_/components/bitrix/news.list/slider_footer/style.css?1532252694150 */
/* /bitrix/templates/youstore_/components/bitrix/system.auth.form/popup/style.min.css?1532252694424 */
/* /bitrix/templates/youstore_/components/bitrix/system.auth.authorize/social_only/style.css?1532252694892 */
/* /bitrix/templates/youstore_/components/bitrix/main.register/.default/style.css?1532252694462 */
/* /bitrix/templates/youstore_/styles.css?15322526942653 */
/* /bitrix/templates/youstore_/template_styles.css?153225269412459 */
