body{
	min-width:320px;
	font:14px/18px "RobotoRegular";
	color:#21201c;
	background:#f5f5f5;
}
h1, h2, h3, h4, h5, .h1, .h2{
	font:22px/23px "RobotoBold";
	text-transform:uppercase;
	margin:0 0 25px;
	color:#21201c;
}
h2, .h2{
	font-size:21px;
	margin:0 0 12px;
}
em, .em{
	font-family: 'RobotoItalic';
}
a{
	text-decoration:none;
	color:#6a6a6a;
}
a:hover{
	color:#f7ad1e;
}
strong{
	font-family:"RobotoBold";
}
.wrap{
	max-width:1200px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}
.clear:after{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
}
.justify > *{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.justify:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}
.popup-ovhide, .ov-hide{
	overflow:hidden;
}

/*header*/
.header {
	background:#21201c;
	color:#fff;
	padding:17px 0 21px;
	position:relative;
	z-index:101;
}
.header .left, .header .right {
	float: none;
	display: inline-block;
	position: relative;
}
.header .left {
	width: 39%;
}
.logo{
	display: inline-block;
	margin:20px 26px 0 0;
}
.tagline{
	display: inline-block;
	border-left:#a8a8a8 1px dotted;
	font-size:13px;
	color:#a8a8a8;
	padding:14px 0 17px 24px;
	margin:3px 0 0;
	width: 20%;
}
.button, .button-fill{
	display:inline-block;
	cursor:pointer;
	border:#f7ad1e 3px solid;
	border-radius:50px;
	color:#21201c;
	font-family:'RobotoItalic';
	padding:7px 17px;
	text-align:center;
	letter-spacing: -.29px;
	box-shadow:0 4px 0 rgba(0,0,0,.1);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.button.bright{
	color:#a8a8a8;
	box-shadow:0 4px 0 rgba(0,0,0,.4);
}
.button.h38{
	padding:4px 17px;
	color:#a8a8a8;
}
.button-fill{
	box-shadow:none;
	background:#f7ad1e;
	padding: 7px 30px;
	min-width:111px;
}
.button-fill.norm-f{
	font-family: "RobotoRegular";
}
.button-fill:hover{
	background:#21201c;
	border-color:#21201c;
	color:#f7ad1e;
}
.button-fill.middle{
	padding:4px 15px 5px;
}
.button-fill.small{
	padding:2px 17px 3px;
	font-family: "RobotoRegular";
	min-width:0;
}
.button.big-black{
	padding:0;
	font:18px "RobotoMedium";
	background:#21201c;
	border-color:#21201c;
	color:#fff;
	box-shadow:none;
	padding:11px 29px 14px;
}
.big-black.back{
	background:#cecece;
	border-color:#cecece;
}
.phone-block{
	display: inline-block;
	margin:6px 5px 0 0px;
	width: 20%;
}
.header__phone{
	font:25px/28px "ProximaNovaBold";
	padding:0 0 0 22px;
	margin:0 0 14px;
}
.header__phone a {	color: #fff;}
.header__phone:before {	background:url(../img/sprite.png) no-repeat;
	background-position: -284px 0px;
	width: 14px;
	height:20px;
	content: "";
	display: inline-block;
}
.header__address{
	padding:0 0 0 22px;
	line-height:23px;
}
.header__address a {	display: inline-block;
}
.header__address:before {	background:url(../img/sprite.png) no-repeat;
	background-position: -52px 0px;
	width: 16px;
	height:20px;
	content: "";
	display: inline-block;
}
.header .right{
	text-align:right;
	position: relative;
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.header .right .btns, .header .right .center, .header .right .links {
	position: relative;
	display: inline-block;
	width: 24%;
	vertical-align: top;
}
.header .right .center {
	width: 50%;
}

.header .button{
	width: 141px;
}
.header .name{
	position:relative;
	margin:-1px 0 0 30px;
	text-align: center;
	z-index:10;
}
.header .name > a{
	color:#fff;
	font:12px/15px 'RobotoItalic';
}
.header-basket{
	margin: 32px 0px 0px 40px;
	text-align: center;
}
.header .name span{
	border-bottom:#fff 1px dashed;
}
.header-basket .ico, .add-to-cart{
	display:inline-block;
	width:32px;
	height:29px;
	background:url(../img/sprite.png);
	background-position: 0px 0px;
	position:relative;
	color:#21201c;
	font-family: "RobotoMedium";
	cursor: pointer;
}
.header-basket .ico span{
	position:absolute;
	top:-5px;
	right:-13px;
	background:#fff;
	border-radius:50%;
	height:20px;
	line-height:20px;
	padding:0 7px 0 5px;
	box-shadow:0 3px 0 rgba(0,0,0,.4);
}
.header-basket .ico span:before{
	content:"";
	position:absolute;
	border-right:#fff 9px solid;
	border-bottom:transparent 3px solid;
	border-top:transparent 3px solid;
	left: -5px;
    top: 14px;
    transform: rotate(-37deg);
	-moz-transform: rotate(-37deg);
	-o-transform: rotate(-37deg);
	-webkit-transform: rotate(-37deg);
}
.header-basket .summ{
	font:24px "RobotoBold";
	display:inline-block;
	vertical-align:top;
	margin:6px 0 0 23px;
}
.rouble{
	font-family: 'Rouble';
	margin:0 0 0 -3px;
	font-weight:normal;
}
.header .right .links .button.bright{
	font-size: 13px;
}
.delivery-link{
	clear:both;
	font-size:15px;
	margin-top: 0px;
	margin-right: -10px;
}
.delivery-link a{
	color:#f7ad1e;
}
.drop-menu-user{
	text-align:left;
	display:none;
	position:absolute;
	color:#21201c;
	top:64px;
	right:0;
	background:#f5f5f5;
	padding:22px 16px;
	border-radius:18px;
	box-shadow:0 5px 24px rgba(2,2,2,.61);
}
.drop-menu-user:before{
	content:"";
	position:absolute;
	border-bottom:#f5f5f5 22px solid;
	border-left:transparent 22px solid;
	top:-22px;
	right:50px;
}
.drop-menu-user ul{
	border-bottom:#b5b5b3 1px solid;
	padding:0 10px 9px;
	margin:0 0 19px;
	width:195px;
}
.drop-menu-user li{
	margin:0 0 13px;
}
.drop-menu-user a{
	color:#21201c;
}
.drop-menu-user > a{
	margin:0 10px;
}
.drop-menu-user.login{
	padding:19px 30px 24px;
}
.drop-menu-user.login > div{
	width:494px;
}
.drop-menu-user.login form{
	padding:0 30px 25px 0;
	border-right:#cbcaca 1px solid;
	width:261px;
	float:left;
	margin:0 27px 18px 0;
}
.drop-menu-user .title{
	font:18px/20px "RobotoMedium";
	margin:0 0 20px;
}
.input-text{
	width:100%;
	height:38px;
	padding:0 20px;
	background:#fff;
	box-shadow:inset #e5e5e5 0 3px 0;
	border-radius:20px;
	color:#6a6a6a;
	font-size:14px;
	margin:0 0 12px;
	resize:none;
}
.error .input-text{
	border:#d13e3b 2px solid;
	padding:0 18px;
}
textarea.input-text{
	padding:15px 20px;
	height:auto;
	line-height:22px;
}
::-webkit-input-placeholder{
	color:#6a6a6a;
}
:-ms-input-placeholder{
	color:#6a6a6a;
}
.drop-menu-user.login .text-right{
	padding:6px 0 0;
}
.remind-pass{
	font-size:13px;
	color:#6a6a6a;
	margin:0 29px 0 0;
}
.through-social .title{
	margin:0 0 17px;
}
.through-social a{
	display:inline-block;
	margin:0 9px 8px 0;
}
.reg-block{
	text-align:center;
	border-top:#cbcaca 1px solid;
	padding:17px 0 0;
	clear:both;
}
.reg-block .title{
	margin:0 0 14px;
}
.reg-block .button-fill{
	font:16px "RobotoMedium";
	color:#21201c;
	padding:5px 30px 7px;
}
/*top-menu*/
.top-menu{
	background:#f7ad1e;
	position:relative;
	z-index:100;
	max-height: 110px;
}
.menu-btn, .sidebar-btn{
	float:right;
	width:37px;
	height:34px;
	background:url(../img/menu-btn.png);
	/*background-position: -218px 0px;*/
	margin:6px 0 0;
	display:none;
	background-size:contain;
}
.search{
	float:right;
	background:#fff;
	width:261px;
	border-radius:50px;
	padding:0 0 0 20px;
	margin:15px -20px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow:inset #e5e5e5 0 3px 0;
}
.search-button{
	width:41px;
	height:38px;
	float:right;
}
.search-button:before{
	background:url(../img/sprite.png) no-repeat;
	background-position: -305px 0px;
	width:15px;
	height:16px;
	content: "";
	display: inline-block;
}
.search-input{
	padding:0 41px 0 0;
}
.search input[type="text"]{
	font:14px/normal 'RobotoItalic';
	width:100%;
	padding:9px 0 10px;
}
.top-menu__wrap{
	/*margin:0 260px 0 0;*/
	margin:0 0px 0 0;
}
.top-menu__wrap .close, .left-sidebar .close{
	display:none;
}
.top-menu__table{
	display:table;
	width:100%;
	margin:0 0 0 -19px;
	font:16px/18px "ProximaNovaRegular";
	text-align:center;
}
.top-menu__row{
	display:table-row;
}
.top-menu__row > li{
	display:table-cell;
	vertical-align:middle;
	padding:16px 0 17px;
	/*width:56px;*/
	position:relative;
}
.top-menu__table a{
	color:#21201c;
	display:inline-block;
	padding:0 8px;
	font-weight: bold;
    font-size: 15px;
}
/*.top-menu__table li:nth-child(3)>a {
    font-size: 12px;
}*/
.top-menu__row > li:hover{
	background:#f7cc1e;
}
.top-menu__row > li:hover:after{
	content:"";
	position:absolute;
	border-top:#f7cc1e 12px solid;
	border-right:transparent 12px solid;
	border-left:transparent 12px solid;
	bottom:-12px;
	left:50%;
	margin:0 0 0 -12px;
}
.drop-menu{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	font:14px/18px "RobotoRegular";
	text-align:left;
	width:554px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:24px 16px 15px 26px;
	border-radius:0 0 18px 18px;
    z-index: 200;
}
.drop-menu ul{
	width:240px;
	float:left;
	margin:13px 0 0;
    z-index: 200;
}
.drop-menu li{
	margin:0 0 13px;
    z-index: 200;
}
.drop-menu a{
	padding:0;
    z-index: 200;
	font-weight: normal;
}
.drop-menu a:hover, .drop-menu-user a:hover, .drop-left-menu a:hover{
	color:#f7ad1e;
    z-index: 200;
}
.drop-menu .categ-desc{
	float:right;
	width:240px;
	font-size:13px;
	color:#b0b0b0;
    z-index: 200;
}
.drop-menu .categ-desc img{
	margin:0 0 17px 35px;
    z-index: 200;
}

.drop-menu ul li span {	font-size: 16px;}

/*main-slider*/
.main-slider{
	background:#020001;
	color:#fff;
	margin:0 0 27px;
	height:341px;
}
.main-slider .item{
	position:relative;
}
.owl-carousel .owl-item{
	backface-visibility:visible;
	-webkit-backface-visibility:visible;
}
.main-slider .owl-item img{
	height:100%;
	width:auto;
}
.main-slider__text{
	width:492px;
	position:absolute;
	top:53px;
	left:2px;
	z-index:10;
}
.main-slider__text .title{
	font:36px/normal "ProximaNovaBold";
	text-transform:uppercase;
	margin:0 0 21px;
}
.main-slider__text p{
	line-height:23px;
	margin:0 0 44px;
}
.main-slider .owl-controls{
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	bottom:-23px;
}
.main-slider .owl-controls .owl-dots{
	display:inline-block;
	text-align:center;
	background:#020001;
	border-radius:50px;
	padding:16px 10px 12px;
}
.main-slider .owl-dots div{
	display:inline-block;
	width:19px;
	height:19px;
	background:#535252;
	margin:0 10px;
	border-radius:50%;
}
.main-slider .owl-dots .active{
	background:#f7ad1e;
}
/*content*/
.content{
	padding:38px 0 0px;
}
.content > .wrap > .inner{
	/*padding:0 0 0 20px;*/
}

/*left-sidebar*/
.left-sidebar{
	position:relative;
	z-index:10;
	float:left;
	width:220px;
	margin-bottom: 50px;
}
.catalog-menu__title{
	font:17px/23px "RobotoBold";
	text-transform:uppercase;
	position:relative;
	margin:0 0 14px;
}
.catalog-menu__title span{
	position:relative;
	display:inline-block;
}
.catalog-ico span:after, .category-ico:before{
	content:"";
	position:absolute;
	top:50%;
	right:-37px;
	width:25px;
	height:19px;
	background:url(../img/icons.png);
	opacity:.3;
	margin:-10px 0 0;
}
.catalog-menu__title.ico2 span:after, .category-ico.ico2:before{
	height:25px;
	background-position:0 -27px;
	margin:-12px 0 0;
}
.catalog-menu__title.ico3 span:after, .category-ico.ico3:before{
	height:25px;
	background-position:0 -58px;
}
.catalog-menu__title.ico4 span:after, .category-ico.ico4:before{
	height:23px;
	width:26px;
	background-position:0 -90px;
}
.catalog-menu__title.ico5 span:after, .category-ico.ico5:before{
	height:20px;
	width:30px;
	background-position:0 -120px;
}
.catalog-menu__title.ico6 span:after, .category-ico.ico6:before{
	height:30px;
	width:26px;
	background-position:0 -147px;
	margin:-14px 0 0;
}
.catalog-menu__title.ico7 span:after, .category-ico.ico7:before{
	height:25px;
	width:21px;
	background-position:0 -184px;
}
.catalog-menu__list{
	margin:0 0 46px;
	font-size:15px;
}
.catalog-menu__list li{
	margin:0 0 15px;
	position:relative;
}
.drop-left-menu{
	display:none;
	position:absolute;
	right:-176px;
	top:-13px;
	font-size:14px;
	box-shadow: 0 5px 32px rgba(2,2,2,.23);
	border-radius:8px;
}
.drop-left-menu > div{
	position:relative;
	z-index:5;
	background:#fff;
	padding:15px 21px 2px 24px;
	border-radius:8px;
}
.drop-left-menu:before, .drop-left-menu:after{
    content:"";
    position:absolute;
    border-top:#fff 22px solid;
    border-left:transparent 22px solid;
    top:22px;
    left:-22px;
	z-index:1;
}
.drop-left-menu:after{
	top:25px;
	border-top-color:#000;
	z-index:0;
	filter:blur(8px);
	-moz-filter:blur(8px);
	-o-filter:blur(8px);
	-webkit-filter:blur(8px);
	opacity:.4;
}
.drop-left-menu ul{
	width:185px;
	line-height:20px;
}
.drop-left-menu li{
	margin:0 0 14px;
}
.drop-left-menu a{
	color:#6a6a6a;
}
.hidden, .p-checkbox.hidden{
	display:none;
}
/*right-content*/
.right-content{
	margin:0 0 39px 260px;
	overflow:hidden;
}
.bread-crumbs{
	margin:0 0 15px;
}
.bread-crumbs li{
	display:inline-block;
	vertical-align:middle;
	color:#f7ad1e;
	font-family: 'RobotoItalic';
}
.bread-crumbs li:not(:last-child):after{
	content:'—';
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	margin:0 6px 0 9px;
	position:relative;
	top:-1px;
}
.popular-categ{
	border:#f7ad1e 2px solid;
	border-radius:5px;
	padding:14px 13px 10px;
	margin:0 0 24px;
}
.popular-categ .title, .sort label{
	font-family: "RobotoMedium";
	color:#3d3c39;
	vertical-align:middle;
	display:inline-block;
	margin:0 9px 7px 13px;
}
.p-checkbox{
	background:none;
	color:#6a6a6a;
	/*overflow:hidden;*/
	position:relative;
	font-family: 'RobotoItalic';
	border-radius:20px;
	display:inline-block;
	vertical-align:middle;
	padding:4px 11px 5px;
	cursor:pointer;
	letter-spacing:-.3px;
	margin:0 0 7px;
}
.p-checkbox.active, .p-checkbox:hover{
	background:#b5b5b3;
	color:#fff;
}
.p-checkbox a {
	color:#6a6a6a;
}
.p-checkbox.active a, .p-checkbox:hover a {
	color:#fff;
}
.p-checkbox input{
	position:absolute;
	top:100px;
	left:100px;
}

.popular-categ .p-checkbox {	background:#f7ad1e;
}

.popular-categ .p-checkbox a {	background:#f7ad1e;
	color:#000;
}
.popular-categ .p-checkbox.active, .popular-categ .p-checkbox:hover, .popular-categ .p-checkbox.active a, .popular-categ .p-checkbox:hover a{
	background:#21201c;
	color:#f7ad1e;
}

.view-all, .one-click, .black-brd{
	display:inline-block;
	vertical-align:middle;
	font-family: 'RobotoItalic';
	color:#3d3c39;
	border-bottom:#3d3c39 1px dashed;
	line-height:16px;
	margin:0 0 0 57px;
	position:relative;
	top:-4px;
}
.view-all:hover, .one-click:hover, .black-brd:hover{
	border-color:#f7ad1e;
}
.sort{
	min-height:38px;
	margin:0 0 22px;
}
.sort label{
	margin:0 18px 0 0;
}
.jq-selectbox__select{
	border-radius:20px;
	background:#fff;
	box-shadow:inset #e5e5e5 0 3px 0;
	border:none;
	height:38px;
	color:#6a6a6a;
	font:14px/39px "RobotoRegular";
	padding:0 38px 0 21px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100% !important;
}
.jq-selectbox__select:hover{
	background:#fff;
}
.jq-selectbox__trigger{
	border:none;
}
.jq-selectbox__trigger-arrow, .sub-ico:before{
	opacity:1;
	border:none;
	width:7px;
	height:12px;
	top:15px;
	right:17px;
	background:url(../img/pagination-btn.png);
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow{
	background-position:0 100%;
}
.jq-selectbox__dropdown{
	top:41px !important;
}
.sort-type{
	width:217px;
}
.sort-num{
	width:101px;
}
.sort-type{
	width:217px;
}
.sort-num{
	width:101px;
}
.pagination{
	text-align:center;
	position:relative;
	padding:26px 0 0;
	margin:12px 0 43px;
}
.pagination:before{
	content:'';
	position:absolute;
	width:100%;
	height:4px;
	background:#fff;
	border-radius:2px;
	top:0;
	left:0;
}
.pagination a{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	border-radius:50%;
	color:#21201c;
	font:17px/30px "RobotoBold";
	margin:0 4px;
}
.pagination a:not(.btn):hover{
	background:#f7ad1e;
	color:#fff;
}
.pagination .active{
	background:#e4e4e4;
}
.pagination .btn{
	margin:0 28px 0 0;
}
.pagination .next{
	margin:0 0 0 28px;
}
.pagination .btn:after{
	content:"";
	display:inline-block;
	width:7px;
	height:12px;
	background:url(../img/pagination-btn.png);
}
.pagination .btn:hover:after{
	background-position:0 100%;
}
.pagination .next:after{
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.right-content .text-block .show-more{
	margin:20px 0 10px;
}

/*---filter---*/
.jq-checkbox{
	width:17px;
	height:17px;
	box-shadow:inset #e5e5e5 0 3px 0;
	border-radius:3px;
	background:#fff;
	border:none;
}
.jq-checkbox.checked{
	box-shadow:none;
}
.jq-checkbox.checked div{
	background:#f7ad1e;
	box-shadow:none;
	margin:4px auto;
	border-radius:0;
}
.for-chbox{
	display:inline-block;
	margin:0 0 13px;
	cursor:pointer;
}
.for-chbox span{
	color:#6a6a6a;
	vertical-align:middle;
	margin:0 0 0 8px;
}
.jq-checkbox.checked + span{
	color:#f7ad1e;
	display:inline-block;
}
.filter .catalog-menu__title{
	cursor:pointer;
}
.filter-type{
	border-bottom:#d9d9d9 1px solid;
	padding:0 0 9px;
	margin:0 0 25px;
}
.filter-type ul.checkbox-group {
    position: relative;
}
.filter-type ul.checkbox-group li.fleft {
/*	width: 49%;
	float: left;
*/
	width: 100%;
}
.filter .catalog-menu__title:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(../img/filter-trigger.png);
    top: 7px;
    right: 13px;
}
.filter .catalog-menu__title:not(.active):after{
	transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.price-min, .price-max{
	width:101px;
	height:28px;
	padding:0 15px;
}
.filter-type .separate{
	position:relative;
}
.filter-type .separate:before{
	content:"";
	position:absolute;
	width:9px;
	height:1px;
	background:#6a6a6a;
	left:50%;
	top:14px;
	margin:0 0 0 -4px;
}
.filter-inset.for-price{
	padding:20px 0 0;
}
.price-slider.ui-widget-content{
	height:16px;
	border:none;
	border-radius:20px;
	background:#ececec;
	box-shadow:inset #dadada 0 2px 0;
	margin:0 0 4px;
}
.ui-slider-horizontal .ui-slider-range{
	border-radius:20px;
	background:#f7ad1e;
	box-shadow:#e9e9e9 0 2px 0;
}
.price-slider.ui-widget-content .ui-state-default{
	width:10px;
	height:12px;
	border-radius:2px;
	background:#6a6a6a;
	border:none;
	top:-14px;
}
.price-slider.ui-widget-content .ui-state-default:after{
	content:"";
	position:absolute;
	border-top:#6a6a6a 6px solid;
	border-right:transparent 4px solid;
	border-left:transparent 4px solid;
	bottom:-5px;
	left:50%;
	margin:0 0 0 -4px;
}
.ui-slider-horizontal .ui-slider-handle{
	margin:0 0 0 -2px;
}
.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle{
	margin:0 0 0 -8px;
}
.slider-labels{
	color:#b0b0b0;
	font-size:11px;
	margin:0 0 10px;
}
.slider-labels label{
	position:relative;
	padding:5px 0 0;
}
.slider-labels .right{
	text-align:right;
}
.slider-labels label:before{
	content:"";
	position:absolute;
	width:1px;
	height:7px;
	background:#b0b0b0;
	top:0;
	left:0;
}
.slider-labels .right:before{
	left:auto;
	right:0;
}

/*brands-slider*/
.brands-slider{
	margin:0 0 114px;
	clear:both;
}
.brands-slider.mar-bot47{
	margin:0 0 28px;
}
.brands-slider li{
	float:left;
	margin:0 80px 0 0;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.brands-slider li .slinner {	display: block;
	width: auto;
	height: 80px;
	position: relative;
	background: #fff;
	padding: 2px;
}
.brands-slider li .slinner .slinner2 {
	display: block;
	width: auto;
	height: 76px;
	position: relative;
	background: #fff;
	padding: 0px 10px;
}
.brands-slider li:hover .slinner {	background: #f7ad1e;}
.brands-slider li:last-child{
	margin:0;
}
.brands-slider li img{
	vertical-align:middle;
}
.brands-slider .slider{
	background:#fff;
	padding: 10px 50px 10px;
	box-shadow:inset #e9e9e9 0 -2px 0;
	border-radius:7px;
	height: 80px;
}
.brands-slider .slider #mCSB_1 {	height: 80px;}

.brands-slider .slider #mCSB_1 #mCSB_1_container {
	height: 80px;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	bottom:-42px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	height:16px;
	background:#ececec;
	box-shadow:inset #dadada 0 2px 0;
	margin:0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	width:86px !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	height:28px;
	width:86px;
	background:#f7ad1e;
	top:-7px;
	margin:0;
	box-shadow:#e9e9e9 0 2px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after{
	content:"";
	position:absolute;
	width:17px;
	height:12px;
	background:url(../img/sprite.png);
	bacground-position: -260px 0px;
	top:8px;
	left:50%;
	margin:0 0 0 -8px;
}
.mCSB_scrollTools{
	opacity:1;
}
/*text-block*/
.text-block{
	color:#6a6a6a;
	font-size:15px;
	line-height:24px;
	margin-bottom: 20px;
}
.text-block.brd{
	border-bottom:#ababab 1px solid;
	padding:0 0 9px;
	margin:0 0 24px;
}
.text-block p{
	margin:0 0 24px;
}
.black-text{
	font-size:17px;
	color:#21201c;
	line-height:27px;
}
.black-text.fz15{
	font-size:15px;
	line-height:24px;
}
.hidden-text{
	display:block;
	position:relative;
	max-height:63px;
	overflow:hidden;
	margin:0 0 20px;
}
.hidden-text:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(247,247,247,1) 79%, rgba(245,245,245,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(247,247,247,1) 79%,rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(247,247,247,1) 79%,rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f5f5',GradientType=0 );
	top:0;
	left:0;
	z-index:10;
	opacity:.9;
}
.hidden-text.active:after{
	display:none;
}

/*card*/
.card{
	margin:0 0 63px;
}
.vendor-code{
	font-size:12px;
	color:#b7b7b7;
	margin:-15px 0 19px;
}
.product-pic{
	width:420px;
	float:left;
}
.product-pic .large{
	height:425px;
	line-height:420px;
	text-align:center;
	background:#fff;
	box-shadow:#e9e9e9 0 2px 0;
	border-radius:8px;
	margin:0 0 17px;
}
.product-pic img{
	display:inline-block;
	vertical-align:middle;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.thumb li{
	float:left;
	margin:0 17px 10px 0;
}
.thumb li:last-child{
	margin-right:0;
}
.thumb a{
	display:block;
	width:66px;
	height:66px;
	border:#fff 2px solid;
	border-radius:4px;
	text-align:center;
	line-height:66px;
	background:#fff;
	box-shadow:#e9e9e9 0 2px 0;
	overflow: hidden;
}
.thumb a img {	max-height: 100%;
	max-width: 100%;}
.thumb .active, .thumb a:hover{
	border-color:#f7ad1e;
}
.card-right__block{
	margin:0 0 0 460px;
}
.card-right__block > div{
	overflow:hidden;
}
.card-right__block .left{
	width:335px;
	margin:-5px 0 0;
}
.product-desc{
	color:#6a6a6a;
	font-size:13px;
	line-height:20px;
	letter-spacing:-.3px;
	margin:0 0 23px;
}
.product-ask{
	margin:0 0 32px;
}
.product-ask .title{
	font:18px "RobotoMedium";
	margin:0 0 14px;
}
.button.clock{
	padding:5px 15px 5px 11px;
}
.button.clock span{
	position:relative;
	top:1px;
}
.button.clock:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:22px;
	height:22px;
	background:url(../img/clock.png);
	margin:0 13px 0 0;
}
.product-share{
	color:#b5b5b3;
}
.product-share div{
	margin:0 0 9px;
}
.product-share a{
	margin:0 6px 0 0;
}
.card-right__block .right{
	width:180px;
	margin:0px 0 0;
}
.product-price{
	text-align:center;
	font-size:36px;
	margin:0 0 17px;
}
.product-price .rouble{
	margin:0 0 0 -5px;
}
.product-number{
	background:#fff;
	border-radius:20px;
	height:38px;
	width:155px;
	box-shadow:inset #e5e5e5 0 3px 0;
	padding:0 16px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 auto 21px;
}
.product-number .btn{
	float:left;
	width:26px;
	height:38px;
	position:relative;
}
.product-number .btn:before, .product-number .btn:after{
	content:"";
	position:absolute;
	width:11px;
	height:3px;
	background:#3bd13e;
	top:18px;
	left:7px;
}
.product-number .btn:after{
	transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.product-number .minus:after{
	display:none;
}
.product-number .minus:before{
	background:#d13e3b;
}
.product-number .plus{
	float:right;
}
.product-number input[type="text"]{
	width:71px;
	padding:0 8px;
	height:38px;
	text-align:center;
	font:17px/normal "RobotoMedium";
}
.add-to-cart.large{
	background:#21201c;
	width:auto;
	height:auto;
	display:block;
	color:#fff;
	font:18px/normal "RobotoMedium";
	border-radius:50px;
	position:relative;
	padding:14px 0 17px 24px;
	margin:0 0 30px;
}
.add-to-cart.large:after{
	content:"";
	position:absolute;
	width:32px;
	height:29px;
	background:url(../img/basket-white.png);
	top:12px;
	right:18px;
}
.card-right__block .center{
	margin:0 0 26px;
}
.one-click{
	margin:0;
}
.shipping-payment{
	border:#fff 3px solid;
	border-radius:5px;
	padding:19px 18px 20px;
}
.shipping-payment li:not(:last-child){
	margin:0 0 26px;
}
.shipping-payment img, .shipping-payment em{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	line-height:16px;
}
.shipping-payment img{
	margin:0 15px 0 0;
}
.charact{
	margin:14px 0 0;
}
.charact .title{
	font:15px "RobotoMedium";
	border-bottom:#dfdfdf 1px solid;
	padding:0 0 20px;
	margin:0 0 17px;
}
.charact-table{
	color:#6a6a6a;
	width:100%;
}
.charact-table td{
	padding:5px 0 6px;
}
.tabs{
	margin:50px 0 2px;
}
.tabs a{
	margin:0 16px 20px 0;
}
.tabs a h2 {
	font-size: 15px;
	margin-bottom: 0px;
}
.tabs a.active h2 {
	color: #fff;
}
.tabs .active{
	background:#21201c;
	border-color:#21201c;
	color:#f7ad1e;
}
.tab-content{
	margin:10px 0 56px;
}
.tab-content .text-block p, .tab-content .text-block ul li, .tab-content .text-block a {
	/*font-size: 12px;*/
}
.product-desc em {
	font-size: 20px;
}
.charact-files .h1{
	margin:0 0 35px;
}
.charact-files{
	margin:0 0 77px;
}
.charact-files .table{
	float:left;
	width: 61.71%;
}
.charact-files table{
	width:100%;
}
.charact-files td{
	padding:12px 13px 11px;
}
.charact-files tr:nth-child(odd) td{
	background:#fff;
	padding:6px 13px;
}
.files{
	margin:0 0 0 68.2%;
}
.files li{
	margin:0 0 32px;
}
.files a{
	color:#21201c;
	font-size:15px;
	padding:0 0 0 45px;
	background:url(../img/file.png) no-repeat 0 2px;
	display:inline-block;
}
.files a em{
	color:#b6b6b4;
	font-size:13px;
}
.questions{
	margin:0 0 71px;
}
.que-item{
	background:#fff;
	padding:15px 20px 13px;
	box-shadow:#e9e9e9 0 2px 0;
	margin:0 0 22px;
	border-radius:4px;
}
.que-head{
	padding:0 4px 14px;
}
.que-name-date strong, .ans-name{
	font:16px "RobotoMedium";
}
.que-name-date em{
	color:#b6b6b4;
	font-size:13px;
	margin:0 0 0 7px;
}
.que-text{
	letter-spacing: -.2px;
	color:#646464;
	line-height:19px;
	border-top:#b6b6b4 1px dotted;
	padding:10px 4px 0;
	margin:0 0 19px;
}
.answer{
	margin-left:122px;
	border:#f7ad1f 2px solid;
	position:relative;
}
.answer:before{
	content:"";
	position:absolute;
	width:45px;
	height:45px;
	top:-8px;
	left:-63px;
	border-left:#cbcaca 1px solid;
	border-bottom:#cbcaca 1px solid;
}
.answer .que-name-date{
	float:left;
}
.ans-name{
	float:right;
	color:#f7ad1f;
	margin:0 89px 0 0;
}
.add-comment{
	border-bottom:#b5b5b3 1px solid;
	padding:0 0 38px;
	margin:0 0 51px;
}
.black-brd{
	font-family: "RobotoRegular";
	margin: 5px 0px 0px 0px;
}
.add-comment .black-brd, .add-rev .black-brd{
	margin:0 63px 0 0;
}
.through-social-min{
	display:inline-block;
	vertical-align:middle;
}
.through-social-min span{
	display:inline-block;
	vertical-align:middle;
	line-height:14px;
	margin:0 20px 0 0;
}
.through-social-min a{
	margin:0 5px 0 0;
}
.through-social-min img{
	width:41px;
	height:auto;
	vertical-align:middle;
}
.add-comment textarea{
	max-width:643px;
	height:190px;
	margin:25px 0 22px;
}
.add-comment .button-fill{
	display:block;
}
.rate{
	margin:0 0 31px;
}
.rate em, .rate ul{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
}
.rate em{
	margin:0 14px 0 0;
}
.rate ul{
	margin:0 6px 0 0;
}
.rate li{
	display:inline-block;
	width:24px;
	height:22px;
	background:url(../img/rate.png);
	position:relative;
}
.rate li a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.rate .empty{
	background-position:100% 0;
}
.rate-text em{
	font-size:16px;
	color:#02c025;
	margin:0;
}
.rate span{
	margin:0 19px 0 0;
}
.reviews{
	margin:0 0 37px;
}
.reviews .que-text{
	padding:10px 0 0;
}
.que-text .left{
	margin:4px 0 0;
	position:relative;
}
.que-text .rate{
	margin:0 0 97px;
}
.que-text .rate ul{
	margin:0 0 10px;
}
.que-text .right{
	float:none;
	margin:11px 0 0 206px;
	line-height:19px;
}
.que-text .right p:not(:last-child){
	margin:0 0 20px;
}
.que-text .right strong{
	font-family: "RobotoMedium";
	color:#21201c;
	font-weight:normal;
}
.helpful li{
	margin:0 0 7px;
}
.helpful p{
	color:#21201c;
	margin:0 0 10px;
}
.helpful a{
	color:#24c842;
	font-family: "RobotoBold";
	display:inline-block;
	padding:0 0 0 30px;
	background:url(../img/helpful.png) no-repeat 0 0;
}
.helpful .no{
	color:#d13e3b;
	background-position:0 100%;
}
.helpful span{
	color:#a2a2a2;
	margin:0 0 0 3px;
}
.add-rev{
	max-width:642px;
	margin:0 0 87px;
}
.add-rev .columns{
	margin:27px 0 6px;
}
.add-rev textarea{
	height:190px;
	margin:0 0 23px;
}
.add-rev .columns textarea{
	width:48.5%;
	height:100px;
	margin:0 0 12px;
}
.add-rev .rate{
	margin:0 0 14px;
}
.recommend{
	margin:0 0 14px;
}
.recommend span{
	margin:0 25px 0 0;
}
.recom-btn{
	display:inline-block;
	vertical-align:middle;
	border-radius:50px;
	background:#f7ad1e;
	color:#21201c;
	font:15px "RobotoBold";
	padding:6px 0 11px;
	width:90px;
	margin:0 7px 0 0;
}
.recom-btn:hover{
	color:#21201c;
}
.recom-btn span{
	vertical-align:middle;
	margin:0 0 0 11px;
}
.recom-btn:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:18px;
	background:url(../img/recommend.png);
	margin:0 0 0 17px;
}
.recom-btn.no{
	background:#21201c;
	color:#f7ad1e;
}
.recom-btn.no:before{
	background-position:0 100%;
}
.similar .h1{
	margin:0 0 33px;
}

/*basket*/
.clear-btn{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	text-transform:none;
	padding:0 0 0 30px;
	background:url(../img/trash.png) no-repeat 0 0;
	color:#6a6a6a;
	line-height:16px;
	letter-spacing:-.3px;
}
.h1 .clear-btn{
	float:right;
}
.remove{
	display:inline-block;
	width:12px;
	height:12px;
	background:url(../img/remove.png);
	opacity:.4;
}
.remove:hover{
	opacity:1;
}
.basket-table table{
	width:100%;
	margin:-12px 0 19px;
	min-width:680px;
}
.basket-table td{
	vertical-align:middle;
	border-bottom:#dfdfdf 1px solid;
	padding:22px 0 24px;
}
.basket-table td:last-child{
	text-align:right;
}
.basket-img{
	text-align:center;
	width:80px;
	height:80px;
	line-height:80px;
	background:#fff;
	border-radius:4px;
	box-shadow:#e9e9e9 0 2px 0;
}
.basket-img img{
	vertical-align:middle;
	width:100%;
	max-width:52px;
}
.name-vcode{
	position: relative;
    top: -8px;
}
.product-name{
	font-size:15px;
	color:#21201c;
}
.basket-table .vendor-code{
	margin:6px 0 0;
}
table .product-number{
	margin:0;
}
.basket-total{
	margin:0 0 66px;
}
.basket-total .total{
	float:right;
	font-size:24px;
	margin:9px 77px 0 0;
}
.basket-total span:not(.rouble){
	font-size:20px;
	color:#6a6a6a;
}
.radio-group{
	margin:0 0 51px;
}
.for-radio{
	text-transform:uppercase;
	cursor:pointer;
	margin:0 58px 0 0;
}
.for-radio strong{
	display:inline-block;
	vertical-align:top;
	margin:3px 0 0 18px;
}
.jq-radio{
	width:22px;
	height:22px;
	background:#fff;
	box-shadow:inset #e5e5e5 0 3px 0;
	border:none;
}
.jq-radio.checked div{
	width:12px;
	height:12px;
	background:#f7ad1e;
	margin:6px auto 0;
}
.jq-radio.checked + strong{
	color:#f7ad1e;
}
.form-section{
	border-bottom:#ababab 1px solid;
	padding:0 0 24px;
	margin:0 0 41px;
}
.marb-26{
	margin:15px 0 21px;
}
.padb-53{
	padding:0 0 53px;
	margin:0 0 34px;
}
.no-brd{
	border:none;
	margin:0 0 37px;
	padding:0;
}
.form-section > li{
	margin:0 0 10px;
}
.form-section .radio-group{
	margin:0 0 31px;
}
.form-section li.form-section__title{
	margin:0 0 23px;
}
.form-section__label{
	font-family: 'RobotoItalic';
	color:#6a6a6a;
	display:inline-block;
	vertical-align:middle;
	width:24.7%;
}
.va-top{
	vertical-align:top;
	margin:11px 0 0;
}
.input-block{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:100%;
	max-width:261px;
}
.subscription{
	margin:0 0 23px;
	padding:0 0 6px;
}
.subscription .input-block{
	width:330px;
	max-width:none;
}
.subscription .input-block > li{
	margin:0 0 15px;
}
.subscription .va-top{
	margin:0;
}
.input-date{
	z-index:10;
}
.input-date:after{
	content:"";
	position:absolute;
	width:14px;
	height:14px;
	background:url(../img/calendar.png);
	top:12px;
	right:16px;
}
.input-date .input-text{
	padding-right:47px;
}
.mw544{
	max-width:544px;
}
.input-block .input-text{
	margin:0;
}
.error-text{
	color:#d2423f;
	position:absolute;
	font-size:13px;
    right: -193px;
    top:10px;
}
.form-section__title{
	font:15px "RobotoMedium";
	color:#21201c;
}
.form-section .jq-selectbox{
	width:100%;
}
.input-block textarea.input-text{
	height:130px;
	margin:0 0 20px;
}
.agreement{
	cursor:pointer;
}
.agreement .jq-checkbox.checked + span, .subscription .jq-checkbox.checked + span{
	color:#6a6a6a;
}
.agreement span{
	vertical-align:middle;
	margin:0 0 0 4px;
	color:#6a6a6a;
}
.input-block a{
	color:#f7ad1e;
	vertical-align:middle;
}
.finish-total .left .h1{
	margin:0 0 42px;
}
.finish-total .h1 a{
	font-size:14px;
	color:#f7ad1e;
	text-transform:none;
	margin:0 0 0 35px;
}
.finish-total .product-name, .finish-total .vendor-code{
	margin:0 0 7px;
}
.total-table{
	background:#fff;
	border-radius:4px;
	box-shadow:#e9e9e9 0 2px 0;
	padding:23px 21px 6px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	min-width:421px;
	margin:0 0 37px;
}
.total-table table{
	width:100%;
	font-size:15px;
}
.total-table td{
	vertical-align:middle;
	padding:0 0 16px;
}
.total-table tr:last-child td{
	padding-top:23px;
}
.total-table strong{
	font-size:20px;
}
.total-table .price{
	font-size:30px;
	color:#f7ad1e;
}
.finish-total .big-black{
	padding-left:0;
	padding-right:0;
	width:195px;
	margin:0 0 0 20px;
}
.center-summ{
	text-align:center;
	padding:75px 0 0;
}

/*lk*/
.h1 .right{
	font-size:13px;
	text-transform:none;
}
.h1 .right .black-brd{
	top:0;
	margin:0 30px 0 0;
}
.logout{
	color:#848484;
	vertical-align:middle;
	display:inline-block;
	padding:0 25px 0 0;
	background:url(../img/logout.png) no-repeat right 3px;
}
.subscription .for-chbox{
	margin:0;
}
.history table{
	width:100%;
	font-size:15px;
	min-width:880px;
}
.history thead{
	color:#848484;
	font-family: "RobotoMedium";
}
.history thead td{
	padding:0 17px 32px;
}
.history tbody td{
	background:#fff;
	padding:8px 17px 17px;
	border-bottom:#f5f5f5 6px solid;
}
.history .product-name p{
	margin:0 0 6px;
}
.history .product-name a{
	color:#21201c;
}
.history .product-name span{
	color:#848484;
}
.history .price{
	font-size:20px;
}
.history .status{
	color:#10c031;
}
.history .canceled{
	color:#c01010;
}
.history .treated{
	color:#f7ad1e;
}
.history .delivered{
	color:#8b8b8b;
}
.history .show-more{
	padding-left:22px;
	padding-right:22px;
	min-width:166px;
	margin:34px 0 0;
}

/*bonus*/
.bonus-text{
	margin:38px 0 33px;
	border-bottom:#ababab 1px solid;
	padding:0 0 13px;
}
.num-list{
	font-size:15px;
	line-height:24px;
	counter-reset:heading;
}
.num-list li{
	padding:0 0 0 49px;
	position:relative;
	margin:0 0 24px;
}
.num-list li:before{
	counter-increment:heading;
    content:counter(heading);
	position:absolute;
	width:36px;
	height:36px;
	background:#f7ad1e;
	color:#21201c;
	font:22px/36px "RobotoBold";
	text-align:center;
	top:5px;
	left:0;
	border-radius:50%;
}
.num-list span{
	color:#686868;
}
.current-deals{
	color:#fff;
	font:17px "RobotoBold";
	background:#21201c;
	border-radius:3px;
	display:inline-block;
	text-transform:uppercase;
	padding:10px 28px 14px;
	margin:0 0 9px;
}
.current-deals span{
	color:#f7ad1e;
	font-size:24px;
	margin:0 0 0 35px;
}

/*text-page*/
.text-page{
	margin:0 310px 0 0;
}
.text-page .h1{
	margin:0 0 36px;
}
.text-page h1, .text-page h4{
	font-size:24px;
	line-height:28px;
	margin:0 0 27px;
}
.text-page h2{
	font-size:23px;
	margin:0 0 35px;
}
.text-page h3, .text-page h4{
	font-size:21px;
	margin:44px 0 37px;
}
.text-page h4{
	margin:52px 0 18px;
}
.va-text{
	display:table;
	margin:29px 0 62px;
}
.va-text__row{
	display:table-row;
}
.va-text__cell{
	display:table-cell;
	vertical-align:middle;
	color:#21201c;
	line-height:27px;
	padding:0 0 0 33px;
}
.va-text__cell:first-child{
	/*width:32.2%;*/
	width: auto;
	padding:0;
}
.va-text img{
	width:100%;
	max-width:469px;
}

/*right-sidebar*/
.right-sidebar{
	width:224px;
	float:right;
	margin:-16px 0 0;
}
.right-sidebar .catalog-item{
	width:224px;
}

/*footer*/
.footer{
	background:#21201c;
	color:#d1d1d1;
	font-size:15px;
	padding:31px 0 80px;
	margin-top: 10px;
}
.footer .h2{
	color:#d1d1d1;
}
.footer .justify li{
	margin:0 0 15px;
}
.footer a{
	color:#a7a7a7;
}
.footer a:hover{
	color:#f7ad1e;
}
.footer-contact .h2{
	margin:0 0 15px;
}
.footer .header__phone{
	color:#f7ad1e;
}
.footer .header__address{
	color:#fff;
	font-size:14px;
	margin:0 0 24px;
}
.footer-social{
	margin:21px 0 16px 24px;
}
.footer-social a{
	margin:0 2px;
}
.cpr{
	margin:-78px 0 0;
}

/*popup*/
.overlay{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	background:#21201c;
	opacity:.9;
}
.popup{
	display:none;
	position:absolute;
	background:#f5f5f5;
	z-index:999;
	top:0;
	left:0;
	border-radius:20px;
	overflow:hidden;
	padding:0 0 35px;
}
.popup .h1{
	text-align:center;
	background:#f7ad1e;
	padding:17px 0 19px;
	margin:0 0 37px;
}
.popup form{
	width:387px;
	padding:0 79px;
}
.popup .input-block{
	display:block;
	max-width:none;
	margin:0 0 15px;
}
.popup .button{
	display:block;
	margin:31px auto 0;
}
.close{
	position:absolute;
	width: 12px;
	height: 12px;
	background:url(../img/sprite.png) no-repeat;
	background-position: -37px 0px;
	z-index:1;
	top:7px;
	right:6px;
}

.bx-newsdetail-content {	font-size: 17px !important;
	color: #21201c;
	line-height: 27px !important;}

#order_form input::-webkit-input-placeholder {	color: #c1c1c1;}
#order_form textarea::-webkit-input-placeholder {
	color: #c1c1c1;
}

.text-block ul
{
	list-style: disc;
	margin: 7px 25px;
}

.text-block ol {
	/*list-style: decimal;	*/
	list-style: none;
	counter-reset: li;
	margin: 7px 25px;
}
.text-block ol li:before {
	counter-increment: li;
	content: counters(li,".") ". ";
}

.text-block b, .text-block strong {	font-weight: bold;}

.text-block i {	font-style: italic;}

.text-block p {	text-align: justify;}

.search-page .search-button {	text-indent: -999px;
	right: 50px;
	position: relative;
	top: 12px;}

.text-block ul.square {
	list-style-type: square !important;
}

table {
  font-family: "RobotoRegular", Sans-Serif;
  border-collapse: collapse;
  color: #21201C;
/*  border: 1px solid #FFE7CE;*/
}
caption {
  padding: 10px;
  color: white;
  background: #8FD4C1;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
th {
  border-bottom: 3px solid #f5f5f5;
  padding: 10px;
  text-align: left;
}
td {
  padding: 10px;
}
tr:nth-child(odd) {
  background: white;
}
tr:nth-child(even) {
  background: #f5f5f5;
}

/*404*/
.page_404 {	font-size: 13px;
	color: #818181;
}
.page_404 .head_404 {	font-size: 16px;
	color: #818181;
	font-weight: 700;
	margin-bottom: 20px;
}

.page_404 .red {    font-size: 16px;
    color: #e20b00;
    margin-bottom: 20px;
}

.page_404 .head_404 span {
	font-size: 60px;
}
.page_404 p {	margin-bottom: 0px;}

.page_404 p a {
	color: #000;
	text-decoration: underline;
}
.page_404 p a:hover {
	text-decoration: none;
}

.page_404 p span {
	font-size: 16px;
	font-weight: bold;
	color: #252525;
}

.page_404 ul {	list-style-type: none;
	list-style-image: url(/img/404_img.png);
	list-style-position: outside;
	position: relative;
	margin: 0px 0px 15px 0px;
}

.page_404 ul li {	margin-top: 5px;}

.sticky {
  position: fixed;
  top: 0px;  /* Ґб«Ё ­®«м § ¬Ґ­Ёвм ­  зЁб«® (Ё ў бЄаЁЇвҐ в®¦Ґ), в® Ў«®Є Ўг¤Ґв ЇаЁ«ЁЇ вм ¤® в®Ј®, Є Є ўҐае­Ё© Єа © ®Є­  Ўа г§Ґа  ¤®©¤св ¤® ўҐае­ҐЈ® Єа п н«Ґ¬Ґ­в . Њ®¦Ґв Ўлвм ®ваЁж вҐ«м­л¬ зЁб«®¬. ЏаЁ¬Ґ­Ё¬, ­ ЇаЁ¬Ґа, ЇаЁ дЁЄбЁа®ў ­­®¬ бўҐаег ¬Ґ­о */
  z-index: 101;
}

.hidden_login .bx-system-auth-form .title {	display: none;}
.hidden_login .through-social {	margin-top: 10px;}
.hidden_login .button-fill:hover {	color: #f7ad1e;
}

/*Форма "Что-то не нашли..."*/

.onlineconsult {	position: fixed;
	bottom: 0px;
	right: 4%;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #f7ad1e;
	z-index: 11000;
	background: #f5f5f5;
}

.onlineconsult .oc_head {
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px;
	color: #21201c;
	font-weight: bold;
	font-size: 14px;
	background: #f7ad1e;
	position: relative;
	cursor: pointer;
}

.onlineconsult .oc_head p {	text-align: center;
	width: 100%;
}

.onlineconsult .oc_head .oc_close {	position: absolute;
	width: 12px;
	height: 12px;
	background: url(../img/sprite.png) no-repeat;
	background-position: -37px 0px;
	z-index: 1;
	top: 1px;
	right: 1px;
	display: none;
}

.onlineconsult .oc_body {
	display: none;
	background: #f5f5f5;
	padding: 10px;
}

.onlineconsult .oc_body form {
	width: 100%;
	position: relative;
}

.onlineconsult .oc_body form .oc_input_line {
	position: relative;
	text-align: left;
}

.onlineconsult .oc_body form .oc_input_line input {
	width: 100%;
	height: 38px;
	padding: 0 20px;
	background: #fff;
	box-shadow: inset #e5e5e5 0 3px 0;
	border-radius: 20px;
	color: #6a6a6a;
	font-size: 14px;
	margin: 0 0 12px;
	resize: none;
}

.onlineconsult .oc_body form .oc_input_line textarea {
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: inset #e5e5e5 0 3px 0;
	border-radius: 20px;
	color: #6a6a6a;
	font-size: 14px;
	margin: 0 0 12px;
	resize: none;
}

.onlineconsult .oc_body form .oc_submit_line {
	position: relative;
	text-align: center;
}

.onlineconsult .oc_body form .oc_submit_line input {
	font: 18px "RobotoMedium";
	background: #21201c;
	border-color: #21201c;
	color: #fff;
	box-shadow: none;
	padding: 11px 29px 14px;
	border-radius: 10px;
	cursor: pointer;
}

.oc_success {	color: green;
	text-align: center;
	margin: 5px;
	font-size: 12px;
	display: none;}
.oc_error {
	color: red;
	text-align: center;
	margin: 5px;
	font-size: 12px;
	display: none;
}
/*КОНЕЦ Форма "Что-то не нашли..."*/

.item-btn {	position: absolute;
	bottom: 11px;
	margin-left: -21px;
	text-align: center;
	width: 100%;}

.item-btn .button, .item-btn .button:hover {
	background: #21201c;
	border-color: #21201c;
	color: #f7ad1e;
}

@media screen and (max-width: 1024px) {	.main-slider {		height: 231px;	}
	.main-slider .owl-item img{
		height:231px;
		width:100%;
	}
}

@media screen and (max-width: 320px) {
	.main-slider {
		height: 131px;
	}
	.main-slider .owl-item img{
		height:131px;
		width:100%;
	}

	.main-slider__text{
		text-align:left;
		width:100%;
		left:0;
		top:15px;
		font-size:11px;
	}

	.main-slider__text .title {
		margin-bottom: 11px !important;
		font-size: 20px !important;
	}

	.main-slider__text p {
		margin-bottom: 8px !important;
		line-height: 18px !important;
	}

	.main-slider__text .button.bright {		padding: 3px 15px;	}

	.main-slider .owl-controls .owl-dots {		padding: 10px 5px 5px;	}

	.main-slider .owl-dots div {		height: 16px;
		width: 16px;	}

}

@media screen and (max-width: 640px) {
	.main-slider {
		height: 131px;
	}
	.main-slider .owl-item img{
		height:131px;
		width:100%;
	}

	.main-slider__text{
		text-align:left;
		width:100%;
		left:0;
		top:15px;
		font-size:11px;
	}

	.main-slider__text .title {
		margin-bottom: 11px !important;
		font-size: 20px !important;
	}

	.main-slider__text p {
		margin-bottom: 8px !important;
		line-height: 18px !important;
	}

	.main-slider__text .button.bright {
		padding: 3px 15px;
	}

	.main-slider .owl-controls .owl-dots {
		padding: 10px 5px 5px;
	}

	.main-slider .owl-dots div {
		height: 16px;
		width: 16px;
	}

/*	.bx-yandex-map {//		width:100% !important;
//		height: 500px;	}

	.bx-yandex-map ymaps {
//		width:100% !important;
//		height: 500px;
	}
*/
}

.hit-ico .hit {	width: 63px;
	height: 63px;
	position: absolute;
	top: 0px;
	left: 0px;}

.hit-ico .hit:before{
	content:"";
	position:absolute;
	border-top:#000 63px solid;
	border-right:transparent 63px solid;
	top:0;
	left:0;
}

.hit-ico .hit span {
	-moz-transform: rotate(-42deg);
	-webkit-transform: rotate(-42deg);
	-o-transform: rotate(-42deg);
	-ms-transform: rotate(-42deg); /* для IE9 */
	transform: rotate(-42deg);
	color: #f7ad1e;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: absolute;
	top: 12px;
	left: 8px;
}

.sale-ico .sale {	width: 63px;
	height: 63px;
	position: absolute;
	top: 0px;
	left: 0px;}

.sale-ico .sale:before{
	content:"";
	position:absolute;
	border-top:#B40709 63px solid;
	border-right:transparent 63px solid;
	top:0;
	left:0;
}

.sale-ico .sale span {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* для IE9 */
	transform: rotate(-45deg);
	color: #f7ad1e;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: absolute;
	top: 13px;
	left: 1px;
}

.sale-ico .exist {	
	width: 63px;
	height: 63px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.exist-ico .exist:before{
	content:"";
	position:absolute;
	border-top: #f7ad1e 63px solid;
	border-right:transparent 63px solid;
	top:0;
	left:0;
}

.exist-ico .exist span {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* для IE9 */
	transform: rotate(-45deg);
	color: #21201c;
	font-weight: bold;
	font-size: 11px;
	display: block;
	position: absolute;
	top: 6px;
	left: -9px;
	text-align: center;
	line-height: 14px;
	text-transform: uppercase;
}

.price s {	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-top: -8px;}

.strike {	border-bottom: 2px solid red;
	line-height: 1px;
	display: inline-block;
	font-size: 18px;
	vertical-align: 3px;
	font-weight: bold;
}

.card-right__block .right {	text-align: center;}

.product-price {	margin-bottom: 5px;}

.right .strike {
	font-size: 28px;	margin-bottom: 17px;}

.shipping-payment, .add-to-cart.large {	text-align: left;}

.button.orange {
	background: #f7ad1e;
	color: #000;
	position: absolute;
	top: 45px;
	left: 0px;
	width: 141px;
}

.opt-link {	width: 118px;
	text-align: right;
	position: absolute;
	right: -10px;
	top: 15px;}

.opt-link .button.orange {	width: 120px;
	position: relative;
	padding: 2px 17px;
}

@media screen and (max-width: 500px){
	.button.orange {
		position: relative;
		top: 0px;
	}
	.header-basket {
	    margin: 0 0 25px 0 !important;
	}
	.opt-link {
		right: 110px;
		top: 120px;
	}
}

.text-block a {	text-decoration: underline;
	color: #f7ad1e;
	font-style: italic;}
.text-block a:hover {
	color: #000080;
}

.bx-newsdetail-content p img {	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;}

.scrollUp {
	bottom: 20px;
	left: 20px;
	width: 38px; /* Width of image */
	height: 38px;  /* Height of image */
	background: url(/img/top.png) no-repeat;
	position: fixed;
	bottom: 10px;
	cursor: pointer;
	display: none;
}

.tab-content {
    display: none;
}
#tabs-1 {
	display: block;
}

.va-text__cell img {	max-height: 200px;
	width: auto;}

/*---catalog---*/
.catalog{
	clear:both;
	list-style: none !important;
}
.catalog-item{
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:23.85%;
	border-radius:7px;
	padding:2px;
    margin: 0 1.53% 21px 0;
}
.catalog-item:hover{
	background:#f7ad1e;
}
.catalog-item:hover .inner{
	box-shadow:none;
}
.catalog-item:nth-child(4n+4){
	margin-right:0;
}
.catalog-item .inner{
	height:414px;
	background:#fff;
	border-radius:5px;
	box-shadow:#e9e9e9 0 2px 0;
	position:relative;
	padding:33px 21px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
}
.catalog-item__img{
	height:156px;
	text-align:center;
	line-height:156px;
	margin:0 0 27px;
	cursor: pointer;
}
.catalog-item__img img{
	vertical-align:middle;
}
.catalog-item__type{
	font:16px/17px "RobotoBold";
	text-transform:uppercase;
	margin:0 0 12px;
	color:#21201c;
/*	overflow: hidden;*/
/*	height: 50px;*/
}
.catalog-item__type a, .catalog-item__type a:hover{
	color:#21201c;
}
.catalog-item__text{
	color:#6a6a6a;
	margin:0 0 16px;
	letter-spacing:-.2px;
	display: none;
	cursor: pointer;
}
.price{
	font:23px/normal "RobotoBold";
}
.add-to-cart:hover, .add-to-cart.added {
	background-position:0 100%;
}
.catalog-item .add-to-cart{
	float:right;
	margin:-2px -2px 0 0;
}
.category-ico:after{
	content:"";
	position:absolute;
	border-top:#f7ad1e 63px solid;
	border-left:transparent 63px solid;
	top:0;
	right:0;
}
.tr-green:after{
	border-top-color:#14d245;
}
.tr-pink:after{
	border-top-color:#c65ced;
}
.tr-black:after{
	border-top-color:#21201c;
}
.category-ico:before{
	position:absolute;
	margin:0;
	top:10px;
	right:6px;
	z-index:10;
	opacity:1;
}
.tr-black:before{
	background-position:0 -216px
}
.category-ico.ico2:before{
	top:7px;
	right:6px;
	margin:0;
}
.category-ico.ico3:before{
	top:5px;
	right:5px;
	margin:0;
}
.category-ico.ico4:before, .category-ico.ico7:before{
	top:5px;
	right:6px;
	margin:0;
}
.category-ico.ico5:before{
	top:7px;
	right:4px;
	margin:0;
}
.category-ico.ico6:before{
	top:3px;
	right:6px;
	margin:0;
}

.menu-btn.sidebar-btn {	display: none !important;}

.cities_block {	display: block;
	width: 100%;
	height: auto;
	margin: -20px 0px 20px 0px;}
.cities_block .one_city {	width: 18%;
	margin: 0px 15px 10px 0px;
	float: left;}

.delivery_block {	position: relative;
	display: block;
	width: 100%;}
.delivery_block .delivery_block_one {	float: left;
	margin-right: 20px;}

.clear_blocks {	clear: both;
	height: 1px;
	width: 100%;
}

ol li ul {	list-style-type: disk;}

.text-block ol li ul li::before {
    counter-increment: none;
    content: none;
}

.show_filter_items {
	text-decoration: underline;
	color: #f7ad1e;
	font-style: italic;
}

.popular-categ label .tag_description {
	display: none;
	position: absolute;
	bottom: 40px;
	background: #f7ad1e;
	color: black;
	padding: 8px;
	border: 1px solid #f7ad1e;
	border-radius: 5px;
	width: 500px;
	left: -50%;
}
.popular-categ label:first-child .tag_description {
	left: -12%;
}
.popular-categ label:hover .tag_description {
	display: block;
}

.marginlink {
	margin-bottom: 25px;
	margin-top: -10px;
	display: block;
	font-size: 16px;
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
}

.mt20 {
	margin-top: -20px !important;
}

.new_scheme .content-block .left {
	width: 170px;
}
.new_scheme .content-block .left .strike {
	margin: 10px 0px 10px 60px;
}
.new_scheme .content-block .right {
	float: left;
	padding-left: 70px;
	width: 250px;
}

.new_scheme .content-block .right .right-block-position {
	position: relative;
	clear: both;
}
.new_scheme .content-block .right .shipping-payment {
	width: 250px;
    padding: 30px 0px 0px 0px;
    margin-left: -6px;
}
.new_scheme .content-block .right .product-share {
	float: right;
	margin-bottom: 50px;
}
.new_scheme .content-block .right .shipping-payment li {
	float: right;
}
.new_scheme .product-share-head {
	color: #6a6a6a;
	text-align: left;
}
.new_scheme .product-share div {
	margin-top: -15px;
}
.new_scheme .shipping-payment li:not(:last-child) {
    margin: 0 0 0 8px;
    text-align: left;
}
.clear-line {
	clear: both; 
	height: 10px; 
	width: 100%;
}

.sertificate-block {
	position: relative;
	display: block;
	max-height: 570px;
}
.sertificate-block .images {
	max-height: 300px;
}
