/* Slider */



.slick-slider {

	position: relative;

	display: block;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	-webkit-touch-callout: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	-ms-touch-action: pan-y;

	touch-action: pan-y;

	-webkit-tap-highlight-color: transparent;

}



.slick-list {

	position: relative;

	overflow: hidden;

	display: block;

	margin: 0;

	padding: 0;

}



.slick-list:focus {

	outline: none;

}



.slick-list.dragging {

	cursor: pointer;

	cursor: hand;

}



.slick-slider .slick-track, .slick-slider .slick-list {

	-webkit-transform: translate3d(0, 0, 0);

	        transform: translate3d(0, 0, 0);

}



.slick-track {

	position: relative;

	left: 0;

	top: 0;

	display: block;

}



.slick-track:before, .slick-track:after {

	content: "";

	display: table;

}



.slick-track:after {

	clear: both;

}



.slick-loading .slick-track {

	visibility: hidden;

}



.slick-slide {

	float: left;

	height: 100%;

	min-height: 1px;

	display: none;

}



[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;

}



@charset "UTF-8";



/* Slider */





/* Arrows */



.slick-prev, .slick-next {

	position: absolute;

	display: block;

	height: 20px;

	width: 20px;

	line-height: 0px;

	font-size: 0px;

	cursor: pointer;

	background: transparent;

	color: transparent;

	top: 50%;

	-webkit-transform: translate(0, -50%);

	    -ms-transform: translate(0, -50%);

	        transform: translate(0, -50%);

	padding: 0;

	border: none;

	outline: none;

}



.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

	outline: none;

	background: transparent;

	color: transparent;

}



.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

	opacity: 1;

}



.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {

	opacity: 0.25;

}



.slick-prev:before, .slick-next:before {

	font-family: "slick";

	font-size: 20px;

	line-height: 1;

	color: white;

	opacity: 0.75;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}



.slick-prev {

	left: -25px;

}



[dir="rtl"] .slick-prev {

	left: auto;

	right: -25px;

}



.slick-prev:before {

	content: "←";

}



[dir="rtl"] .slick-prev:before {

	content: "→";

}



.slick-next {

	right: -25px;

}



[dir="rtl"] .slick-next {

	left: -25px;

	right: auto;

}



.slick-next:before {

	content: "→";

}



[dir="rtl"] .slick-next:before {

	content: "←";

}





/* Dots */



.slick-dotted.slick-slider {

	margin-bottom: 30px;

}



.slick-dots {

	position: absolute;

	bottom: -25px;

	list-style: none;

	display: block;

	text-align: center;

	padding: 0;

	margin: 0;

	width: 100%;

}



.slick-dots li {

	position: relative;

	display: inline-block;

	height: 20px;

	width: 20px;

	margin: 0 5px;

	padding: 0;

	cursor: pointer;

}



.slick-dots li button {

	border: 0;

	background: transparent;

	display: block;

	height: 20px;

	width: 20px;

	outline: none;

	line-height: 0px;

	font-size: 0px;

	color: transparent;

	padding: 5px;

	cursor: pointer;

}



.slick-dots li button:hover, .slick-dots li button:focus {

	outline: none;

}



.slick-dots li button:hover:before, .slick-dots li button:focus:before {

	opacity: 1;

}



.slick-dots li button:before {

	position: absolute;

	top: 0;

	left: 0;

	content: "•";

	width: 20px;

	height: 20px;

	font-family: "slick";

	font-size: 6px;

	line-height: 20px;

	text-align: center;

	color: black;

	opacity: 0.25;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}



.slick-dots li.slick-active button:before {

	color: black;

	opacity: 0.75;

}

@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/opensans-bold-webfont.eot");
	src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/opensans-regular-webfont.eot");
	src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {

	outline: none !important;

}

.container {

	width: 100%;

	display: table;

}



.container .column {

	display: table-cell;

	vertical-align: top;

}



.wrap {

	width: 1200px;

	margin: 0 auto;

	padding: 0 10px;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

}



a, .button-area {

	color: #b0c14c;

	text-decoration: none;

	-webkit-transition: color .2s, background .2s, border .2s, -webkit-box-shadow .2s;

	transition: color .2s, background .2s, border .2s, -webkit-box-shadow .2s;

	-o-transition: color .2s, background .2s, border .2s, box-shadow .2s;

	transition: color .2s, background .2s, border .2s, box-shadow .2s;

	transition: color .2s, background .2s, border .2s, box-shadow .2s, -webkit-box-shadow .2s;

}



a:after, .button-area:after {

	-webkit-transition: all .2s ease-out;

	-o-transition: all .2s ease-out;

	transition: all .2s ease-out;

}



a:hover, .button-area:hover {

	color: #524b46;

}



a.button, a.button3, .button-area.button, .button-area.button3 {

	display: inline-block;

	padding: 10px 30px;

	border-radius: 300px;

	border: 2px solid #524b46;

	color: #524b46;

	font: 700 14px 'Open Sans';

	text-transform: uppercase;

}



a.button:hover, a.button3:hover, .button-area.button:hover, .button-area.button3:hover {

	border-color: #b0c14c;

	background-color: #b0c14c;

	color: #fff;

}



a.button3, .button-area.button3 {

	padding-right: 50px;

	border-color: #b0c14c;

	background: url(../img/button2-icon.png) center right 32px no-repeat;

}



a.button2, .button-area.button2 {

	display: inline-block;

	padding-right: 25px;

	background: url(../img/button2-icon.png) center right no-repeat;

	text-transform: uppercase;

	color: #373430;

	font: 700 14px / 20px 'Open Sans';

}



h2, .h2 {

	font-size: 32px;

	color: #373430;

	text-transform: uppercase;

	text-align: center;

	letter-spacing: 10px;

	font-weight: bold;

	margin: .83em 0;

}



body {

	margin: 0;

	padding: 0;

	font: 400 14px 'Open Sans';

	color: #524b46;

}



.global-container {

	min-width: 1200px;

	overflow: hidden;

}



.phones-container {

	width: 220px;

	margin: 8px 25px 0 0;

	position: relative;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	float: right;

}



.phones-container .phone-main {

	width: 100%;

	position: relative;

	z-index: 25;

}



.phones-container .phone-main strong {

	margin-left: 8px;

	padding-left: 30px;

	margin-left: 31px;

	display: block;

	letter-spacing: 1px;

	position: relative;

	float: left;

}



.phones-container .phone-main strong:before {

	width: 17px;

	height: 17px;

	position: absolute;

	top: 3px;

	left: 0;

	background: url(../img/phone-icon.png) center no-repeat;

	content: '';

}



.phones-container .phone-main .toggle {

	width: 27px;

	height: 10px;

	margin: 5px -4px 0 0;

	background: url(../img/phones-toggle.png) center no-repeat;

	float: right;

	-webkit-transition: all .15s ease-out;

	-o-transition: all .15s ease-out;

	transition: all .15s ease-out;

}



.phones-container .phones-other {

	width: 252px;

	position: absolute;

	top: -17px;

	left: 0;

	padding: 52px 25px 10px;

	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);

	        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);

	background: #fff;

	border-radius: 0 0 6px 6px;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	z-index: 20;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: all .2s;

	-o-transition: all .2s;

	transition: all .2s;

	z-index: 20;

}



.phones-container .phones-other strong {

	font-size: 18px;

	letter-spacing: 2px;

}



.phones-container .phones-other p {

	margin: 0;

	padding: 0 0 0 23px;

	position: relative;

}



.phones-container .phones-other p:before {

	width: 12px;

	height: 12px;

	position: absolute;

	top: 4px;

	left: 0;

	background: url(../img/headsets-icon.png) center no-repeat;

	content: '';

}



.phones-container .phones-other ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



.phones-container .phones-other li {

	display: block;

	padding: 19px 0 19px 11px;

	border-top: 1px solid #ececec;

}



.phones-container .phones-other li.mail p:before {

	background: url(../img/mail-icon.png) center no-repeat;

}



.phones-container:hover .toggle {

	-webkit-transform: rotate(180deg);

	    -ms-transform: rotate(180deg);

	        transform: rotate(180deg);

}



.phones-container:hover .phones-other {

	visibility: visible;

	opacity: 1;

}



#header .wrap>.container .column-right {

	position: relative;

}



.phones-list {

	width: auto;

	position: absolute;

	top: 0;

	left: 0;

}



.phones-list strong {

	font-size: 15px;

	letter-spacing: 2px;

}



.phones-list p {

	margin: 0;

	padding: 0 0 0 23px;

	font-size: 14px;

	position: relative;

}



.phones-list p:before {

	width: 12px;

	height: 12px;

	position: absolute;

	top: 4px;

	left: 0;

	background: url(../img/headsets-icon.png) center no-repeat;

	content: '';

}



.phones-list ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



.phones-list li {

	display: block;

	padding: 2px 7px;

}



.phones-list li:not(:first-child) {

	border-top: 1px solid #ececec;

}



.phones-list li.mail p:before {

	background: url(../img/mail-icon.png) center no-repeat;

}



.search {

	position: absolute;

	bottom: 14px;

	left: 0;

}



.search input[type=submit] {

	width: 24px;

	height: 36px;

	border: none;

	-webkit-box-shadow: none;

	        box-shadow: none;

	background: url(../img/search-submit.png) center no-repeat;

	outline: none;

	cursor: pointer;

	float: left;

}



.search input[type=submit]:hover {

	opacity: .8;

}



.search input[type=text] {

	width: 255px;

	height: 33px;

	border: none;

	border-bottom: 1px solid #b7aca4;

	background: transparent;

	color: #524b46;

	font: 400 17px / 20px 'Open Sans';

	margin-left: 15px;

	letter-spacing: 0.6px;

	outline: none;

	float: right;

	-webkit-transition: all .2s;

	-o-transition: all .2s;

	transition: all .2s;

}



.search input[type=text]:focus {

	-webkit-box-shadow: 0 2px #b0c14c;

	        box-shadow: 0 2px #b0c14c;

	border-color: #b0c14c;

}



.block.content {

	padding-left: 33px;

}



.block.content .pay {

	margin-bottom: 45px;

}



.block.content .pay img:not(:last-child) {

	margin-right: 20px;

}



.block.content .socials {

	margin-bottom: 40px;

}



.uss-copy-seo, .ssnn-copyright {

	display: inline-block;

	*display: inline;

	*zoom: 1;

	vertical-align: bottom;

}



.uss-copy-seo {

	margin: 0 15px 0 -17px;

}



#header {

	padding: 6px 0 10px;

}



#header .wrap>.container .column-left, #header .wrap>.container .column-right {

	width: 40%;

}



#header .wrap>.container .column-left {

	padding: 5px 0 46px;

	position: relative;

}



#header .wrap>.container .column-left p {

	display: block;

	padding-left: 25px;

	position: relative;

}



#header .wrap>.container .column-left p:before {

	width: 12px;

	height: 16px;

	position: absolute;

	top: 2px;

	left: 0;

	background: url(../img/geo_icon.png) center no-repeat;

	content: '';

}



#header .wrap>.container .column-middle {

	width: 20%;

	padding-top: 20px;

	vertical-align: middle;

	text-align: center;

}



#header .wrap>.container .column-right {

	padding-top: 10px;

}



#header .wrap>.container .column-right .recall {

	display: inline-block;

	padding: 0 25px;

	border-radius: 300px;

	border: 2px solid #b0c14c;

	color: #524b46;

	font: 700 12px / 32px 'Open Sans';

	text-transform: uppercase;

	cursor: pointer;

	float: right;

}



#header .wrap>.container .column-right .header-basket {

	width: 100%;

	padding-top: 35px;

	display: inline-block;

	float: right;

}



#header .wrap>.container .column-right .header-basket h2 {

	margin: 0;

	display: inline;

	color: #524b46;

	font: 700 20px 'Open Sans';

	letter-spacing: 0;

	text-transform: none;

	text-align: left;

	position: relative;

	top: -16px;

}



#uss_block_basket_amount {
  position: absolute;
  top: 0px;
  left: 127px;
  color: #524b46;
  font: 700 20px 'Open Sans';
}



#header .wrap>.container .column-right .header-basket .amounts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#header .wrap>.container .column-right .header-basket .amounts .countword {
	display: block;
	width: 100%;
	height: 100%;
}

#header .wrap>.container .column-right .header-basket .amounts .countword a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	font: 700 20px 'Open Sans';
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  font-weight: bold;

  padding-left: 43px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}


#header .wrap>.container .column-right .header-basket .uss_basket_mini {

	width: 190px;

	height: 45px;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	padding-left: 45px;

	padding-top: 14px;

	float: right;

	position: relative;

}

#header .wrap>.container .column-right .header-basket .uss_basket_mini .basket_widget_inner.not_empty {
	padding-top: 6px;
}



#header .wrap>.container .column-right .header-basket .uss_basket_mini p {

	margin: 0;

}



#header .wrap>.container .column-right .header-basket .uss_basket_mini .totals {

	margin-top: 5px;

}



#header .wrap>.container .column-right .header-basket .uss_basket_mini:before {

	width: 28px;

	height: 37px;

	position: absolute;

	bottom: 4px;

	left: 0;

	content: '';

	background: url(../img/basket-icon.png) center no-repeat;

	z-index: 10;

}



.top_menu {

	margin-top: 29px;

}



.top_menu>ul {

	width: 100%;

	display: table;

	table-layout: fixed;

	margin: 0;

	padding: 0;

	list-style: none;

}



.top_menu>ul>li {

	display: table-cell;

	position: relative;

	text-align: center;

}



.top_menu>ul>li>a {

	display: inline-block;

	padding: 10px 0;

	background: #fff;

	color: #524b46;

	font-size: 12px;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 1px;

	position: relative;

	z-index: 90;

}



.top_menu>ul>li>a:after {

	width: 70px;

	height: 3px;

	position: absolute;

	left: 50%;

	bottom: 0;

	margin-left: -35px;

	background: #b0c14c;

	content: '';

	visibility: hidden;

	opacity: 0;

}



.top_menu a:hover:after, .top_menu a.active:after {

	visibility: visible;

	opacity: 1;

}



.top_menu ul ul.submenu {

	width: 200px;

	position: absolute;

	top: 100%;

	left: 0;

	margin: 0;

	padding: 20px 0 15px;

	border-radius: 0 0 5px 5px;

	background: #fff;

	list-style: none;

	z-index: 80;

	display: none;

}



.top_menu ul li:hover ul.submenu {

	display: block;

}



.top_menu ul ul.submenu li a {

	display: block;

	padding: 7px 10px;

}



#slider {

	min-width: 1200px;

	height: 591px;

	position: relative;

	text-align: center;

}



#slider .slider_picture {

	position: absolute;

	top: 111px;

	left: 50%;

	margin-left: -590px;

	padding: 10px;

	border-radius: 3px;

	background: #fff;

	z-index: 25;

}



#slider .slider_con {

	width: 100%;

	max-width: 2000px;

	height: 100%;

	margin: 0 auto;

	position: relative;

	overflow: hidden;

}



#slider .slider_images {

	text-align: right;

}



#slider .slider_images img {

	height: 591px;

	outline: none;

}



#slider .slider_images .slide {

	height: 591px;

	outline: none;

	display: inline-block;

	overflow: hidden;

	float: left;

}



#slider .slider_images .slide img {

	float: right;

}



#slider .slider_buttons {

	width: 100%;

	position: absolute;

	bottom: 128px;

	left: 0;

	text-align: center;

}



#slider .slider_buttons a {

	margin: 0 10px;

}



#slider .slider_buttons a:first-child {

	padding-right: 45px;

	border-color: #373430;

	background: url(../img/slider-button-triangle.png) center right 26px no-repeat #373430;

	color: #fff;

}



#slider .slider_buttons a:first-child:hover {

	border-color: #b0c14c;

	background-color: #b0c14c;

	color: #fff;

}



#slider .slider_texts {

	width: 600px;

	height: 100%;

	position: absolute;

	top: 0;

	left: 50%;

	margin-left: -300px;

	display: none;

}



#slider .slider_texts .container {

	width: 100%;

	height: 100%;

	display: table;

}



#slider .slider_texts .slider_text_con {

	display: table-cell;

	vertical-align: middle;

	padding-bottom: 20px;

	text-align: center;

}



#slider .slider_texts .slider_text_con2 {

	padding-bottom: 80px;

	position: relative;

}



#slider .slider_texts .slider_text .slider_text_title {

	line-height: 74px;

	margin-bottom: 38px;

	padding-bottom: 50px;

	background: url(../img/slider-title-separator.png) center bottom no-repeat;

	color: #373430;

	font-size: 54px;

	font-weight: 700;

	text-transform: uppercase;

	letter-spacing: 15px;

}



#slider .slider_texts .slider_text .slider_text_content {

	min-height: 40px;

	color: #373430;

	font-size: 15px;

}



#slider .slider-nav {

	position: absolute;

	top: 41%;

	left: 50%;

	margin-left: -556px;

}



#slider .slider-nav .slider-prev {

	width: 100%;

	height: 30px;

	background: url(../img/slider-prev.png) center no-repeat;

	cursor: pointer;

}



#slider .slider-nav .slider-next {

	width: 100%;

	height: 30px;

	background: url(../img/slider-next.png) center no-repeat;

	cursor: pointer;

}



#slider .slider-nav .slider-current {

	margin: 15px 0;

	font: 700 14px / 20px 'Open Sans';

	color: #373430;

}



#slider .to_bottom {

	width: 100px;

	height: 100px;

	position: absolute;

	bottom: -69px;

	left: 50%;

	margin-left: -50px;

	border-radius: 900px;

	background: url(../img/to_bottom.png) center top 20px no-repeat #fff;

	cursor: pointer;

}



#catalog {

	padding: 35px 0 75px;

}



#catalog .wrap {

	position: relative;

}



#catalog h2 {

	margin-bottom: 55px;

}



#catalog .uss_eshop_menu, #catalog .catalog {

	height: 640px;

	list-style: none;

	margin: 0;

	padding: 0;

	position: relative;

}



#catalog .uss_eshop_menu li, #catalog .catalog li {

	display: inline-block;

	-webkit-box-shadow: 0 0 0 1px black;

	        box-shadow: 0 0 0 1px black;

	position: absolute;

}



#catalog .uss_eshop_menu li>span, #catalog .catalog li>span {

	margin: 0;

	padding: 0;

	position: absolute;

	bottom: 35px;

	left: 45px;

	color: #f4f1f2;

	font: 700 30px 'Open Sans';

}



#catalog .uss_eshop_menu li img, #catalog .catalog li img {

	min-height: 100%;

	min-width: 100%;

}



#catalog .uss_eshop_menu li:nth-child(1), #catalog .catalog li:nth-child(1) {

	width: 500px;

	height: 423px;

	top: 0;

	left: 0;

}



#catalog .uss_eshop_menu li:nth-child(2), #catalog .catalog li:nth-child(2) {

	width: 500px;

	height: 206px;

	bottom: 0;

	left: 0;

}



#catalog .uss_eshop_menu li:nth-child(3), #catalog .catalog li:nth-child(3) {

	width: 211px;

	height: 206px;

	top: 0;

	left: 510px;

}



#catalog .uss_eshop_menu li:nth-child(3) span, #catalog .catalog li:nth-child(3) span {

	bottom: 25px;

	left: 30px;

	font-size: 22px;

}



#catalog .uss_eshop_menu li:nth-child(4), #catalog .catalog li:nth-child(4) {

	width: 211px;

	height: 206px;

	top: 217px;

	left: 510px;

}



#catalog .uss_eshop_menu li:nth-child(4) span, #catalog .catalog li:nth-child(4) span {

	bottom: 25px;

	left: 30px;

	font-size: 22px;

}



#catalog .uss_eshop_menu li:nth-child(5), #catalog .catalog li:nth-child(5) {

	width: 448px;

	height: 640px;

	top: 0;

	right: 0;

}



#catalog .uss_eshop_menu li .eshop_menu_image, #catalog .catalog li .eshop_menu_image {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	overflow: hidden;

}



#catalog .catalog_on_main>.container .item {

	position: relative;

	overflow: hidden;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

}



.catalog_on_main .item img {

	-o-transition: all .2s;

	-webkit-transition: all .2s;

	transition: all .2s;

}



.catalog_on_main .item:hover img {

	-webkit-filter: brightness(60%);

	filter: brightness(60%);

}



.eshop_filters_area {

	position: relative;

}



#catalog .catalog_on_main>.container .item a>span {

	margin: 0;

	padding: 0;

	position: absolute;

	bottom: 35px;

	left: 45px;

	color: #f4f1f2;

	font: 700 30px 'Open Sans';

}



#catalog .catalog_on_main>.container .column:nth-child(1) {

	width: 500px;

}



#catalog .catalog_on_main>.container .column:nth-child(1) .item {

	width: 500px;

}



#catalog .catalog_on_main>.container .column:nth-child(1) .item:nth-child(1) {

	height: 423px;

}



#catalog .catalog_on_main>.container .column:nth-child(1) .item:nth-child(2) {

	height: 206px;

	margin-top: 10px;

}



#catalog .catalog_on_main>.container .column:nth-child(2) {

	width: 231px;

}



#catalog .catalog_on_main>.container .column:nth-child(2) .item {

	width: 221px;

	padding: 0 10px;

}



#catalog .catalog_on_main>.container .column:nth-child(2) .item span {

	bottom: 25px;

	left: 30px;

	font-size: 22px;

	padding-right: 20px;

}



#catalog .catalog_on_main>.container .column:nth-child(2) .item:nth-child(1), #catalog .catalog_on_main>.container .column:nth-child(2) .item:nth-child(2) {

	height: 206px;

}



#catalog .catalog_on_main>.container .column:nth-child(2) .item:nth-child(2) {

	margin-top: 10px;

}



#catalog .catalog_on_main>.container .column:nth-child(2) .item:nth-child(3) {

	margin-top: 10px;

}



#catalog .catalog_on_main>.container .column:nth-child(3) {

	width: 448px;

}



#catalog .catalog_on_main>.container .column:nth-child(3) .item {

	width: 448px;

}



#catalog .catalog_on_main>.container .column:nth-child(3) .item:nth-child(1) {

	height: 640px;

}



#catalog .other_items {

	width: 211px;

	margin-top: 30px;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	padding-top: 47px;

	background: url(../img/other_items_icon.png) center top no-repeat;

	text-align: center;

}



#catalog .other_items p {

	margin: 0 0 4px;

	padding: 0;

	color: #373430;

	font-size: 15px;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 4px;

}



#catalog .other_items span {

	padding: 0 !important;

	position: relative !important;

	top: auto !important;

	left: auto !important;

	font-size: 14px !important;

	display: block;

	margin-bottom: 27px !important;

	bottom: auto !important;

	color: #aaaaaa;

}



#catalog .other_items a.button {

	font-size: 14px !important;

}



.uss_eshop_block_item, .uss_shop_blocks_view .uss_eshop_item, .uss_eshop_sameproducts .item, .uss_shop_category {

	width: 272px !important;

	padding: 0 0 35px;

	display: inline-block;

	border: 1px solid #e0e0e0;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	background: white;

	position: relative;

	vertical-align: top;

}



.uss_eshop_block_item.uss_eshop_sameproducts, .uss_shop_blocks_view .uss_eshop_item.uss_eshop_sameproducts, .uss_eshop_sameproducts .item.uss_eshop_sameproducts, .uss_shop_category.uss_eshop_sameproducts {

	padding-top: 9px;

}



.uss_eshop_block_item.uss_eshop_block_item:not(:nth-child(4)), .uss_shop_blocks_view .uss_eshop_item.uss_eshop_block_item:not(:nth-child(4)), .uss_eshop_sameproducts .item.uss_eshop_block_item:not(:nth-child(4)), .uss_shop_category.uss_eshop_block_item:not(:nth-child(4)) {

	margin-right: 27px;

}



.uss_eshop_block_item.uss_eshop_item:not(:nth-child(3)), .uss_eshop_sameproducts .item.uss_eshop_item:not(:nth-child(3)), .uss_shop_category.uss_eshop_item:not(:nth-child(3)) {

	margin-right: 23px;

}



.uss_eshop_block_item.item, .uss_shop_blocks_view .uss_eshop_item.item, .uss_eshop_sameproducts .item.item, .uss_shop_category.item {

	margin-right: 0;

}



.uss_eshop_block_item.item:not(:nth-child(3)), .uss_shop_blocks_view .uss_eshop_item.item:not(:nth-child(3)), .uss_eshop_sameproducts .item.item:not(:nth-child(3)), .uss_shop_category.item:not(:nth-child(3)) {

	margin-right: 23px;

}



.uss_eshop_block_item .uss_shop_name,

/*.uss_eshop_block_item .title,*/



.uss_eshop_block_item .uss_shop_cat_name, .uss_shop_blocks_view .uss_eshop_item .uss_shop_name,

/*.uss_shop_blocks_view .uss_eshop_item .title,*/



.uss_shop_blocks_view .uss_eshop_item .uss_shop_cat_name, .uss_eshop_sameproducts .item .uss_shop_name, .uss_eshop_sameproducts .item .info>.title, .uss_eshop_sameproducts .item .uss_shop_cat_name, .uss_shop_category .uss_shop_name,

/*.uss_shop_category .title,*/



.uss_shop_category .uss_shop_cat_name {

	width: 100%;

	height: 150px;

	line-height: 175%;

	position: absolute;

	top: 0;

	left: 0;

	padding: 34px 30px;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	background: url(../img/item_title_separator.png) center bottom no-repeat;

	text-align: center;

}



.uss_eshop_block_item .uss_shop_name a, .uss_eshop_block_item .title a, .uss_eshop_block_item .uss_shop_cat_name a, .uss_shop_blocks_view .uss_eshop_item .uss_shop_name a, .uss_shop_blocks_view .uss_eshop_item .title a, .uss_shop_blocks_view .uss_eshop_item .uss_shop_cat_name a, .uss_eshop_sameproducts .item .uss_shop_name a, .uss_eshop_sameproducts .item .title a, .uss_eshop_sameproducts .item .uss_shop_cat_name a, .uss_shop_category .uss_shop_name a, .uss_shop_category .title a, .uss_shop_category .uss_shop_cat_name a {

	color: #373430;

	font-size: 13px;

	font-weight: bold;

	text-transform: uppercase;

}



.uss_eshop_block_item .img, .uss_eshop_block_item .uss_img_holder, .uss_eshop_block_item .imageWrap, .uss_eshop_block_item .uss_shop_cat_img_wrap, .uss_shop_blocks_view .uss_eshop_item .img, .uss_shop_blocks_view .uss_eshop_item .uss_img_holder, .uss_shop_blocks_view .uss_eshop_item .imageWrap, .uss_shop_blocks_view .uss_eshop_item .uss_shop_cat_img_wrap, .uss_eshop_sameproducts .item .img, .uss_eshop_sameproducts .item .uss_img_holder, .uss_eshop_sameproducts .item .imageWrap, .uss_eshop_sameproducts .item .uss_shop_cat_img_wrap, .uss_shop_category .img, .uss_shop_category .uss_img_holder, .uss_shop_category .imageWrap, .uss_shop_category .uss_shop_cat_img_wrap {

	width: auto !important;

	display: inline-block;

	margin: 175px 0 27px !important;

	padding: 0 32px;

	border: none;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	text-align: center;

}



.uss_eshop_block_item .imageWrap, .uss_shop_blocks_view .uss_eshop_item .imageWrap, .uss_eshop_sameproducts .item .imageWrap, .uss_shop_category .imageWrap {

	width: 100% !important;

	display: table;

	text-align: center;

}



.uss_eshop_block_item .posimg_item, .uss_shop_blocks_view .uss_eshop_item .posimg_item, .uss_eshop_sameproducts .item .posimg_item, .uss_shop_category .posimg_item {

	margin: 0;

	text-align: center;

}



.uss_eshop_block_item .uss_shop_cat_img, .uss_eshop_block_item .uss_shop_cat_img a, .uss_shop_blocks_view .uss_eshop_item .uss_shop_cat_img, .uss_shop_blocks_view .uss_eshop_item .uss_shop_cat_img a, .uss_eshop_sameproducts .item .uss_shop_cat_img, .uss_eshop_sameproducts .item .uss_shop_cat_img a, .uss_shop_category .uss_shop_cat_img, .uss_shop_category .uss_shop_cat_img a {

	border: none;

	margin: 0;

}



.uss_eshop_block_item.uss_shop_category, .uss_shop_blocks_view .uss_eshop_item.uss_shop_category, .uss_eshop_sameproducts .item.uss_shop_category, .uss_shop_category.uss_shop_category {

	padding: 0;

}



.uss_eshop_block_item.uss_shop_category .uss_shop_cat_img_wrap, .uss_shop_blocks_view .uss_eshop_item.uss_shop_category .uss_shop_cat_img_wrap, .uss_eshop_sameproducts .item.uss_shop_category .uss_shop_cat_img_wrap, .uss_shop_category.uss_shop_category .uss_shop_cat_img_wrap {

	margin-bottom: 5px !important;

}



.uss_eshop_block_item .uss_shop_price, .uss_eshop_block_item .price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price, .uss_shop_blocks_view .uss_eshop_item .price, .uss_eshop_sameproducts .item .uss_shop_price, .uss_eshop_sameproducts .item .price, .uss_shop_category .uss_shop_price, .uss_shop_category .price {

	width: 100%;

	height: 50px;

	background: none;

	font-size: 15px;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 3px;

	text-align: center;

	position: relative;

}



.uss_eshop_block_item .uss_shop_price .actual_price, .uss_eshop_block_item .price .actual_price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price .actual_price, .uss_shop_blocks_view .uss_eshop_item .price .actual_price, .uss_eshop_sameproducts .item .uss_shop_price .actual_price, .uss_eshop_sameproducts .item .price .actual_price, .uss_shop_category .uss_shop_price .actual_price, .uss_shop_category .price .actual_price {

	width: 100%;

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	margin: 0;

	padding: 0;

	background: none;

	color: #373430;

}



.uss_eshop_block_item .uss_shop_price span.old_price, .uss_eshop_block_item .price span.old_price, .uss_shop_blocks_view .uss_eshop_item .uss_shop_price span.old_price, .uss_shop_blocks_view .uss_eshop_item .price span.old_price, .uss_eshop_sameproducts .item .uss_shop_price span.old_price, .uss_eshop_sameproducts .item .price span.old_price, .uss_shop_category .uss_shop_price span.old_price, .uss_shop_category .price span.old_price {

	width: 100%;

	position: absolute;

	top: 30px;

	left: 0;

	margin: 0;

	padding: 0;

	background: none;

	color: #373430;

	font-weight: 700;

	font-size: 12px;

}



.uss_eshop_block_item .add_to_cart, .uss_shop_blocks_view .uss_eshop_item .add_to_cart, .uss_eshop_sameproducts .item .add_to_cart, .uss_shop_category .add_to_cart {

	width: 61px;

	height: 57px;

	display: block;

	position: absolute;

	right: 0;

	bottom: 0;

	color: transparent;

	background: url(../img/add_to_cart.png) center no-repeat;

}



.uss_eshop_block_item .uss_shop_description, .uss_shop_blocks_view .uss_eshop_item .uss_shop_description, .uss_eshop_sameproducts .item .uss_shop_description, .uss_shop_category .uss_shop_description, .uss_eshop_sameproducts.blocks .item .descr {

	padding: 0 30px;

	margin-top: 10px;

	margin-bottom: 40px;

}



.uss_eshop_icons {

	width: 41px;

	left: 0;

	top: auto;

	bottom: 55px;

	margin-bottom: -75px;

	margin-left: 13px;

}



.uss_eshop_icons .leader_icon a {

	display: block;

	width: 41px;

	height: 36px;

	background: url(../img/hit-icon.png) center no-repeat;

}



.uss_eshop_icons .leader_icon a img {

	display: none;

}



.uss_eshop_icons .new_icon a {

	display: block;

	width: 41px;

	height: 36px;

	background: url(../img/new_icon.png) center no-repeat;

}



.uss_eshop_icons .new_icon a img {

	display: none;

}



.uss_eshop_icons .sale_icon a {

	display: block;

	width: 41px;

	height: 36px;

	background: url(../img/sale_icon.png) center no-repeat;

}



.uss_eshop_icons .sale_icon a img {

	display: none;

}



.uss_img_big_image .uss_eshop_icons {

	bottom: 50px;

	left: 0;

	margin-bottom: 0;

}



.uss_shop_blocks_view .uss_eshop_item .uss_img_holder {

	overflow: visible;

}



.uss_eshop_item, .uss_eshop_block_item, .uss_eshop_sameproducts .item.item {

	min-height: 564px;

}



.uss_shop_detail .uss_shop_description {

	display: none;

}



#akcii {

	padding: 25px 0 75px;

	background: #f6f6f6;

}



#akcii .h2 {

	margin-bottom: 43px;

}



#text_block {

	padding: 60px 0 20px;

}



#text_block .wrap {

	position: relative;

}



#text_block .wrap:after {

	width: 1083px;

	height: 207px;

	position: absolute;

	top: 82px;

	right: -62px;

	background: url(../img/text_block.png) center left no-repeat;

	content: '';

	z-index: 20;

}



#text_block .con1 {

	padding-top: 28px;

	position: relative;

	z-index: 50;

}



#text_block .con2 {

	margin-left: -145px;

	padding: 50px 75px 75px 140px;

	border: 1px solid #dcdcdc;

	float: left;

}



#text_block .column:first-child {

	width: 400px;

	padding-top: 60px;

	vertical-align: top;

}



#text_block .column:nth-child(2) h2 {

	margin-top: 30px;

	text-align: left;

}



#text_block .column:nth-child(2) p {

	line-height: 180%;

	margin-bottom: 25px;

}



#text_block2 {

	padding: 30px 0 70px;

}



#text_block2 .wrap {

	padding: 0 55px;

}



#text_block2 .container {

	table-layout: fixed;

	text-align: center;

}



#text_block2 .inner {

	width: 230px;

	margin: 0 auto;

}



#text_block2 img {

	margin-bottom: 15px;

}



#text_block2 .h3 {

	margin: 17px 0;

	padding: 0;

	color: #373430;

	font-size: 15px;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 4px;

}



#text_block2 p {

	line-height: 160%;

	font-size: 14px;

	color: #aaaaaa;

}



#feedback {

	width: 100%;

	min-height: 540px;

	display: inline-block;

	background: #f6f6f6;

	position: relative;

	overflow: hidden;

}



#feedback * {

	outline: none;

}



#feedback .wrap {

	position: relative;

	z-index: 30;

}



#feedback .wrap:before {

	width: 1074px;

	height: 530px;

	position: absolute;

	bottom: -552px;

	left: -429px;

	background: url(../img/feedback-bg.png) center no-repeat;

	content: '';

	z-index: 15;

}



#feedback .con {

	position: relative;

	overflow: hidden;

}



#feedback .slick-dots {

	width: auto;

	right: 85px;

	bottom: 37px;

}



#feedback .slick-dots li {

	width: 9px;

	height: 9px;

	border-radius: 300px;

	background: #d9d9d9;

}



#feedback .slick-dots li button {

	display: none;

}



#feedback .slick-dots li:before {

	display: none;

}



#feedback .slick-dots li.slick-active {

	background: #373430;

}



#feedback .text {

	width: 590px;

	padding-top: 36px;

	float: right;

}



#feedback .text .h2 {

	margin-bottom: 55px;

	text-align: left;

}



#feedback .text .uss_guestbook_item {

	padding: 0 0 54px 83px;

	background: none;

	-webkit-box-shadow: none;

	        box-shadow: none;

	position: relative;

	line-height: 190%;

	float: left;

}



#feedback .text .uss_guestbook_item:before {

	width: 50px;

	height: 43px;

	position: absolute;

	top: 0;

	left: 0px;

	background: url(../img/feedback-quote-left.png) center no-repeat;

	content: '';

}



#feedback .text .uss_guestbook_item:after {

	width: 50px;

	height: 43px;

	position: absolute;

	right: 0;

	bottom: 30px;

	background: url(../img/feedback-quote-right.png) center no-repeat;

	content: '';

}



#feedback .text .uss_guestbook_item .uss_guestbook_question_info {

	position: absolute;

	bottom: 0;

	left: 83px;

}



#feedback .text .uss_guestbook_item .uss_guestbook_question_info .uss_fio {

	color: #524b46;

	font: 400 22px / 20px 'Open Sans';

}



#serts {

	padding-bottom: 100px;

}



#serts .uss_images_block {

	width: 100%;

	display: table;

	table-layout: fixed;

}



#serts .uss_one_image {

	margin: 0;

	padding: 0;

	display: table-cell;

	vertical-align: top;

	text-align: center;

}



#serts .uss_one_image .image a {

	position: relative;

	display: inline-block;

}



.uss_photoalbums_foto_slide_wrapper {

	width: 893px;

}



#serts .uss_one_image .image a:before {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	background: url(/img/sert-borders.png), url(/img/loop.png);

	background-position: center;

	background-repeat: no-repeat;

	content: '';

	pointer-events: none;

	z-index: 5;

	-webkit-transition: all .2s;

	-o-transition: all .2s;

	transition: all .2s;

	visibility: hidden;

	opacity: 0;

}



#serts .uss_one_image .image a:hover:before {

	opacity: 1;

	visibility: visible;

}



#serts .uss_one_image .image a:hover img {

	-webkit-filter: brightness(50%);

	filter: brightness(50%);

	-webkit-transition: all .2s;

	-o-transition: all .2s;

	transition: all .2s;

}



#serts .h2 {

	margin: 60px 0 58px;

}



#serts .name {

	width: 222px;

	display: block;

	margin: 23px auto 0;

	padding-bottom: 25px;

	background: url(../img/item_title_separator.png) center bottom no-repeat;

	color: #373430;

	font: 700 20px / 28px 'Open Sans';

	text-align: center;

}



#advice {

	height: 182px;

	padding: 40px 0;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	background: url(../img/advice-bg.png) center no-repeat;

	text-align: center;

	color: #fff;

}



#advice * {

	outline: none;

}



#advice .h3 {

	width: 100%;

	margin: 0 auto 32px;

	padding-bottom: 24px;

	display: block;

	background: url(../img/h3_separator.png) center bottom no-repeat;

	color: #ede7e2;

	font-size: 16px;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 4px;

}



#advice .slider2 {

	min-width: 200px;

	max-width: 515px;

	display: inline-block;

	position: relative;

}



#advice .slider2 .slick-list {

	overflow: hidden;

}



#advice .slider2 .news_block_item {

	float: left;

}



#advice .slider2 .slick-prev {

	background: url(../img/slider2-left.png) center no-repeat;

}



#advice .slider2 .slick-prev:before {

	display: none;

}



#advice .slider2 .slick-next {

	background: url(../img/slider2-right.png) center no-repeat;

}



#advice .slider2 .slick-arrow {

	width: 44px;

	height: 44px;

	top: 10px;

	border-radius: 300px;

	border: 1px solid transparent;

	-webkit-transition: all .2s;

	-o-transition: all .2s;

	transition: all .2s;

}



#advice .slider2 .slick-arrow:hover {

	border-color: #e0d5c8;

}



#advice .slider2 .slick-next:before {

	display: none;

}



#advice .slider2 .slide {

	display: inline-block;

}



#advice .title {

	display: none;

}



#advice a:hover {

	color: white;

}



#content {

	padding: 55px 0 0;

}



#content p {

	line-height: 166%;

	margin-bottom: 30px;

}



#content h1 {

	margin-bottom: 35px;

	color: #373430;

	font-size: 36px;

	font-weight: bold;

	text-transform: uppercase;

}



#content .column-left, #content .column-right {

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

}



#content .column-left.column-left, #content .column-right.column-left {

	width: 310px;

	padding-right: 42px;

}



#content .column-left.column-right, #content .column-right.column-right {

	width: 300px;

	padding-top: 15px;

	padding-left: 35px;

}



#content .akciya_block {

	padding: 98px 28px 30px;

	border: 1px solid #dcdcdc;

	position: relative;

	text-align: right;

}



#content .akciya_block:before {

	width: 100%;

	height: 38px;

	position: absolute;

	top: 43px;

	left: -4px;

	background: url(../img/akciya_block_bg.png) center no-repeat;

	content: '';

}



#content .akciya_block p {

	margin: 0 0 13px;

	padding: 0;

}



#content .akciya_block .green {

	color: #a5b835;

	font: 700 17px / 20px 'Open Sans';

}



#content .akciya_block .title {

	margin-left: -50px;

	padding: 5px 0;

	background: white;

	color: #373430;

	font: 700 22px 'Open Sans';

}



#content .akciya_block .date {

	color: #b6b6b6;

	font-size: 14px;

}



#content .akciya_block .link {

	margin-top: 40px;

}



#content .akciya_block a {

	color: #b6b6b6;

	font-size: 12px;

	font-weight: 700;

	text-transform: uppercase;

}



#content .akciya_block a:hover {

	color: #a5b835;

}



#content .column-left .h3 {

	margin: 0 0 40px;

	padding: 0;

	color: #373430;

	font-size: 18px;

	text-transform: uppercase;

	letter-spacing: 3px;

	font-weight: bold;

}



#content .column-left .uss_eshop_menu, #content .column-left .submenu {

	margin: 0;

	padding: 0;

	list-style: none;

}



#content .column-left .uss_eshop_menu.uss_eshop_menu, #content .column-left .submenu.uss_eshop_menu {

	margin-bottom: 50px;

}



#content .column-left .uss_eshop_menu>li>a, #content .column-left .submenu>li>a {

	display: block;

	padding: 12px 20px;

	color: #373430;

	font-size: 13px;

	font-weight: bold;

	position: relative;

	text-transform: uppercase;

}



#content .column-left .uss_eshop_menu>li>a.active, #content .column-left .submenu>li>a.active {

	-webkit-box-shadow: 0 3px 0 #b0c14c;

	        box-shadow: 0 3px 0 #b0c14c;

}



#content .column-left .uss_eshop_menu>li>a.active:before, #content .column-left .submenu>li>a.active:before {

	-webkit-transform: rotate(90deg);

	    -ms-transform: rotate(90deg);

	        transform: rotate(90deg);

}



#content .column-left .uss_eshop_menu>li>a:before, #content .column-left .submenu>li>a:before {

	width: 7px;

	height: 7px;

	position: absolute;

	top: 18px;

	left: 0;

	background: url(../img/eshop_menu_triangle.png) center no-repeat;

	content: '';

}



#content .column-left .uss_eshop_menu>li .submenu, #content .column-left .submenu>li .submenu {

	margin-bottom: 15px;

	padding: 15px 0;

	background: #f0efef;

}



#content .column-left .uss_eshop_menu>li .submenu>li>a, #content .column-left .submenu>li .submenu>li>a {

	padding-left: 50px;

}



#content .column-left .uss_eshop_menu>li .submenu>li>a:before, #content .column-left .submenu>li .submenu>li>a:before {

	left: 28px;

	background-image: url(../img/eshop-menu-triangle2.png);

}



#content .column-left .uss_eshop_menu>li .submenu>li>a.active, #content .column-left .submenu>li .submenu>li>a.active {

	-webkit-box-shadow: none;

	        box-shadow: none;

}



#content .column-mid h1 {

	margin: 0 0 14px;

	padding: 0;

	font-size: 18px;

	text-transform: uppercase;

	letter-spacing: 3px;

}



#content .column-mid .breadcrumbs {

	margin-bottom: 30px;

	font-size: 12px;

	font-weight: bold;

	color: #524b46;

	text-transform: uppercase;

}



#content .column-mid .breadcrumbs a {

	line-height: 70px;

	margin-right: 50px;

	padding: 5px 0;

	color: inherit;

	letter-spacing: 1px;

	position: relative;

}



#content .column-mid .breadcrumbs a:before {

	width: 50px;

	height: 3px;

	position: absolute;

	bottom: -5px;

	left: 50%;

	margin-left: -25px;

	content: '';

	-webkit-transition: -webkit-box-shadow .2s;

	transition: -webkit-box-shadow .2s;

	-o-transition: box-shadow .2s;

	transition: box-shadow .2s;

	transition: box-shadow .2s, -webkit-box-shadow .2s;

}



#content .column-mid .breadcrumbs a:after {

	width: 24px;

	height: 7px;

	position: absolute;

	top: 10px;

	right: -38px;

	background: url(../img/breadcrumbs-separator.png) center no-repeat;

	content: '';

}



#content .column-mid .breadcrumbs a:hover:before {

	-webkit-box-shadow: 0 3px 0 #b0c14c;

	        box-shadow: 0 3px 0 #b0c14c;

}



#content .column-left .submenu>li .submenu {

	margin-bottom: 0;

	padding: 10px 0;

}



#content .column-left .submenu>li .submenu>li>a {

	margin: 0 0 15px 68px;

	padding: 0;

	color: #373430;

	font-size: 14px;

	font-weight: normal;

	text-transform: none;

}



#content .column-left .submenu>li .submenu>li>a:before {

	display: none;

}



#content .column-left .submenu>li .submenu>li>a:hover, #content .column-left .submenu>li .submenu>li>a.active {

	text-decoration: underline;

}



.form {

	width: 900px;

	margin: 0 auto;

	padding: 40px 40px 54px;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	background: #fff;

	text-align: center;

}



.form .top {

	text-align: center;

}



.form .top a {

	display: inline-block;

	margin: 0;

	padding: 10px 0;

	color: #373430;

	font: 700 22px 'Open Sans';

}



.form .top a:hover, .form .top a.active {

	-webkit-box-shadow: inset 0 -3px 0 #b0c14c;

	        box-shadow: inset 0 -3px 0 #b0c14c;

}



.form .h2 {

	color: #373430;

	font-size: 32px;

	font-weight: bold;

	letter-spacing: 9px;

}



.form p {

	line-height: 180%;

	margin-bottom: 48px;

}



#recall_form .fc_form_tml {

	width: 720px;

	height: 160px;

	position: relative;

}



#recall_form .fc_item {

	position: absolute;

}



#recall_form .fc_item:nth-of-type(1) input[type=text] {

	width: 380px;

}



#recall_form .fc_item:nth-of-type(2) input[type=text], #recall_form .fc_item:nth-of-type(3) input[type=text] {

	width: 180px !important;

}



#recall_form .fc_item:nth-of-type(1) {

	top: 0;

	left: 0;

}



#recall_form .fc_item:nth-of-type(2) {

	top: 64px;

	left: 0;

}



#recall_form .fc_item:nth-of-type(3) {

	top: 64px;

	left: 200px;

}



#recall_form .fc_item:nth-of-type(4) {

	top: 0;

	right: 0;

}



#recall_form .fc_item textarea {

	height: 89px;

	border-radius: 0;

	border: 1px solid #b7aca4 !important;

	background: none;

	color: #524b46;

	font: 400 17px 'Open Sans';

	letter-spacing: 1px;

	resize: none;

}



#recall_form .buttons {

	position: absolute;

	bottom: -8px;

	right: 12px;

}



#recall_form .content input[type=submit] {

	margin-top: 0 !important;

}



#recall_form .content .uss_error_form {

	width: 495px;

	position: absolute;

	top: 122px;

	margin: 0 !important;

}



.uss_eshop_filters_block {

	margin-bottom: 25px;

}



.uss_eshop_filters .uss_eshop_filters_block .filter_item.filter_search_in_current_cat {

	text-align: right;

}



.uss_eshop_filters .uss_eshop_filters_block .filter_item {

	display: inline-block;

}



.uss_eshop_filters_block .filter_price input, .uss_eshop_filters_block .group .filter_item.select select, .filter_show_by_links select {

	height: 36px;

	padding: 0 10px;

	border: none;

	background: #e4e2e1;

	outline: none;

}



.uss_eshop_filters_block .filter_submit input[type=submit], .uss_eshop_filters_block .filter_submit button {

	display: inline-block;

	padding: 10px 30px;

	border-radius: 300px;

	border: 2px solid #b0c14c;

	background: transparent;

	color: #524b46;

	font: 700 14px 'Open Sans';

	text-transform: uppercase;

	cursor: pointer;

}



.uss_eshop_filters_block .filter_submit input[type=submit]:hover, .uss_eshop_filters_block .filter_submit button:hover {

	border-color: #b0c14c;

	background-color: #b0c14c;

	color: #fff;

}



.uss_eshop_filters .uss_eshop_filters_block .group .filter_item {

	line-height: 36px;

	margin-right: 15px;

	display: inline-block;

	vertical-align: top;

}



.uss_eshop_filters .uss_eshop_filters_block .group .filter_item:nth-of-type(4n) {

	margin-right: 0;

}



.uss_eshop_filters_block .group .filter_item .items_label {

	width: auto;

	margin-right: 5px;

}



.uss_eshop_sort_block {

	margin-bottom: 40px;

	float: left;

}



#block_form {

	padding: 70px 0;

	background: url(../img/block_form.jpg) center no-repeat;

}



#block_form .wrap {

	text-align: center;

}



#newsletter {

	margin: 73px 0;

	background: url(../img/newsletter-bg.jpg) center no-repeat;

}



#newsletter .wrap {

	height: 182px;

}



#newsletter .container {

	height: 100%;

}



#newsletter {

	text-align: center;

}



#newsletter .column:first-child {

	width: 300px;

}



#newsletter .wrap {

	padding-top: 40px;

}



#newsletter .h2 {

	color: #ede6e2;

	float: left;

}



#newsletter .button {

	float: left;

}





/*

#newsletter .column {

	vertical-align: middle;

}



#newsletter .column:first-child {

	width: 250px;

}



#newsletter .column:nth-of-type(2) {

	padding-left: 100px;

}



#newsletter .column input[type=text] {

	width: 100%;

	margin-top: 5px;

	padding: 5px 0;

	border: none;

	border-bottom: 1px solid rgba(255, 255, 255, 0.5);

	background: transparent;

	color: #ede6e2;

	font: 400 17px / 20px 'Open Sans';

	outline: none;

}



#newsletter .column input[type=submit] {

	display: inline-block;

	padding: 10px 50px 10px 30px;

	border-radius: 300px;

	border: 2px solid #b0c14c;

	background: url(../img/submit-bg.png) center right 32px no-repeat;

	color: #ede6e2;

	font: 700 14px 'Open Sans';

	text-transform: uppercase;

	cursor: pointer;

	transition: all .2s;

	outline: none;

}



#newsletter .column input[type=submit]:hover {

	border-color: #b0c14c;

	background-color: #b0c14c;

	color: #fff;

}

*/



#newsletter .button {

	display: inline-block;

	margin: 26px 0 0 33px;

	padding: 10px 50px 10px 30px;

	border-radius: 300px;

	border: 2px solid #b0c14c;

	background: url(../img/submit-bg.png) center right 32px no-repeat;

	color: #ede6e2;

	font: 700 14px 'Open Sans';

	text-transform: uppercase;

	cursor: pointer;

	-webkit-transition: all .2s;

	-o-transition: all .2s;

	transition: all .2s;

	outline: none;

}



#newsletter .button:hover {

	border-color: #b0c14c;

	background-color: #b0c14c;

	color: #fff;

}



#newsletter form {

	width: 100%;

	display: inline-block;

	position: relative;

}



#newsletter .emailfield {

	width: 520px;

	float: left;

}



#newsletter span {

	margin-top: -15px;

	color: #ede6e2;

	font: 400 17px / 20px 'Open Sans';

	float: left;

}



#newsletter .send_button {

	width: 200px;

	text-align: right;

	float: right;

}



#newsletter form>div:first-child {

	position: absolute;

	bottom: -15px;

	left: 0;

	color: #a19b98;

}



#footer {

	padding: 60px 0 50px;

	background: #fafafa;

}



#footer .column:first-child {

	width: 310px;

}



#footer .column:nth-child(2) {

	padding-left: 80px;

}



#footer .column:nth-child(3) {

	width: 200px;

}



#footer .copyright {

	margin-top: 60px;

	color: #585757;

}



#footer .copyright p {

	line-height: 180%;

	margin: 3px 0 0;

	padding: 0;

}



#footer .copyright .phones-other {

	top: auto;

	bottom: -17px;

	padding: 10px 25px 52px;

	overflow: hidden;

	border-radius: 6px 6px 0 0;

}



#footer .copyright .phones-other li:first-child {

	border-top: none;

}



#footer .copyright .phones-other li:last-child {

	border-bottom: 1px solid #ececec;

}



#footer .h3 {

	margin: -5px 0 20px;

	padding: 0;

	color: #373430;

	font-size: 18px;

	text-transform: uppercase;

	letter-spacing: 3px;

	font-weight: bold;

}



#footer .uss_eshop_menu {

	margin: 25px 0 0 28px;

	padding: 0;

	list-style: none;

}



#footer .uss_eshop_menu li {

	width: 49%;

	display: inline-block;

	padding: 10px 0;

	float: left;

}



#footer .uss_eshop_menu a {

	display: inline-block;

	padding-left: 20px;

	position: relative;

	color: #585757;

}



#footer .uss_eshop_menu a:before {

	width: 7px;

	height: 7px;

	position: absolute;

	top: 7px;

	left: 0;

	background: url(../img/eshop_menu_triangle.png) center no-repeat;

	content: '';

}



#footer .uss_eshop_menu a:hover {

	color: #b0c14c;

}



#footer .phones-container {

	margin-top: 62px;

	margin-left: -29px;

	float: left;

}



#footer .recall {

	width: 100%;

	display: block;

	padding: 19px 0 19px 11px;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	float: left;

}



#footer .recall p {

	display: inline-block;

	margin-top: 12px;

	padding-left: 14px;

	position: relative;

	float: left;

}



#footer .recall p:before {

	width: 12px;

	height: 13px;

	position: absolute;

	top: 6px;

	left: -9px;

	background: url(../img/mail-icon.png) center no-repeat;

	content: '';

}



#footer .recall .button {

	margin-top: 4px;

	padding: 10px 24px;

	border-color: #b0c14c;

	font-size: 12px;

	font-weight: 700;

	float: right;

}



#footer .phones-other p {

	line-height: 140%;

	margin: 0;

	padding: 0 0 0 23px;

	position: relative;

}



#footer .search {

	position: relative;

	bottom: auto;

	left: auto;

	margin-top: -8px;

}



#footer .search input[type=text] {

	width: 169px;

	margin-left: 0;

}



#footer .column:nth-child(3) .block {

	width: 100%;

	margin-bottom: 33px;

	float: left;

}



#footer .column:nth-child(3) .geo {

	padding-left: 33px;

	position: relative;

}



#footer .column:nth-child(3) .geo p {

	margin: 0;

	padding: 0;

}



#footer .column:nth-child(3) .geo:before {

	width: 12px;

	height: 16px;

	position: absolute;

	top: 4px;

	left: 5px;

	background: url(../img/geo_icon.png) center no-repeat;

	content: '';

}



#footer .column:nth-child(3) p {

	line-height: 180%;

}



#footer .top_menu {

	margin-top: 25px;

	padding-top: 40px;

	border-top: 1px solid #ededed;

}



#recall_form {

	width: 1180px;

	height: 347px;

	background: url(/img/recall-bg.jpg) left bottom no-repeat #fff;

}



#recall_form .close {

	width: 19px;

	height: 19px;

	position: absolute;

	top: 32px;

	right: 32px;

	background: url(../img/popup-close.png) center no-repeat;

	cursor: pointer;

}



#recall_form .content {

	width: 580px;

	margin: 52px 155px 0 0;

	float: right;

}



#recall_form .content h2 {

	margin: 0 0 20px;

	text-align: left;

}



#recall_form .content p {

	margin: 0 0 27px;

}



#recall_form .content .uss_error_form {

	margin: -10px 0 10px;

}



#recall_form .content input[type=text] {

	width: 408px;

	padding: 4px 0;

	-webkit-box-shadow: none;

	        box-shadow: none;

	outline: none;

	border: none;

	border-radius: 0;

	border-bottom: 1px solid #b7aca4 !important;

	background: transparent;

	color: #524b46;

	font: 400 17px 'Open Sans';

	letter-spacing: 1px;

}



#recall_form .content input[type=submit] {

	margin-top: 35px;

	padding: 0 25px;

	padding-right: 44px;

	-webkit-box-shadow: none;

	        box-shadow: none;

	background: url(../img/button2-icon.png) center right 27px no-repeat;

	color: #b0c14c;

	text-decoration: none;

	display: inline-block;

	border-radius: 300px;

	border: 2px solid #b0c14c;

	color: #373430;

	font: 700 14px / 38px 'Open Sans';

	text-transform: uppercase;

	cursor: pointer;

	letter-spacing: 1px;

	-webkit-transition: color .2s, background .2s, border .2s, -webkit-box-shadow .2s;

	transition: color .2s, background .2s, border .2s, -webkit-box-shadow .2s;

	-o-transition: color .2s, background .2s, border .2s, box-shadow .2s;

	transition: color .2s, background .2s, border .2s, box-shadow .2s;

	transition: color .2s, background .2s, border .2s, box-shadow .2s, -webkit-box-shadow .2s;

}



.uss_shop_blocks_view .uss_eshop_item .uss_shop_by, .akcii_on_main .uss_eshop_block_item .uss_shop_by {

	text-align: center;

}



.akcii_on_main {

	height: 605px;

	z-index: 300;

}


.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;width:100%}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;min-width:100%}.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}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}

.akcii_on_main .slick-list {
	overflow: visible;
}
.akcii_on_main .slick-track {
    /*display: flex;*/
    /*margin: auto;*/
}
.akcii_on_main .slider_images .uss_widget_outer_content .uss_eshop_block_item,
.akcii_on_main .slider_images .uss_widget_outer_content.slick-initialized .slick-slide {
	width: 272px;
}

.akcii_on_main .item-wrap {

	float: left !important;

}



.akcii_on_main .uss_eshop_block_item .eshop_filters_area {

	display: none;

}



.akcii_on_main:before {

	height: 100%;

	width: 4000px;

	position: absolute;

	top: 0;

	left: -4001px;

	background: #f6f6f6;

	content: '';

	z-index: 10;

}



.akcii_on_main:after {

	height: 100%;

	width: 4000px;

	position: absolute;

	top: 0;

	right: -4001px;

	background: #f6f6f6;

	content: '';

	z-index: 10;

}



.akcii_on_main * {

	outline: none;

}



.akcii_on_main .item-wrap {

	margin: 0 4px 0 6px;

}



.akcii_on_main .eshop_filters_group_title {

	display: none;

}



.akcii_on_main .item-wrap:hover .add_to_cart {

	bottom: -1px;

}



.uss_shop_blocks_view .uss_eshop_item .amount_title, .akcii_on_main .uss_eshop_block_item .amount_title, .uss_shop_detail .uss_shop_technical_data .uss_shop_by .amount_title, .uss_eshop_sameproducts .amount_title {

	margin-right: 5px;

	font-size: 12px;

	font-weight: bold;

	text-transform: uppercase;

}



.uss_eshop_sameproducts .addToCart {

	text-align: center;

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_by {

	text-align: center;

}



.uss_shop_blocks_view .uss_eshop_item .uss_shop_by input, .akcii_on_main .uss_eshop_block_item input[type=text], .uss_shop_detail .uss_shop_technical_data .uss_shop_by input, .uss_eshop_sameproducts.blocks .addToCart input {

	width: 46px;

	height: 32px;

	border-radius: 2px;

	border: 1px solid #dcdcdc;

	font-size: 16px;

	color: #524b46;

	text-align: center;

}



.akcii_on_main .uss_eshop_block_item {

	text-align: center;

}



.akcii_on_main .uss_eshop_block_item .uss_eshop_icons {

	left: 0;

}



.uss_eshop_sameproducts .descr {

	display: none;

}



.uss_shop_detail {

	margin-bottom: 25px;

	position: relative;

}



.uss_shop_detail .borders {

	width: 868px;

	position: absolute;

	top: 0;

	left: 0;

	border: 1px solid #ebebeb;

	z-index: -1;

}



.uss_shop_detail .uss_img_wrapper {

	margin: 30px 0 40px 30px;

}



.uss_shop_detail .uss_img_wrapper .uss_img_big {

	margin-bottom: 13px;

	border: none;

}



.uss_shop_detail .uss_img_wrapper .uss_img_ico_box .uss_img_ico {

	border: none;

}



.uss_shop_detail .uss_img_wrapper .uss_img_ico_box .uss_img_ico:not(:last-child) {

	margin-right: 20px !important;

}



.uss_shop_detail .uss_shop_technical_data {

	width: 350px;

	margin-top: 30px;

	margin-bottom: 40px;

	padding-left: 50px;

	padding-top: 5px;

}



.uss_shop_detail .uss_shop_technical_data .uss_specifications {

	margin-bottom: 25px;

}



.uss_shop_detail .uss_shop_technical_data .uss_specifications .spec_item {

	margin-bottom: 13px;

}



.uss_shop_detail .uss_shop_technical_data .uss_specifications .spec_item label {

	padding-left: 20px;

	position: relative;

}



.uss_shop_detail .uss_shop_technical_data .uss_specifications .spec_item label:before {

	width: 7px;

	height: 7px;

	position: absolute;

	top: 7px;

	left: 0;

	background: url(../img/eshop_menu_triangle.png) center no-repeat;

	content: '';

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_price {

	width: 100%;

	height: 120px;

	position: relative;

	margin-top: 40px;

	margin-bottom: 0;

	padding-bottom: 0.8em;

	border-top: 3px solid #b0c14c;

	background: #f3f3f3;

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price {

	display: block;

	background: none;

	color: #373430;

	font: 700 35px "Open Sans";

	position: absolute;

	top: 23px;

	left: 25px;

	letter-spacing: 2px;

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_price .price.old_price {

	display: block;

	position: absolute;

	top: auto;

	bottom: 16px;

	left: 36px;

	background: none;

	color: #373430;

	font-weight: 700;

	font-size: 20px;

	letter-spacing: 5px;

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_by {

	margin-top: 0;

	padding-top: 0.8em;

	padding-bottom: 30px;

	background: #f3f3f3;

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_by .add_to_cart {

	display: inline-block;

	margin-left: 40px;

	padding: 12px 30px;

	border-radius: 300px;

	border: 2px solid #b0c14c;

	color: #524b46;

	font: 700 14px 'Open Sans';

	text-transform: uppercase;

	letter-spacing: 2px;

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_by .add_to_cart:hover {

	border-color: #b0c14c;

	background-color: #b0c14c;

	color: #fff;

}



.uss_shop_detail div.uss_eshop_tabs div.tab_items {

	-webkit-box-shadow: none;

	        box-shadow: none;

	border-radius: 0;

	border: 1px solid #ebebeb;

	border-top: none;

	padding: 25px 20px 10px;

}



.uss_shop_detail div.uss_eshop_tabs div.tab_items table {

	margin-bottom: 35px;

	border-collapse: collapse;

}



.uss_shop_detail div.uss_eshop_tabs .uss_eshop_tabs_navigation {

	background: #f0efef;

}



.uss_shop_detail div.uss_eshop_tabs .uss_eshop_tabs_navigation span {

	padding: 15px 35px;

	border-radius: 0;

	-webkit-box-shadow: none;

	        box-shadow: none;

	background: none;

	font-size: 14px;

	color: #373430;

	font-weight: bold;

	text-shadow: none;

	text-transform: uppercase;

	-webkit-transition: all .2s;

	-o-transition: all .2s;

	transition: all .2s;

}



.uss_shop_detail div.uss_eshop_tabs .uss_eshop_tabs_navigation span.selected {

	-webkit-box-shadow: inset 0 -3px 0 #b0c14c;

	        box-shadow: inset 0 -3px 0 #b0c14c;

	background: #373430;

	color: #fff;

}



.uss_shop_detail div.uss_eshop_tabs .uss_eshop_tabs_navigation span:hover {

	-webkit-box-shadow: inset 0 -3px 0 #b0c14c;

	        box-shadow: inset 0 -3px 0 #b0c14c;

	opacity: 1;

}



.uss_user_basket table, .table-text {

	width: 100%;

	border: none;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

}



.uss_user_basket table>td, .table-text>td {

	padding: 15px 30px;

	border: none;

}



.uss_user_basket table tr:nth-child(even) td, .table-text tr:nth-child(even) td {

	background: #f0efef;

}



.uss_user_basket table tr:nth-child(odd) td, .table-text tr:nth-child(odd) td {

	background: #f7f6f6;

}



.uss_user_basket table>tr:first-child>td, .uss_user_basket table th, .table-text>tr:first-child>td, .table-text th {

	border: none;

	background: #fff;

	font-size: 12px;

	font-weight: bold;

	text-transform: uppercase;

}



.uss_user_basket table td, .uss_user_basket table th {

	padding: 15px 15px !important;

}



.uss_user_basket .uss_name .uss_description {

	height: 33px;

}



.uss_field td {

	background: transparent !important;

}



.uss_field td input[type=text] {

	height: 36px;

	padding: 0 10px;

	border: none;

	background: #e4e2e1;

	outline: none;

}



.uss_shop_form input[type=submit], .fc_form_tml input[type=submit], .uss_form_tml input[type=submit] {

	display: inline-block;

	padding: 10px 30px;

	border-radius: 300px;

	border: 2px solid #524b46;

	background: transparent;

	color: #524b46;

	font: 700 14px 'Open Sans';

	text-transform: uppercase;

	-webkit-box-shadow: none;

	        box-shadow: none;

	text-shadow: none;

}



.uss_shop_form input[type=submit]:hover, .fc_form_tml input[type=submit]:hover, .uss_form_tml input[type=submit]:hover {

	border-color: #b0c14c;

	background-color: #b0c14c !important;

	color: #fff;

}



.uss_shop_form input[type=text], .fc_form_tml input[type=text], .uss_form_tml input[type=text] {

	height: 36px;

	padding: 0 10px;

	-webkit-box-shadow: none;

	        box-shadow: none;

	border: none !important;

	background: #e4e2e1;

	outline: none;

}



.uss_shop_form textarea, .fc_form_tml textarea, .uss_form_tml textarea {

	padding: 10px;

	-webkit-box-shadow: none;

	        box-shadow: none;

	border: none !important;

	background: #e4e2e1;

	outline: none;

}



.uss_shop_form input[type=text]:focus, .uss_shop_form textarea:focus, .fc_form_tml input[type=text]:focus, .fc_form_tml textarea:focus, .uss_form_tml input[type=text]:focus, .uss_form_tml textarea:focus {

	-webkit-box-shadow: none !important;

	        box-shadow: none !important;

}



.uss_user_basket td {

	border: none;

}



#content .h_op {

	color: #373430;

	font-size: 18px;

	font-weight: 700;

	text-transform: uppercase;

}



#uss_basket_ask_where_to_go_block {

	padding: 50px;

	border: none;

	background: #373430;

	text-align: center;

}



#uss_basket_ask_where_to_go_block .title {

	margin-bottom: 10px;

	color: #ffffff;

	font-size: 26px;

	font-weight: bold;

	text-transform: uppercase;

}



#uss_basket_ask_where_to_go_block .continue a {

	display: inline-block;

	padding: 12px 30px;

	border-radius: 300px;

	border: 2px solid #736e67;

	color: #ede6e2;

	font: 700 14px 'Open Sans';

	text-transform: uppercase;

}



#uss_basket_ask_where_to_go_block .continue a:hover {

	border-color: #b0c14c;

	background-color: #b0c14c;

	color: #fff;

}



#uss_basket_ask_where_to_go_block .go_to_basket a {

	display: inline-block;

	padding: 12px 50px 10px 30px;

	border-radius: 300px;

	border: 2px solid #b0c14c;

	background: url(../img/slider-button-triangle.png) center right 32px no-repeat;

	color: #ede6e2;

	font: 700 14px 'Open Sans';

	text-transform: uppercase;

}



#uss_basket_ask_where_to_go_block .go_to_basket a:hover {

	border-color: #b0c14c;

	background-color: #b0c14c;

	color: #fff;

}



#uss_basket_ask_where_to_go_block .close_button {

	width: 13px;

	height: 13px;

	top: 20px;

	right: 20px;

	background: url(/img/popup-close.png) center no-repeat;

}



#uss_basket_ask_where_to_go_block .close_button img {

	display: none;

}



.uss_eshop_item .uss_specifications {

	display: none;

}



.uss_shop_blocks_view .uss_eshop_item:nth-child(3n) {

	margin-right: 0;

}



.mainpage #content {

	padding-bottom: 55px;

}



.eshop_filters_group_title {

	margin-bottom: 33px;

	font-size: 18px;

	font-weight: bold;

	color: #373430;

	text-transform: uppercase;

	letter-spacing: 3px;

}



.uss_shop_detail .uss_shop_technical_data .uss_specifications {

	display: none;

}



.uss_shop_detail .eshop_filters_area {

	margin-top: 0;

}



.uss_shop_detail .eshop_filters_area .title {

	padding-left: 20px;

	position: relative;

}



.uss_shop_detail .eshop_filters_area .title:before {

	width: 7px;

	height: 7px;

	position: absolute;

	top: 7px;

	left: 0;

	background: url(../img/eshop_menu_triangle.png) center no-repeat;

	content: '';

}



.uss_pagenator {

	margin-top: 27px;

	font-size: 14px;

	text-transform: uppercase;

}



.uss_pagenator .uss_page_count {

	margin-bottom: 35px;

}



.uss_pagenator .uss_page {

	padding: 0 !important;

	margin: 0 11px 0 0 !important;

	display: inline-block;

	border: none;

	float: left;

}



.uss_pagenator .uss_page.uss_page_selected {

	padding: 0;

	border: none;

}



.uss_pagenator .uss_page a {

	display: block;

	padding: 8px 14px;

	border: 2px solid #dcdcdc;

	font-size: 16px;

	color: #373430;

}



.uss_pagenator .uss_page.uss_page_selected a {

	border-color: #373430;

	background: #373430;

	color: #dcdcdc;

}



.uss_eshop_block_item .uss_shop_description {

	display: none;

}



.uss_shop_category.uss_shop_category {

	margin-bottom: 23px;

}



.uss_shop_category.uss_shop_category:not(:nth-child(3n)) {

	margin-right: 23px;

}



.uss_eshop_block_item .img {

	width: 100% !important;

}



#feedback .text .uss_guestbook_item {

	padding-right: 40px;

}



.uss_shop_category.uss_shop_category .uss_shop_cat_img_wrap {

	padding-bottom: 15px;

}



#content .column-mid .breadcrumbs a {

	line-height: 100%;

	margin: 0 50px 20px 0;

	display: inline-block;

}



#content .column-mid .breadcrumbs a:after {

	top: 7px;

}



.eshop_filters_items {

	text-transform: uppercase;

}



.eshop_filters_items .eshop_filters_item {

	margin-bottom: 20px;

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_by .amount_title {

	margin-right: 10px;

}



.uss_shop_detail .uss_shop_technical_data .uss_shop_by input {

	width: 60px;

	height: 46px;

	border-radius: 3px;

	border: 1px solid #bababa;

}



.filter_show_by_links .trigger {

	line-height: 36px !important;

	display: inline-block;

	margin-bottom: -15px;

}



.filter_show_by_links div.fancy-select:after {

	top: 5px !important;

}



.filter_show_by_links div.fancy-select .options {

	top: 28px !important;

}



.filter_show_by_links div.fancy-select .options li {

	line-height: 36px;

}



.custom-checkbox {

	width: 13px;

	height: 14px;

	background: #524b46;

	display: inline-block;

	margin-bottom: -4px;

}



.custom-checkbox.active {

	background-image: url('/img/checkbox-active.png');

	background-position: center;

	background-repeat: no-repeat;

}



.custom-checkbox input {

	display: none;

}



.sort_settings .arrow a {

	width: 17px;

	height: 17px;

	display: inline-block;

	margin-right: 3px;

	background-color: #e4e2e1;

	background-position: center;

	background-repeat: no-repeat;

	color: transparent;

}



.sort_settings .arrow {

	display: inline-block;

	position: relative;

	top: -1px;

	margin-right: 25px;

}



.sort_settings>noindex>a:first-child {

	margin-left: 20px;

}



.filter_price.filter_item {

	margin-top: 45px;

}



.uss_eshop_filters_block .filter_submit {

	clear: both;

	display: inline-block;

	margin: 15px 0 5px 40px;

}



.filter_show_by_links {

	margin-left: 0;

}



.sort_settings .arrow a:first-child {

	background-image: url(/img/sort-up.png);

}



.sort_settings .arrow a:last-child {

	background-image: url(/img/sort-down.png);

}



.sort_settings .arrow a:first-child.activ_sort {

	background-image: url(/img/sort-up-active.png);

}



.sort_settings .arrow a:last-child.activ_sort {

	background-image: url(/img/sort-down-active.png);

}



.sort_settings .arrow a.activ_sort {

	background-color: #524b46;

}



.sort_settings a {

	color: #524b46;

	text-transform: uppercase;

	font-weight: bold;

	font-size: 12px;

}



#header .wrap>.container .column-right .recall, #footer .recall .button {

	font-weight: 900 !important;

}



.item-wrap {

	width: 272px;

	height: 564px;

	margin-right: 23px;

	margin-bottom: 41px !important;

	position: relative;

	float: left;

}



.uss_shop_blocks_view .uss_eshop_item {

	margin-right: 0;

}



.item-wrap:nth-of-type(3n) {

	margin-right: 0;

}



.uss_eshop_item .uss_shop_description, .uss_eshop_block_item .uss_shop_description, .uss_eshop_sameproducts .item .descr {

	display: none;

}



.uss_eshop_item .eshop_filters_area, .uss_eshop_block_item .eshop_filters_area, .uss_eshop_sameproducts .item .eshop_filters_area {

	display: none;

	margin: 0;

	padding: 0 27px;

	text-align: left;

}



.eshop_filters_group_title {

	margin-bottom: 0;

}



.group_wrap {

	margin-bottom: 5px;

}



.uss_shop_blocks_view {

	overflow: visible;

}



.uss_shop_blocks_view .item-wrap .uss_eshop_item, .item-wrap .uss_eshop_block_item, .uss_eshop_sameproducts .item-wrap .item {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 30;

}



.uss_shop_blocks_view .item-wrap:hover .uss_eshop_item, .item-wrap:hover .uss_eshop_block_item, .uss_eshop_sameproducts .item-wrap:hover .item {

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .125);

	        box-shadow: 0 0 10px rgba(0, 0, 0, .125);

	z-index: 200;

}



.item-wrap:hover .uss_eshop_item .eshop_filters_area, .item-wrap:hover .uss_eshop_block_item .eshop_filters_area, .item-wrap:hover .item .eshop_filters_area {

	display: block;

}



.item-wrap .uss_eshop_item .eshop_filters_area .title, .item-wrap .uss_eshop_item .eshop_filters_area .value, .item-wrap .uss_eshop_block_item .eshop_filters_area .title, .item-wrap .uss_eshop_block_item .eshop_filters_area .value, .item-wrap .item .eshop_filters_area .title, .item-wrap .item .eshop_filters_area .value {

	display: inline;

}



.akcii_on_main .item-wrap {

	display: inline-block;

	float: none;

}



#akcii {

	text-align: center;

}



.akcii_on_main {

	width: 1118px;

	margin: 0 auto;

	position: relative;

}



.akcii_on_main img, .akcii_on_main .item-wrap {

	outline: none;

}



.akcii_on_main .arrow {

	width: 50px;

	height: 70px;

	position: absolute;

	top: 50%;

	margin-top: -35px;

	cursor: pointer;

	opacity: .6;

	-webkit-transition: all .15s;

	-o-transition: all .15s;

	transition: all .15s;

	z-index: 15;

}



.akcii_on_main .arrow:hover {

	opacity: 1;

}



.akcii_on_main .arrow.prev {

	left: -50px;

	background: url(/img/arrow_left.svg) center no-repeat;

	background-size: 100%;

}



.akcii_on_main .arrow.next {

	right: -50px;

	background: url(/img/arrow_right.svg) center no-repeat;

	background-size: 100%;

}



.akcii_on_main .uss_eshop_block_item {

	margin: 0 !important;

}



#advice .h3 p {

	margin: 0;

	padding: 0;

}



#footer .copyright {

	margin-top: 40px;

}



#footer .phones-container {

	margin-top: 35px;

}



#footer .counters {

	margin-top: 15px;

	float: left;

}



#feedback .button {

	position: absolute;

	top: 14px;

	right: 414px;

}



.uss_shop_detail .uss_shop_producer {

	top: 60px;

	position: relative;

	padding-left: 20px;

	text-transform: uppercase;

}



.uss_shop_detail .uss_shop_producer:before {

	width: 7px;

	height: 7px;

	position: absolute;

	top: 7px;

	left: 0;

	background: url(../img/eshop_menu_triangle.png) center no-repeat;

	content: '';

}



.uss_shop_detail .eshop_filters_items {

	margin-top: 55px;

}



#header .wrap>.container .column-left {

	color: #000;

}



.slick-prev {

	left: -45px !important;

}



.slick-next {

	right: -45px !important;

}



.uss_eshop_item .eshop_filters_group_title {

	display: none;

}



.uss_shop_producer {

	padding: 0 30px;

}



.uss_eshop_filters_block .group .filter_item .items_label {

	float: none;

	display: block;

}



.eshop_filters_items:before, .eshop_filters_items:after {

	content: "";

	display: table;

}



.eshop_filters_items:after {

	clear: both;

}



.eshop_filters_items {

	zoom: 1;

}



.jq-selectbox__select {}



.jq-selectbox__select {

	background: #E4E2E1;

	-webkit-box-shadow: none;

	        box-shadow: none;

	text-shadow: none;

	border: none;

	border-radius: 0;

}



.jq-selectbox__trigger {

	border: none;

}



.jq-selectbox__trigger-arrow {

	opacity: 1;

	border-top-color: #B0C14C;

}





.jq-selectbox.focused .jq-selectbox__select {

	border: none;

}