@charset "ut-8";

/* ============== F O N T S ============== */

@font-face {
	font-family:"fa";		 
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/fontawesome-webfont.woff") format("woff"),
         url("../fonts/fontawesome-webfont.ttf") format("truetype"),
         url("../fonts/fontawesome-webfont.svg#fa") format("svg");
    font-weight: normal;
    font-style: normal;	 
}

.fa{
	font-family:fa;
	font-style:normal;
	font-weight:normal;
	display:inline-block;
}
.fa:after{
	display:inline-block;
	vertical-align:bottom;
}
.fa:before{
	display:inline-block;
	vertical-align:bottom;
}
.os{
	font-family:"Open Sans",sans-serif;
}
.md{
	font-family:"Marmelad",sans-serif;
}
.rc{
	font-family:"Roboto Condensed",sans-serif;
}

/* ============== F O N T S (*End*) ============== */

*{
	padding:0; 
	margin:0;  
	outline:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	list-style-type:none;
	border-collapse:collapse;	
}

/* ============== E D I T O R RETURN STANDART STYLES  ============== */

.editor p{
	padding: 15px 0;
	background:red;
}
.editor ul{
	margin:1em 0; 
	padding-left:40px;	
}
.editor ul li{
	list-style-type:disc;
}
.editor ol{	
	margin:1em 0; 
	padding-left:40px;
}
.editor ol li{
	list-style-type: decimal;
}	
.editor table{
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
}
.editor a{
	color:rgb(0, 0, 238);
	text-decoration:underline;
}
.editor a:hover{
	color:#d00;
}

/* ============== E D I T O R RETURN STANDART STYLES (*End*) ============== */

/* ============== S E T T I N G S TAGS  ============== */

body{
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	background:#fff;
}
table{
	border-collapse:collapse;
}
td{
	vertical-align:top;
}
img{
	vertical-align:bottom;
}
ul{
	list-style-type:none;
}
input{
	border:0;
}
a{
	color:rgb(0, 0, 238);
	text-decoration:none;
}
a:hover{
	color: #d00 !important;
}	
em{
	font-style:italic;
	font-weight:bold;
}
i:before,
i:after{
	font-style:normal;
}

/* ============== S E T T I N G S TAGS (*End*) ============== */

/* ============== G L O B A L CLASSES ============== */

header{

}
.clear{
	clear:both;
}
.dnone{
	display:none !important;
}
.hide{
	display:none;
}
.dshow{
	display:block !important;
}	
.container{
	width:1200px;	
	margin:0 auto;
}
.t-a-c{
	text-align:center;
}
.t-a-l{
	text-align:left;
}
.t-a-r{
	text-align:right;
}
.bg1{
	background:#eee;
}
.bg2{
	background:#389F77;
}
.mt0{
	margin-top:0px !important;
}
.mr0{
	margin-right:0px !important;
}
.mb0{
	margin-bottom:0px !important;
}
.ml0{
	margin-left:0px !important;
}
.l,.m,.r,
.l1,.m1,.r1,
.l2,.m2,.r2,
.l3,.m3,.r3,
.th,.th1,.th2,.th3,
.td,.td1,.td2,.td3,.c5{
	vertical-align:top;
	display:table-cell;
}
.tr,.tr1,.tr2,.tr3,.r5{
	display:table-row;
}
.t,.t1,.t2,.t3,.t4{
	display:table;
}

/* ----- R E G I S T R Y ----- */

.errors{
	background:#E07C7C;
	padding:10px;
	margin:0 0 10px;
	font-size:14px;
	color:#fff;	
}

/*Dzhinibalaev begin*/
.successes {
    background: #389F77;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 14px;
    color: #fff;
}
/*Dzhinibalaev end*/

.auth{
	background: url("../images/auth.jpg")no-repeat 0 -161px;
	height:685px;
	padding:100px 0px;
}
.reg-auth{	
	text-align:center;	
	margin:0 auto;	
	background:#fff;
	padding:25px 25px;
	box-shadow:0 0 40px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	font-family:"Open Sans",sans-serif;
}
.reg-auth .t2{
	width: 100%;
}
.auth .reg-auth{
	width:367px;
}
.reg .reg-auth{
	width:600px;
}
.reg .reg-auth .caption{
	text-align:left;
}
.reg .reg-auth .td2:first-child .item{
	margin: 0px 27px 15px 0;
}
.reg-auth .item{
	margin:0 0 15px 0;
}
.reg-auth .caption{
	color:#333;
	display:block;
	margin:0 0 8px 0;
}
.reg-auth .markf{
	color: #E07C7C;
	margin: 0 2px 0 0;
}
.reg-auth input:not([type="submit"]):not([type="checkbox"]){
	font-size:20px;	
	padding:6px 10px;
	border:1px solid #ccc;
	border-radius:5px;
	width:100%;
	display:inline-block;
	margin-bottom:4px;
}
.reg-auth input:not([type="submit"]):hover{
	box-shadow: inset 0 0 10px #ccc;
}
.reg-auth input[type="submit"]{
	font-size:28px;
	font-weight:bold;
	padding:10px 20px;
	margin:7px 0 0;
	background:#389F77;
	color:#fff;
	margin: 11px 0px 15px;
	display:inline-block;
	font-family:"Open Sans",sans-serif;
}
.reg-auth input[type="submit"]:hover{
	background: #A16;
	cursor: pointer;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.6);
}	
.reg-auth .more{
	font-size:12px;
	margin:0 0 0 12px;
}
.reg-auth .ftags{
	width: 85%;
    margin: 0 auto;
}
.reg-auth .mes{
	font-size:12px;
	font-style:italic;
	margin: 10px -25px 25px -25px;
	background:#F0F0F0;
	padding:15px 15px;
}
.reg-auth .mes .markf{
	font-size:14px;	
	font-style:normal;
	font-weight:bold;	
}
.reg-auth a{
	color:#0066FF;
	font-size:12px;
	font-style:italic;
}
.reg-auth .title{
	font-family:Roboto,sans-serif;
	font-size:33px;
	text-align:center;
	margin-bottom:35px;
	font-weight:300;
}
.reg-auth .mesf{
	font-style:italic;
	font-size:12px;
	text-align:left;
}
.reg-auth .mesf i{
	font-style:normal;
	margin-right:3px;
}
.reg-auth .mesf.green{
	color:#00B200;
}
.reg-auth .mesf.red{
	color:#B20000;
}
.reg-auth .cblock{
	margin:40px auto 0;
	width:80%;
}
.reg-auth .cblock .ftags p{
	font-weight:300;
	font-style:italic;
}	
.reg{
    background: url("../images/auth.jpg")no-repeat 0 0px;
    height: 820px;
	padding: 60px 0px;
}

/* ----- R E G I S T R Y (*End*) ----- */

/* ----- Q U A N T I T Y ----- */

.quantity{
	display:inline-block;
	position:relative;
}
.quantity .appearb{
	position:absolute;
	top:0px;right:0px;
	display:none;
	z-index:100000;
}
.quantity .number:hover + .appearb{
	display:block;
}
.quantity input:focus + .appearb{
	display:block;
}	
.quantity .appearb:focus{
	display:block;
}
.quantity .appearb:hover{
	display:block;
}
.quantity p {
	line-height:90%;
	font-family:"Open Sans",sans-serif;
	font-weight:bold;
	height: 26px;
	width: 26px;
	font-size: 30px;
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: none;
	background:#E8E8E8;
}
.quantity p:hover{
	background: #ccc;
}	
.quantity .minus{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.quantity .plus{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.quantity .number{
	width: 40px;
	font-size:16px;
	padding: 0 4px;
	border:0;
	background:#fff;
	height: 26px;
	color: #000;	
	float: left;
	text-align:center;
}

/* ----- Q U A N T I T Y (*End*) ----- */

/* ============== G L O B A L CLASSES (*End*) ============== */

.fa-ane-r:before{
	content:"\f105";
}
.rub:before{
	content:"\f158";
}
.undoi:before{
	content:"\f0e2";
}
.letteri:before{
	content:"\f003 ";
}
.checki:before{
	content:"\f00c";
}
.closei:before{
	content:"\f00d";
}
.fav:before{
	content:"\f08a";
}
.favf:before{
	content:"\f004";
}
.basketi:before{
	content:"\f07a";
	font-family:fa,sans-serif;
}
.searchi:before{	
	content:"\f002";
	font-family:fa,sans-serif;
}
.barsi:before{
	content:"\f0c9";
}
.th-l:before{
	content:"\f009";
}
.playi:before{
	font-family:fa,sans-serif;
	content:"\f04b";
}
.aldown:before{
	content:"\f175";
}
.alup:before{
	content:"\f176";
}
.adown:after{
	content:"\f107";
	font-family:fa,sans-serif;
}
.aup:after{
	content:"\f106";
	font-family:fa,sans-serif;
}
.splus:before{
	font-family:fa,sans-serif;
	content:"\f196";
}
.shield:before{
	font-family:fa,sans-serif;
	content:"\f132";
}


/*----- ++F O R M _ T A G S -----*/

.tgsf{
	margin-bottom:5px;
}



.basket .scomment .tgsf{
	display:inline-block;
	margin-bottom:30px;
}
.tgsf .inp{
	display:inline-block;
	vertical-align:bottom;
	cursor:pointer;
}
.tgsf .inp.hide{
	display:none;
}
.tgsf .inpn,
.tgsf p{
	display:table-cell;
	vertical-align:middle;	
	cursor:pointer;
}
.tgsf p{
	color: #666;
    font-size: 14px;
    font-style: italic;
    font-family: "Open Sans",sans-serif;
}
.tgsf .inp + p{
	display:inline-block;
}
.tgsf .inpn{
	padding-right:8px;
}
.tgsf p a{
	text-decoration:underline;
}
.tgsf .inp[type = "checkbox"] + .inpn i{
	display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #ddd;
    border-radius: 3px;
    background: #f3f3f3;
    cursor: pointer;
    vertical-align: bottom;
}
.tgsf .inp[type = "checkbox"][checked = "checked"] + .inpn i:before{
	content:"\f00c";
	font-family: fa;
	display:block;		
	text-align:center;
	margin-top: 3px;
    margin-left: 1px;
}
.tgsf .inp[type = "radio"] + .inpn i{
	display:inline-block;
	width:22px;
	height:22px;
	border:2px solid #ddd;
	border-radius:50%;
	background:#f3f3f3;
	cursor:pointer;
	vertical-align:top;
	text-align: center;
}
.tgsf .inp[type = "radio"][checked = "checked"] + .inpn i:before{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#333;
	margin-top:4px;
    /*margin-left:4px;*/
	vertical-align: top;
}

/*----- --F O R M _ T A G S (*End*) -----*/

/*----- F O R M _ T A G S -----*/

.ftags{
	margin-bottom:5px;
}
.ftags .inp{
	display:none;
}
.ftags .inpn,
.ftags p{
	display:table-cell;
	vertical-align:middle;	
	font-family:Roboto,sans-serif;
	font-size:12px;
	color:#777;
	text-align:left;
}
.ftags .inpn{
	padding-right:8px;
}
.ftags p a{
	color:#0000D8;
	text-decoration:underline;
}
.ftags .chk{
	display:inline-block;
	width:22px;
	height:22px;
	border:2px solid #ddd;
	border-radius:3px;
	background:#f3f3f3;
	cursor:pointer;
	vertical-align: bottom;
}
.ftags .inp[checked = "checked"] + .inpn .chk:before{
	content:"\f00c";
	display:block;
	font-family: fa;	
	text-align:center;
	font-size:14px;
	color:#292f38;
	margin-top: 3px;
    margin-left: 1px;
}
.ftags .inp.active + .inpn .chk:before{
	content:"\f00c";
	display:block;
	font-family: fa;	
	text-align:center;
	font-size:14px;
	color:#292f38;
	margin-top: 3px;
    margin-left: 1px;
}
.ftags .rdo{
	display:inline-block;
	width:22px;
	height:22px;
	border:2px solid #ddd;
	border-radius:50%;
	background:#f3f3f3;
	cursor:pointer;
}
.ftags .inp[checked = "checked"] + .inpn .rdo:before{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#333;
	margin-bottom: 1px;
    margin-left: 4px;
}
.ftags p{
	cursor:pointer;
}

/*----- e_F O R M _ T A G S (*End*) -----*/



.cnn{
	margin-bottom:0px;
	margin-top:10px;
}
.cnn input[type = "text"]:not(.cdnh){
	font-size:18px !important;
	height:41px !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
}
.cnn .hc{
	margin-bottom:10px;
}
.cnn .kc{
	background:#eee;
	padding:20px 20px 0px;
}
.cnn .ec{
	margin-right:20px;
	margin-bottom:20px !important;
}
.cnn .wc{
	font-size:20px;
	width:220px
}
.cnn .cs.v1{
	margin-right:20px;
}
.cnn .wbc{
	color:#9E1E21;
	font-size:13px;
	font-style:italic;
	margin-left:7px;
}
.cnn .cs.v1 input{
	width:280px;
}
.cnn .slt input{
	padding: 9px 10px 9px;
}
.cnn .slt .sld{
	padding: 13px 5px 13px;
}
.cnn input{
	border:1px solid #ccc;
	width:210px;
	border-radius:5px;
    font-size: 20px;
    padding: 9px 10px 9px;
}
.cnn .btn{
	font-size:16px;
	padding: 13px 15px 12px;
}
.cnn .btn.v1{
	background:#999;
}
.cnn .wc1{
	color:#999;
	margin-right:15px;
	max-width:200px;
}
.cnn .cdn{
	color:#999;
	font-size:30px !important;
	width:110px !important;
	border:0;
	padding:3px 15px;
	border-radius:8px;
	text-align:center;
	margin-right:0px;
	height: 41px !important;
}
.cnn .ddn {
    display: none !important;
}
.cnn .btn.v1:hover{
	background:#E41C39;
}
.cnn .btn{
	background:#389F77;
}
.fll > * {
    float: left;
}

/* ------------------------------------------------------- */
/* --------------------- P A G E S ----------------------- */
/* ------------------------------------------------------- */


/* --------------------- H E A D E R --------------------- */

.flr{
	padding:6px 0;
}
.flr .l1{
	float:left;
}
.flr .r1{
	float:right;	
}
.flr.type1 .l1{
	width:45%;
	padding: 15px;
}
.flr.type1 .r1{
	width:55%;
	padding: 15px;
}
.flr.type1 .flr1.search{
/*	width:352px;
	margin:0 auto;*/
}
.bg1.flr a{
	color:#555;	
}

.linki{	
	font-size:13px;
	margin:0 5px 0 15px;
	display:inline-block;
	vertical-align:top;
}
.linki > *{
	display:table-cell;
	vertical-align:middle;
	height:24px;
}	
.linki i{	
	margin:0 9px 0 0;
}
.linki .r2{
    font-size: 13px;	
	padding:0 0 1px 0;
}
.linki i:before{	
	font-size:18px;
	color:#389F77;
	margin: 0px 9px 0 0;
}
.linki .regi:before{
	content:"\f007";	
}	
.linki .orders:before{
	content:"\f108";
	margin: 0px 9px -1px 0;
	padding-top: 1px;
}
.signin:before{
	content:"\f090";
}		
.linki .signin:before{
	content:"\f090";
}	
.linki .reg:before{
	content:"\f007";	
}	
.linki .orders:before{
	content:"\f03a";
	margin: 0px 9px -1px 0;
	padding-top: 1px;
}	
.linki .basketi:before{
	font-size: 40px;
	color:#A3A3A3;
}
.linki .fav:before{
	font-size: 40px;
	color:#A3A3A3;
}
.linki .numbers{
	display:inline-block;
	color:#fff;
	padding: 0px 8px;
	border-radius:6px;
	background:#389F77;
	text-align:left;
}
.linki .title1{
	display:block;
	color:#212121;
}
.linki:hover .title1{
	color: #d00;
}

.links{	
	font-size:13px;
	margin: 2px 15px 0px;
	display:inline-block;
	vertical-align:top;
}
.links + .spr{
	display:inline-block;
	background:#ddd;
	height:20px;
	width:1px;
	margin:0 5px;
}

header .middle{
	padding:15px;
}
header .logo{
	float:left;
}
header .logo i{
	display:block;
	color:#A1A1A1;
	font-size:12px;
	margin:10px 0 0;
}

header .phone{
	float:right;
}
header .phone b{ 
	color:#111;
	font-size:28px;
	line-height: 100%;
}	
header .phone i{
	color:#389F77;
	font-size:12px;
	margin: 4px 0 0;
	display:block;
}	

.search{
	position:relative;
	width:352px;
	float:left;
}
.search input{
	float:left;
	width:352px;
	height:38px;
	padding:10px 70px 10px 15px;
	border:1px solid #ccc;
	border-radius:4px;	
}
.search i:before{
	position:absolute;
	top:0;right:0;
	width:55px;
	height:38px;	
	border-radius:0 4px 4px 0;
	background:#389F77;	
	cursor:pointer;
	display:block;
	color:#fff;	
	font-size:24px;
	padding:6px 0 0;
	box-sizing:border-box;
	text-align: center;
}	

.bfc{
	float:right;
}
.bfc .linki:last-child{
	margin:0;
}

.bfc .dly{
	background:url(../images/dly.jpg)no-repeat;
	background-size:contain;
	width: 67px;
    margin-right: 52px;
    height: 40px;
}

/*.menut{
	background:#eee;
	font-family:Roboto,sans-serif;
	font-weight:300;
}
.menut .active{
	background:#389F77;	
}
.menut .active > a{
	color:#fff !important;
}*/
/*.menut .adown:after{
	font-family:fa;
	color:#389F77;
}
.menut .aup:after{
	color:#fff;
	font-family:fa;
}*/

/*.menut ._2.lside{
	right:0;
	box-shadow:rgba(0, 0, 0, 0.3) -1px 1px 2px 0px;	
}
.menut ._3.lside{
	left:-250px;	
	box-shadow:rgba(0, 0, 0, 0.3) -1px 1px 2px 0px;	
}
.menut li{
	
}
.menut ._1 > li{	
	position:relative;
	float:left;
}
.menut ._1 > li > a{
	color:#202020;
	font-size:19px;
}
.menut a{
	padding:15px;
	display:inline-block;
}*/
.menut .arw:after,
.menul .arw:after{
	font-family: fa;
	content:"\f107";
    color: #389F77;
}
.menul .active{
	background:#389F77;
}
.menul .active > a{
	color: #fff !important;
}
.menul li{
/*	position:relative;*/
}
.menul ._1 .arw:after{
	position:absolute;
	top:12px;right:10px;
}
.menul ._1 ul{
	display:none;
}
.menul .active > ul{
	display:block;
}
/*.menut [class ^= _]{
    background:#fff;
}
.menut ._1 [class ^= _]{
	position:absolute;
	z-index:1001;
	width:150px;
	display:none;
}
.menut ._3 .e3{
	width:50%;
	float:left;
}
.menut ._1 ._3{
	min-height: 100%;
	top:0;
	right:-250px;
	left:100%;
	width:500px;
}
.menut ._3.cl1 .e3{
	width:100%;
}
.menut .e3 a{
	display:block;
	padding:5px 10px;
}
.menut ._3:hover .e3{
	background:#fff !important;
	box-shadow:0 0 0;
}
.menut ._3:hover .e3 a{	
	color:#202020 !important;
}
.menut ._3 .e3 a:hover{
	background:#389F77 !important;
	color:#fff !important;
}
.menut [class ^= _] a{
	display:block;
	color:#444;	
}

.menut .active{
	background:#389F77;
	color:#fff !important;
}*/
.menut .active .arw:after,
.menul .active.arw:after{
	content:"\f106";
	color: #fff;
	font-family:fa,sans-serif;
}
.menul{
	font-family:Roboto,sans-serif;
	font-weight:300;
}
.menut a:hover{
	color:#333 !important;
}
.menut .abe:hover{
	color:#fff !important;
}
.menut .abefix:hover > a{
	color:#fff !important;
}
.menut .c-orange > a{
	background:#E07C7C;
}
.menut .l3-mark{
	color:#FF6637 !important;
	font-weight:bold;
}
.mt10{
	margin-top:10px;
}
.menul ._1 .adown:after{
	font-family:fa;
	color:#389F77;
}
.menul ._1 a.aup:after{
	color:#fff;
	font-family:fa;
}
.menut.v4 .e3 .l3-border{
	margin-top:-1px;
}
.menut.v4 .abefix{	
	background: #389F77 !important;
}
.menut.v4 .c-orange > a{				
	padding-left:46px;
	position:relative;
	color:#fff;
}
.menut.v4 .abefix > a{
	color:#fff;
}
.menut.v4 .c-orange > a:before{	
	position:absolute;
	left: 17px;
	top:0;bottom:0;
	height:20px;
	margin:auto;
	font-family:fa,sans-serif;
	content:"\f0c9";
	font-size:20px;
}
.menut.v4 .abefix.abe a:before{	
	color:#fff;
}
.menut .a2{
	position:relative;
}
.menut .a2:after{
	position:absolute;
	right:15px;
	top:0;bottom:0;
	height:16px;
	margin:auto;
	font-family:fa,sans-serif;
	content:"\f105";
	font-size:16px;
}
.menut .a2.no-arrow:after{
	display:none;
}
.menut.v4 .e3 a{
	font-size:14px;
}
.menut.v4 .e3 .a-4{
	color:#389F77;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
}
.menut.v4 .e3 a{
	padding:2px 7px;
}
.menut .l3-group:not(.cld){
	margin-bottom:10px;
}
.menut .l3-group.cld .l3-border{
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
}
/*.menut.v4 .abefix a:before{	
	position:absolute;
	left: 17px;
    top: 18px;
	font-family:fa,sans-serif;
	content:"\f0c9";
	color:#fff;
	font-size:20px;
}
.menut.v4 .abefix > a{		
	color:#fff !important;
}
.menut.v4 .abefix{				
	background: #389F77;
}
.menut.v4 .abefix > a{				
	padding-left:46px;
	position:relative;
}*/

.stitle{
	color:#333333;
	font-weight:normal;
	font-size:18px;	
	padding:15px 2px;
	position:relative;	
	border-bottom:1px solid #ccc;
}
.stitle:after{
	position: absolute;
    top: 20px;
    right: 6px;
	font-size:18px;
	color:#333;
	margin-left:5px;
}	
.stitle:hover{
	cursor:pointer;
}

.menul ._1{
	background:#F8F8F8;
	margin-bottom: 35px;
}
.menul ._2{
	background:#F0F0F0;	
}
.menul ._3{
	background:#e5e5e5;
}
.menul ._1_ li{
	//display:inline-block;
}
.menul li{
	
}	
.menul a{
	display:inline-block;
	position:relative;	
	padding:9px 25px 9px 10px;
	color:#333;
	font-size:13px;
}
.menul ._1 a.open{
	color:#fff;
}
.menul ._1 > li > a.open {
	background: #389F77;
}
.menul ._2 > li > a.open {
	background:#48aF87;	
}
.menul ._1 a.open:after{
	content:"\f106";
	color:#333;
}
.menul ._1 a:after{
	position:absolute;
	top:31%;right:7px;
	font-size:13px;
	color:#389F77;
}

.menul ._1 > .active{
	background:#389F77;	
	border-top:1px solid #389F77;
}
.menul ._2 > .active{
	background:#48aF87;	
}
.menul ._1 > li{
	width:100%;
	border-top: 1px solid #cdcdcd;
}



.sectionsa{
	margin:15px 0px 0px 0px;
	text-align: center;
}
.sectionsa li{
	display:inline-block;
	margin-bottom:15px;
	vertical-align:middle;
	text-align:center;
	border-right:1px solid #ccc;		
}
.sectionsa li a{
	display:inline-block;
	padding:10px;
	width: 145px;
}
.sectionsa li:last-child{
	border-right:0;
}
.sectionsa .cimg{
	position:relative;
	display:inline-block;
	overflow:hidden;
}
.sectionsa .img{
	position:relative;
	z-index:10;
	display:inline-block;
	margin:0 0 15px;	
	width:105px;
	height:105px;
}
.sectionsa .cimg .title1{
	color:#6C6C6C;
	text-align:center;
	display:block;	
}
.sectionsa .duble{
	position:absolute;
	bottom:0;right:100%;
	width:100%;
	z-index:200;
	background:#fff;
}
.sectionsa a:hover .duble .title1{
	color:#d00;
}

.sectionsa a:hover .duble{	
	right:0;
	z-index:9;
	transition:right, z-index, 0.5s;
}

.sectionsi{
	margin-bottom:20px;
}
.sectionsi a{
	display:inline-block;
	position:relative;
	top:0px;left:0px;
	overflow:hidden;
	vertical-align:top;
}
.sectionsi img:not([class = "himg"]){
	position:relative;
	top:0px;left:0px;
	z-index:10;
	width:100%;
}
.sectionsi .himg{
	position:absolute;
	top:-50%;left:-50%;
	z-index:91;
	width:200%;
	opacity:0;	
	transition:all 0.3s;
}
.sectionsi a:hover .himg{	
	opacity:1;
	width:100%;
	top:0;left:0;
	transition:all 0.4s;
}

.banner{
	display:block;
	margin-bottom:20px;
}
.banner:last-child{
	margin-bottom:5px;
}	
.banner img{
	width:100%;
}

.t{
	width:100%;
}
.t .l{
	width:235px;
	min-width:235px;
	padding-right:25px;
	padding-bottom:20px;
	padding-top:5px;
}
.t .r{
	width:990px;
	padding-top: 20px;
}

.rec-n{
	font-family:Roboto,sans-serif;
}
.rec-n .item{
	margin:20px 0px;
}
.rec-n img{
	margin-right:10px;
    max-width: 52px;
    max-height: 52px;
}
.rec-n .td{
	display:table-cell;
	vertical-align:middle;
}
.rec-n a{
	color:#333;
}	
.rec-n .title1{
	font-size:13px;
	margin-bottom:6px;
}
.rec-n .price{
	color:#389F77;
	font-size:20px;
}
.rec-n .price .rub{
	font-size:16px;
}

.goods{
	font-family: Roboto, sans-serif;
	margin:0px 0px 0px -12px;	
}
.goods .tile{
	text-align:left;
	width:220px;
	height:338px;
	display:inline-block;
	border-bottom:4px solid #d6d6d6;
	margin: 0px 0px 20px 21px;
}
.goods .tile .img{
	position:relative;
	display:table-cell;
	width:220px;
	height:220px;
	vertical-align:middle;
	text-align:center;
}
.goods .tile .img img{
	max-width:220px;
	max-height:220px;
}
.goods .tile .title1{
	margin:10px 1px;
	color:#000;
	display:block;	
	position:relative;
	overflow:hidden;
	height: 39px;
	font-weight: 300;
}
.goods .tile .title1 .hide{
	display:inline-block;
	position:absolute;
	bottom:0px;right:0px;
	height:20px;
	width:100px;
	background:linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.goods .tile .price{
	padding: 13px 3px;
	color:#389F77;
	font-size:20px;
	border-top:1px solid #eee;
}
.goods .tile .price a{
	float:right;
}	
.goods .tile .price .rub{
	font-size:16px;
}
.goods .tile .splus{
	font-size:20px;
	color:#A4a4a4;
}

.section .goods{
	margin:0 0 20px 0;
}
.section .goods .tile{
	height:355px;
	margin: 0px 0px 20px 15px;
	vertical-align:top;
}
.section .goods .tile .price{
	padding-bottom:3px;
}
.section .goods .tile .price {
    padding: 2px 3px 6px;
	border-top:0;
	color:#FF6637;
}
.section .goods .tile .title1{
	margin: 10px 1px 5px;
	line-height:20px;
}
.section .goods .tile .ordersn{
	font-size:12px;
	color:#555;
}

.goods .list{
	border-bottom:1px solid #eee;
	margin: 0px 0px 20px 15px;
	padding-bottom:20px;
}
.goods .list .l2{
	padding-right:25px;
	min-width:162px;
	/*max-width:162px;*/
width:10%;
}
.goods .list .m2{
	padding-right:25px;
	width:60%;
}
.goods .list .r2{
	width:30%;
}
.goods .list .img{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:136px;
	height:136px;
	padding:5px;
	border:1px solid #eee;
}	

.goods .list .img img{
	max-width:125px;
	max-height:125px;
}
.goods .list h2 a{
	margin-top:0px;
	color:#333;
	font-weight:300;
}	
.goods .list .price{
	color:#FF6637;
	font-size:20px;	
	padding-bottom:2px;	
}
.goods .list .preo{
	font-size:16px;
	margin-left:5px;
}	
.goods .tile .preo{
	font-size:16px;
	margin-left:5px;
}	
.preo{
	display:inline-block;
	margin-right:20px;
	position:relative;
	color:#555;
	font-weight:normal;
	vertical-align: top;
    margin-top: 3px;
}
.preo .crs{
	position: absolute;
    top: 48%;
    left: 0%;
    height: 1px;
    width: 100%;
    background: #949494;
}
.goods .list .price i{
	font-size:16px;
}
.goods .list .markf{
	margin-right:10px;
}
.goods .list .ordersn{
	display:inline-block;	
	vertical-align:top;
	margin-top:1px;
	font-size:12px;
}	
.goods .list .favn{
	margin-top:14px;
	font-size:12px;
}
.goods .list .favn a{
	color:#000;
}
.goods .list .favn i{
	color:#a3a3a3;
	margin-right:6px;
	font-size:16px;
}	
.goods .list .favn span{	
	display:inline-block;
	vertical-align:top;	
	font-weight:300;
}	



.gr10{
	height:10px;
	border:0;
	background:#389F77;
}

.breadcrumb{
	margin:20px 15px 0;
	font-size:12px;
	font-style:italic;
}
.breadcrumb li{
	display:inline-block;
	color:#868686;
}
.breadcrumb .separator{
	margin:0px 3px;
}
.breadcrumb a{
	color:#444;
	text-decoration:underline;
}


/* --------------------- H E A D E R end --------------------- */

/* --------------------- C O N T E N T --------------------- */



/* --------------------- C O N T E N T end--------------------- */

/* --------------------- F O O T E R --------------------- */

footer .top{
	background:#389F77;
	padding:20px 0;
	margin-bottom:13px;
}
footer .t1{
	width:100%;	
	display:table;
}
footer .t1 .tr{
	display:table-row;
}	
footer .top .td{
	display:table-cell;
	vertical-align:middle;
}
footer .btm .td{
	vertical-align:top;
}	
footer .tr > .td{
	padding: 0 10px;
}
footer .payment{
	float:left;
}
footer .payment .item{
	display:inline-block;
	padding-right:4px;
	margin: 3px 0;
}
footer .phone{
	float:right;
	margin-right:100px;
}
footer .logo{
	margin-right:25px;
}
footer .phone b{
	font-weight: normal;
    font-size: 40px;
    margin-bottom: 7px;
    color: #fff;
    display: block;
    line-height: 90%;
}
footer i{
	display:block;
	font-style:normal;
	color:#fff;
	font-size:18px;
}
footer .td{
	display:table-cell;
}
footer .info div{
	color:#666;
	margin:5px 0px;
}
footer .top .l1{
	width: 40%;
}
footer .top .r1{
	width: 40%;
}
footer .btm .l1{
	width: 40%;
}
footer .btm .r1{
	width: 21%;
}
footer .btm .td{
	padding:0 10px;
}
footer .info a{
	color:#666;
}
footer .btm .services{
	padding-left: 31px;	
}
footer .services .item{
	display:inline-block;
	margin-bottom:5px;
	float:left;
}
footer .btm{
	padding-bottom:15px;
}
footer{
	
}
footer{
	
}


/* --------------------- F O O T E R (*End*) --------------------- */

/* --------------------- D E T A I L --------------------- */


.sizes .view-s{
	margin-bottom:7px;
	text-align:center;
	width:100%;
}
.sizes .view-s:after{
	content:"";
	display:block;
	clear:both;
}

.sizes .view-s .item-current {
	float:left;
	margin-bottom:2px;
	padding:0px 1px;
	width:16.66666%;
	min-width:60px;		
}

.sizes .view-s .item-current .item{
	text-align:center;
	padding:5px 8px;
	font-size:14px;
	border:2px solid #999;
}
.sizes .view-s .item-c{
	float:left;
	margin-bottom:2px;
	padding:0px 1px;
	width:16.66666%;	
	min-width:60px;
}

.sizes .view-s .item-c a{
	color:#000;
	display:block;
	text-align:center;
	padding:6px 8px;
	font-size:14px;
	border:1px solid #ccc;
}

.sizes .view-s .item-c a:hover{
	color:#000;
	border-color:#FCAB42;
}


.colors .view-s{
	margin-bottom:7px;
	text-align:center;
	width:100%;
}
.colors .view-s:after{
	content:"";
	display:block;
	clear:both;
}

.colors .view-s .item-current {
	float:left;
	margin-bottom:2px;
	padding:0px 1px;
	width:16.66666%;
	width:60px;	
	height:60px;
	border:2px solid #999;
}

.colors .view-s .item-current .item{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width: 60px;
    	height: 60px;
}
.colors .view-s .item-c{
	float:left;
	margin-bottom:2px;
	padding:0px 1px;
	width:16.66666%;	
	width: 60px;
    	height: 60px;
}

.colors .view-s .item-c a{
	color:#000;
	display:block;
	text-align:center;	
	font-size:14px;
	border:1px solid #ccc;
	width: 60px;
    	height: 60px;
}

.colors .view-s .item-c a:hover{
	color:#000;
	border-color:#FCAB42;
}

.colors .view-s img{
	max-width:50px;
	max-height:50px;
}




.gallery .view-m{
	position:relative;
	padding: 5px;
	width:350px;
	height:350px;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-bottom:0px solid #ccc;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.tintContainer{
	position:relative;
	width:100%;
	height:100%;
}
/*.zoomWindowContainer:hover{
	display:none;
}*/
.zoomTint{
/*	width:300px !important;
	height:300px !important;*/
	height:inherit !important;
	width:inherit !important;
}
.gallery .zoomc{
	position:relative;
/*	height:340px;
	width:340px;*/
	display:inline-block;
	z-index:100;
}
.zoomWindowContainer div{
	//top:-100px !important;
}

/*#gal1 img{border:2px solid white;} 
#gal1 .active img{border:2px solid #333 !important;} */

.gallery .view-m img{
	max-width: 338px;
    max-height: 336px;
	cursor:pointer;
}	
.a-discount{
	position:absolute;
	top:-8px;right:-8px;
	/*background:url("../images/discount.png")no-repeat;*/
	text-align:center;
	z-index: 101;
}
.a-discount__item:after{
	/*position:absolute;*/
/*	content:"";
	display:block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #FF6637;*/
	
/*	
    content: "";
    display: block;
    width: 0;
    height: 0;
    width: 100%;
    height: 30px;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    background: red;*/
}
.a-discount__item{
	position:relative;
	display: inline-block;
    vertical-align: top;
}
.a-discount__table{
	margin:auto;
}
.a-discount__cell{
	vertical-align:middle;
}
.a-background-red{
	background-color:#FF6637;
	fill:#FF6637;
}
.a-background-green{
	background-color:#389F77;
	fill:#389F77;
}
.a-background-blue{
	background-color:#00e;
	fill:#00e;
}
.a-discount__svg{
	vertical-align:top;
}
.a-height-44px{
	height:44px;
}
.a-usbru-message{	
	padding:5px;
}
.a-margin-10-0-10-20px{
	margin:10px 0px 10px 20px;
}
.a-usbru-message_green{
	border:2px solid #389F77;
}
.a-usbru-message_red{
	border:2px solid #FF6637;
}
.a-usbru-message__title{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
.a-usbru-message__text{
	font-size:13px;
}
.a-height-25px{
	height:25px;
}
.a-discount__container{
	/*background-color:#FF6637;*/
	padding: 5px 6px 0;
	color:#fff;
/*	height:60px;
	width:60px;*/
}
.a-discount__container_small{
	padding-right:2px;
	padding-left:2px;
}
.a-discount__title{
	font-size:13px;	
	line-height:100%;
}
.a-discount__text{
	line-height:120%;
	font-size:22px;
	font-weight:bold;
	font-family:"Open Sans",sans-serif;
}
.a-font-size-10px{
	font-size:10px;
}
.a-font-size-13px{
	font-size:13px;
}
.gallery .instr{
	background:#F8F8F8;
	padding: 4px 5px 6px;
	color:#666;
	text-align:center;
	margin-bottom:5px;
	font-size:12px;
	border-right: 1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.zoomWindowContainer{
	position:relative;
}
.zoomContainer{
	top:0 !important;
	left:0 !important;
}   
.gallery .instr .searchi{
	color:#a2a2a2;	
	margin:0px 10px;
}
.gallery .view-s{
	margin-bottom:7px;
	text-align:center;
}
.gallery .view-s:after{
	content:"";
	display:block;
	clear:both;
}
.gallery .view-s .item-c{
	float:left;
	margin-bottom:2px;
	padding:0px 1px;
	width:16.66666%;
}
.gallery .view-s .item{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width: 58.3281px;
    	height: 58.3281px;
	border:1px solid #ccc;
}	
.gallery .view-s img{
	max-width:50.3281px;	
	max-height:50.3281px;
	padding:2px;
}
.gallery .view-s .item-c:before{
	display:none;
	content:"";
	position:absolute;
	top: -10px;
    left: 42%;	
	border-top:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #FCAB42;
	border-left:5px solid transparent;	
}

.gallery .view-s .item-c:hover img{
	padding:2px;
}
.gallery .view-s .item-c:hover{
	border-color:#FCAB42;
	cursor:pointer;
}
.gallery .view-s .item-c:hover .item{
	border:1px solid #FCAB42;
}
.gallery .view-s .item-c:hover:before{
	display:block;
}	
.detail .ident{
	font-size:12px;
	color:#666;
	margin-bottom:11px;
}

.detail{
	width:100%;
	display:table;
	font-family:Roboto,sans-serif;
	margin-bottom:25px;
}
.detail .l1{
	display:table-cell;
	padding-right:25px;
	width: 375px;
    max-width: 375px;
}
.detail .r1{
	display:table-cell;
	padding-right:15px;
}
.detail .socials{
	margin-bottom:10px;
	font-size:12px;
}
.detail .socials .item{
	display:inline-block;
	vertical-align:bottom;
}
.detail .socials > span{
	vertical-align:top;
	margin-right:7px;
}

.detail h2{
	color:#202020;
	font-size:18px;
	margin-bottom:25px;
	margin-left:15px;
	font-weight:normal;
}

.detail h1{
	color:#202020;
	font-size:18px;
	/*margin-bottom:25px;
	margin-left:15px;*/
	margin: 0px 0px 25px 15px;/*reinit h1 margin*/
	font-weight:600;
}
.detail .ordersn{
	border-bottom:1px solid #cdcdcd;
	padding-bottom: 10px;
	padding-left:15px;
	color: #999;
	font-size:12px;
}
.detail .ordersn .number{	
	font-size:18px;
	font-weight:bold;
	color: #333;
}	
.detail .info{
	width:100%;
}
.detail .info .bg3{
	background:#f8f8f8;
}
.detail .info tbody{
	padding:20px 0px;
	display: block;
}    
.detail .info td{
	padding-bottom: 10px;
}
.detail .info .l2{
	color:#999;
	padding-right:25px;
	padding-left:15px;
	width:110px;
	font-size:12px;
	font-weight:300;
}
.detail .price{
	display:inline-block;
	padding:0px 3px;
	position:relative;
	color:#444;
	font-weight:300;
}
.detail .price .rub{
	margin-left:5px;
	font-size:13px;
}
.detail .info .l2.w100{
	width:100%;
	padding-right:15px;
	padding-bottom:0px;
}
.detail .price .cross{
	position:absolute;
	top: 48%;left:0%;
	height:1px;
	width:100%;
	background:#444;
}
.detail .price.red{
	color:#FF6637;
	font-size:22px;
	font-weight:bold;
}
.detail .price.red .rub{	
	font-size:19px;	
	margin-left:8px;
}
.detail .price .rub:before,
.detail .price .rub{	
	vertical-align: baseline;
}
.detail .info .title1{
	font-weight:bold;
	font-size:16px;
}
.detail .info .text1{
	font-size:13px;
}
.detail .info .text2{
	color:#999;
	font-size:12px;
	margin-bottom:5px;
	font-weight:300;
}
.btn{
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size: 20px;
	text-align:center;
	padding:7px 10px 10px;
	margin:0px 4px 7px 0px;
	line-height: 100%;
}
.btn:hover{
	color:#ee0 !important;
}
.detail .btnk{
	display:inline-block;
}
.btn.type1{
	background:#389F77;
	padding: 7px 25px 10px;
}
.btn.type3{
	background: #fff;
    border: 1px solid #ccc;
    padding: 8px 15px 8px;
    width: 145px;
}
.btn.type2{
	background: url("../images/basket.png")no-repeat 8px 50% #FF6637;
    padding-left: 36px;
}

.detail .info .favn{
	font-size:12px;
	margin-top:3px;
}	
.detail .info .favn a{
	color:#000;
	font-size:12px;
}
.detail .info .favn .favf{
	margin-right:7px;
	font-size: 15px;
}	
.detail .info .otr{
	margin:10px 0px 0;
}
.detail .info .otr a{
	vertical-align:middle;
	color:#298200;
	font-size:14px;
}
.detail .info .otr .n1{
	margin-top:-1px;
}
.detail .info .otr img{
	max-height:22px;
	/*max-width:100px;*/
}
.detail .info .otr .r5{
	display:table-cell;
	width:50%;
	padding-right:15px;
}
.detail .info .otr .c5{
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px;
}
.detail .info .otr span{
	display:inline-block;
	vertical-align:top;
	text-decoration: underline;
}
.detail .info .favn .favf:before{
	color:#a3a3a3;
}
.detail .info .favn .adown{
	margin-left:3px;
}	
.detail .info .favn .adown:before{
	font-size:16px;
}	
.detail .info .favn a{
	color:#000;	
}
.detail .info .favn .number{
	margin-left:5px;
	display:inline-block;
	color:#333;
}
.detail .info .text3{
	color:#333;
	font-size:12px;
	padding-left:22px;
}
.detail .info .return{
	background: url("../images/return.png")no-repeat 0 3px;
	font-weight:300;
}
.detail .info .text3 a{
	color:#333;
	display: inline-block;
}	
.detail .info .clock{
	background:url("../images/clock.png")no-repeat 0 3px;
}
.detail .info .text3 b{
	display:block;
}
.detail .info .shield{
	color:#389F77;
	font-size:30px;
	margin-right:8px;
}
.detail .info .title2{
	color:#389F77;
	font-size:20px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top: -4px;
    vertical-align: top;
	display:inline-block;
}
.detail .info .str{
	margin-bottom: 5px;
    margin-left: 33px;
    padding-left: 20px;
    background: url("../images/check.png")no-repeat 0;
	font-size:12px;
	color: #333;
	font-weight:300;
}
.detail .info .str span{
	color: #999;
}
.detail .info .more{
	color:#333;
	font-size:12px;
	float:right;
	margin-top:7px;
}
.detail .info .playi{
	font-size:8px;
	position:relative;
	height:6px;
	width:6px;
}
.detail .info .playi:before{
	position:absolute;
	top:-2px;right:0px;
}
.detail .info .pb11{
	padding-bottom:11px;
}
.detail .quantity input{
	width:66px;
	height:26px;
	border:1px solid #d6d6d6;
	margin-right:13px;
}
.detail .quantity-c span{ 
	display:inline-block;
	vertical-align:top;
	margin-top:4px;
	font-size:12px;
}	
.detail .quantity-c{
	margin-bottom:12px;
}	
.detail .quantity-c p{
	width:13px;
	height:13px;
	font-size:11px;
	border-radius:0;
	border:1px solid #ccc;
	border-left:0;
	float:none;
	display:block;
	text-align: center;
}

.tabs-c{
	margin-bottom: 45px;
	font-family:Roboto,sans-serif;
}
.tabs-c .tabs{
	margin-bottom:10px;
	border-bottom:2px solid #389F77;
}
.tabs-c .tabs .tab{
	color:#999;
	float:left;
	border:1px solid #ddd;
	padding:10px 15px;
	font-weight:300;
}
.tabs-c .tabs .tab.active{
	color:#fff;
	background:#389F77;
	border:1px solid #389F77;	
}	
.tabs-c .tabs .tab:hover{
	color:#fff !important;
	border:1px solid #48aF87;
	background:#48aF87;
}
.tabs-c div[id ^= t]{
	border:1px solid #ddd;
}
.tabs-c h3{
	padding:10px 15px;
	color:#212121;
	font-weight:normal;
	background:#ddd;
	margin-bottom:11px;
}
.haracteristic{
	width:100%;
	font-size:12px;
	margin-bottom:11px;
}
.haracteristic .l2{
	text-align:right;
	color:#999;	
	font-weight:300;
	width:200px;
	padding-right:12px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
}
.haracteristic .r2{
	padding-top:4px;
	padding-bottom:4px;
	padding-right: 5px;
}	
.tabs-c .t-description .title2{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.tabs-c .t-description .text2{
	padding:0px 15px;
}
.tabs-c .t-description .img-c{
	margin:20px 0;
	text-align:center;
	display:inline-block;
}
.tabs-c .t-description .img-c img{
	max-width:800px;
	max-height:1200px;
}	

.tabs-c .reviews{
	display:table;
	font-weight:300;
}
.tabs-c .reviews .tr2{	
	display:table-row;
	border-bottom:1px solid #CDCDCD;
}
.tabs-c .reviews .tr2:last-child{
	border-bottom:0px;
}	
.tabs-c .reviews .th2{
	background:#DDDDDD;
	display:table-row;
	font-size:14px;
	font-weight:normal;
}
.tabs-c .reviews .th{
	display:none;
	font-weight:normal;
}
.tabs-c .reviews .td{
	padding:15px 10px 10px;
}
.tabs-c .reviews .tr3 .td{
	padding:3px 10px 3px 0;
}
.tabs-c .reviews .tr3:first-child .td{
	padding-top:0px;
}
.tabs-c .reviews .review > 
.tabs-c .reviews .l2{
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
	font-weight:bold;	
}
.tabs-c .reviews .l2{
	font-weight:normal;
}
.tabs-c .reviews .tr2 .m2{
	display:table-cell;
	vertical-align:top;
	font-size:12px;
}
.tabs-c .reviews .r2{
	display:table-cell;
	vertical-align:top;	
	width:60%;
}
.tabs-c .reviews .review{
	display:table;	
}
.tabs-c .reviews .tr3{
	display:table-row;
	font-size:13px;
	padding-bottom:10px;
}
.tabs-c .reviews .l3{
	display:table-cell;
	vertical-align:top;
	font-weight:normal;
}
.tabs-c .reviews .r3 span{
	color:#737373;
}
.tabs-c .reviews .r3{
	display:table-cell;
	vertical-align:top;
	padding-right:10px;
}

.mark{
	display:inline-block;	
	position:relative;
	width:90px;
}
.mark.cursor{
	cursor:pointer;
}
.mark .item{
	position:relative;
	float:left;	
	width:18px;
	height:16px;	
}
.mark .item img{
	vertical-align:top;
	margin: 0px 1px;
}
.mark .item .nactive{
	position:absolute;
	top:0px;left:0px;
	display:none;
}

.p-n{
	font-size:18px;
	color:#202020;
	text-align:center;
	padding:20px 0;
	margin:0px 5px;
	border-top:1px solid #cdcdcd;
}
.p-n i{
	font-size:30px;
	color:#389F77;
	vertical-align: bottom;
    margin-bottom: 3px;
	cursor:pointer;
}
.p-n .acl:before{
	content:"\f0a8";
}
.p-n .acr:before{
	content:"\f0a9";	
}
.p-n .end{
	color:#ccc;
	cursor:default;
}
.p-n .acr:hover{
	color:#48aF87;
}	
.p-n .pages{
	display:inline-block;
	margin:0px 10px;
}
.p-n .page{
	padding:0 7px;
	display:inline-block;
	margin-bottom:5px;
	cursor:pointer;
}
.p-n .page:hover{
	background:#48aF87;
	color:#fff;
}	
.p-n .page.active{
	background:#389F77;
	color:#fff;
}
.p-n a{
	color:#202020;
}
.p-n a:hover,
.p-n .page:hover a{
	color:#Fff !important;
}

.tabs-c .t-delivery .t2c{
	margin:20px 10px 30px 10px;
}	
.tabs-c .t-delivery .t2{
	font-family:Roboto,sans-serif;
	font-size:12px;
	display:table;
	width:100%;		
	color:#333;
}
.tabs-c .t-delivery .t2 .tr2{
	display:table-row;
}
.tabs-c .t-delivery .t2 [class ^= "t"]{
	vertical-align:top;
}
.tabs-c .t-delivery .t2 .th2{
	display:table-cell;
	text-align:center;
	background:#ddd;
	padding:10px;
	border:1px solid #ddd;
	border-bottom:0;
	/*width:20%;*/
}
.tabs-c .t-delivery .t2 th{
	width:20%;
}
.tabs-c .t-delivery .t2 th:nth-child(1){
	width:15%;
}
.tabs-c .t-delivery .t2 th:nth-child(3){
	width:25%;
}
.tabs-c .t-delivery .t2 .td2{
	display:table-cell;
	text-align:center;
	border:1px solid #ddd;
	padding:10px;
}
.tabs-c .t-delivery .t2 .td2 .r2{
	margin-top:6px;
}
.tabs-c .t-delivery .t2 .td2 b{
	/*font-weight:normal;*/
}	
.tabs-c .t-delivery .t2 .td2:first-child{
	text-align:left;
}
.tabs-c .t-delivery .t2 .l2{
	display:table-cell;

	text-align:right;
	padding-right:20px;
	width:80px;
}
.tabs-c .t-delivery .t2 .r2{
	display:table-cell;
	text-align: left;
	color:#999;
	font-weight:300;
}

.payments{
	margin: 35px 35px 20px;
}
.payments .item{
	display:inline-block;
	margin:0px 40px 10px 0px;
	width:80px;
	text-align:center;
}
.payments .item .td2{
	padding-top:12px;
}

.pay{
	margin:10px 10px 40px;
}
.pay .hpl{
	color:#389F77;
	font-weight:bold;
	margin-bottom:20px;
}
.pay .hpl.v1{	
	margin-bottom:10px;
}
.pay .kp1{
	margin:0px 20px 30px;
}
.pay .hpr table{
	width:100%;
} 
.pay .hpr td{
	vertical-align:middle;
} 
.pay .hpr td:first-child{
	text-align:left;
} 
.pay .hpr td:last-child{
	text-align:right;
} 
.pay .hpr{
	text-align:right;
} 
.pay .hpl .mdm,
.pay .hpr .mdm{
	font-size:20px;
}
.pay .hpl .big,
.pay .hpr .big{
	font-size:22px;
}
.pay .ip1{
	display:inline-block;
	vertical-align:top;
	margin:0px 40px 20px 0;
}
.pay .wp1{
	font-size:14px;
	color:#555;
}
.pay .hpr{
	color:#389F77;
	font-weight:bold;
	margin-bottom:20px;
}
.pay .hpc{
	color:#389F77;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	margin-bottom:15px;
}
.pay .pp{
	padding-left:20px;
	font-size:17px;
	color:#555;
	padding-top:10px;
	padding-bottom:5px;
}
.pay .pp.v1{
	margin-bottom:20px;
}
.pay .pp2{
	font-size:14px;
	color:#555;
	margin-left:20px;
}
.pay .clr{
	color:#389F77;
	font-weight:bold;
}
.pay{
	
}
.pay{
	
}


.tabs-c div.t-infoseller{
	border:0px;
	font-family:Roboto,sans-serif;
}
.tabs-c .t-infoseller .tinfoseller{
	width:100%;	
	margin-bottom:13px;
	font-weight:300;
}
.tabs-c .t-infoseller .tinfoseller .l2{
	vertical-align:middle;
	border:1px solid #ddd;	
	padding:20px 20px;
	font-weight:normal;
	color:#202020;
}
.tabs-c .t-infoseller .tinfoseller .r2{
	vertical-align:middle;
	border:1px solid #ddd;
	padding:20px 20px;	
}
.tabs-c .t-infoseller .tinfoseller .td3{
	vertical-align:middle;
	padding-right:15px;
	font-size:13px;
}	
.tabs-c .t-infoseller .tinfoseller b{
	display:block;
	font-weight:normal;
}
.tabs-c .t-infoseller .more{
    color: #777;
    font-size: 12px;
    float: right;   
	margin-right:15px;
	margin-bottom:40px;
}
.tabs-c .t-infoseller .more i{
	color:#333;
	font-size:9px;
} 
.tabs-c .t-infoseller .defence h4{
	color:#389F77;
	font-size:30px;
	margin-bottom:2px;	
}
.tabs-c .t-infoseller .defence{
	font-weight:300;
}
.tabs-c .t-infoseller .defence .text2{
	font-size:12px;
	color:#777;
	margin-bottom:15px;
	font-weight:300;
}
.tabs-c .t-infoseller .defence .t2{
	width:100%;
	margin-bottom:15px;
}
.tabs-c .t-infoseller .defence .tr2{
	border:1px solid #ddd;
}	
.tabs-c .t-infoseller .defence .td2{
	width:50%;
	padding: 17px 40px 17px 93px;	
	color:#777;
	font-size:15px;
}
.tabs-c .t-infoseller .defence .l2{
	
}
.tabs-c .t-infoseller .defence .r2{
	
}
.tabs-c .t-infoseller .defence .number{
	display:inline-block;
	margin-left: -71px;
	width:52px;
	height:52px;
	float: left;
	border-radius:50%;
	background:#a3a3a3;
}
.tabs-c .t-infoseller .defence .number span{
	color:#fff;
	font-weight:bold;
	font-size:50px;
	margin-left: 5px;
	line-height: 132%;
}
.tabs-c .t-infoseller .defence .title2{
	font-size:28px;
	margin-top:-7px;
	margin-bottom:3px;
	color:#000;	
}
.tabs-c .t-infoseller{
	
}
.tabs-c .t-infoseller{
	
}
.tabs-c .t-infoseller{
	
}
.tabs-c .t-infoseller{
	
}
.tabs-c .t-infoseller{
	
}
.tabs-c .t-infoseller{
	
}


/* --------------------- D E T A I L (*End*) --------------------- */

/* --------------------- Р“С’Р’Сћ Р“С’Р•С• Р“С’РІР‚в„ў Р“С’Р’С’ Р“С’Р’  --------------------- */



/* --------------------- Р“С’Р’Сћ Р“С’Р•С• Р“С’РІР‚в„ў Р“С’Р’С’ Р“С’Р’  end --------------------- */

/* --------------------- Р“С’Р•РЋ Р“С’Р•С• Р“С’Р’  Р“С’РІР‚вЂќ Р“С’Р›Сљ Р“С’Р’Сњ Р“С’Р’С’Р“вЂљР’  --------------------- */



/* --------------------- Р“С’Р•РЋ Р“С’Р•С• Р“С’Р’  Р“С’РІР‚вЂќ Р“С’Р›Сљ Р“С’Р’Сњ Р“С’Р’С’Р“вЂљР’  end --------------------- */

/* --------------------- C A B I N E T --------------------- */

h1{
	color:#202020;
	font-size:30px;
	margin: 20px 0px 30px 15px;
	font-weight:normal;
}

.fpersonal{
	margin-left:20px;
	margin-bottom:45px;
}
.fpersonal .errors{
	margin: 0 0 15px;
}    
.fpersonal .title2{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:30px;
}
.fpersonal .td2{
	/*vertical-align:middle;*/
	vertical-align:top;
	padding:8px 0px;
}
.fpersonal .l2{
	color:#3F3F3F;
	padding-right:30px;
	width:170px;
}
.fpersonal .r2{
	width:370px;
}
.fpersonal .markf{
	color: #E07C7C;
	margin: 0 2px 0 0;
}
.fpersonal select{
	color:#aaa;
	border:1px solid #ccc;	
	padding:5px 10px;
	font-size:16px;
}
.fpersonal .day{
	width:97px;	
	margin-right:20px;
}
.fpersonal .month{
	width:128px;
	margin-right:20px;
}
.fpersonal .year{
	width:97px;	
}
.fpersonal .chpas{
	font-size:12px;
	border-bottom:1px dotted;
	color:#0066FF;
}	
.fpersonal input:not([type="submit"]):not([type="checkbox"]){
	font-size: 13px;
    height: 37px;
	padding:6px 10px;
	border:1px solid #ccc;
	border-radius:5px;
	width:100%;
	display:inline-block;
	margin-bottom:4px;	
	font-family:"Open Sans",sans-serif;
}
.fpersonal ::-webkit-input-placeholder {font-style:italic;}
.fpersonal input[type="submit"] {
    font-size: 28px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 7px 0 0;
    background: #389F77;
    color: #fff;
    margin: 11px 0px 15px;
    display: inline-block;
	font-family:"Open Sans",sans-serif;
}
.fpersonal input[type="submit"]:hover{
	background: #A16;
	cursor: pointer;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.6);
}
.fpersonal .btnc{
	text-align:left;
	margin:20px 0;
}

.fpersonal .tr2.spr{
	position:relative;
	z-index:900;
	width:100%;
	border-top:1px solid #ccc;
}
.fpersonal .td2.m2{
	width: 290px;
    font-size: 13px;
    font-style: italic;
    color: #389F77;
}
.fpersonal .td2.m2.dn{
	display:none;
}
.bx-ui-slst-pool
{
	width: 296px;
}


/* --------------------- e_C A B I N E T (*End*) --------------------- */

/* --------------------- F A V --------------------- */

h1 .lclear{
	color:#545454;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px dotted;
	font-style:italic;
	margin-left:15px;
	cursor:pointer;
	white-space: nowrap;
}
h2{
	font-weight:normal;
	font-size:14px;
} 

.wish{
	border:1px solid #eee;
	padding:10px;
	margin-bottom:25px;
	margin:0px 15px 25px;
	font-family:Roboto,sans-serif;
}
.wish .t2{
	width:100%;
}	
.wish .l2{
	padding-right:20px;
	width:140px;
}	
.wish .m2{
	padding-right:20px;
}	
.wish .r2{
	width:180px;
}	
.wish .img img{
	max-width:120px;
	max-height:120px;
}
.wish h2{
	margin-bottom: 6px;
}
.wish h2 a{
	color:#000;
	font-weight:300;
}
.wish .price{
	color:#FF6637;
	font-size:20px;
	margin-bottom: 6px;
}
.wish .price span{
	margin-left:3px;
	font-size:17px;
}
.wish .ordersn{
	font-size:12px;
	margin-left:15px;
	display:inline-block;
	vertical-align:top;
	color:#555;
	font-weight:300;
}
.wish .connects{
	font-size:12px;
	margin-top: 7px;
	font-weight:300;
}
.wish .connects a{
	color:#111;
}
.wish .connects i{
	margin-right:10px;
	color:#FF6637;
	font-size:16px;
}
.wish .date{
	font-size:12px;
	color:#555;
	margin-bottom:10px;
	font-weight:300;
}
.wish .delete{
	color:#002DB2;
	display:inline-block;
	margin-bottom:15px;
	font-weight:300;
}
.wish input[type="submit"] {
    font-size: 14px;
	font-family:"Open Sans",sans-serif;
    font-weight: bold;
    padding: 8px 15px;
    background: #389F77;
    color: #fff;
    display: inline-block;
}
.wish input[type="submit"]:hover{
	background: #A16;
	cursor: pointer;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.6);
}
.wishs .p-n{
	border-top:0;
	margin-bottom:30px;
}


/* --------------------- e_F A V (*End*) --------------------- */

/* --------------------- B A S K E T _ O R D E R --------------------- */

.tbasket{
	display:table;
	width:100%;
}
.tbasket .th2{
	background:#eee;
	text-align:center;
	padding:15px;
	border-left:1px solid #D2D2D2;
	width: 13%;
}
.tbasket .td2{
	width: 13%;
}	
.tbasket .td2.c1{
	width:735px;
}
.tbasket .th2:first-child{
	padding-left:60px;
	text-align:left;
	border-left:0;
	width:735px;
}
.tbasket .td2{
	text-align:center;
	padding:15px;
	border-left:1px solid #D2D2D2;
	border-top:1px solid #d2d2d2;
}
.tbasket .c1{
	padding-left:45px;
	position:relative;
	border-left:0;
}
.tbasket .closei{
	position:absolute;
	top:15px;left:15px;
	padding:3px 4px;
	font-size:20px;
	background:#FF4D4D;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
}
.tbasket .closei{
	position:absolute;
	top:15px;left:15px;
	padding: 3px 5px;
	font-size:20px;
	background:#bbb;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
}
.tbasket .tr2:not(.btm):hover .closei{
	background:#FF4D4D;
}
.tbasket .img{
	max-width:177px;
	max-height:177px;
	margin-right:35px;
}
.tbasket h2{
	margin-bottom:18px;
	font-weight:normal;
}
.tbasket h2 a{
	color:#000;
}	
.tbasket .available{
	color:#439A3F;
	font-style:italic;
	margin-bottom:11px;
}
.tbasket .articul{
	font-size:12px;
}
.tbasket .price .new{
	font-size:16px;
	color:#FF0000;
	margin-bottom:15px;
}
.tbasket .price .old{
	color:#666;
	position:relative;
	display:inline-block;
}
.tbasket .price .old span{
	position:absolute;
	display:block;
	top:50%;left:0px;
	width:110%;
	height:1px;
	background:#999;
	margin:0px -3px;
}
.tbasket .rub{
	font-size: 12px;
	color: #535353;
}
.tbasket .td2.c4{
	font-weight:bold;
	font-size:16px;
}
.tbasket .td3{
	text-align:left;
}
.tbasket .tr2.btm .td2{
	text-align:right;
}
.tbasket .tr2.btm .c1{
	text-align:left;
}
.tbasket .tr2.btm .c3{
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.tbasket .tr2.btm .td2{
	border-left:0px;	
	vertical-align:middle;
}
.tbasket .tr2.btm .c4{
	font-size:16px;
	font-weight:normal;
	border-left:1px solid #d2d2d2;
}
.tbasket .quantity p{
	width:29px;
	height:29px;
	background:#ccc;
	color:#fff;	
}
.tbasket .quantity input{
	border:1px solid #ccc;
	font-size:23px;
	height:29px;
	width:50px;
}
.tbasket .quantity{
	width:108px;
}

.tbasket .cupon{
	font-size: 12px;
    height: 38px;
	padding:6px 10px;
	border:1px solid #ccc;
	border-radius:5px;
	width:188px;
	display:inline-block;
	color:#666;
	font-style:italic;
	vertical-align:top;
	font-family:"Open Sans",sans-serif;
}
.tbasket .btnc{
	display:inline-block;
	text-align:left;
	margin-left:10px;
}
.tbasket input[type="submit"] {
    font-size: 19px;
    font-weight: bold;
    padding: 6px 15px;
    background: #389F77;
    color: #fff;    
    display: inline-block;
	font-family:"Open Sans",sans-serif;
}
.tbasket.btm30{
	margin-bottom:30px;
}
.tbasket input[type="submit"]:hover{
	background: #A16;
	cursor: pointer;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.6);
}

.basket .fpersonal{
	margin-right:20px;
}
.basket .fpersonal .title2{
	font-size:30px;
	margin-bottom:20px;
	font-weight:normal;
}
.fpersonal.infobuyer input:not([type="submit"]):not([type="checkbox"]){
	width:295px;
}
.fpersonal.infobuyer input:not([type="submit"]):not([type="checkbox"]).phone{
	/*width:180px;*/
}
.fpersonal.infobuyer .l2{
	width: 200px;    
    padding-top: 15px;    
    vertical-align: top;
}
.fpersonal.fdelivery .l2{
	width:150px;
}
.fpersonal.fdelivery select{
	width: 265px;
	border-radius:5px;
	height:38px;
	color:#333;
}

.basket .tabs-c{
	margin-bottom:20px;
}
.basket .tabs-c .tabs .tab{
	padding:15px 15px;
	color:#999999;
	font-size:24px;
	background:#EEEEEE;
	border:1px solid #ccc;	
	border-right:0px;
	border-bottom:0;
	font-weight:normal;
	font-family:"Open Sans",sans-serif;
}
.basket .tabs-c .tabs .tab.active{	
	color:#4F4F4F;
	background:#fff;	
	margin-bottom:0;
	border:1px solid #ccc;
	border-right:0;
	border-bottom: 0;
	position:relative;
}
.basket .tabs-c .tabs .tab.third{
	border-right:1px solid #ccc;
}	
.basket .tabs-c .tabs .tab:not(.active):hover{
	background: #dfdfdf;
	color:#4F4F4F !important;
}
.basket .tabs-c .tabs .tab.active:hover{
	color:#4F4F4F !important;
}
.basket .tabs-c .tabs{
	border-bottom:0;
	margin-bottom:0px;
	position:relative;
}
.basket .tabs-c .tabs .tab.active:before{
	content:"";
	position:absolute;
	bottom: -2px;
    left: 0px;
    width: 100%;
    height: 3px;
	background:#fff;
}
.t-pickup{
	padding:15px;
}
.t-pickup .ftags{
	margin-bottom:18px;
}
.t-pickup .points{
	height: 190px;
	margin-bottom:15px;
	overflow-y:auto;
}
.t-pickup .ftags p{
	font-size:14px;
	font-family:"Open Sans",sans-serif;
}
.t-pickup .ftags .inp[checked = "checked"] + .inpn .rdo:before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	margin-left: 6px;
	margin-top: 6px;
}    
.t-pickup .ftags .rdo{
	vertical-align:top;
}
.t-pickup .map{
	max-width:1169px;
	max-height:1169px;
	width:100%;
}
.basket .infodelivery{
	color:#333;
	margin:0px 16px 40px;
}
.basket .payments{
	margin-left:15px;
}
.basket .payments .item{
	cursor:pointer;
	position:relative;
	border-radius:5px;
	padding:10px;
	width: 156px;
	margin-right:20px;
	opacity:0.5;
}
.basket .payments .title2{
	font-size:30px;
	margin-bottom:30px;
}
.basket .payments img{
	display:inline-block;
	margin:10px 5px;
}
.basket .payments .td2{
	font-size:18px;
}
.basket .payments .item:hover,
.basket .payments .item.active{
	box-shadow:0 0 4px rgba(0,0,0,0.5);
	opacity:1;
	font-weight:bold;
}
.basket .payments .checki{
	display:none;
	position:absolute;
	top:10px;left:10px;
	font-size:20px;
	font-weight:bold;	
}
.basket .payments .item:hover .checki{
	display:inline-block;
}	
.basket .payments .active .checki{
	display:inline-block;
}	

.basket .ptotal{
	display:table;
	width:100%;
	font-size:16px;
	margin-bottom: 30px;
}
.basket .ptotal .td2{
	text-align:right;
	padding:15px 20px;
}
.basket .ptotal .l2{
	border-right:1px solid #ccc;
	font-weight:bold;
	width:90%;
}
.basket .ptotal .r2{
	min-width:115px;
}	
.basket .ptotal .l2 span{
	font-size:20px;
}
.basket .ptotal .tr2:first-child{
	border-bottom:1px solid #ccc;
}

.basket .scomment{
	margin:0px 15px 30px;
	text-align:center;
}
.basket .scomment .title2{
	text-align:left;
	font-size:20px;
	margin-bottom:20px;
}
.basket .scomment textarea{
	width:100%;
	height:160px;
	border:1px solid #ccc;
	border-radius:4px;
	padding:10px;
	resize:none;
	margin-bottom:35px;
}
.basket .scomment .ftags{
	margin-bottom: 30px;
	display:inline-block;
}
.basket .scomment .ftags p{
	color:#666;
	font-size:14px;
	font-style:italic;
	font-family:"Open Sans",sans-serif;
}
.basket .scomment .ftags i{
	font-style:normal;
}	
.basket .scomment .sbt{ 
	display:inline-block;
	background:#389F77;
	font-size: 34px;
	font-weight:bold;
	color:#fff;
	padding:20px 25px;
	font-family:"Open Sans",sans-serif;
}
.basket .scomment .sbt:hover{
	background: #A16;
	cursor: pointer;
	color:#fff !important;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.6);
}
.t-courier-d{
	padding: 20px 0px;
}
.basket .fpersonal.fcourier{
	margin-bottom:0px;
}
.basket .fpersonal.fcourier .l2{
	width: 159px;
}	

.basket .sorder{
	width:500px;
	margin: 40px auto 150px;
	text-align:center;
}
.sorder .btn.type4 {
    background: #389F77;
    padding: 7px 25px 10px;    
    font-size: 30px;    
    vertical-align: top;
} 

.sorder .btn.type1{
    background: #58bF97;
    font-size: 15px;
}

.basket .sorder .title2{
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
}
.basket .sorder .text2{
	margin-bottom:60px;
}
.basket .sorder .sbt{ 
	display:inline-block;
	background:#389F77;
	font-size: 28px;
	font-weight:bold;
	color:#fff;
	padding:15px 20px;
	font-family:"Open Sans",sans-serif;
}
.basket .sorder .sbt:hover{
	background: #A16;
	cursor: pointer;
	color:#fff !important;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.6);
}

.t-mail{
	padding:15px;
}
.t-mail .fpersonal{
	margin:0px;
	margin-top:10px;
}

.empty-basket-page {
text-align:center;
font-size:16px;
color:#389F77;
}

.empty-basket-page a{
color:#000;
}


/* --------------------- e_B A S K E T _ O R D E R (*End*) --------------------- */

/* --------------------- O T H E R --------------------- */

.torders{
	width:100%;
	margin-bottom: 15px;
}
.torders table{
	width:100%;
}	
.torders .minus{
	display:none;
}
.torders .active .minus{
	display:inline-block;
}
.torders .active .plus{
	display:none;
}
.torders .hide{
	display:none;
}
.torders .tr2{
	background:#EEEEEE;
}
.torders .tr2.active{
	background:#fff;
}	
.torders .tr2.active .togglec .sw{
	background:#389F77;
}	
.torders .td2.c5{
	position:relative;
}	


.torders .sw{
	cursor:pointer;
}
.torders .th2{
	background:#eee;
	padding:15px 15px;
	text-align:center;
	color:#333;
	width:17%;
}
.torders .th2.c1{
	text-align:left;
	width:20%;
}	
.torders .th2.c2{
	text-align:left;
	width:20%;
}	
.torders .th2.c6{
	width:90px;
	max-width:90px;	
}	
.torders .td2{
	padding:5px 15px;
	text-align:center;
	color:#535353;
	vertical-align:middle;
}
.torders .td2.c1{
	text-align:left;		
}	

.torders .tr3 .th2.c1,
.torders .tr3 .td2.c1{
	padding-left: 63px;
}	
.torders .tr3 .td2.c5{
	vertical-align:top;
	padding-bottom:8px;
}
.torders .td2.c2{
	text-align:left;	
}
.torders .togglec{
	display:table-cell;
	width:24px;
	padding-right:24px;
}	
.torders .togglec .sw{
	background:#ccc;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	width:24px;
	height:24px;
	font-size:20px;
	line-height: 120%;
	text-align:center;
}	
.torders .togglec .sw:hover{
	background:#389F77;
}	
.torders .number{
	display:table-cell;
}
.torders .green{
	color:#439A3F;
}
.torders .rub{
	font-size:12px;
}
.torders .sbt{
	display:inline-block;
	background:#389F77;
	padding: 8px 15px;
    font-size: 14px;
	font-weight:bold;
	color:#fff;
	font-family:"Open Sans",sans-serif;
}
.torders .sbt:hover{
	background: #A16;
	color:#fff !important;
	cursor: pointer;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.6);
}
.torders i{
	cursor:pointer;
	color:#333;
	font-size:20px;
	margin:0px 5px;
}
.torders .tr2{
	border-top:1px solid #ccc;
}
.torders .tr2:first-child{
	border-top:0;
}
.torders .tr2.active{
	border-bottom:1px solid #eee;
}	
.torders .tr3 .td2{
	font-size:12px;
	color:#535353;
	padding: 5px 15px;
}
.torders .f13{
	font-size:13px;
}

.torders .tr3{
	display:none;
}
.torders .tr3.active{
	display:table-row;
}	
.torders .tr3 .th2{
	background:#fff;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}
.torders .tr3 .th2,
.torders .tr3 .td2{
	vertical-align:top;
}

.op-n .p-n{
	border-top:0;
	margin-bottom:10px;
}

.olinks a{
	display:inline-block;
	color:#444;
	font-size:16px;
	padding:15px 20px;
	margin:0px 20px 10px 0px;
	background:#CCCCCC;
}
.olinks a:hover{
	background:#48aF87;
	color:#fff !important;
}	
.olinks a.active{
	background:#389F77;
	color:#fff;
}

.view-sort{
	font-family:Roboto,sans-serif;
	margin-bottom: 20px;
	font-weight:300;
}
.view-sort .result{
	color:#333;
	font-size:16px;
	margin-bottom:14px;
	margin-top:-1px;
}
.view-sort .result b{
	font-size:20px;
	margin-left:5px;
}
.view-sort .result .number{
	color:#FF6637;
	display:inline-block;
}
.view-sort .vs{
	background:#F0F0F0;
	padding:5px 15px;
	font-size:12px;
}
.view-sort .sel{	
	float:left;
	margin-right:40px;
    margin-bottom: 5px;
    margin-top: 5px;
	cursor:pointer;
}
.view-sort .sel a{
	color:#000;
}
.view-sort .sel i:first-child{
	margin-left:4px;
}	
.view-sort .sel i{
	color:#999;
	width:2px;
}
.view-sort .sel.active i{
	color:#ff7c00;
}
.view-sort .v{
	float:right;
	margin-top: 1px;
}
.view-sort .v i{
	color:#fff;
	font-size:19px;
	vertical-align: top;
}
.view-sort .v i:before{
	padding: 3px 3px 2px 3px;
}
.view-sort .v span{
	display:inline-block;
	margin-top:2px;
}
.view-sort .v a:hover i.active{
	cursor:default;
}	
.view-sort .v a:hover i:not(.active){
	color: #f99;	
}	
.view-sort .v .th-l{	
	margin-right:4px;
	margin-left:10px;
}	
.view-sort .v i{
	background:#555;
}	
.view-sort .v i.active{
	background:#389F77;
}	
.view-sort .v .barsi:before{
	padding: 3px 4px 2px 4px;
}	

.section .p-n{
	border-top:0;
}

.fpersonal textarea{
	width:100%;
	height:160px;
	border-radius:5px;
	padding:7px 10px;
	border:1px solid #ccc;
	font-family:"Open Sans",sans-serif;
	resize:none;
	font-size:13px;
}
.fpersonal .markf{
	width:auto;
}
.fpersonal .t2.w100{
	width:100%;
}
.fpersonal .t2.w100 .l2{
	min-width:170px;
}
.fpersonal .t2.w100 .r2{
	width:90%;
}
.fpersonal .btnc.t-a-c{
	margin:50px auto;
	text-align:center;
}


.about{
	margin:0px 15px 40px;
}
.about .l2{
	padding-right:15px;
	width:40%;
}
.about .r2{
	padding-right:15px;
	width:60%;
}
.about .img{
	width:100%;
	max-width:480px;
	max-height:480px;
}
.about .title2{
	font-size:20px;
	margin-bottom:30px;
}
.about p{
	color:#444;
	margin-bottom:20px;
}

.errorc{
	margin:50px auto;
	max-width:940px;
}
.errorc .error{
	display:table;
	width:100%;
	margin:0px 15px;
}
.errorc .td2{
	vertical-align:middle;
}
.errorc .l2{
	padding-right:40px;
	text-align:center;
}
.errorc .text2{
	font-size:38px;
	font-weight:bold;
	color:#333;
}
.errorc .text3{
	color:#FC7D29;
	font-weight:bold;
	font-size:72px;
	text-shadow:0 2px 2px rgba(0,0,0,0.5);
	margin-bottom:8px;
}
.errorc .text4{
	font-size: 29px;
	color:#333;
	margin-bottom: 25px;
}
.errorc a{
	display:inline-block;
	font-size:22px;
	color:#fff;
	background:#389F77;
	font-weight:bold;
	padding:15px 20px;
}
.errorc a:hover {
    background: #A16;
    cursor: pointer;
	color:#fff !important; 
    box-shadow: inset 0 0 25px rgba(0,0,0,0.6);
}

/* --------------------- O T H E R (*End*) --------------------- */

/* --------------------- M E D I A --------------------- */

@media all and (max-width:1220px){	
	.info .btn.type1{
		padding-right:15px;
		padding-left:15px;
	}
	.zoomContainer{
		display:none;
	}   
	
	.tabs-c .t-infoseller .defence .t2{
		display:block;
	}
	.tabs-c .t-infoseller .defence .tr2{
		display:block;
		padding: 10px;
	}
	.tabs-c .t-infoseller .defence .td2{
		display:block;
		width:100%;
		padding:0px;
		text-align:center;
		margin-bottom:10px;
	}
	.tabs-c .t-infoseller .defence .number{
		margin:0px auto;
		float:none;
		text-align:left;
	}
	.tabs-c .t-description .img-c img{
		display:inline-block;
		width:100%;
	}
	.tabs-c .tab{
		margin-bottom:3px;
		margin-right:3px;
	}
	.basket .tabs-c .tabs .tab.active:before{
		display:none;
	}
	.basket .tabs-c .tab{
		margin:0px;
	}
	.container{
		width:auto;
	}
	.t{
		width:auto;
		margin: 0 10px;
	}
	.goods{
		margin:0px;
	}
	footer .tr > .td{
		width:auto;
	}	
	footer .phone{
		margin-right:0;
	}
	footer .phone{
		float:right;
	}
	
/*	.flr.type1 .l1,
	.flr.type1 .r1{
		width:100%;
		text-align:center;
	}
	.flr.type1 .flr1{
		width:100%;
		text-align:center;
	}*/
	.flr.type1 .flr1{
		margin:0 auto;
		text-align:center;
		float:none;
	}
	.flr.type1 .logo{
		margin:0 auto 15px;
	}
	.flr.type1 .bfc{
		margin: 14px auto 40px;
	}
	.flr.type1 .search i{
		float:right;
	}
	
}	    

@media all and (max-width:1100px){
	.detail .l1,
	.detail .r1{
		display:block;
		width:100%;		
		padding-right:0px;
	}
	.detail .l1{
		max-width:2000px;	
		width:350px;
		margin:0px auto;
		display:block;
		margin-bottom:20px;
	}
}	


.tabs-c .t-delivery .t2 .th2.hide,
.tabs-c .t-delivery .t2 .td2.hide{
	display:none;
}
@media all and (max-width:1000px){
	.menut.v4 .e3 a {
		font-size: 12px;
	}
	.fpersonal .td2.m2{
		display:none;
	}
	.fpersonal .td2.m2.dn{
		display:block;
		width:100%;
	}
	.fpersonal .tr2{
		display:block;
	}
	.fpersonal .tr2.spr{
		margin-top:15px;
	}
	.fpersonal .tr2.spr .td2.m2.dn{
		margin-top:10px;
	}
	
	.tabs-c .t-delivery .t2 td.th2{
		border:1px solid #fff;
		border-top:1px solid #ccc;
	}
	.tabs-c .t-delivery .t2 td.th2,
	.tabs-c .t-delivery .t2 td.td2{
		padding:5px;
	}
	.cnn .wc{
		float:none;
	}
	
	.goods .list .l2,
	.goods .list .m2,
	.goods .list .r2{
		display:block;
		width:100%;
		padding:0 10px 10px 10px;
	}
	.goods .list .l2{
		width:136px;
		margin:0px auto;
	}
	
	.goods{
		text-align:center;
	}	
	
	.errorc{
		margin:50px 20px;
		width:auto;
	}
	.errorc .text2{
		font-size:20px;
	}
	.errorc .text3{
		font-size:30px;
	}
	.errorc .text4{
		font-size: 20px;
	}
	.errorc a{
		font-size:18px;
	}
	.errorc .r2 img{
		width:200px;
	}
	
	.tabs-c .t-delivery .t2 .th2{
		display:none;
	}
	.tabs-c .t-delivery .t2 .th2.hide,
	.tabs-c .t-delivery .t2 .td2,
	.tabs-c .t-delivery .t2 .l2,
	.tabs-c .t-delivery .t2 .r2{
		display:block !important;
		width: 50%;
		float: left;
		font-size: 11px;
	}
	.tabs-c .t-delivery .t2 .l2,
	.tabs-c .t-delivery .t2 .r2{
		padding:0px;
		text-align:center;
		display:block;
		width: 100%;
	}
	.tabs-c .t-delivery .t2 .tr2{
		
	}
	.tabs-c .t-delivery .t2 .tr2{
		
	}
	
	.nivoSlider img{
		width: 150% !important;
		height: auto !important;
		margin: 0px 0 0 -22%;
	}	
	.nivo-slice {
		display:none;
	}
	.nivo-box {
		display:none;
	}
	
	.tabs-c .reviews .th2{
		display:none;
	}
	.tabs-c .reviews .th{
		display:block;
		text-align:center;
		padding:10px;
		background:#ddd;
		font-size:14px;
		font-weight:bold;
	}	
	.tabs-c .reviews .tr2{
		display:block;
		width:100%;
	}
	.tabs-c .reviews .tr2 > .td{
		display:block;
		width:100%;
		text-align:center;
	}	
	.tabs-c .reviews .tr3 .td{
		text-align:left;
	}
}	
@media all and (min-width:801px){
	
	.menul .arw:hover{
		cursor:pointer;
	}
	.menul .arw:hover:after{
		color:#fff !important;
	}
	.menul li:hover {
		background: #389F77;
	}
	
	.menul ._2 >li>a{
		margin-left: 10px;
	}   
	.menul ._3 >li>a{
		margin-left: 20px;
	} 
	.menul li:hover > a{
		color: #fff !important;
	}
	.menul li:hover > a:after{
		color:#fff !important;
	}
	.menul li.active > a:after{
		color:#fff !important;
	}
/*	.menut li:hover{
		background:#389F77;
	}
	.menut li:hover > a{
		color:#fff !important;
	}
	.menut [class ^= _]:not(._1),
	.menut [class ^= _] li:hover{
		box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 2px 0px;
	}*/
/*	.menut li:hover > [class ^= _],
	.menut [class ^= _]:hover{
		display:block;		
	}*/
/*	.menut li.active > ul[class ^= _]{
		display:block;
	}
	.menut li:hover > :not(.lside)[class ^= _]{
		margin-left:-15px;
	}*/
	
	.tbasket .hstr,
	.tbasket .hstr *{
		opacity: 0;
		line-height:0 !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
		height:0px !important;
		border:0 !important;
		margin-top:0px !important;
		margin-bottom:0px !important;
		max-height: 0px !important;
		vertical-align:top !important;
	}
	.tbasket .hstr img{
		max-height:0;
	}
	.tbasket .th2.hide{
		display:none;
	}
	.tbasketh:hover{
		box-shadow:0 0 5px rgba(0,0,0,0.5);	
	}
	.tbasket .td2{
		position:relative;
	}
}


@media all and (max-width:800px){	
	.detail .info .otr .r5{
		display:block;
		padding-right:0px;
		width:100%;
	}
	.cnn{
		text-align:center;
	}
	.cnn .kc{
		padding-top:15px;
		padding-bottom:15px;
		padding-right:10px;
		padding-left:10px;
	}
	.cnn .rs{
		float:none;
	}
	.cnn .ec{
		float:none;
		margin:0 auto 10px !important;
		text-align:center;
	}
	.cnn .btn{
		font-size:13px;
		padding-right:10px;
		padding-left:10px;
		display:inline-block;
		float:none;
	}
	.cnn .ec.cdnh{
/*		float:left;
		margin-left:30px !important;*/
	}
	
	.menul .active > [class ^= _],
	.menut .active > [class ^= _]{
		display:block;
	}	
	
/*	.menut li:hover,
	.menut li:hover a,
	.menut a:hover{
		background:none !important;
		color:#000 !important;
	}*/
	
	.torders .tr3 .th2.c1, .torders .tr3 .td2.c1{
		padding-left:15px;
		text-align:center;
	}
	
	
	.tbasket .td2.c1{
		width:100%;
	}
	
	.torders .th2:not(.hide){
		display:none;
	}
	.torders .td2.c2,
	.torders .td2.c1{
		text-align:center;
	}
	.torders .th2.hide,
	.torders .td2{
		display:block;
		width:100%;
		text-align:center;
	}
	.torders .td2.show{
		display:none;
	}
	.torders .togglec,
	.torders .number{
		display:inline-block;
		margin:0px 5px;
	}
	.torders .tr3 .r2{
		width:100%;
		padding-left:0px;
	}
	.torders .tr3 .th2{
		padding-top:5px;
		padding-bottom:5px;
	}	
	.torders .empty{
		display:none !important;
	}
	
	.basket .payments{
		text-align: center;
	}
	
	.tbasket .th2{
		display:none;
	}
	.tbasket .th2.hide,
	.tbasket .td2{
		padding:15px;
		display:block;
		width:100%;
		text-align:center;
	}
	.tbasket .tr2.btm .td2{
		text-align:center;
	}
	.tbasket .tr2:not(.btm):hover{
		display:block;
		box-shadow:0 0 5px rgba(0,0,0,0.5);
	}
	.tbasket .img{
		display:inline-block;
		margin-bottom:10px;
		margin-right:0px;
	}	
	.tbasket .closei{
		position:static;			
	}
	.tbasket .td3{
		display:block;
		width:100%;
		text-align:center;
	}
	.tbasket .tr2.btm .c1{
		padding-left:15px;
	}	
	.tbasket .tr2.btm .c2{
		display:none;
	}
	.tbasket{
		border-bottom:1px solid #d2d2d2;
	}
	.tbasket .tr2.btm .hide{
		display:none;
	}	
	.tbasket .btnc{
		margin:5px;
		margin-bottom:0px;
		display:block;
		text-align:center;
	}
	
	.t .l{
		width:auto;
		display:block;
	}	
	.t .r{
		width:auto;
		display:block;
	}
	
	.stitle.adown:after{		
		content: "\f106";
	}
	.stitle.aup:after{	
		content: "\f107";
	}
	
	.stitle:hover{
/*		background:#389F77;
		color:#fff;
		cursor:pointer;*/
	}
	
/*	.menut .view1{
		display:none;
	}
			
	.menut ._1 > li > .active{
		background:#389F77;	
	}
	.menut ._2 > li > .active{
		background:#48aF87;	
	}
	.menut ._1 > li{
		width:100%;
		text-align:center;
	}
	.menut ._2{
		background:#f9f9f9;
	}
		
	.menut [class ^= _]:not(._1){
		position:static;
		width:100%;
	}*/
	
	.t .l{
		width:100%;
		padding-right:0px;
	}
	
	.menul{
		text-align:center;
	}
	
	.rec-n .item{
		width:190px;
		display:inline-block;
		margin:10px 10px;
	}	
	.rec-n{
		text-align:center;
	}
	.rec-n .td:last-child{
		width:100%;
	}
	
}	

@media all and (max-width:700px){
	
	.about{
		text-align:center;
	}	
	.about .td2{
		display:block;
		width:100%;
		margin:5px 0;
	}
	
	.wish .td2{
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:10px;
		padding:0px;
	}
	.wish .delete{
		margin-right:10px;
	}
	.wish .r2{
		margin-bottom:0px;
	}
	.wish{
		
	}
	.wish{
		
	}
	
	.reg .reg-auth{
		width:300px;
		padding:15px;
	}
	.reg-auth .title{		
		font-size: 17px;		
		margin-bottom: 15px;
	}
	.reg-auth .item {
		margin: 0 0 5px 0;
	}
	.reg-auth .td2{
		width:100%;
		display:block;
	}
	.reg .reg-auth .td2:first-child .item{
		margin: 0px 0px 5px 0;
	}
	.reg-auth .mes{
		margin:10px -15px;
	}
	.reg-auth .cblock{
		width:100%;
		margin-top:10px;
	}
	.reg-auth .cblock .ftags{
		width:100%;
	}
	.reg{
		background: url("../images/auth.jpg")no-repeat 0 50%;
		height: auto;
		padding: 25px 0px;		
	}
	.reg-auth input[type="submit"] {
		font-size: 14px;
	}	
	
	.tabs-c .t-infoseller .defence .title2{
		font-size:18px;
	}
	.tabs-c .t-infoseller .defence h4{
		font-size:25px;
	}
	.tabs-c .t-infoseller .defence .number span {
		font-size: 29px;
		margin-left: 2px;
	}
	.tabs-c .t-infoseller .defence .number {
		width: 30px;
		height: 30px;
	}
	
	.tabs-c .t-infoseller .l2,
	.tabs-c .t-infoseller .r2,
	.tabs-c .t-infoseller .td3{
		display:block;
		text-align:center;
	}	
	
	footer .top .tr{
		display:block;
	}	
	footer .top .td{
		display:block;
		text-align:center;
	}
	footer .payment{
		width:100%;
		margin-bottom:10px;
	}
	footer .logo{
		display:inline-block;
		margin-bottom:10px;
	}
	footer .phone{
		width:100%;
	}
	footer .phone b{
		font-size:30px;
	}
	footer .phone i{
		font-size:16px;
	}
	
	.flr .l1,
	.flr .r1{
		width:100%;
		text-align:center;
	}
	.flr.type1 .l1,
	.flr.type1 .r1{
		width:100%;
		text-align:center;
		padding:7px 15px;
	}
	.flr.type1 .bfc {
		margin: 8px auto 20px;
	}
	.flr.type1 > div{
		width:100%;
	}
	
	footer .btm .td{
		display:block;
		margin:10px 10px;
		text-align:center;
	}
	footer .btm .services{
		padding-left:0px;
	}
	footer .btm .services .item{
		float:none;
	}
}

@media all and (max-width:600px){
	.pay .ip1{
		margin-right:20px;
		margin-bottom:10px;
	}
	.pay .wp1,
	.pay .pp{
		font-size:12px;
	}
	.pay .hpc{
		font-size:14px;
	}
	.pay .hpl .big, .pay .hpr .big {
		font-size: 18px;
	}
	.basket .sorder{
		width:300px;
	}
	.basket .sorder .title2{
		font-size:20px;
	}
	.basket .sorder .text2{
		margin-bottom:40px;
	}	
	.basket .sorder .sbt{
		font-size:20px;
	}
	
	.basket .fpersonal.fcourier .l2{
		text-align:center;
		width:100%;
	}
	
	h1{
		text-align:center;
		margin-right:15px;
	}
	.fpersonal{
		text-align:center;
		margin-right:15px;		
		margin-left:15px;
	}	
	.fpersonal .t2{
		width:100%;
	}
	.fpersonal .td2{
		width:100%;
		display:block;
		margin:0px;
		padding:10px;
	}	
	.fpersonal.infobuyer .l2{
		width:100%;
	}
	.fpersonal.fdelivery .l2{
		width:100%;
	}
	.fpersonal.infobuyer input:not([type="submit"]):not([type="checkbox"]){
		width:100%;
	}
	.fpersonal.fdelivery input:not([type="submit"]):not([type="checkbox"]){
		width:100%;
	}
	.fpersonal.fdelivery select{
		width:100%;
	}
	.fpersonal input{
		text-align:center;
	}
	.fpersonal input[type="submit"] {
		font-size:16px;
	}
	.fpersonal select{
		margin: 0 10px 10px 0;
	}
	.fpersonal .btnc{
		text-align:center;
		margin:20px auto;
	}
	.fpersonal .t2.w100 .r2{
		width:100%;
	}
}	

@media all and (max-width:500px){
	.detail .info .otr a{
		display:block;
	}
	
	.view-sort{
		text-align:center;
	}
	.view-sort .sel{	
		float:none;
		display:inline-block;
		margin-right:10px;
	}	
	.view-sort .v{
		float:none;
		width:100%;
	}	
	
	.basket .payments{
		margin:35px 10px;
	}
	.basket .payments .item{
		margin:10px;
	}
	
	.errorc .error{
		margin:0px;
	}
	
	.haracteristic .l2{
		width:135px;
	}
	
	.payments{		
		text-align:center;
	}	
	.payments .item{		
		margin: 0px 5px 10px 5px;		
	}
	
	.basket .scomment .sbt{
		font-size:20px;
	}
	
	.basket .tabs-c .tabs .tab{	
		font-weight:normal;
		font-size:17px;
		border:1px solid #ccc;
		margin:0 2px 4px;
	}	
	.basket .tabs-c .tabs .tab.active{	
		border:1px solid #ccc;	
		margin-bottom:4px;
	}	
	.goods .tile{
		margin-left:5px;
		margin-right:5px;
	}
	
	.auth .reg-auth{
		width:300px;
		padding:15px;
	}
	
	.errorc .td2{
		display:block;
		width:100%;
		padding:0px;
	}
	.errorc .l2{
		margin-bottom:30px;
	}	
	.errorc .r2{
		text-align:center;
	}	
	.p-n{
		font-size:14px;
	}
	.p-n i{
		margin-bottom:1px;
	}
	.detail .socials span{
		display:inline-block;
		margin-bottom:5px;
	}
	.detail .info .l2{
		padding-right: 10px;
		padding-left: 10px;
		width: 95px;		
	}
	.detail .info .r2{
		padding-right:5px;		
	}
	.btn {
		font-size: 14px;
	}
	
	.gallery .view-m img{
		max-width: 268px;
		max-height: 268px;
	}
	.gallery .view-m{
		width: 280px;
		height: 280px;
	}	
	.detail .l1{
		width:280px;
	}
	.gallery .hiddenspr{
		display:inline-block;
		width:1px;
		height:100px;
		margin:2px;
	}
	.gallery .view-s{
		text-align:center;
	}
	.gallery .view-s .item-c{
		display:inline-block;
		margin:0px 5px 5px 0px;
	}
/*	.gallery .view-s .item-c:hover img{
		//border:1px solid transparent;
		padding:0px;
	}
	.gallery .view-s .item-c:hover .item {
		border: 1px solid #FCAB42;
		padding: 0;
	}*/
	
	.flr.type1 .search{
		width:100%;
	}
	.flr.type1 .search input{
		width:100%;
	}
	
	.bx-ui-slst-pool
	{
		width: 100%;
	}
		
}
/* --------------------- M E D I A (*End*) --------------------- */



/* ----- =M E N U _ T O P _ L E F T ----- */
.menut .e1 .g-lww{
	width:auto;
}
.menut{
	
	//max-width:246px;
	//min-width:246px;
}
.menut [class*=c-m]{
	display:table-cell;
}
.menut [class*=c-m1]{
	padding:11px 10px;
	vertical-align:middle;
}

.menut .a1,
.menut .a-m{
	display:inline-block;
	vertical-align:middle;
	padding: 15px 15px 15px;
}
.menut .a-m{
	padding-left:0px;
}

.menut .a1{
	font-size:18px;
}
.menut .a-m{
	font-size:12px;
	color:#fff;
	font-style:italic;
}
.menut .a-m:hover{
	color:rgba(255,255,0,1.5) !important;
}

.menut .ik-m{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.menut [class*=c-m]{
	display:table-cell;
	vertical-align:middle;
}
.menut .c-m21{
	width:18px;
	height:18px;
	text-align:center;
}
.menut .c-m22{
	padding-left:10px;
}
.menut .i-m{
	display: block;
    margin: 0 auto;
	vertical-align:middle;
	max-width:18px;
	max-height:18px;
}

.menut .ari:before{margin: 0px 0px 0 3px;}
.menut .c-m12 .wl{
	font-size:12px;
	font-style:italic;
}


.tstr{
	background:#eee;
}
.bstr{
	background:#eee;
}
.bstr.str{
	position:fixed;
	top:0px;right:0px;left:0px;
	z-index:980;
	background:#ebebeb;
	margin:auto;
	
}
.bstr.str .ul3{
	border:1px solid #ccc;
}
.bstr.str .ul2{
	
}
.bstr.str .menut .e1:not(.act) .ul2{
	display:none;
}
.menut ul{
	list-style-type:none;
}

.menut li{
	position:relative;
}
.menut .ul2 a{
	font-size:14px;
}

.menut .aup:after{
	color:#fff;
	font-family:fa;
}
.menut .adown:after{
	font-family:fa;
	color:#389F77;
}
.menut .lb{
	position:absolute;
	bottom:-1px;left:0px;
	z-index: 950;
	display:block;
	width:100%;
}
.menut .lb span{
	display:block;
	margin:0px 10px;
	border-bottom:1px solid #ddd;
}

.menut .ul1{
	
}	
.menut .ul2{
	width:100%;		
	background:#ebebeb; 
}

.bstr.cp{
	padding-top:0px;
	padding-bottom:0px;
}
.menut .e1{
	background:#9E1E21;
}
.menut.v3 .e1{
	background:none;
}
.menut .e1.hdr{
	background:#9E1E21;
}
.menut .e2{
	display:block;
	/*padding: 10px 15px 9px 10px;*/
}

.menut .e3:last-child .sep{
	border-right:0;
}	
.menut .r1{
	padding: 11px 9px 11px 8px;
	font-size:12px;
	font-style:italic;
}
.menut .wl{
/*	padding-left:3px;
	padding-right:3px;*/
}
.menut .wl i{
	margin-right:10px;
}
.menut .a1{
	color:#fff;
}	
.menut .l1 .a1{
	font-size:18px;
	font-weight:bold;
	padding:11px 0px 11px 20px;
}
.menut .l1 .a1:hover{
	color:#fff !important;
}	










.menut .a2,
.menut .a3{
	display:inline-block;
}
.menut .a2{
	color:#000;
}	

.menut .brandmp{
	background-color:#FF6F3E;
}
.menut .brandmp .a2{
	color:#fff;
}	
.menut .l2,
.menut .r2{
	vertical-align:middle;
}
/*.menut .l2{
	width:24px;
	text-align:center;
}*/
/*.menut .l2 img{
	max-width:24px;
	max-height:24px;
}*/
/*.menut .r2{
	padding-left:8px;
}	*/
.menut .ul3{
	min-height: 100%;
}	

.menut .rside{
	left:0;
}
.menut .rside .ul3{
	left:100%;
}
.menut .ul2{
	/*margin-top:48px;*/
	left:0;
}
.menut .ul3{
	left:100%;
}
.menut .lside{
	right:0;
	left:inherit;
}
.menut .lside .ul3{
	right:100%;
	left:inherit;
}
/*.menut .e1:nth-child(1) .rside .ul3,
.menut .e1:nth-child(2) .rside .ul3{
	left:100%;
}
.menut .e1:nth-child(1) .rside,
.menut .e1:nth-child(2) .rside{
	left:0;
}

.menut .e1:nth-child(n+3) .rside{
	right:0;
}

.menut .e1:nth-child(n+3) .rside .ul3{
	right:100%;
}*/
.menut .e2.act .ul3{
	display:table;
}
.menut.v4{
	background:rgb(238,238,238);
}
.menut.v4 .a1{
	color:#202020;
}
/*.menut.v4 .e1.act > a{
	color:#fff;
	background:#389F77;
}*/
.menut.v4 li:not(.e3).abe{
	background:#389F77;
}
.menut.v4 li.e2.abe{
	background:#4FC194;
}
.menut.v4 li:not(.e3).abe > a{
	color:#fff;	
}
.menut.v4 li:not(.e3).abe:hover > a{
	color:#fff !important;	
}
.menut.v4 li.e3 .abe{
	background:#389F77;
	color:#fff;	
}
.menut.v4 li:not(.e3).abe > a{
	color:#fff;	
}
.menut.v4 li.e1:hover{
/*	background:#389F77;*/
}
.menut.v4 li.e2:hover{
/*	background:#58bf97;*/
}
.menut.v4 li:not(.e3):hover > a{
/*	color:#fff !important;	*/
}
.menut.v4 li:not(.e3) > a:hover{
	/*font-weight:bold;*/
}
.menut.v4 .e2:hover{
}
.menut.v4 .e1{
	background:rgb(238,238,238);
	font-size: 19px;
}
.menut.v4 .c-m22{
	padding-left:0px;
}
.menut.v4 .ul2{
	width:220px;
}
.menut ul ul{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.45);
}
.menut.v4 ul ul{
	background:#fff;
}

.tre{
	position:absolute;
	z-index:8;
	left:1px;
	width:1px;
	height:1px;
	margin-left:-125px;
	background:#000;
}
.tre .lne1{
	transform:rotate(45deg);
	width:250px;
	border-top:1px solid rgba(0,200,0,0.5);
}
.tre .lne2{
	transform:rotate(-45deg);
	width:250px;
	border-top:1px solid rgba(0,200,0,0.5);
}
/*.menut .tre div{
	width:500px;
	height:100%;
	transform:rotate(45deg);
	background:rgba(0,200,0,0.5);
}	*/
.menut .e1.act .ul2{
	display:block;
}





.menut .a3c a{
	color:#000;
}




/*.menut .cl4 .e3{width:25%;}
.menut .cl3 .e3{width:33.3333%;}
.menut .cl2 .e3{width:50%;}
.menut .cl1 .e3{width:100%;}*/




/* ----- =M E N U _ P U S H ----- */

.menup{
	position:fixed;
	top:0px;left:-100%;
	z-index: 950;
	height:100%;
	width:100%;
	background: rgba(0,0,0,0.9);
	background:#f5f5f5;
}
.menup .ovw{
	overflow:auto;
	height:100%;
}
.menup .close{
	position:absolute;
	top:8px;right:20px;
	z-index: 950;
	width:26px;height:30px;
	color:#fff;
	font-size:30px;
	vertical-align:top;
}
.menup .close i{
	vertical-align:top;
	cursor:pointer;
	color:#fff;
}
/*.menup .close i:hover{
	color:#000;
}*/
.menup .r1 i:before{
    margin: 3px 9px 0 1px
}

.menup .menut{
	width:100%;
	max-width:100%;
}
.menup .a1{
	padding-left:11px;
}
.menup .r1{
	vertical-align:middle;
	padding-left:15px;
}	



.menup .ul1 [class ^= ul]{
	position:static;
}
.menup .barsi:before{
    font-size: 24px;
	margin: 0px 11px 0 0;
}
.menup .menut .e2{
	cursor:pointer;
    /*padding: 9px 0px 0px 0px;*/
}
/*.menup .menut .e2.brandmp:hover{
	background:#FF6F3E;
}
.menup .menut .e2.brandmp:hover .a2{
	color:#fff !important;
}*/
.menup .menut .e2.act .lb{
	display:none;
}
/*
.menup .menut .e2.brandmp .a2:hover{
	color:#000 !important;
}
.menup .menut .e2:hover{
	background:#fff;
}		
.menup .menut .e2.act:not(.brandmp):hover{
	background:none;
}*/
.menup .menut .a2{
	font-size: 14px;
}    
.menup .menut .a2:hover{
	font-weight:600;
	color:#000 !important;
}	
.menup .e3 a{
	font-size:12px;
}
.menup .e3 {
    padding: 0px 0px 4px 0px;
}
/*.menup .lside .e2.brandmp:hover:before{
	display:none !important;
}
.menup .rside .e2.brandmp:hover:before{
	display:none !important;
}*/
.menup .menut{
	
}
.menup .menut .ul3{
	width:auto;
	cursor:default;
}
.menup .menut .e2.act .ul3{
	display:block;
}
.menup .menut .e2.act .a2{

}
.menup .menut .sep{
/*	padding-right:5px;
	padding-left:5px;*/
}
.menup .l2{
	padding-bottom:10px;
	padding-left:7px;
	width:36px;
}
.menup .r2{
	padding-bottom:10px;
}
.menup .a3c{
	float:left;
}
.menup .a3c:before{
	content:"";
	display:inline-block;
	margin-bottom:2px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#ccc;
}
.menup .menut .e2 .ul3{
	padding:3px 6px 4px;
}
.menup{
	
}
.menup{
	
}
.menup{
	
}

/*.menup .menut .e2:hover .a2{
	color:#000 !important;
}
.menup .menut .ul1:hover .ul2{
	display:none;
}
.menup .menut .ul2:hover .ul3{
	display:none;
}*/

/* ----- -M E N U _ P U S H (*End*) ----- */	

/* ----- -M E N U _ T O P _ L E F T (*End*) ----- */




.menut.v3 .ul1 {
	padding:10px 0px;
}
/*.menut.v3{
	width:100px !important;
	display:inline-block !important;
	max-width:100px;
}*/
.menut .ul1:after{
	content:"";
	display:block;
	clear:both;
}




.menut.v3 .e1:not(.hdr) .a1 {
	color:#D99F3E;
	padding:0;
	font: normal 15px/24px Roboto, sans-serif;
}

.menut.v3 .a2:hover{
	color:#9E1E21 !important;
	font-weight:normal;
}
.menut.v3 .c-m22{
	padding-left:0px;
}
.menut.v3 .e2{
	font: 400 16px/20px "Roboto", sans-serif;
	color:#000;
	padding:5px 10px 5px 10px;
}
.menut.v3 .e3{
	display:block;
	font: 400 13px/20px "Roboto", sans-serif;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}
.menut.v3 .ul2{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
	background:#fff;
	top:100%;
}
.menut.v3 .a2{
	font-size:14px;
}
.menut.v3 .a3c a{
	color:#777;
	font-size:13px;
}
.menut.v3 .a3c{
	padding:0;
}
.menut.v3 .ul3{
	/*margin-top:-100px;*/
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
}






@media (max-width: 1220px){
	
	
	/*.menut .ul3{width:620px;}*/
	.menut .e1{margin-left:0;}
}
@media (max-width: 991px){
	.menut .ul2 a{
		font-size:13px;
	}
	
	
	/*.menut .ul3{width:540px;}*/
}
@media (max-width: 767px){
	.menut .a2:after{
		display:none;
	}
	.menut.template{
		display:none !important;
	}
	.menut.v4 .e1{
		background:#ccc;
	}
	.menut.v4 .ul2{
		width:100%;
	}
	.menut.v4 .e2{
		padding-top:0px;
		background:#eee;
	}
	.menut.v4 .e2.act{
		//background: #58bF97;
	}
	.menut.v4 .e2.act > a{
		//color:#fff;
	}
	.menut.v4 .ul1{
		text-align:center;
	}
	.menut .e1.hdr .a1:hover{
		color:#fff !important;
	}
	.menut{
		overflow-y:auto;
	}
	.menut .ul2{
		display:none;
	}
	.menut.v3 .e1:not(.hdr),
	.menut.v3 .e2{
		padding:0 10px;
	}
	.menut.v3 .e1:not(.hdr) .a1{
		padding:5px 0;
	}
	
	
	.menupl{
		font-size:18px;
		background: #9E1E21;
		display:inline-block;
		padding: 8px 10px 11px;
		color:#fff;
	}
	.menupl:hover{		
		color:#fff !important;
	}
	.menupl i{
		color:#fff;
	}
	.menupl i:before{
	}
	.menupl span{
		padding-left: 3px;
	}
	.menut .a3c a{
		position:relative;
		padding-left:10px;
	}
	.menut .a3c a:before{
		position:absolute;
		top:6px;left:0px;
		content:"";
		display:inline-block;
		width:5px;
		height:5px;
		border-radius:50%;
		background:#ccc;
	}
	.menut .a3c{padding:6px 0px 6px 10px;}
	.menut .e2{padding-top:9px;}
	.menut .c-m21{padding:0 0 6px 0;width:45px;}
	.menut .c-m22{padding:0 0 9px 7px;}
	.menut.v3 .c-m22{padding:4px 0px 4px 0px;}
	.menut .e2 .ul3{
		display:none;
	}
	.menut{
/*		position:fixed;
		top:0px;left:-100%;
		z-index: 950;
		height:100%;
		width:100%;
		background: rgba(0,0,0,0.9);
		background:#f5f5f5;*/
	}
	.menut .ovw{
		overflow:auto;
		height:100%;
	}
	.menut .close{
		float:right;
		margin-top: 5px;
		margin-right: 10px;
	}
	.menut .close i{
		color:#fff;
		font-size:30px;
		cursor:pointer;
		color:#fff;
	}
	.menut .r1 i:before{
		
	}
	.menut{
		width:100%;
		max-width:100%;
	}
	.menut .a1{
		padding-left:11px;
		font-size:24px;
	}
	.menut .a2{
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px !important;
	}
	.menut .r1{
		vertical-align:middle;
		padding-left:15px;
	}	
	.menut .ul1 [class ^= ul]{
		position:static;
	}
	.menut .a1 i{
		font-size: 24px;
		vertical-align: middle;
		margin: -4px 11px 0px 0;
	}
	.menut .e2{
		cursor:pointer;
	}
	.menut .e2.act .lb{
		display:none;
	}
	.menut .a2{
		font-size: 14px;
	}    
	.menut .a2:hover{
		color:#000 !important;
	}	
	.menut .e3 a{
		display:block;
		color:#000;
		font-size: 14px;
		padding: 10px 0;
	}
	.menut .e3 {
		display:inline;
		/*padding: 0px 0px 4px 0px;*/
	}
	.menut .ul3{
		width:auto;
		cursor:default;
	}
	.menut .e2.act .ul3{
		display:block;
	}
	.menut .sep{
		display:inline;
	}
	.menut .l2{
		padding-bottom:10px;
		padding-left:7px;
		width:36px;
	}
	.menut .r2{
		padding-bottom:10px;
	}
	.menut .a3c{
		display:inline-block;
		/*float:left;*/
	}
	
	.menut .e2 .ul3{
		padding:3px 6px 4px;
	}
	
	
	
	
	
	.menup .e3{
		float:left;
	}
	.menup .e1{
		float:none;
	}
	.menup .a3c{
		display:block;
		float:none;
		padding:4px 0px;
	}
	.menup .menut .ul2{width:100%;}
	.menup .r1 a{color:#fff;}
}
@media (max-width: 479px){
	.t {
		margin:0px 5px;
	}
	.tabs-c .t-delivery .t2c{
		margin:10px 5px;
	}
	
}
@media (max-width:1220px) and (min-width:992px){
	
}
@media (max-width:991px) and (min-width:768px){
	.menut .a-m{display:none;}
}


@media (min-width:480px){
	
}

@media (min-width:768px){
	.stitle:after{
		display:none;
	}
	.menut .a2{
		width: 100%;
		padding: 8px 20px 8px 10px;
	}
	.menut.v3 .a1:hover,
	.menut.v3 .e1:hover .a1{
		color:#000 !important;
	}
	.menut.v3 .e1.act .a1{
		color:#000 !important;
	}
	
	
	.menut.v3 .e1 {
		float: left;
		border-right: 1px solid #D99F3E;
		padding: 0 16px 0 13px;
		background:none;
	}
	
	.menut .e1.hdr{
		display:none;
	}

	
	.menut .close{
		display:none;
	}
	.menut .sep{
		margin-right:7px;
		margin-left:7px;
	}
	.menut .a3c{
		padding:6px 0px;
	}
	.menut .e3{
		display:table-cell;
		padding: 3px 0px 2px 26px;
	}
	.menut .e3{
		padding-left:20px;
		min-width:170px;
	}
	.menut .e2{padding: 9px 15px 9px 13px;}
	.menut .ul2{width:190px;}
	
	.menut .e1{
		float:left;
	}
	.menut .ul3{
		background:#fff;
		top:0;
		display:table;
	}
	.menut .ul1 [class ^= ul]{
		position:absolute;
		z-index:950;
		display:none;
	}
	
	.menut .e2 .ul3{
		border-left:0px;
		/*width:200px;*/
	}
	
	.bstr:not(.str) .menut  .ul2 .e2.hdn{
		display:none;
	}
	.bstr:not(.str) .menut  .ul2:hover .e2.hdn{
		display:block;
	}
	.bstr:not(.str) .menut  .ul2 .lb.hdn{
		display:none;
	}
	.bstr:not(.str) .menut  .ul2:hover .lb.hdn{
		display:block;
	}
	
	.menup{
		display:none;
	}
	.menut .rside .e2.act.brandmp:before{
		position:absolute;
		top:0px;right:-38px;
		z-index:951;
		content:"";
		border-top:19px solid transparent;
		border-right:19px solid transparent;
		border-bottom:18px solid transparent;
		border-left:19px solid #FF6F3E;
	}	
	.menut .e2.act:not(.brandmp){
		//background:#fff;
	}
	.menut .e2.act:not(.brandmp){
		//background-color:#fff;
	}
	.menut ul.act{
		display:block !important;
	}
	.menut.v4 ul .e2.act{		
		//background:#389F77 !important;
	}
	
	.menut.v4 .e3 a{		
		display:block;
		color:#202020;
		padding-top:2px;
		padding-bottom:2px;
	}
	.menut.v4 .e3 a:hover{		
		color:#fff !important;
		background: #389F77;
	}
	.menut.v4 .e2{
		padding: 0px;
	}
	.menut.v4 .e2{
		font-size:14px;
	}
	.menut.v4 .e3{		
		padding:0px 0px;
	}
	.menut.v4 .ul3{	
	}
	.menut.v4 .e3.act a:hover{		
/*		background:#389F77;
		color:#fff !important;	*/
	}
	.menut.v4 ul .act > a{
		//color:#fff !important;		
	}
	.menut.v4 .a1:hover{
		//color:#202020 !important;
	}
	.menut.v4 .e1.act .a1:hover{
		//color:#fff !important;
	}
	.menut.v4 .e2{
		position:static;
	}
	
/*	.menut .e1:hover .ul2{
		display:block !important;
	}
	.menut .e2:hover .ul3{
		display:block !important;
	}*/
	.menut .e2.act:not(.brandmp):hover{
		//background:#fff;
	}
	.menut.v3 .e2.act:not(.brandmp):hover,
	.menut.v3 .e2.act:not(.brandmp){
		//background:rgba(0,0,200,0.3);
	}
	.menut.v3 .e2.act:not(.brandmp):hover .a2,
	.menut.v3 .e2.act:not(.brandmp) .a2{
		//color:#fff !important;
	}
	.menut.v3 .e2.act:not(.brandmp) .a2:hover{
		//color:#9E1E21 !important;
	}
	.menut .rside .e2.act.brandmp:hover:before{
		position:absolute;
		top:0px;right:-38px;
		z-index:951;
		content:"";
		border-top:19px solid transparent;
		border-right:19px solid transparent;
		border-bottom:18px solid transparent;
		border-left:19px solid #FF6F3E;
	}
	.menut .lside .e2.act.brandmp:hover:before{
		position:absolute;
		top:0px;left:-38px;
		z-index:951;
		content:"";
		border-top:19px solid transparent;
		border-right:19px solid #FF6F3E;
		border-bottom:18px solid transparent;	
		border-left:19px solid transparent;
	}
	
	.menut .a2:hover{
		color:#000 !important;
	}
}

@media (min-width:992px){
	.menut .e3{min-width:260px;}
	.menut .ul2{width:100%;}
	.menut.v3 .ul2{width: 200px;}
	
}

@media (min-width: 1221px){	
	
	
	.menut.shw .e1:not(.act) .ul2{display:block;}
}
.menut .ul3{
	background:#fff;
}	
.menut .sep:after,
.menut .e3:after{
/*	content:"";
	display:block;
	clear:both;*/
}

.goods .tile .item-badge {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 60px;
	height: 60px;
	background: #389f77;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.2;
	color: #ffff;
}

.goods .tile .item-badge-value {
	font-size: 20px;
	font-weight: 700;
}

.goods .tile .item-badge-subtitle {
	text-transform: lowercase;
	font-size: 11px;
}

.detail .l1 .item-badge {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	background: #389f77;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.2;
	color: #ffff;
	z-index: 101;
}

.detail .l1 .item-badge-value {
	font-size: 20px;
	font-weight: 700;
}

.detail .l1 .item-badge-subtitle {
	text-transform: lowercase;
	font-size: 11px;
}

.goods .list .item-badge {
	position: absolute;
	right: -15px;
	bottom: -10px;
	width: 50px;
	height: 50px;
	background: #389f77;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.1;
	color: #ffff;
}

.goods .list .item-badge-value {
	font-size: 15px;
	font-weight: 700;
}

.goods .list .item-badge-subtitle {
	text-transform: lowercase;
	font-size: 11px;
}