/*Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
  center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input {
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='submit']{
-webkit-appearance: none;
}


input[type='button']{
-webkit-appearance: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: disc inside;
	padding-bottom:5px;
}
strong{font-weight: bold;}

li {
	padding-bottom:5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p{
	margin-bottom:15px;
}

b{
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	line-height: 1;
	font: 13px/18px Helvetica, sans-serif, Arial;
	height: 100%;
	background-color:#f9f9f9;
}

a {
	color:#6283fb;
	text-decoration:underline;
	outline: none;
}
a:hover {
	text-decoration:none;
}

.a_inv {
	text-decoration:none;
}
.a_inv:hover {
text-decoration:underline;
}

.clear {
	clear: both;
	float: none;
	display: block;
	width: 0px;
	height: 0px;
}

.middle_header_block{
	position:absolute;
	height:114px;
	top:65px; left:0px;
	width:100%;
	z-index:-1;
}

.search_header_block{
	position: absolute;
	top: 179px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-color: #1f1f1f;
	z-index:-1;
}

.map_no_active{
	background-color: gray;
}

.map_no_activec{
	padding: 5px;
	color: white;
}

.wrapper {
	max-width: 1270px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding:0px 5px;
	position:relative;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 179px;
	position: absolute;
	width: 100%;
	top:0;
	left:0;
	z-index: 4;
}

.header_c {
	margin: 0 auto;
    max-width: 1270px;
	padding:0px 5px;
}

.tmi {
	float: left;
	margin-right: 45px;
	padding-top: 11px;
}

.tmi a {
	display:block;
	font-size:13px;
	color:#333333;
	text-decoration:underline;
	margin-bottom:3px;
}

.tmi a:hover{	
	text-decoration:none;
	border-bottom:0px solid black!important;
}

.sep_reg_in_l {
	color: #666;
}

.fav_del_link {
    text-align: center;
    display: block;
    position: absolute;
    top: 13px;
    right: 9px;
    width: 20px;
    height: 16px;
    z-index: 2;
    border: 1px solid #E0E9EF;
    padding-top: 7px;
    padding-left: 10px;
}

.fav_del_link span.delete_item{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	float:none;
}

.fav_del_link:hover span.delete_item{
	background: url(/content/img/b15/del_cart_i.png) no-repeat 0px -10px;
}

.add_fav_index{
	left: 5px;
    width: 0px;
    margin-left: 0px;
    margin-bottom: -23px;
    top: 6px;
    border: 0px solid #E0E9EF;
}

.add_fav_index:hover, .in_fav{
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}

.m_h1 {
	font-size:29px;
	color:#6699cc;
	text-align:center;
	line-height:25px;
	float:left;	
	padding-top:30px;
	margin-right:4%;
	max-width: 270px;
}

.m_h1 span {
	font-size:20px;
	color:#6699cc;
}

.phm_db {
	float:left;
	padding-top:30px;
	max-width: 260px;
	margin-right:1%;
}

.phone_block {
	font-size:24px;
	height:25px;
	padding-left:35px;
	background:url(/content/img/b15/phone_ico.png) no-repeat left 50%;
	padding-top:5px;
	position:relative;
}

.inner_cart {
	display:block;
	cursor:pointer;
	text-decoration:none;
	color: #666;
	font-size: 13px;
}

.dop_cart {
	opacity: 0;
	position: fixed;
	z-index: 4;
	background: rgba(0, 0, 0, 0.45);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	display: none;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

.dop_cart:hover{
	background:rgba(0, 0, 0, 0.55);
}

.dop_menu{
	float:left;
	margin-left:7px;
	margin-top:13px;
	color:white;
}

.dop_menu a{	
	color:inherit;
}

.dop_cart .inner_cart {
	color: #fff;
}

.slide_cart {
	position: relative;
	float: right;
	margin: 6px 7px 0px 0px;
	display: block;
	width: 142px;
	height: 32px;
	border: 1px dashed white;
	border-radius: 2px;
	color: white;
	padding-left: 45px;
	line-height: 15px;
	padding-top: 3px;
	text-decoration: none;
}

.slide_cart__icon {
	position: absolute;
	left: 15px;
    top: 8px;
	width: 20px;
	height: 19px;
	fill: #fff;
}

.slide_cart_full .slide_cart__icon-empty,
.slide_cart__icon-full {
	display: none;
}

.slide_cart_full .slide_cart__icon-full {
	display: block;
}

.slide_cart span{
	font-size:11px;
	display:block;
	color:white;
}

.dop_cart_c{
	max-width:1270px;
	margin:0px auto;
}

.cart_class{
display:none!important;
}

.cart_class_phone{
  padding-top: 30px;
  max-width: 260px;
  margin-right: 0px;
  float: right;
}

.cart {
	position: relative;
	z-index: 5;
	bottom: 5px;
	float: right;
	width: 200px;
	height: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcd8d8;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	background-color: #fff;
}

.cart__icon {
	position: absolute;
	top: 25px;
	left: 21px;
	width: 20px;
	height: 20px;
	fill: #333;
}

.cart:hover {
	border-color: #cc3467;
}

.cart:hover .cart__icon {
	fill: #e3044d;
}

.cart__icon_full {
	display: none;
}

.cart_full .cart__icon_empty {
	display: none;
}

.cart_full .cart__icon_full {
	display: block;
}

.update_cart {
	padding-left: 59px;
	padding-top: 15px;
}

.cart span {
	font-size: 13px;
	display: block;
}

.search_header_block_c{
	width: 100%;
	height: 69px;
	clear: both;
	padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fstitle {
	margin: 0px auto;
	padding: 4px 0 4px 10px;
	font-size: 15px;
	color: #393e44;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #efefef;
}

.sample_s {
	position: absolute;
	top: 9px;
	right: 59px;
	font-size: 14px;
	font-weight: 300;
	color: #939393;
	z-index:2;
}

.sample_s span{
border-bottom:1px dotted #999999;
cursor:pointer;
}
.sample_s span:hover {
	color: #1f1f1f;
	border-bottom: 1px dotted #ffffff;
}

.search_header_block_c table{
	width:100%;
}

.std1{
	width:156px;
	position:relative;
}

.std2 form {
	position: relative;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* border: 1px solid #c8c8c8; */
	padding-left: 19px;	
	background-color: #fff;
}

.search_str {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 20px;
	outline:none;
	font-style:italic;
}

.search_btn {
	height: 38px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 52px;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}

.search_btn__icon {
	width: 20px;
	height: 20px;
	fill: #010002;
}

.search_btn:hover .search_btn__icon {
	fill: #e3044d;
}

.search-form__close,
.search-history {
	display: none;
}

.search_result {
	position: absolute;
	width: 70%;
	background-color: white;
	z-index: 5;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	top: 36px;
	left: 0px;
	min-width: 400px;
}

.search_result a {
	display: block;
	padding: 7px 5px 7px 10px;
	cursor: pointer;
	color: black;
	text-decoration: none;
}

.all_results {
	padding: 5px 0;
	background-color: #cc3467;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.all_results:hover {
	background-color: #da497a;
}

.search_result a:hover, 
.search_result a.sonr {
	background-color: #f3f3f3;
}

.std3{
	width: 230px;
	max-width: 230px;
}

.btn_ctl {
	position: relative;
    float: left;
    display: block;
    margin: 16px 13px 0 0;
    width: 175px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    z-index: 5;
    margin: 0 28px 0 0;
    -webkit-transition: background-color .275s;
    transition: background-color .275s;
}

.search_str {
	float: left;
	display: table-cell;
	width: 100%;
	padding-top: 9px;
	font-size: 14px;
	font-style: normal;
	color: #939393;
}

.btn_sale {
	float: right;
	display:block;
	width: 200px;
	height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
	font-size: 13px;
	line-height: 38px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background-color: #000;
	cursor:pointer;
	-webkit-transition: border-color .275s;
	transition: border-color .275s;
}

.btn_sale__icon {
    position: relative;
    top: 5px;
    margin: 0 4px 0 0;
    width: 22px;
    height: 22px;
	fill: #fff;
}

.btn_sale:hover {
	border-color: #fff;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 179px 0 395px 0;
	position:relative;
	
}

/* Footer
-----------------------------------------------------------------------------*/

.footer {
	margin: -395px auto 0;
	width:100%;
	height: 385px;
	background:url(/content/img/b15/foo.png) repeat-x bottom left #fff;
	position: relative;
}

.mc_cart_class{
	
	padding: 179px 0 114px 0!important;
}

.ftc_cart_class .cpr{
color:#d6d6d6!important;
}

.ph_f_c {
	position: absolute;
	right: 10px;
	bottom: -2px;
	height: 22px;
	padding-top: 5px;
	padding-left: 35px;
	font: normal 16px/16px Helvetica, 'Open Sans', sans-serif, Arial;
	text-decoration: none;
	color: #d6d6d6;
	background: url(/content/img/b15/phone_ico.png) no-repeat left 50%;
}

/*
	ЛИНИЯ ПРОИЗВОДИТЕЛЕЙ
*/

.letter_brend{border-bottom:1px solid #d6d6d6; margin-top:10px; padding-bottom:5px;}

.all_brends_ajax {
	-webkit-column-count: 5;
	     column-count: 5;
	-webkit-column-gap: 30px;
	     column-gap: 30px;
}

.brend_ajax{
margin-bottom: 5px;
margin-top: 3px;
}

.brend_ajax a{
	color:#6699cc;
	text-decoration:none;
}

.brend_ajax a:hover{
	text-decoration:underline;
}

.all_brends {
	top: 2px;
	height: 16px;
	float: left;
	position: relative;
	z-index: 2;
	cursor: pointer;
	text-decoration: none;
	display: block;
	background-color: #99ccff;
	padding: 2px 3px 3px 3px;
	border-bottom: none;
	border-radius: 2px;
	margin: 0px;
	color: white;
}

.altermax_carusel{
width: 100%;
overflow: hidden;
position: relative;
height: 25px;
position: relative;
padding:10px 0px;
}

.altermax_carusel_item{
	position:absolute;
	width:4000px;
	overflow: hidden;
	height:25px;
	z-index:1;
	padding-left: 82px;
}

.altermax_carusel_img{	
	height:21px;
	padding-left:7px;	
	padding-right:7px;	
	float: left;
	overflow:hidden;
	margin-bottom: 5px;
	padding-top:4px;
	background:url(/content/img/b15/sep.png) no-repeat 100% 50%;
}
.altermax_carusel_img a{	
	color:#999;
	text-decoration:none;
}

.altermax_carusel_img a:hover{	
	text-decoration:underline;
	color:#666;
}

.nav_l{
	width:25px;
	height:25px;
	float:left;
	background:#f9f9f9 url(/content/img/b15/ar_left.png) no-repeat 50% 50%;
	z-index:2;
	position:relative;
	cursor:pointer;
}

.nav_r{
	width:25px;
	height:25px;
	float:right;
	background:#f9f9f9 url(/content/img/b15/ar_right.png) no-repeat 50% 50%;
	z-index:2;
	position:relative;
	cursor:pointer;
}
/*
	ЛИНИЯ ПРОИЗВОДИТЕЛЕЙ
*/

.slider_block{
	height:301px;
}

.sl_item{
min-width:134px;
}
.sl_item div.act_it {
	border: 1px solid #eaeff3;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: white;
	height: 147px;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}

.sl_item div.act_it img{
max-height:145px;
max-width:134px;
}

.price_actb{
  position: absolute;
  bottom: 3px;
  right: 0px;
  width: 67px;
  height: 24px;
  background: url(/content/img/b15/main_flag.png) no-repeat top left;
  color: #9c4200;
  text-shadow: 0px 1px 0px #FFEFBE;
  font-size: 15px;
  padding-top: 3px;
  text-align: center;
  z-index: 3;
}

.sl_item_6 div,.sl_item_8 div{
	margin-right:0px;
}

.slider_block_center {
	width: 623px;
}

.slider_block table td {
	vertical-align:top;
}

.d_sep {
	width:100%;
	border-top:1px solid #d6d6d6;
	margin-bottom:5px
}

.m_h {
	float: left;
	font: normal 29px 'Open Sans', sans-serif, Arial; 
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #333;
}

.buy-with-this .product-cart__headings{
	margin-top: 0;
	margin-bottom: 0;
}

#find_pickup_info{
	display: block;
    margin: 0px 20px 10px 0px;
    font-size: 12px;
    border-bottom: 1px solid #999;
	padding-bottom: 10px;
	display:none;
}

.find_pickup{
	margin-bottom:5px!important;
}

.find_pickup_info_error{
	color:red;
	display:block;
}

.find_pickup_info_ok{
	color:#9bc843;
	display:block;
}

.reset_pickup_flt{
	cursor:pointer;
	float:right;
	text-decoration:underline;
}

.reset_pickup_flt:hover{
	text-decoration:none;
}

.be-interested .product-cart__headings,
.this-brand-products .product-cart__headings,
.show-last-products .product-cart__headings,
.product-subspecies .product-cart__headings,
.sub_products .product-cart__headings {
	margin-top: 0;
	margin-bottom: 0;
}


.buy-with-this,
.this-brand-products,
.show-last-products,
.product-subspecies,
#produts-profit,
.sub_products {
	margin-bottom: 20px;
}

.m_h_vc {
	font-size: 29px!important;
	margin-top: 13px;
	float: left;
}

.right_side_pr_m .products { 
	padding-top:0px; 
}

.right_side_pr_m .products { 
	height: 480px; 
	overflow: hidden; 
}

.pi_c {
	border: 1px solid #e0e9ef;
	border: 1px solid #e0e9ef;
	margin: 0px 7px 7px 0px;
	padding: 7px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.product_item_fv .pi_c{
	height:379px;
}

.product_item_fv .close_btn{
	position:inherit;
	float:right;
  margin-right: 15px;
  margin-top: 8px;
}


.p1{margin-left:0px;}
.p5 .pi_c{margin-right:0px;padding-right: 7px;}

.right_side_pr .product_item{
	width:25%;
}

.right_side_pr .p5 .pi_c{
	margin-right:7px;
}

.right_side_pr .pp4 .pi_c{
	margin-right:0px;padding-right: 7px;
}

.pi_c:hover{
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 2px 6px rgba(169, 169, 169, 0.72);
	        box-shadow: 0px 2px 6px rgba(169, 169, 169, 0.72);
}

.product_item .pr_ref{
	position: relative;
  height: 58px;
  display: block;
}

.pr_ref_review{height:78px!important;}

.aproduct_short_info{
	-webkit-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
}

.product_item:hover .aproduct_short_info{
	background-color: white;
	position: absolute;
	width: 100%;
}

.product_item:hover .aproduct_short_info{
	height: auto;
	background-color: white;
	position: absolute;
	width: 100%;
	max-height: 83px;
	padding-bottom: 11px;
	z-index: 2;
}

.best_r { 
	height: 170px; 
	width: 100%; 
	overflow: hidden;
}

.bl_best_main {
	float: left;
	width: 20%;
	height: 170px;
	text-decoration: none;
} 

.bl_best_main:nth-child(5) .bc_cont {
	margin-right: 0;
}

.bc_cont{margin-right:7px;}

@media only screen and (max-width: 1095px), only screen and (max-device-width: 1095px){
	.product_item .price {
		font: bold 18px/20px Helvetica, 'Open Sans', sans-serif, Arial;
	}	
}

@media only screen and (max-width: 966px), only screen and (max-device-width: 966px){
	
	.product_item .price {
	  font: bold 17px/20px Helvetica, 'Open Sans', sans-serif, Arial;
	}
}
@media only screen and (max-width: 950px), only screen and (max-device-width: 950px){

	.product_item .price {
		font-size: 16px;
	}
	
}

.product_title{
	font:bold 14px/18px Helvetica, 'Open Sans', sans-serif, Arial; 
	display:block;
	color: rgb(51, 51, 51);
	text-decoration:none;
	margin-bottom: 4px;
}
.product_short_info {
	font: normal 16px/18px Helvetica, 'Open Sans', sans-serif, Arial; 
	display: block;
	color: rgb(51, 51, 51);
	text-decoration: none;
	max-height: 36px;
	height: 36px;
	max-height: 59px;
    height: 59px;
	overflow: hidden;
}

.spproduct_short_info {
	max-height:36px;
	height: 36px;
}

.aproduct_short_info:hover {
	text-decoration:underline;
	    
}
.aproduct_short_info:hover span {
	    
}

.pr_padding{
	padding:0px 8px;
}

.mini_stat_pr{
	padding: 12px 0px 12px 0px;
}

.star {
	width: 16px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
}

.star_on {
	background-image: url(/content/img/icons/svg/cardstar/star.svg);
}

.star_off {
	background-image: url(/content/img/icons/svg/cardstar/star-gray.svg);
}
.star_half {
	background-image: url(/content/img/icons/svg/cardstar/star-half.svg);
}

.price{
	font: normal 20px/22px Helvetica, 'Open Sans', sans-serif, Arial;
  color: #6699cc;
  top: 1px;
  position: relative;
}

.price:after{
	content:'';
	clear:both;
}

.item_image{
	cursor:pointer;
	margin-bottom: 5px;
	text-align:center;
	min-height:230px;
}

.item_image img{
	max-width:90%;
	
}

.mini_stat_pr_l {
	float: left;
	width: 50%;
	height: 25px;
}

.price_cart{position:relative}

.avalible_st {
	margin-top: -23px;
	margin-bottom: 2px;
	display: block;
	text-align: center;
	padding-left: 13px;
}

.zapmng{color: #999;}
.avalible_st span {color: #17C517;}

.mini_stat_pr_l00{width:100%;}

.mini_stat_l{
margin-top: 3px;
}

.count_opinion{
	display: block;
	float: left;
	margin-top: 2px;
	height: 16px;
	padding-top: 4px;
	background:url(/content/img/b15/opinion_label.png) no-repeat 0 0;
	font: normal 13px/13px Helvetica, 'Open Sans', sans-serif, Arial;
	text-decoration: none;
	text-align: center;
	color: #fff;
}	

.product_item .count_opinion, .reiting_opinion .count_opinion{
	background:url(/content/img/b15/opinion_label_mini.png) no-repeat 0 0;
	font:normal 12px Helvetica, 'Open Sans', sans-serif, Arial;
	line-height:10px;
	width:28px;
	padding-top:3px;
	color: #fff;
}

.count_opinion_m{
  margin-top: 1px;
  margin-left: 5px;
}
.obzor_label{
float: left;
  background-color: rgb(57, 165, 135);
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 5px;
  padding: 1px 4px;
  position: relative;
  top: 2px;
  border-radius: 2px;
}

.obzor_label_m{
  padding: 0px 4px;
  top: 1px;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}

.pr_ref{
	text-decoration:none;
	color:#333;
}

.add_cart_btn, 
.class_add_cart_btn {
	background:none;
	border: 1px solid #7ca9e6;
	padding: 3px 5px;
	font:normal 12px/13px Helvetica, 'Open Sans', sans-serif, Arial;
	float:right;
	color:#7ca9e6;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-transition:  all .2s;
	transition:  all .2s;
	text-align:center;
}

.add_cart_btn_in_action {
    background: none;
    border: 1px solid #7ca9e6;
    padding: 3px 5px;
    font: normal 12px/13px Helvetica, 'Open Sans', sans-serif, Arial;
    float: right;
    color: #7ca9e6;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}

.add_cart_btn:focus,.add_cart_btn_in_action:focus, 
.class_add_cart_btn:focus {
	outline: none;
}

.add_cart_btn:after, .add_cart_btn_in_action:after, .class_add_cart_btn:after{
	content:'';
	clear:both;
}
.add_cart_btn:hover, .class_add_cart_btn:hover{
	background:#467fff;
	border-color:#467fff;
	color:#fff;
}

.review-page__review .class_add_cart_btn:hover {
	background: #467fff;
	color: #fff;
}

.link_review{text-decoration:none; margin:0px auto; width:100px; float:none; clear:both; display:block; margin-top:15px;}
.link_review_in{text-decoration:none; width:140px; float:none; clear:both; display:block; margin-top:9px;}
.from_whom_review{float:right;}
.review_short_info{min-height:55px; height:55px;}
.short_text_review{font-style:italic; color:#fefefe; position:absolute; top:-240px; left:0px; background:black; opacity:0.7;height:220px; padding:10px; margin-left:1px;margin-right:8px; z-index:2;
cursor:pointer;
 -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product_item_review{position:relative; overflow:hidden;}
.product_item_review:hover .short_text_review{top:1px;}  

.pr_type{
	width:71px;
	height:25px;
	background:url(/content/img/b15/lents.png);
	font:normal 13px/25px Helvetica, 'Open Sans', sans-serif, Arial;
	text-align:center;
	position:absolute;
	top:18px;
	right: -7px;
	  z-index: 2;
	  background: #467fff;
}

.pr_type4 {
	width:90px;
    background: #ffc500;
    color: #333333!important;
}

.pr_type1{
	background-position:0px 48px;
	color:#9c4200;
}
.pr_type2{
	background-position:-24px -48px;
	
	color:#fff;
}
.pr_type3{
	background-position:0px 0px;
	color:#fff;
	width: 95px;
}

.benefits{
	background:#fefefe;
	border: 1px solid #e0e9ef;
	border: 1px solid #e0e9ef;
	padding:20px 15px;
	
	border-radius:2px;
	text-align:center;
}

.benefit{
	display:inline-block;
	vertical-align:bottom;
	width:15%;
	padding:2%;
}

.benefit_title{
	font:normal 14px/16px Helvetica, 'Open Sans', sans-serif, Arial;
	padding-bottom:10px;
}

.benefit_img{
	height:95px;
	width:125px;
	margin:0 auto;
	cursor:pointer;
}

.label_radio label{
	 
}

.benefit1{
	background:url(/content/img/b15/ic1.png) no-repeat center center;
}
.benefit2{
	background:url(/content/img/b15/ic2.png) no-repeat center center;
}
.benefit3{
	background:url(/content/img/b15/ic3.png) no-repeat center center;
}
.benefit4{
	background:url(/content/img/b15/ic4.png) no-repeat center center;
}
.benefit5{
	background:url(/content/img/b15/ic5.png) no-repeat center center;
}

.benefit_ref{
	font:normal 13px/15px Helvetica, 'Open Sans', sans-serif, Arial;
	color:#666;
}

.prdl{
	padding-bottom:20px;
	border:1px solid #ffcc33;
	text-align:center;
	margin-top:30px;
}

.prdl_in{
	font:normal 16px/18px Helvetica, 'Open Sans', sans-serif, Arial;
	padding-left:75px;
	padding-top:11px;
	padding-bottom:15px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:0px 7%;
	text-decoration:none;
	color:#333;
}

@media only screen and (max-width: 1255px), only screen and (max-device-width: 1255px){
	.prdl_in {
		margin:0px 6%;
	}
}
@media only screen and (max-width: 1141px), only screen and (max-device-width: 1141px){
	.prdl_in {
		margin:0px 4%;
	}
}
@media only screen and (max-width: 972px), only screen and (max-device-width: 972px){
	.prdl_in {
		margin:0px 2%;
	}
}
@media only screen and (max-width: 847px), only screen and (max-device-width: 847px){
	.prdl_in {
		margin:0px 1%;
	}
}

.for_main{
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}

.prdl_in1{
	background:url(/content/img/b15/ic2_1.png) no-repeat top left;
}
.prdl_in2{
	background:url(/content/img/b15/ic2_2.png) no-repeat top left;
}
.prdl_in3{
	background:url(/content/img/b15/ic2_3.png) no-repeat top left;
}

.mega_title{
	font: normal 29px/31px Helvetica, 'Open Sans', sans-serif, Arial;
	display: inline-block;
	vertical-align: top;
	background: #fefefe;
	padding: 0 13px;
	text-transform: uppercase;
	position: relative;
	top: -33px;
	margin-top: 17px;
}

.mega_title div{
	font:normal 22px/24px Helvetica, 'Open Sans', sans-serif, Arial;
	text-transform:lowercase;
}

.text_main1{
	float:left;
	vertical-align:top;
	width:50%;
	text-align:justify;
}
.text_main2{
	float:left;
	vertical-align:top;
	width:50%;
	text-align:justify;
}

.text_main1 .text_c{
	padding-right:10px;
}

.text_main2 .text_c{
	padding-left:10px;
}

.m_h2 {
	font: 500 15px/15px Helvetica, 'Open Sans', sans-serif, Arial;
	padding-bottom: 15px;
}

.text_main {
	padding-bottom: 10px;
	clear: both;
	float: none;
	line-height: 2em;
}

.short_text_review_bottom{
height: 54px;
overflow: hidden;
}

.d_h{ 
	font: bold 16px Helvetica, 'Open Sans', sans-serif, Arial;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 7px;
}

.rwp {
	border: 1px solid #e0e9ef;
	margin-bottom: 25px;
	height: 138px;
}

.review_product {
	border-color:#fff;
	padding-bottom: 0;
	min-height: 138px;
	float: left;
}

.review_product:hover{
	-webkit-box-shadow:none;
	        box-shadow:none;
	border-color:#fff;
}

@media only screen and (max-width: 1075px), only screen and (max-device-width: 1075px){
	.review_product{
		width: 25%;
	}
}

@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
	.review_product {
		width: 25% !important;
	}
}
@media only screen and (max-device-width: 1024px) and (orientation:portrait) {
	.review_product {
		width: 25% !important;
	}
}

@media only screen and (max-width: 990px), only screen and (max-device-width: 990px){
	.review_product {
		width: 33%;
	}
}

.review_img{
	width:80px;
	display:inline-block;
	vertical-align:top;
	text-align: center;
}
.review_img img{
	max-width:80px;
}

.r_review{
	display:inline-block;
	vertical-align:top;
	width: 146px;
}

.review_pad{
	padding: 10px 5px;
}

.review_auth{
	font-weight:bold;
	padding:5px 0;
}

.review_products{
	position: relative;
	overflow: hidden;
	height: 138px;
	width: 100%;
	margin-bottom: 25px;
	background: #fefefe;
	
}

.slides li{
	padding-bottom:0;
}

.flexslider{
	 height: 299px;
}

#vslider {
	
	min-height:290px!important;
	overflow:hidden;
}

.flex-viewport{height:1500px!important;}

#vslider li{
	height: 300px;
	width: 85%;
	border-bottom:1px solid #eeeeee;	
	margin-top:-1px;
}
#vslider li a.imga{
	display:block;
	text-align:center;
	margin-bottom:15px;	
	background-color: white;
}

#vslider li a.imgas{
	text-decoration:none;
	color:rgb(51, 51, 51);
}


#vslider li a.imgas:hover{
	text-decoration:underline;
}

.prodtitles{
display: block;
  height: 18px;
  overflow: hidden;
}

#vslider  .flex-direction-nav .flex-prev:hover {background-position:-31px -31px;}
#vslider  .flex-direction-nav .flex-prev {right: 0px; top: 10px;background-position:0 -31px;}
#vslider  .flex-direction-nav .flex-next {right: 0px; bottom: 10px;background-position:0 0;}
#vslider  .flex-direction-nav .flex-next:hover {background-position:-31px 0;}


#vslider li img{
	max-height:160px;
	padding-top:25px;
}




.down_div{
	position:absolute;
	width:90%;
	height:87%;
	padding:8% 5% 5%;
	display:block;
	text-decoration:none;
	background: rgba(70, 127, 255, 0.74);
	color:#fff;
	bottom:-113%;
	left:0;
	font:normal 16px/18px Helvetica, 'Open Sans', sans-serif, Arial;
	text-transform:uppercase;
	text-align:left;
	-webkit-transition:bottom 0.3s;
	transition:bottom 0.3s;
	z-index:3;
}

.act_it:hover .down_div{
	bottom:0;
}
.act_it:hover .offset_act{
	display:none;
}
.act_it:hover .offset_actx{
	display:none;
}

.act_it:hover img{
	top: 0px!important;
}

.perc{
	display:block;
	font:normal 14px Helvetica, 'Open Sans', sans-serif, Arial;
	position:absolute;
	bottom:5px;
	right:5px;
	
    text-align: right;
}

.in_foo{
	max-width: 1270px;
	padding: 40px 5px 0 5px;
	margin:0 auto;
	min-height: 354px;
	position:relative;
}

.fixed_tbl_width{
	width:250px;
}

.foo_tbl{
	width:100%;
}

.foo_tbl td{
	vertical-align:top;
}

.foo_title{
	color:#585858;
	font:normal 16px/18px Helvetica, 'Open Sans', sans-serif, Arial;
	text-transform:uppercase;
	padding-bottom:15px;
}

.phone_foo{
	font:normal 18px/24px Helvetica, 'Open Sans', sans-serif, Arial;
	padding-bottom:45px;
}

.wr_me{
	padding-top:15px;
	font:normal 14px/16px Helvetica, 'Open Sans', sans-serif, Arial;
}

.m_pays{
	width:195px;
	height:83px;
	background:url(/content/img/b15/payment_methods.png) no-repeat top left;
	margin-top:10px;
}

.cpr{
	font:normal 13px/13px Helvetica, 'Open Sans', sans-serif, Arial;
	color:#709ef9;
	position:absolute;
	bottom:5px;
	left:5px;
}

.foo_part {
	width:28%;
	display:inline-block;
	vertical-align:top;
	margin:0px 2%;
}

.foo_part:nth-child(2) {
	margin-left: 0;
}

.foo_part:nth-child(1) {
	margin-left: 0;
}

.foo_part ul{
	list-style:none;
}

.foo_part ul li{
	padding-bottom:10px;
}

.foo_part ul li a{
	display: block;
	color: #585858;
	text-decoration: none;
	font: normal 14px/16px Helvetica, 'Open Sans', sans-serif, Arial;
	margin-bottom: 14px;
}

.foo_part ul li a:hover{
	color: #709ef9;
}

.socio{
	position:absolute;
	bottom:-2px;
	right:5px;
	color:#585858;
}

.soc_ics{
	display:inline-block;
	position:relative;
	top:-2px;
}

.soc_ics img{
	vertical-align: middle;
	opacity:0.7;
}
.soc_ics img:hover{
	opacity:1;
}

.offset_act{
	width:100%;
	height:35px;
	position:relative;
	z-index:2;
}

.offset_actx{
	padding: 8% 5% 5%;
	color:#333333;
	font: bold 16px Helvetica, 'Open Sans', sans-serif, Arial;
	text-transform: uppercase;	
	text-align:left;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
}

.b_part {
	display:none;
	position: absolute;
    top: 28px;
    left: -7px;
}

.act_inf{
	position: absolute;
	right: 0px;
	top: 5px;
	color:#467fff;
	font-size:22px;
	z-index:2;
}

.act_inf .pr_type{
position: static;
display: block;
margin-bottom:10px;
}

.eachtmen {
	display: none;
	height: 100%;
	width: 100%;
	padding: 24px 0 0;
}

.action_part .ctable_i {
	height:242px;
}

.morabact{
	position:absolute;
	right:15px;
	bottom:15px;
	text-decoration:none;
	z-index:2;
}

a.all_r{
	font-size:12px;
	display:block;
	color:#6699cc;
	margin-top:6px;
	text-decoration:underline;
	padding-left:10px;
	padding-top:8px;
	cursor:pointer;
	margin-left:15px;
}

a.all_r:hover{
	text-decoration:none;
}

.login_f{
	padding:20px 20px 15px;
	background:#fff;
	border-radius:4px;
	position:relative;
}

.close_btn{
	position:absolute;
	top: 14px;
    right: 14px;
	cursor:pointer;
}

.reg_form_header, .login_form_header{
	font:normal 22px/24px Helvetica, 'Open Sans', sans-serif, Arial;
	text-transform:uppercase;
	text-align:left;
	padding-bottom:20px;
	display:block;
}

.bl-modal__close-btn {
	display: block;
	margin-right: 12px;
	width: 100px;
	height: 31px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #dcdcdc;
	font: 300 11px/31px Helvetica, 'Open Sans', sans-serif, Arial;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	cursor:pointer;
	margin-top:7px;
}

.login_links {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 12px;
}

.change_city_bl {
	position: relative;
	display: none;
	width: 192px;
}

.return_city {
	position: absolute;
	top: 1px;
	right: 0;
	width: 11px;
	height: 10px;
	display: block;
	cursor: pointer;
	background: url(/content/img/b15/del_cart_i.png) no-repeat 0px 0px;
	z-index: 3;
}

.return_city:hover {
	background: url(/content/img/b15/del_cart_i.png) no-repeat 0px -10px;
}

.change_city_s {
	position: absolute;
	top: -8px;
	width: 192px;
	border: 1px solid #000000;
	border-radius: 2px;
	padding: 5px 4px;
	font: normal 12px/15px Helvetica, 'Open Sans', sans-serif, Arial;
	outline: none;
	z-index: 2;
}

.login_input {
	border: 1px solid #cedde9;
	border-radius: 2px;
	padding: 9px;
	font: normal 12px/15px Helvetica, 'Open Sans', sans-serif, Arial;
	width: 245px;
	margin-bottom: 10px;
}
.login_input:focus{
	border-color:#add6ff;
}

.login_input[name="firstname"]{
	background:url(/content/img/b15/ic2.1.png) no-repeat 6px 8px;
	padding-left:27px;
}
.login_input[name="email"],.login_input[name="email_forgot"]{
	background:url(/content/img/b15/ic2.2.png) no-repeat 6px 9px;
	padding-left:27px;
}
.login_input[name="password"], .login_input[name="password2"], .login_input[name="phone"]{
	background:url(/content/img/b15/ic2.3.png) no-repeat 6px 9px;
	padding-left:27px;
	
}

.login_input[name="phone"]:invalid {
	 -webkit-box-shadow: none;
	         box-shadow: none;
}

.label_reg{
font-size:12px;
display:block;
margin-bottom:7px;
}

.f_cpt{
	padding-top:8px;
}

.f_cptp img{
	line-height: 0;
	vertical-align: top;
}	

.btn_login{
	border:0px;
	border-radius:2px;
	padding: 9px;
	outline:none;
	cursor:pointer;
	width:245px;
	color:#fff;
	background:#709ef9;
	text-align:center;
	text-transform:uppercase;
}

/* card */
/*комплекты*/
.sosale_l{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
}

.sosale_l .hint_grey{
	font-size:12px;
	color:#999999;
	text-transform:none;
	font-weight:normal;
	padding-top: 5px;
    display: block;
}
.best_complect,
.trbest_complect {
	height: 320px;
	max-height: 320px;
	height: 320px!important;
}

.best_complect,
.same_products {
	border-radius: 3px;
	border: 1px solid #e0e9ef;
	background: #fefefe;
}

.description_products{
	vertical-align:top;
	border-radius: 3px;
	border: 1px solid #e0e9ef;
	background: #fefefe;
	border-top: 0px solid #e0e9ef;
	position:relative; background-clip: padding-box;
}

.sosale_products{
  padding: 20px 15px;
  clear:both;
  float:none;
}
.item_header{
display:block;
}



.soitem_b {
	width:25%;
	max-height:255px;
	float:left;
	text-align: center;
	position:relative;
}

.soitem_image {
	width: 65%;
	height:180px;
	text-align:center;
	border:1px solid white;
	background-color: white;
	margin: 0px auto;
	display:table;
}
	
.soitem_imagetd {
	display:table-cell;
	vertical-align:middle;
}

.soitem_image img{
	max-width:160px;
	max-height:180px;		
}
	
.soipricer_r{
	position:absolute;
	width:39px;
	height:25px;
	top: 85px;
	left: 3px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-bottom:2px;
	background-color:#99ccff;
	color:white;
	border-radius:2px;
	padding-top:10px;
}
	
.plus_so_item{	
	position:absolute;
	width:39px;
	height:25px;
	top: 85px;
	left: -13px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-bottom:2px;
	background-color:#99ccff;
	color:white;
	border-radius:2px;
	padding-top:10px;
}

.plus_so_item1 {
	left: -3px;
}

.plus_so_item_nabor {	
	width: 23px;
	height: 21px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #0066ad;
	cursor: pointer;
	padding-bottom: 2px;
	background-color: white;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgb(47, 47, 47);
	        box-shadow: inset 0px 0px 3px 0px rgb(47, 47, 47);
	text-align: center;
	margin-top: 65px;
}

.soitem_b_sum{
	width: 25%;
	padding-top: 37px;
	margin-left: 0px;
}

.soiprice{
	font-size: 30px;
	font-weight: normal;
	color: #6699cc;
	position: relative;
	top: 59px;
	left: 46px;
}

.soipricer{
	font-size: 20px;
	color: #6699cc;
	padding-right: 12px;
	position: relative;
	top: 59px;
	left: 46px;

}

.add_so_item_products{			
	margin-left: 0px;
	background-image: none;
	text-shadow: none;
	border: 1px solid #6699cc;
	height: 35px;
	text-transform: uppercase;
}	

.add_so_item_products:hover{		
	
	background-color: #6699cc;
	color: #ffffff;
}

.add_so_item_productsin{
	margin-left: 0px;
	background-image: none;
	text-shadow: none;
	border: 1px solid #509B60;
	position: relative;
	top: 76px;
	left: 2px;
	background-color: #5BC06C;
	color: #ffffff;
	border-radius: 2px;
	width: 100%;
	height: 35px;
	text-transform: uppercase;
	font-size: 14px;
	cursor:pointer;
}

.siah{
	display: block;
	width: 70%;
	margin: 0px auto;
	max-height: 90px;
	overflow: hidden;
}
	
	
	@media only screen and (max-width: 990px), only screen and (max-device-width: 990px){
	.add_so_item_productsin,.add_so_item_products{
		font-size: 11px;
		
	}
	.soiprice {
			font-size: 24px;
			left: 30px;
		}
		
		.soipricer {
			font-size: 18px;
			left: 30px;
		}
		
		
		.soitem_image img{
		max-width:160px;
		max-height:150px;		
	}
	
	.soitem_b {
	  
	  max-height: 250px;
	  }
}	


@media only screen and (max-width: 1025px), only screen and (max-device-width: 1025px){

	.soiprice {
			font-size: 24px;
			left: 30px;
		}
		
		.soipricer {
			font-size: 18px;
			left: 30px;
		}
		
		.soitem_image{
		height: 168px;
		}

	.brand-line {
		width: 32%;
		margin-right: 1.3%;
		margin-bottom: 1.3%;
	}

}


@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px){

	.soitem_image {
		height: 168px;
	}

}
/*комплекты*/

.sard_container{
	overflow: hidden;
}

.pr_card {
	padding:20px 15px;
	font:normal 14px/16px Helvetica, 'Open Sans', sans-serif, Arial;
}

.d_tbl {
	width: 100%;
}

.d_tbl td {
	vertical-align: top;
}

.l_tbl_card {
	width: calc(100% - 331px);
	margin-right: 15px;
	background: initial;
	float: left;
}

.pr_card.r_marg_tbl {
	margin-bottom: 20px;
}

.bread_crumbs {
	margin-bottom: 20px;
	font: normal 13px/14px Helvetica, 'Open Sans', sans-serif, Arial;
}

.bread-crumbs {
	margin: 0 0 20px;
}

.bread-crumbs__item {
	display: inline-block;
}

.bread-crumbs__img {
	vertical-align: middle;
}

.bread_crumbs_indesc{
	padding: 5px;
    float: left;
    background-color: #F9F9F9;
    border-radius: 2px;
    margin-left: -5px;
    margin-top: 10px;
}

.nav_div{margin-bottom:7px; color:#333;}

.bread_crumbs a {
	color: #999;
	text-decoration: none;
	text-decoration: underline;
}

.bread_crumbs a.last_bread_c{
	color:#333333!important;
	text-decoration: underline;
}

.in_l_tbl_card{
	min-width:220px;
	max-width: 290px;
}
.in_r_tbl_card{
	position:relative;
}

.price_block{
  width:100%;
}

.param_card_addcart_c{
    width: 170px;
    text-align: center;
    position: absolute!important;
    right: 0px;
    top: 0px;
}

.price_block_r{
	min-width:312px;
	height:100px;
}

.main_img {
	position: relative;
	display: block;
	border: 1px solid #e0e9ef;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	max-width: 351px;
	max-height: 351px;
}

.ctable {
	display: table;  
	width: 100%;  
	height: 372px;
}

.ctable_i {
	display: table;  
	width: 100%;  
	height: 230px;
	table-layout: fixed;
}

.ctabletd {
	position: relative;
	z-index: 1;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;  
}

.gal_obzor_images{
	display:block;
	height:70px;
	max-width: 92px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	text-decoration:none;
}

.block_images_obzor_tbl{
	width:100%;
}

.block_images_obzor_tbl td{
	width:25%;
	text-align:center;
}
.block_images_obzor_tbl td img{
	width:100%;
}

.like_up {
	cursor: pointer;
}

.d_sep2 {
	margin: 20px 0;
	width: 100%;
	border-top: 1px solid #edf2f7;
}

.d_sep_mt {
	margin-top: 17px;
}

.param_card {
	font: normal 14px/1.75em Helvetica, 'Open Sans', sans-serif, Arial;
	color: #333;
	padding-bottom: 0;
	position: relative;
}

.card-left-wrap .param_card {
	margin: 5px 0;
}

.act_price {
	color:#6699cc;
	font:normal 24px/32px Helvetica, 'Open Sans', sans-serif, Arial;
}

.act_price span {
	font: normal 24px/32px "ALS Rubl";
	
}

.old_price{
	color:#888888;
	font-size:14px;
	text-decoration: line-through;
	margin-right:10px;
}

.pr_t {
	display:inline-block;
	top: 12px;
	position: relative;
	height:32px;
	color:white;
}

.fav {
	display: inline-block;
	background-image: url(/content/img/b15/favorite_ico.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 20px;
	color: #c3c3c3;
    font-weight: 300;
}

.fav:hover {
	background-image: url(/content/img/icons/svg/fav_plus.svg);
    color: #cd3769;
}

.fav.in_fav{
	background:url(/content/img/icons/svg/fav_plus.svg) no-repeat;
}

.js-scroll-to-reviews{
	cursor:pointer;
}

.product-card__add-btn {
    background: #cc3467;
    outline: none;
    padding: 12px 20px;
    margin-bottom: 16px;
    color: #fff;
    font: normal 15px/17px Helvetica, 'Open Sans', sans-serif, Arial;
    text-transform: uppercase;
    float: none;
    border: 0;
}

.action_btn_cart .add_cart_btn {
	margin-left:0px;
	margin-top:15px;
}
.action_btn_cart .add_cart_btn_in_action {
	margin-left:0px;
	margin-top:15px;
}

.review_cardbr0 {
	border-bottom: 0px solid #d6d6d6;
}

.title_review_card {
	font: normal 14px/17px Helvetica, 'Open Sans', sans-serif, Arial;
	padding-bottom: 10px;
	color: #333;
}

.title_review_card span {
	margin-left: 5px;
	display: inline-block;
	font: normal 12px/15px Helvetica, 'Open Sans', sans-serif, Arial;
	vertical-align: top;
	color: #6699cc;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.review_card__icon {
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	fill: #69c;
}

.ref_cats {
	font-style: normal;
	padding-right: 5px;
}
.ref_cats h2{
	font-weight:normal!important;
	margin-bottom:10px!important;
}

.ref_cats a,
.cur_section_block {
	color:#333;
	text-decoration:none;
	font-size: 13px; line-height:15px;
	display:block;
	float: left;
	padding: 2px 7px 2px 7px;
	border-radius: 1px;
	border: 1px solid #d3d3d3;
	background: #fefefe;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	background: #f9f9f9;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.ref_cats a:last-child {
	margin-bottom: 0;
}

.right_side_pr .ref_cats{border: 1px solid #F1F1F1;
    padding: 5px;
    border-radius: 3px;
    background: white;
    margin-bottom: 12px!important;}

a.ref_cats_imp{    
    border: 1px solid rgb(255, 189, 116);
    color: #212121;
    border-radius: 2px;
	    background: #FFD65B;
	}

.ref_cats a:hover{
color: #212121;
text-decoration:none;
border: 1px solid rgb(255, 189, 116);
background: #FFCC33;
}




.cur_section_block{
color: #212121;
text-decoration:none;
border: 1px solid rgb(255, 189, 116);
background: #FFCC33;
display:block;
font-size:14px; color:#666666; padding:4px 7px;
}

.rev_img{
	max-width:293px;
	width:100%;
}

.center_al{
	text-align:center;
}

.right_col_card_fix_height{
	max-width: 316px;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content h1{
	font-size:24px;
	margin-bottom: 5px;
	line-height: 28px;
}

#change_content{
	position: fixed; width: 323px; height: 383px; top: 300px; margin-top: -191.5px; display: block; opacity: 1; left: 50%; margin-left: -188px;z-index:10117;display:none;
	padding:20px 20px 15px;
	background:#fff;
	border-radius:4px;	
}

.info_panel{ 

	z-index:15000; position: absolute; left: 50%; top:-150px; height: 80px; padding-top:15px; width: 300px; margin-left: -150px;    background-color: #ECF5FF;

  border: 1px solid #EAEAEA;
  text-align: center;
  color: #4C4C4C;
  -webkit-box-shadow: 0px 0px 15px -5px #454545;
          box-shadow: 0px 0px 15px -5px #454545;
  padding: 10px;
  padding-top: 16px
}

.info_panel a{color:#6699cc!important}

#loading_timer { 
	z-index:12;  
	left:50%;  
	position: absolute; 
	top:-150px; width:141px; 
	height:99px; 
	-webkit-box-shadow: 0px 0px 20px 4px #454545; 
	        box-shadow: 0px 0px 20px 4px #454545;
	border-radius:7px; 
	-moz-border-radius:7px; 
	-webkit-border-radius:7px;
}

#hide_body {
	z-index:10; 
	display: none; 
	opacity:0.5; 
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6; 
	background-color:#000; 
	position: fixed; 
	top: 0px; 
	left: 0px;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#bscal {
     font-size: 10px;
     color: #000000;
     background-color: #666666;
     border: 0px;
     z-index: 100;
     width: 210px;
     left: 0px;
     top: 0px;
     position: absolute;
 }  #bscal .top {          background: black;
         height: 20px;
 }  #bscal .top td, #bscal td.bot{          color: #ffffff;
         font-size: 11px;
         font-weight: bold;
         padding: 3 5px;
 }  #bscal td.bot {          cursor: pointer;
 }  #bscal .but {          height: 16px;
         border: 1px outset;
         cursor: hand;
 }  #bscal .over {          background: red;
         color: white;
         cursor: pointer;
 }      #bscal .week {          color: #FFFFFF;
         background: #333333;
 }  #bscal .day {          color: #000000;
         background: #e2e2e2;
 }  #bscal .today {          color: white;
         background: #006699;
 }  #bscal TD.weekend {          color: black;
         background: #FFCCCC;
   }  #bsifr {      width: 210px;
     left: 0px;
     top: 0px;
     position: absolute;
     background-color: #FFFFCC;
     margin: 0px;
     padding: 0px;
     border: none;
     overflow: hidden;
     
}

/*
NEW PAGIN
*/

.pagin_div{
text-align:center;
padding:0px;
margin:0px;
bottom:105px;
width:100%;
}

.pagination {
	margin-top: 10px;
	margin-bottom: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	height: 30px;
	border: 1px solid #e0e9ef;
	padding: 7px;
	background-color: #FFFFFF;
}

ul.pagination{
	list-style-type: none;
	width: 400px;
	padding: 0px;
}

.pagination a {
	text-decoration:none!important;
}

ul.pagination li {
	padding: 2px 1px;
	display: inline;
	background: none;
	color: #ccc;
	border-collapse: collapse;
}

ul.pagination a {
	text-decoration: none;
	color: #000;
	border-collapse: collapse;
	display:inline;
}

.pagenav a {
	color: #000;
}

ul.pagination span {
	display: inline;
}

.pagination div.page_str {
	color: #333333;
	font-size: 12px;
	margin-right: 12px;
}

.pagination span {
	margin-top: auto;
	width: 17px;
	font-weight: bold;
	line-height: 1em;
	color: #044062;
}

.page_n_arrow {
	margin: 0 5px 0 0;
	font-size: 18px;
	line-height: 7px;
	height: 10px;
}

.page_n_arrow:last-child {
	margin: 0;
}

.pagination div.page_n_arrow {
	color: rgb(218, 218, 218);
	cursor: default;
}

.pagination a.page_n_arrow {
	color: #94C0EC;
	cursor: pointer;
}

.page_n {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	padding-bottom: 1px;
	line-height: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 3px;
}

.pagination div.page_n {
	background-color: #ceedff;
	color: #7B7B7B;
	border: 1px solid #9cdafa;
}

.pagination a.page_n {
	color: #fff;
	border: 1px solid #94c0ec;
	background-color: #afd7ff;
}

.pagination a.page_n:hover {
	background: #a2d1ff;
}

.continue_link {
	background: url('/content/img/back.png') no-repeat left;
}

.checkout_link {
	margin-left: 40px;
	background: url('/content/img/forward.png') no-repeat right;
}

.continue_link, .checkout_link {
	margin: 2px;
	padding: 2px 0px 2px 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 40%;
}

.formLabel {
	float: left;
	width: 30%;
	text-align: right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
	vertical-align: middle;
	margin-top: 8px;
}

.formField {
	float: left;
	width: 60%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
}

.missing {
	color: red;
	font-weight: bold;
}

.error{
	color:red;
	font-size:16px;
}

.pagenav_cur{
	font-size:18px;
	color:#FF9E00;
}

/*GGGGGGGGGGGGGGGGGGGG*/

/*табы*/
/*навигация табов, кнопки управления*/

.nav.nav-tabs {
	list-style: none;
	margin: -7px 0 -7px -7px;
	padding: 0;
	width: 100%;
	display: table;
	zoom: 1;
	position: relative;
	z-index: 2;
}

.description_products .nav.nav-tabs {
	display: block;
	margin: 0;
	left: -1px;
}

.shipping_table {
	margin: 0 0 20px;
}

.shipping_table .nav.nav-tabs {
	display: table;
}

.class_no_photo {
	max-width: 100%;
	width: 100%;
}

.nav a {
	text-decoration:none;
}

.nav.nav-tabs > li {
	float: left;
	margin: 0 0 -1px 0;
	padding: 0px;
}

.nav.nav-tabs > li:last-child {
	margin-right: 0;
}

.nav.nav-tabs > li > a {
	font-size: 14px;
	cursor: pointer;
	border-width: 1px 1px 0 1px;
	border: 1px solid #e0e9ef; 
	border-bottom: 1px solid #cbe6f7;
	padding-top:8px;
	border-style: solid;
	background-color: #ceedff;
	margin-right: -1px;
	min-width: 123px;
	color: #69c;
	display: block;
	text-align: center;
	height: 26px;
	margin-right: 0px;
}

.df_fon {
	background-color: #f9f9f9;
	width: 100%;
	height: 35px;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: -1px;
	padding-left: 2px;
}

.nav.nav-tabs > li > a:hover {
text-decoration: none;
background-color: #DCEDF9;
}

.nav.nav-tabs > li > a span {
color: #777;
font-size: 12px;
}

.nav.nav-tabs li sup {
position: absolute;
margin-top: -5px;
}

.nav.nav-tabs > .active > a,
.nav.nav-tabs > .active > a:hover {
	background: #fefefe;
	border-bottom: 1px solid #FFF;
	color: #69c;
	font-weight:bold;
}

.tab-content > .tab-pane {
display:none;
}

.tab-content > .tab-pane.active {
	display: block;
	padding: 10px 10px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border: 1px solid #e0e9ef;
}

#tabs {
	border-top: 1px solid #e0e9ef;	
	padding: 20px 15px;
	background: #fff;
	position: relative;
}

#description {
	line-height: 1.75em;
	color: #333;
	font-size: 15px;
	position: relative;
}

#description h3 {
	color:#333333;
	font-size:16px;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:7px;
	font-weight: 500;
}

.view_p h2,.style_h2 h2,.dop_header_producer{

	color:#333333;
	font-size:16px;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:0px;
	font-weight:bold;
}

.brand-seo-text-wrap img.logobranddesc{
    margin: 0px 15px 0px 0px;
    max-width: 200px;
	    float: left;
}

.style_h2 h2{
margin-bottom:25px;
}

.style_h2 {
	color: #555555;
	font-size: 14px;
}

.style_h2 p {
	line-height: 1.75em;
}

.style_h2 p:last-child {
	margin-bottom: 0;
}

.style_h2 li {
    list-style-position: inside;
    list-style: inside;
    margin-bottom: 7px;
    color: #333;
}

.style_h2 li:last-child {
	margin: 0;
}

li p {
  margin-bottom: 0px;

}

.div_p{
	padding: 10px;

}
/*табы*/


.vk_repost_amount_view{
	  cursor: pointer;
  background-color: #D48C3B;
  margin-top: 15px;
  line-height: 32px;
  padding-bottom: 18px;
  border-radius: 2px;
}

.views_products {
	overflow: hidden;
}


/*view cart*/

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px){
	
	.whide {
		display: none;
	}
	
	.m_h_vc {
		margin-top: 0px;
		float: none;
	}
}

/*view cart*/

.view_cart_table {
	width: 100%;
	
	
}
.view_cart_table_b{
	border:1px solid #ffcc33;
	padding:3px;
}

.view_cart_table_bw{
	width: 74%;
	margin: 0px;
	float: left;
	position: relative;
	
}

.view_cart_table .title_td{
	padding-left: 0px!important;
	color:#999999;
}

.no_sore_cart_red{color:#a73838;}

.view_cart_table .recount_cart_td{
	padding-left: 0px!important;
}

.view_cart_table .title_td a {
	color:#333333;
}

.view_cart_table .title_td a:hover {
	color: #6699cc;
}

.view_cart_table .view_cart_photo_label{
	padding-left:17px;
	width: 136px;
}


.recount_cart_view {
width: 64px;
height: 39px;
overflow: hidden;
position: relative;
background-image: url(/content/img/b15/cart_count.png);
-moz-user-select: none;
-webkit-user-select: none;
    -ms-user-select: none;
        user-select: none; 
top:-13px;
}

.up_tovar {
top: 0px;
right: 0px;
position: absolute;
width:24px;
height:17px;
cursor:pointer;
-moz-user-select: none;
-webkit-user-select: none;
    -ms-user-select: none;
        user-select: none; 
}

.down_tovar {
bottom: 0px;
right: 0px;
position: absolute;
width:24px;
height:17px;
cursor:pointer;
-moz-user-select: none;
-webkit-user-select: none;
    -ms-user-select: none;
        user-select: none; 
}

.down_tovar:hover{
	background-image: url(/content/img/b15/cart_count.png);
	background-position: 24px -61px;
}

.up_tovar:hover{
	background-image: url(/content/img/b15/cart_count.png);
	background-position: 24px -78px;
}

.view_cart_count_input{
	border:0px solid transparent;
	background-color:transparent;
	outline:transparent;
	width:32px;
	height:32px;
	padding:5px;
	padding-right:6px;
	text-align:left;
	top: 0px;
	left: 0px;
	position: absolute;
	color:#666666;
	font-size:15px;
}


.view_cart_table .price_td{
	font-size: 17px;
	padding-left: 20px;
	padding-right: 0px;
	position:relative;
	color:#333333;
}

.view_cart_table .price_td span{
	font-size: 14px;
}

.view_cart_table .asum{
	font-size: 24px;
	padding-left: 20px;
	padding-right: 0px;
	position:relative;
	color:#6699cc;
}

.view_cart_table .asum span{
	font-size: 18px;
}

.view_cart_table th{
	height:46px;
	vertical-align:middle;
	margin:0px;
	background: #eaeaea;
	color:#333333;
}

.stylew_table {
	margin: 0 0 20px;
	border: 1px solid #ffcc33;
	padding: 3px;
}

.view_cart_table th.in_cart{
	height:46px;
	vertical-align:middle;
	margin:0px;
	background: #eaeaea;
	color:#333333;	
}

.view_cart_table th.last_th{
	
	padding-right:17px;
}

.view_cart_table td{
	vertical-align:top;
	padding: 20px;
	padding-top: 33px;
	border-bottom: 1px solid #e5e5e5;
}

.stylew_table td{padding:10px;}
.stylew_table_cart td{padding:15px;}

.nobbor td{
	border-bottom: 0px solid #e5e5e5;
}

.delete_item {
	position: absolute;
	top: 38px;
	right: 4px;
	display: block;
	width: 11px;
	height: 10px;
	background: url(/content/img/b15/del_cart_i.png) no-repeat 0px 0px;
	cursor: pointer;
}

.delete_item:hover {
	background: url(/content/img/b15/del_cart_i.png) no-repeat 0px -10px;
}

.kup_btn, .orange_btn {
	cursor: pointer;
	background-color: #467fff;
	text-transform:uppercase;
	margin-top:14px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 9px 27px;
	float:left;
	border: 0px solid black;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.kup_btn:hover {
	background: #69f;
}

.orange_btn:hover,
.desh_btn:hover {
	background: #ffd350;
}

.desh_btn {
	cursor: pointer;
	background-color: #ffcc33;
	text-transform:uppercase;
	margin-top:14px;
	color: #9c4200!important;
	font-size: 14px;
	text-align: center;
	padding: 9px 27px;
	border-radius: 2px; 
	float:left;
	margin-left:15px;
}
.orange_btn {
	background-color: #ffcc33;
	color: #9c4200 !important;
	float: none;
	margin-top: 0px; 
	margin-bottom: 20px;
} 

.desh_btn {
cursor: pointer;
	background-color: #ffcc33;
	text-transform:uppercase;
	margin-top:14px;
	color: #9c4200!important;
	font-size: 14px;
	text-align: center;
	padding: 9px 27px;
	border-radius: 2px; 
	float:left;
	margin-left:15px;
}

.promo_activate{
margin-top:0px;
}

.update_cart_a {
	color: #FF0000;
}

.field_quantity{
	float: left; margin-left:19px;
}

.table_itog {width:100%;margin-top: 20px;margin-bottom: 20px;}

.table_itog .label_itog{
	font-size:20px;
	text-align:left;
}

.table_itog .value_itog{
	font-size: 30px;
	text-align:right;
	color: #6699cc;
}

@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px){
	.table_itog .value_itog{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1150px), only screen and (max-device-width: 1150px){
	.total_calc{
		font-size: 12px;
	}
}

/*
Оформление заказа, блок формы входа
*/

#red_loader{display:none;}

.mh3{
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: bold;
}

.make_order_left{
	
	float: left;
	width: 74%;
}

.make_order_products {
	width: 100%;
}

.make_order_products td {
	padding: 18px 0;
	border-bottom: 1px solid #dbdbdb;
}

.make_order_products td.title_td {
	padding-left: 18px; 
	vertical-align: top;
}

.make_order_products td.image_td img {
	max-width: 80px; 
	max-height: 76px;
}

.make_order_products p {
	margin: 0px; 
	padding: 0px; 
	color:#696969; 
	padding-top: 4px;
}

.make_order_products a {
	display: inline-block;
	text-decoration: none;
}

.make_order_products a:hover {
	text-decoration: underline;
}

.make_order_products .brand-name {
	margin: 0 0 3px;
	font-weight: 900;
	color: #6283fb;
}

.make_order_products .name {
	margin: 0 0 5px;
	color: #000;
}

.no_text_d{
text-decoration:none;
}

.type_reg{
	line-height:25px;
	margin-bottom: 8px;
}
.mocaptcha{
  position: relative;
  float:left;
}

.type_reg input{
	margin:0px;
	position:relative;
	top:1px;
	margin-right:7px;
}

.type_reg label{
	cursor:pointer;
}

.make_order_input{
	width:351px;
	padding:12px;
	border:0px solid #7f93a2;
	border-top:1px solid #7f93a2;
	border-left:1px solid #7f93a2;
	border-radius:3px;
	outline:transparent;
	background-color:#e1f0fb;
	color:#597081;
	font-style:italic;
	margin-top:9px;
	margin-bottom:9px;
}


/*--Заполнение адреса--*/

.address_enter_table{

	margin-left:-7px;
}

.address_enter_table td{
	vertical-align:middle;
	padding-left:7px;
	padding-bottom:10px;
}

.address_enter_table .login_input{
	margin-bottom:0px;
}

.input_addres{	
	padding:5px;
	padding-top:7px;
	height:18px;
	border:0px solid #7f93a2;
	border-top:1px solid #7f93a2;
	border-left:1px solid #7f93a2;
	border-radius:3px;
	outline:transparent;
	background-color:#e1f0fb;
	color:#000;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	margin-top:9px;
	margin-bottom:9px;
}



.house_index{width:75px;}
/*--Заполнение адреса--*/
.sp_primer{
	padding-left:15px;
	color:#597081;
	font-style:italic;
}

.order_btn_next{
width: 220px;
height: 38px;
background-image: url(/content/img/new/next_btn.png);
background-repeat: no-repeat;
border: none;
color: white;
font-weight: bold;
margin-top:9px;
background-color: transparent; cursor:pointer;}


.order_btn_next_g{
width: 221px;
height: 37px;
border: 1px solid #6890af;
border-radius: 4px;
outline: none;
margin-top: 12px;
color: #163C52;
text-shadow: 1px 1px 0px rgb(181, 232, 255);
cursor: pointer;
font-weight: bold;
font-size:14px;
}

.shag_c{
	width:20%;	
	float:left;
}
.shag_i{
	margin-right:5%;
	min-height:57px;
	border:1px solid #eaeff3;	
	margin-top:10px;	
	padding:10px;
	padding-top:100px;
	border-radius:2px;
}
.shag_c td{
	vertical-align:top;
	font-size:13px;
	color:#2d2d2d;
	padding-top: 2px;
}
.cah_c{
	color:#d6d6d6!important;
	font-size:41px!important;
	padding-right:8px;
	padding-top: 0px!important;
	line-height: 41px!important;
}
.shag_1{background: #ffffff url(/content/img/b15/cart_ico_1.png) no-repeat 50% 21px;}
.shag_2{background: #ffffff url(/content/img/b15/cart_ico_2.png) no-repeat 50% 21px;}
.shag_3{background: #ffffff url(/content/img/b15/cart_ico_3.png) no-repeat 50% 21px;}
.shag_4{background: #ffffff url(/content/img/b15/cart_ico_4.png) no-repeat 50% 21px;}
.shag_5{background: #ffffff url(/content/img/b15/cart_ico_5.png) no-repeat 50% 21px; margin-right:0%;border:1px solid #ceedff;}

.picktdhead{font-weight:bold; padding-right:15px; width:120px;}

.picktblhead{
	/* float:left; */
	max-width:400px;
}

.picktblhead td {
	padding-bottom: 8px;
}

.picktblhead tr:last-child td {
	padding: 0;
}

/*view cart*/

.thanks_share{
text-align:center;
}

.thanks_share .ya-share2__item_service_vkontakte .ya-share2__icon{
	width:119px;
	height:119px;
	background: url(/content/img/b15/vk_ico_new.png) no-repeat;opacity:1!important;
}

.thanks_share .ya-share2__item_service_facebook .ya-share2__icon{
	width:119px;
	height:119px;
	background: url(/content/img/b15/fb_ico_new.png) no-repeat;opacity:1!important;
	
}

.thanks_share .ya-share2__item_service_odnoklassniki .ya-share2__icon{
	width:119px;
	height:119px;
	background: url(/content/img/b15/odnk_ico_new.png) no-repeat;opacity:1!important;
}

.thanks_share a {
opacity:1!important;
width:119px;
	height:119px;
	display:block;
	float:left;
	  margin: 0px 16px;
}

.thanks_share .ya_share span.b-share-icon {
opacity:1!important;
}

.opinion_post{
	border-bottom: 1px solid #d6d6d6;
	margin:25px 0px;
	padding-bottom:25px;
	
}

.last_op_bl {
	border-bottom: 0px solid #d6d6d6;
	padding-bottom:0px;
}

.rating_in_v {
	display:inline-block;
}

.header_title_post {
	display: inline-block;
	font-size: 15px;
}

.header_date_post {
	margin-left: 5px;
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	color: #666;
	background-image: url(/content/img/icons/svg/clock/clock-dark-gray.svg);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.opinion_text {
	margin: 10px 0 0;
	font-size: 15px;
    color: #333;
    line-height: 1.75em;
}

.ya_share_block_t{float:left;position:relative;top:4px;}
.ya_share_blockop{opacity:0.2}
.ya_share_blockop:hover{opacity:1}
.add_otz2{}


.set_reiting_label{
	float:left;
}

.reiting_set{
	position: relative;
	top: -2px;
	left: 3px;
}


.field{
	FLOAT:LEFT
}

.reiting_set .reiting_stars{
	height:20px;
	width:20px;
	float:left;
	background-image: url(/content/img/b15/grey_star.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor:pointer;
}

.desc_opinion {
  width: 600px;
  height: 141px;
  margin-top: 10px;
  padding: 9px;
}

.opinion_captcha{
  float: left;
  margin-left: 33px;
}

.sendop{
	margin-top: 0;
	margin-right: 15px;
}
  
.help_menu{
	width:240px;
	max-width:240px;
	padding-right:20px;
	
}

.right_side_pr {
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
}

.right_side_pr td {
	vertical-align: top;
}

.helpz{
	font-size:16px;
	text-transform:uppercase;
	margin:5px 0px 15px;
}

.helpab {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #e0e9ef;
	background: #fefefe;
	margin-bottom: 20px;
}

.helpab a:last-child {
	margin-bottom: 0;
}

.helpab a,
.vparam_right label {
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	text-decoration: none;
}

.helpab_r {
max-height:250px;
height: expression( this.scrollHeight > 249 ? "250px" : "auto" );
overflow-y:auto;
padding-bottom:10px;
}

.helpab_r input[type='checkbox']{
	float:left;
	position:relative; top:2px;
	margin-right:7px;
}

.vparam_right{clear:both; float:none;  position:relative;}
.vparam_right:hover{background-color: rgb(217, 231, 249);}
.vparam_right label{ z-index:1; padding:2px 0px; width: 140px; font-size:12px; position:relative; top:1px; margin-bottom:0px; float:left; cursor:pointer; color:#6699cc;}
.vparam_right a{ z-index:0;  position:absolute; right:5px; top:0px; height:20px; width:15px; display:block; opacity:0; background:url(/content/img/b15/new_page_1.png) no-repeat 100% 50%;margin-bottom: 0px;
}
.vparam_right:hover a{display:block;opacity:1;}
.vparam_right a:hover{display:block; border-bottom:1px dashed rgb(217, 231, 249);}


.review_img_main{
	float:left;
	width:150px;
	border: 1px solid #e0e9ef;
	text-align:center;
	padding:5px;
	margin-right:10px;
	display:table;
}

.review_img_main a{
	display:table-cell;
	vertical-align:middle;
}

.last_section_opinion, .otziv_item {
	border: 1px solid #e0e9ef;
	background: #fefefe;
	padding: 20px 15px;
}

.opinion_slider_wrap .last_section_opinion {
	border-bottom: 0;
}

.last_section_opinion .last_op_bl {
	margin-bottom: 0px;
}

.last_section_opinion .first_op_bl {
	margin-top: 0px;
}

.otziv_item{margin-bottom:7px;}
.op_item_image{width:200px; vertical-align:middle; text-align:center;}

.otziv_index_page .op_item_image {
	width: 150px; 
	text-align: center;
}

.otziv_index_page .op_item_image img{max-width:150px; max-height:150px;}
.op_item_text{vertical-align:top; padding-left:10px; overflow: hidden; height: 100%;}

.brandDescription{max-height:130px;overflow:hidden; position:relative;


}
.hide_bottom_desc{
	
	 width:100%; bottom:0px; left:0px; height:45px; background-color:white; position: absolute;
cursor: url('/content/img/b15/arrow-down-black.cur'), auto;
background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,0)),color-stop(32%, rgba(255,255,255,0.34)),color-stop(93%, rgba(255,255,255,1)));
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.34) 32%,rgba(255,255,255,1) 93%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 
}


.hide_bottom_desc span{position:absolute; bottom:0px; left:6px; font-size:12px; background-color:white; }

.height_brend_auto{
	max-height:2000px!important;
	-webkit-transition: all 1s ease-in-out;
	  		transition: all 1s ease-in-out;
}
 
.sub_products .mini_stat_pr, .sub_products .pr_type2 {
	display:none;
}

.sub_products .pi_c { 
	height: 321px;
}

.sub_products .pi_c .mini_stat_pr_l:nth-of-type(2) {
	text-align: left;
	margin: 0;
}

.sub_products .sale__old-price {
	bottom: 63px;
}

.sub_products .pi_c .avalible_st {
	text-align: right;
}

.sub_products .pr_ref {
	height:40px!important; 
	display:block; 
	margin-bottom:14px;
}

.sub_products .product_short_info {
	height:40px!important;
}

.select_color {
	border: 0;
	background-color: #cc3467;
	outline: none;
	padding: 12px 12px 12px 12px;
	color: #fff;
	font: normal 15px/17px Helvetica, 'Open Sans', sans-serif, Arial;
	text-transform: uppercase;
	position: relative;
	top: 1px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #cc3467;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.select_color:hover {
	background: #da497a
}

.fav_sub{margin-top: 8px;}

.op_list_tbl td {
	vertical-align:top;
	border-bottom: 1px solid #e0e9ef;
	padding-bottom: 25px;
	padding-top: 25px;
}

 .first_op_bl_tr td{ padding-top:0px;}
 .last_op_bl_tr td{ border-bottom: 0px solid #d6d6d6; padding-bottom:0px;}
 
 .fl_a,.fl_left{float:left;}
 .fl_a_link{text-decoration:none; border-bottom:1px dashed #6699cc; color:#6699cc; margin-left:7px; height:15px; display:block; float:left; margin-top: 13px;}

 .fl_a_link:hover{text-decoration:none; border-bottom:1px dashed #fefefe; color:#6699cc;}
 
 
 .otziv_producer_block{
  width: 25%;
  float: left;
  overflow: hidden;
 } 
 
 
 .otziv_producer_block .ctable{
  height:125px;
 } 
 
 
 .otziv_producer_block .ctable img{
  max-height:125px;
  max-width: 100%;
 }
 
.esdni{color: #17C517;}
 
 .review_item_main{
  width:33%;
  float:left; 
 }
 .review_item_content, .otziv_producer_block_c{
	border: 1px solid #e0e9ef;
	background: #fefefe;
    padding: 10px 10px;
	margin-right:7px;
	font-style:italic;
 }  
 
  .otziv_producer_block_c{
	margin-bottom:7px;
	height:153px;
	  overflow: hidden;
 } 
 
 .review_item_2{
	width:34%;
 }  
 .review_item_2 .review_item_content{
	margin-right:0px;
 } 
 
 .review_header{
	display:block;
	margin-bottom:7px;
 }
 
 .title_desc_rev{height:136px; overflow:hidden;}
 
 .review_item_content .rating{
	float: left;
  margin-top: 7px;
 } 

.op_item_text .rating {
    min-width: 100px;
 } 
 
 .otziv_index_page .op_item_text .rating{
 margin-top: 0px;
 } 
 
 .review_item_content .count_opinion{
	margin-top: 8px;
 }
 
 .section_action {
  text-align: left;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #e0e9ef;
  padding: 20px;

}

.section_action_img {
  width: 25%;
  max-width:230px;
  text-align: center;
 
  
}

.section_action_img span {
  position: relative;
}

.action_title  .perc_act {
    background: url(/content/img/b15/action_flag.png) no-repeat top left;
    font-size: 24px;
    position: absolute;
    padding: 9px 0px;
    left: -135px;
    top: 7px;
    color: white;
    width: 120px;
    height: 44px;
    font-weight: bold;
    text-align: center;
}

.only_today {
  color: #6699cc;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}

.action_content{padding-left:60px;}

.action_title {
    color: black;
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 25px;
    max-width: 820px;
    text-transform: uppercase;
    font-weight: 300;
	position:relative;
	cursor:pointer;
}

.action_title b{text-transform: none;font-size:14px; }

.section_action {
	margin-bottom: 20px;
}

.section_action .mini_stat_pr_l:nth-of-type(3) {
	float: left;
}

.section_action table {
 width:100%;
}

.section_action .mini_stat_pr{
 margin-top:15px; 
 display:none;
}

.section_action .yashare-auto-init{margin-top:10px; }

.section_action .mini_stat_pr_l{
 width:auto; 
 margin-right: 5px;
}.section_action .mini_stat_pr_zv{
    position: relative;
    top: 2px;
}.section_action .rating{
        width: 101px;
}

.quant_lost{
	background-color:#ffd861;
	width:150px;
	float:right;
	margin-bottom:10px;
	font-size:12px;
	padding:7px;
	text-align:center;
}

.add_cart_actin {
	width: 164px; 
	height: 37px; 
	background-color: #cc3467; 
	text-transform: uppercase; 
	color: #fff; 
	border: 0;
}

.section_block {
    color: #484850;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    padding: 2px 10px 3px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    background: #fefefe;
    margin: 0 5px 5px 0;
    position: relative;
    background: #f9f9f9;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block;
}

.section_block:last-child {
	margin-bottom: 20px;
}

.section_block:hover {
    color: #212121;
    text-decoration: none;
    border: 1px solid rgb(255, 189, 116);
    background: #FFCC33;
}

.add_cart_actin:hover {
	background-color: #da497a;
}

.item_sale_block_param{display:none;}
.item_sale_block{width:50%; float:left;}

.param_action td {
	color: #989898; 
	line-height: 18px;
	padding: 7px 0;
}

.only_quantity {
  color: black;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 12px;
  padding-right:15px;
}

.section_action .add_cart_btn_empty {
  background: transparent url(/content/img/new/btn_bg.png) repeat-x top left!important;
  top: 0px;
  margin-left: 0px;
}

.sort {
	margin: 0 0 22px;
}
.sort_type {
	float:left;
	margin: 0 10px 0 0;
	display:table;
}
.sort_type a {
	display: table-cell; 
	vertical-align: middle; 
	padding: 0 0 0 10px;
	text-decoration: none;
}
.sort_type span {
	position: relative; 
	border-bottom: 1px solid #666; 
	color:#666;
}
.sort_ASC span { 
	border-bottom: 1px solid #6699cc; 
	color: #6699cc;
}
.sort_DESC span { 
	border-bottom: 1px solid #6699cc; 
	color:#6699cc;
}
.sort_ img {
	display:none; 
}
.sort_field_custom img { 
	position: relative; 
	top: 1px;
}
.sort_:hover {
	padding-left: 2px;
}
.sort_:hover img {
	display: inline-block;
}

.shipping_table {
	width:100%;
}

.shipping_table td{
	width:33%;
}

.sh_info{
	color:#666666;
	color: #555;
	margin-top:15px;
}

.sh_info ul{
	margin-top:7px;
}

.shipping_table td .item_ship{
  padding: 10px 10px 0px 25px;
  border-right: 1px solid #e0e9ef;
  margin-right: 7px;
}

.shipping_table td .item_ship:nth-child(3){
margin-right: 0px;
 border-right: 0px solid #e0e9ef!important;
}

.shipping_table td .item_ship_l{
margin-right: 0px;
 border-right: 0px solid #e0e9ef;
}


.shipping_table h2{
	text-align:center;
	color:#333333;
	font-size:16px;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:0px;
	font-weight:bold;
}

.shipping_table .nav.nav-tabs { 
	margin: -1px 0 1px 0;
}
  
.shipping_table .nav.nav-tabs > li {
	margin: 0 5px -2px 0;
}

.alltabblock p {
	font-size: 15px;
	line-height: 1.75em;
}

.alltabblock li {
	font-size: 14px;
	line-height: 1.75em;
}

.shipping_table .df_fon {
	top: -1px;
}
  
.shipping_table  .nav.nav-tabs > li > a.tab_first {  
	padding: 8px 7px 0px;
}

.header_in_types {
	display: block !important; 
	color: #666666; 
	margin-top: 10px; 
	margin-bottom: 5px !important;   
	background-color: rgb(234, 249, 255); 
	padding: 5px;
}

.header_in_types:hover {
	color: black;
}
 
.remove_flt span {
	display: block; 
	position: absolute; 
	right: 5px; 
	top: 50%; 
	margin-top: -7px; 
	height: 14px;
	line-height: 14px; 
	color: rgb(204, 51, 0); 
	font-weight: bold; 
	cursor: pointer;
}
 
.remove_flt {
	display: block; 
	float: left; 
	padding: 5px; 
	border-radius: 3px; 
	padding-left: 10px;
	padding-right: 20px; 
	border: 1px solid #e0e9ef;
	background: #fefefe; 
	margin-right: 5px; 
	position: relative; 
	margin-bottom: 5px;
}

.flt_remover_content {
	margin-bottom: 15px;
}

.flt_remover {
	clear: both; 
	float: none; 
}
 
 .input_start_flt{position:absolute; z-index:3; top:-10000px; left:-2500px; }
 .input_start_flt .kup_btn{-webkit-box-shadow: 3px 3px 5px 0px rgb(166, 166, 166);box-shadow: 3px 3px 5px 0px rgb(166, 166, 166); height: 29px;  padding: 5px 9px;}
 .input_start_flt .kup_btn:hover{}
 
 .go_top{margin-bottom:25px;margin-top:15px;}

.ref_cats_types{
	    float: none;
    clear: both;
    max-height: 500px;
}
.w676{min-width:552px;}
.fllink_usp{height: 17px;   display: inline-block;border-bottom:1px dashed rgb(189, 223, 255);}
.fllink_usp_orange{border-bottom:1px dashed rgb(255, 225, 154);}
.block_pan_item50  .fllink_usp{border-bottom:1px dashed  #999999;}
.block_pan_item .bpi_content{-webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;}
.bpi__home {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
}
.block_pan_item{width:20%; float:left; display:block; text-decoration:none; min-width:160px;}
.block-pan {
	margin: 0 -5px;
}
.block_pan_item50 {
	width: 50% !important; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.block_pan_item .bpi_content {
	overflow: hidden;
	margin-left: 0;
	background-color: #699BFF; 
	height: 60px; 
	color: white; 
	padding: 17px 12px;
}
.user-main-panel .bpi_content {
	margin: 0 0 0 10px;
}
.orange_bp .bpi_content{background-color:#ffb400;}
.block_pan_item50 .bpi_content,.more_blp .bpi_content{background-color: #C8E4FF; color: #333333;}
.block_pan_item:hover .bpi_content{background-color:#7EA9FF;}
.orange_bp:hover .bpi_content{background-color:#FFC742;}
.block_pan_item50:hover .bpi_content,.more_blp:hover .bpi_content{background-color: #E5F2FF;}
.block_pan_item .phb_u span{display:none; }
.block_pan_item {
		  width: 29%;
	}
	.more_blp {
		  width: 13%;
		  min-width: 60px;
		
	}
	.phb_u{text-transform:uppercase; font-size:18px; display:block;padding-bottom:18px;}
	.more_blp .bpi_content{text-align:center;}
	.more_blp .bpi_content img{width:48px;   margin-top: 7px;}
	.more_blp_c,.block_pan_item_last,.phb_u_order{display:none;}
	.block_pan_item50_last{display:block;}


.up_cell_el{font-size:32px;}
.anoter_info_pnu{display:none; padding-top:5px; font-style:italic;  color: rgb(189, 223, 255);}
.block_pan_item50 .anoter_info_pnu{ color: #666666;}
.orange_bp .anoter_info_pnu{padding-top:5px; font-style:italic;  color: rgb(255, 225, 154);}
.phb_u  span{position:relative; top:-10px; left:5px; font-size:11px;}

#ya_share_partner li{
    padding-left: 0px;
    background: none;
}

.partner_morder td{background-color: rgb(255, 252, 221);}
.partner_porder td{background-color: #9BFCBD;}
.bonus_1_0 td,.my_orders_2 td,.my_orders_7 td,.promo_status_0 td{color: #B9B9B9;}
.bonus_1_1,.my_orders_3,.promo_status_1{background-color: #9BFCBD;}
.bonus_2_1, .my_orders_7{background-color: rgb(255, 246, 186);}

.class_select {
	margin-bottom: 15px;
	margin-top: 2px;
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e0e9ef;
	padding: 0 7px;
	color: #666666;
	background-color: #fff;
}

.class_select:focus {
	outline: none;
	border-color: #6699cc;
}

.message_manager {
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e0e9ef;
	padding: 10px;
	font-size: 13px;
	resize: none;
}

.message_manager:focus {
	border-color: #6699cc;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.message_manager_form .btn_login {
	margin-bottom: 12px;
	width: 140px;
	border-radius: 0;
}

.message_block i {
	color:#999999
}

.message_block {
	margin-bottom: 15px; 
	padding-bottom: 15px; 
	border-bottom: 1px solid #e0e9ef; 
	color: #999999
}

.message_block:last-child {
	border-bottom: 0;
}

.imessage_manager { 
	float: right; 
	width:100%;
	color: rgb(112, 158, 249); 
}

.partner_input_b{height:20px; border: 1px solid #e0e9ef; border-radius:2px; padding:10px; position:relative;}
.partner_input{height:20px; border: 0px solid #e0e9ef; width: 60%; outline: none;}

.header_skidki_pad th{padding-left:10px}

.ya_share_blockpartn {
	position: absolute;
	right: 5px;
	top: 6px;
	opacity: 1;
}

.last_no_border td {
	border-bottom:0px solid black;
}

.under{text-decoration: underline!important;}
.under:hover{text-decoration: none!important;}

.info_dost_adr_no{color:#999999; }


.plus_in_cart {  
	width: 34px;
	width: 31px;
	height: 19px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	color: #99ccff;
	border-radius: 2px;
	padding-top: 5px;
	margin: 0px auto;
	display: block;
	margin-top: 20px;
	border: 1px solid #99ccff;
	line-height: 10px;
}
  
.ball_in_cart {  
	font-size: 14px;
	color: #333333;
}
  
.ball_in_cart span {  
	font-size: 22px;
	color: #6699cc;
}
  
.back_p_section {
	display: block;
	padding: 12px 10px 0px 5px;
	border-radius: 3px;
	border: 1px solid #e0e9ef;
	background: #fefefe;
	margin-bottom: 20px;
	height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 5px;
	line-height: 15px;
}

.back_p_section span {
	display: block;
	float: left;
	background: url(/content/img/b15/arrs.png) no-repeat;
	background-position: 0 0;
	width: 32px;
	height: 31px;
	margin-right: 10px;
	margin-top: -7px;
}

.back_p_section:hover span {
	background-position: -32px 0px;
}

.go_p_order {
	width: 151px;
	float: right;
	margin-top: 13px;
	height: 25px;
	padding-top: 10px;
}  
  
.go_p_order span {
	background-position: -6px -37px;
	float: right;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: -2px;
	height: 19px;
	width: 20px;
} 

.go_p_order:hover span {
	background-position: -38px -37px;
}
  
.make_your_opinion {
	margin-top:5px;
}

.btn_in_cart {
	width: 100%;
	background-color: #cc3467;
}

.btn_in_cart:hover {
	background-color: #da497a;
}
 
.widget_soc-link_w {
	display:none!important
}

.add_otzv {
    padding: 20px;
    border: 1px solid #e0e9ef;
    border-radius: 2px;
    float: left;
}

.w100p { width:100%;}

.mt2 { margin-top: 2px; width: 74%;}

.underlrefc a { text-decoration:none; }
.a_ball_in_cart{ text-decoration:none; border-bottom:1px solid #6699cc; }

.h1_span_prtitle { 
	color: #cc0066; 
	text-transform: uppercase; 
	font-size: 16px; display: block;
}

.h3_view {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-top: 15px;
	font-weight: normal;
}
	
/* Brand sort */

.sort_bl {
	clear: both;
	margin-bottom: 20px;
}

.sort_bl span.tlt {
	color: #999;
	font-size: 14px;
}

.sort-bl__btn {
	position: relative;
	margin: 0 24px 0 5px;
	font-size: 14px;
	color: #7ca9e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.sort-bl__btn:hover {
	color: #87b4f1;
}

.sort-bl_arrow {
	position: relative;
	bottom: 1px;
}

.sort-bl__list {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 3;
	display: none;
	width: 240px;
	padding: 23px 20px;
	background-color: #fff;
	border: 1px solid #c2d5e3;
	-webkit-box-shadow: 0px 6px 18px 0px rgba(5, 5, 5, 0.11);
	        box-shadow: 0px 6px 18px 0px rgba(5, 5, 5, 0.11);
	cursor: default;
}

.sort-bl__list--opened {
	display: block;
}

.sort-bl__list::before {
	content: "";
	top: -9px;
	left: 50px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 4px;
	border-color: transparent transparent #c2d5e3 transparent;
}

.sort-bl__list::after {
    content: "";
    top: -6.4px;
    left: 52px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 3px;
    border-color: transparent transparent #fff transparent;
}

.sort-bl__list-item {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

.sort-bl__list-item:hover {
	color: #7ca9e6;
}

.sort-bl__list-item--current,
.sort-bl__list-item--current:hover {
	color: #bbb;
	cursor: default;
}

/* Brand sort */

.spgreynote{color:#666;}

.set_address_class{display:none;}
.set_address_classpad100 .mc_cart_class{padding-top:75px!important;}

.sp_primerleft{    display: block;
    float: left;
    width: 252px;}
	
.alh_0{line-height: 0px;display:block;}
.more_inf_prod{position:absolute; margin:0px auto; border:1px solid #467fff; border-radius:2px; text-transform:uppercase; padding:2px; color:grey;}


.call_event_open{display:none;position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    height: 200px;
    width: 600px;
    background: #B9FFB1;
    margin-left: -300px;
    -webkit-box-shadow: 0px 0px 19px 0px black;
            box-shadow: 0px 0px 19px 0px black;
    border-radius: 2px;
    padding: 10px;
	z-index:4111;
	
}
	
	.main_table{border:0px solid #767676;}
.main_table th{ border:1px solid #363636; border-right:1px solid #545454; padding:3px; height:30px; color: black; background-image: url('/content/img/admin/fon_date.gif');}
.main_table th a{ color: black;}
.main_table tr{background-color:white;}
.main_table tr.active{background-color:#ddd;}
.main_table tr:hover{background-color:#99BBDF;}
.not_select_tr tr:hover {background-color:white}
.main_table td{ border:1px solid #363636; border-right:1px solid #ffffff; border-top:0px solid #363636; padding:3px;}

#confirm_ajax{
    position: fixed;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 30%;
    background-color: #FFF;
    border: 1px solid #F4AC57;
    padding: 3px;
    z-index: 11000;
}
.content_confirm{
    background-color: #FFCC3D;
    padding: 10px;
}
.yes_confirm, .no_confirm{cursor:pointer; border-radius:2px; display:block; padding:5px; background-color:#5B5B5B; color:white; float:left; margin:15px 10px 0px 0px; min-width:75px; text-decoration:none;text-align:center;}
.phone_info{    font-size: 11px;
    color: #999;
    position: absolute;
    top: -15px;
    left: 32px;}
	

.city_s_indost{position:relative; font-size:22px; text-transform:uppercase; height:35px; width:25%; min-width:380px; text-align:center; border:0px solid black; color: #6699cc; }
.change_city_span {font-size:11px; color:#999; position:relative; top:-10px; z-index:3; cursor:pointer;}
.title_m_d{font-weight:bold;font-size:16px; }
.title_m_d a{font-size:12px;}
.title_m_d span{font-size:12px; color:#666;}

/*BEL fancybox */

.popup1 span{font-size:12px; border-bottom:1px dashed black; color:#333; cursor:pointer;}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    color: #404040;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
	
}


.popup_text1{
    margin: 20px 80px 10px 75px;
    font-size: 24px;
    line-height: 1.3;
    text-align: -webkit-center;
}

.popup_text2{
    margin: 20px 80px 10px 75px;
    font-size: 16px;
    line-height: 1.3;
    text-align: -webkit-center;
}


.popup1 {
   	top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    min-width: 320px;
    width: 460px;
    height: 270px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background-image: url(/content/img/background_alert.jpg);
    z-index: 1000;
    border-radius: 4px;
    font: 14px/18px Helvetica, 'Open Sans', sans-serif, Arial;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    animation: fade .6s;
	
}

#overlay1 .popup1 {
	background-image:url(/content/img/b15/contact.jpg);
}

#overlay2 .popup1 {
	width: 637px;
	height: 299px;
	background-image:none;
	padding: 0px;
    border: 0px solid #383838;
}

#email_bel{
    border: 1px solid #c2a78d;
    color: #000000;
    font-size: 14px;
    border-radius: 2px;
    padding: 8px 11px;
    width: 235px;
    display: block;
    margin-top: 20px;
}
#send_email {
 background: #FF376E;
    cursor: pointer;
    text-align: center;
    padding: 10px 11px 8px 11px;
    font-size: 16px;
    color: white;
    width: 258px;
    margin: 8px 0px 10px;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0px solid black;
}
/*ALERT fancybox */
#overlay_alt {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    color: #404040;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popup_text_alt{
    margin: 40px 80px 10px 75px;
    font-size: 24px;
    line-height: 1.3;
    text-align: -webkit-center;
}
.popup_alt {
   	top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    min-width: 320px;
    width: 455px;
    height: 480px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background-image: url(/content/img/bg_email_varibasi.png);
    z-index: 1000;
    border-radius: 4px;
    font: 14px/18px Helvetica, 'Open Sans', sans-serif, Arial;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    animation: fade .6s;
}
#email_bel_alt {
   	border: none;
    color: #fff;
    background-color: #009000;
    font-size: 16px;
    padding: 11px;
    width: 235px;
    display: block;
    margin-top: 384px;
}
#email_bel_alt::-webkit-input-placeholder {
    color: #fff;
   } 
#email_bel_alt::-moz-placeholder {
    color: #fff;
   }
#send_email_alt {
    background: #009000;
    cursor: pointer;
    text-align: center;
    padding: 9px 11px 11px;
    font-size: 23px;
    color: white;
    width: 237px;
    margin-top: 6px;
}

.action_sr{position:absolute; right:10px; bottom:10px;    z-index: 5;}

.sep_bef_best_complect{display:none;}

.search_btn_mob{display:none}

.mobshow,.catalog_btn_mob{display:none}

.beloris_full{display:none}



.moblink_block{display:block}
.beloris_mobile{display:block}
.rfub_0{display:none}
.moblink_block_0{display:none}
.rmob_0{display:block}
.rmob_2{display:block}

.brends_block_ajax {
    max-height: 1000px;
    overflow-y: auto;
}

@media only screen and (max-width: 767px){	
	.moblink_block{ display: block;
width: 130px;
padding: 6px 3px;
margin-top: 6px;}
	.beloris_full{display:block;}
	.moblink_block_1{display:block;}
	.rmob_1{display:block}
	.rfub_2{display:block}
	.rfub_1{display:none}
	.rmob_2{display:none}
	.rfub_0{display:block}
	.rmob_0{display:none}
	.moblink_block{
	    left:auto;
		right: 5px;
		top: 121px;
		
	}	
	
	.moblink_block_1{
	    right:auto;
		left: 5px;
		top: 322px;
		
	}			
}
@media only screen and (min-width: 768px){	
	.moblink_block_1{ display: block;}
	.moblink_block_2{ display: none;}		
}

section {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.section-wrap{
	width:100%;
}

.part-page-wrapper{
	float: right;
    display: inline-block;
    width: calc(100% - 280px);
}

#brand-heder {
	margin-bottom: 40px;
}

.brand-heder {
	height: 350px;
}

.brand-heading {
	font-size: 25px;
}

.similar_links_content {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        -webkit-align-items: flex-start;
	        align-items: flex-start;
}

#brand-content {
	padding-bottom: 30px;
	background: #f9f9f9;
}

.content-warp {
	background: #f9f9f9;
	position: relative;
}

.content-warp:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	background: #f9f9f9;
	height: 100%;
	width: 20px;
}

.content-warp:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	background: #f9f9f9;
	height: 100%;
	width: 20px;
}

.brand-bg {
	position: absolute;
	margin-top: 247px;
	width: 100%;
}

#brand-side-bar {
	width: 20%;
	float: left;
	width: 240px;
}

/* Brand tabs */

#tabs.brand-tabs {
	border: 0;
	padding: 0;
	background-color: transparent;
	position: initial;
}

.brand-menu {
	list-style-type: none;
	border-bottom: 1px solid #99ccff;
	margin: 0 0 15px;
	padding: 0;
}

.brand-menu__list {
	display: inline-block;
	position: relative;
    top: 1px;
    border: 1px solid transparent;
	border-bottom: 0;
	padding: 0;
}

.brand-menu__list:focus {
	outline: none;
}

.ui-tabs-active.brand-menu__list {
	border: 1px solid #99ccff;
	background-color: #f9f9f9;
	border-bottom: 0;
}

.brand-menu__link {
	display: block;
	padding: 15px 26px;
	font-size: 14px;
	text-decoration: none;
	color: #888;
}

.brand-menu__link:hover {
	color: #7ca9e6;
}

.ui-tabs-active .brand-menu__link {
	color: #7ca9e6;
}

/* Brand tabs */

/* Brand slider */

.slide_poborka_content {
	margin-bottom: 20px;
}

.m-card.slick-slide {
	height: 450px;
	margin: 2px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	margin-bottom: 0;
}

.slick-slide img {
	display: initial !important;
	max-width: 100%;
}

.slick-slider .slick-prev {
	left: 10px;
}

.slick-slider .slick-next {
	right: 10px;
	right: 18px;
}

.slick-prev, 
.slick-next {
	-webkit-filter: grayscale(1) brightness(1.5);
	-o-filter: grayscale(1) brightness(1.5);
	filter: grayscale(1) brightness(1.5);
}

.slick-prev:hover, 
.slick-next:hover {
	-webkit-filter: grayscale(0) brightness(1);
	-o-filter: grayscale(0) brightness(1);
	filter: grayscale(0) brightness(1);
}

.slick-prev, 
.slick-next,
.slick-prev:hover, 
.slick-next:hover {
	background: none !important;
}

/* Brand slider */

/* Brand sidebar opinion */

.opinion_slider_wrap .last_section_opinion {
	border: 0;
}

.opinion-slider__heading {
	background: #fff;
	border: 1px solid #e0e9ef;
	border-bottom: 0;
}

.slick-slide .opinion-slider__img {
	display: block !important;
	margin: 0 auto 12px;
	max-width: 100%;
}

.opinion-slider__rating {
	margin: 0 0 15px;
}

.opinion-slider__pr-name {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #7ca9e6;
	text-decoration: none;
	margin: 0 0 18px;
}

.opinion-slider__text {
	font-size: 14px;
	line-height: 16px;
	color: #999;
	margin: 0 0 18px;
}

.opinion-slider__author-name {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
}

.opinion-slider__opinion-date {
	font-size: 14px;
	line-height: 16px;
	color: #999;
}

.opinion-slider__button {
	color: #6699cc;
	cursor: pointer;
	position: absolute;
	height: 30px;
	bottom: 13px;
	left: calc(35% - 15px);
    border: 1px solid #6699cc;
	padding: 4px 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.opinion-slider__button:hover {
	background: #6699cc;
    border-color: #6699cc;
    color: #fff;
}

/* Brand sidebar opinion */

/* Brand opinion section */

.opinions_content {
	margin-bottom: 20px;
}

.op-utility {
	float: right;
}

.op__pr-name {
	display: inline-block;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 18px;
	color: #69c;
}

.op-utility__text {
	font-size: 15px;
	line-height: 18px;
	color: #bbb;
	margin: 0 8px 0 0;
}

.op-utility__btn {
	padding: 6px 19px;
	color: #999;
	border: 1px solid #c4c4c4;
	border-radius: 1px;
	cursor: pointer;
}

/* Brand opinion section */

.brand-seo__brand-logo {
	float: left;
	margin: 0 10px 10px 0;
}

.brand-content-title-wrap {
	background: #6a9ccd;
	height: 60px;
	text-align: center;
	margin: 0 0 20px 0;
}

.brand-content-title {
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	font-size: 23px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	font-weight: 300;
}
.brand-content h2{
	float: inherit;
}
.brand-line-warp {
	margin-top: 18px;
	display: inline-block;
	width: 100%;
}
.brand-line:nth-of-type(5),
.brand-line:nth-of-type(10){
margin-right: 0;
}
.brand-line {
	display: block;
	float: left;
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	height: 188px;
	outline: 0px solid #e0e9ef;
	outline: none;
	border: 1px solid #e0e9ef;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	text-decoration: none;
}
.brand-line img {
	max-height: 62%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	max-width: 90%;
}
.brand-line p {
	text-align: center;
	margin-top: 12px;
	color: #333333;
	font-weight: 700;
	font-size: 14px;
}
.brand-show-all {
	text-align: center;
	margin: 20px auto 30px;
	float: inherit;
	display: block;
	width: 200px;
	font-size: 14px;
	padding: 14px 25px;
	text-decoration: none;
}
.brand-side-bar {
	width: 100%;
}
.side-bar-socki {
	background: #ffffff;
	border: 1px solid #e0e9ef;
	padding: 15px 15px;
	margin-bottom: 20px;
}
.pluso,
.pluso-wrap{
	width: 100%;
}
.pluso-more{
	display: none!important;
}
.side-bar-socki p {
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin-left: 4px;
	margin-bottom: 10px;
}
section .pluso .pluso-wrap a{
	margin-left: calc(23% - 37.5px);
}
section .pluso .pluso-wrap a:first-of-type{
	margin-left: 0%;
}

.side-bar-look {
	background: #fff;
	padding: 13px 17px;
	height: 46px;
	margin-bottom: 20px;
	border: 1px solid #e0e9ef;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.side-bar-look-warp {
	display: inline-block;
	height: 100%;
	position: relative;
}

.side-bar-look-title {
	margin-bottom: 0;
	font-family: Arial;
	color: #999;
	font-size: 14px;
	font-weight: 400;
}

.side-bar-look-count {
	font-family: Arial;
	color: #7ca9e6;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 4px;
}

.side-bar-look img {
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	top: 2px;
}

.side-bar-list {
	border-radius: 5px;
	background-color: #cc3467;
	display: block;
	border: 1px solid #cc3467;
}

.side-bar-list .side-bar-look-title{
	color: #fff;
}

.side-bar-list img {
	margin-top: 10px;
}

.side-bar-baners img {
	width: 100%;
	max-width: 240px;
	max-height: 280px;
}
.right-side-bar-baners img {
	width: 100%;
	max-width: 316px;
	max-height: 362px;
}

.side-bar-list-short.side-bar-list .side-bar-look-title{
	margin-top: 8px;
}

.side-bar-slider-warp {
	height: 175px;
	background: #fff;
	border: 1px solid #e0e9ef;
}

.side-bar-slider-title-content {
	height: 100px;
	margin-top: 20px;
}

.side-bar-slider-title-content img {
	margin: 0 auto;
	max-height: 105px;
}

.side-bar-slider-title {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}

.side-bar-slider-title {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-top: 17px;
}

.all-articles {
	height: auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}

img.all-articles__icon {
	margin-top: 0;
	top: initial;
}

.side-tags {
	height: auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}

img.side-tags__icon {
	top: initial;
}

.all-articles__link {
	display: inline;
	color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

#breadcrumbs {
	margin-bottom: 13px;
}

.section-bread a:not(:last-of-type){
	color: #333333;
	text-decoration: none;
}

.ui-widget .price_cart input {
	font: normal 12px/13px Helvetica, 'Open Sans', sans-serif, Arial;
}

.hide_side_btn{
	display: none;
}

.sidebar{
	float: left;
	display: inline-block;
	width: 260px;
	margin-right: 20px;
}

.article-page-wrapper{
	display: inline-block;
	width: calc(100% - 280px);
}

.article-box{
	border: 1px solid #e0e9ef;
	width: 100%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 40px;
}

.article-box ul li p{
	display: inline;
}

.article-page-wrapper  .article-name{
	color:  #313235;
	font-size: 50px;
	line-height: 60px;
	text-align: left;
	text-transform: uppercase;
    margin-bottom: 10px;
}

.top-citate{
	background-color: white;
}

h3.top-citate-header{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 15px;
}

.top-citate>p{
	color:  #333333;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 0;	
}

.item-list{
	display: inline-block;
	width: auto;
	padding: 30px;
	border: 1px dashed #9e9e9e;
	color: #cc3467;
	margin-bottom: 40px;
}

.item-list .item-list-header{
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	text-transform: uppercase;
}

.item-list .item-list-header:before{
	content: url(/content/img/post/item-list-icon.png);
	margin-right: 10px;
    top: 4px;
    position: relative;
}

.item-list ul{
	list-style: none;
	counter-reset: section;
}

.item-list ul li{
	color:  #cc3467;
	font-size: 18px;
	font-weight: 700;
	line-height: 33px;
	position: relative;
    background: none;
}

.item-list ul li:before {
    counter-increment: section;
	content: '0' counter(section);
    color: #cc3467;
    margin-right: 14px;
    position: relative;
    top: 2px;
}

.item-list ul li:nth-child(1n + 10):before {
    counter-increment: section;
	content: '' counter(section);
}

.item-list ul li:last-child{
	margin-bottom: -12px;
}


.item-list ul span{
	font-size: 14px;
	border-bottom: 1px dotted;
	cursor: pointer;
	font-weight: 400;
}

.item-list ul span:hover {
	border-bottom: 0;
}

.chapter-header.chapter-header--opened {
	margin-bottom: 0;
}

.chapter{
	padding-bottom: 40px;
	border-bottom: 1px dashed #9e9e9e
}

.chapter .chapter-wrap div:last-child {
	margin-bottom: 0;
}

.chapters .chapter:not(:first-child) {
	padding-top: 40px;
}

.chapters .chapter:last-child {
	padding-bottom: 60px;
	border-bottom: none;
}

.chapter-header {
	margin-bottom: 23px;
}

.chapter .chapter-header h4{
	display: inline-block;
	text-transform: uppercase;
	color:  #333333;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}

.chapter-icon {
	position: relative;
	bottom: 1px;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	cursor: pointer;
}

.plus-icon{
	background-image: url(/content/img/post/show.png);
	display: inline-block;
}

.minus-icon{
	display: inline-block;
	background-image: url(/content/img/post/hide.png);
}

.chapter .chapter-content{
	color:  #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}

.chapter .chapter-content img {
	max-width: 100%;
}

.chapter .chapter-caution{
	margin-bottom: 20px;	
	background-color: #e4ecf3;
	border: 1px solid #e2e8f0;
	padding: 30px;
	position: relative;
}

.item-list a{
	text-decoration: none;
	color: inherit;
}
.chapter .chapter-caution:before {
	content: "";
    position: absolute;
    width: 5px;
    height: calc(100% + 2px);
    top: -1px;
    left: 0;
    background: #69c;
}
.chapter .chapter-caution{
	color:  #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px
}

.chapter .chapter-caution-header{
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 16px;
	display: block;
}

.chapter .chapter-caution-i{
	background-color: #ffffff;
}

.chapter-caution-i:before {
    background: #cc3467 !important;
}

.chapter .chapter-caution-i span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	position: relative;
	padding-left: 80px;
}

.chapter .chapter-caution-i span:before{
	content: url(/content/img/post/round-i.png);
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto 0;
}

.list-smile{
	background: #ffffff;
	counter-reset: item;
	padding: 25px 30px;
}

.stars.list-smile .list-smile-header{
	display: block;
	color:  #cc3467;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.list-smile .list-smile-header{
	color:  #cc3467;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.chapter-wrap .stars ul li span {
	font-size: 14px;
}

.pluses > ul > li > span,
.minuses > ul > li > span {
	font-size: 14px;
	font-weight: 400;
}

.list-smile .list-smile-header:after{
	content: url(/content/img/post/arrow.png);
	margin-left: 6px;

}

.stars span.list-smile-header:after{
	content: '';
}

.list-smile ul{
	list-style-type: none;
	padding: 0;
}

.list-smile ul li{
	color:  #333333;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	padding: 0;
	margin-bottom: 7px;
}

.list-smile ul li:last-child {
	margin-bottom: 0;
}

.list-smile ul li:before{
	top: 8px;
    position: relative;
    margin-right: 10px;
}
.pluses ul li:before{
	content: url(/content/img/post/happy.png);
}
.minuses ul li:before{
	content: url(/content/img/post/sad.png);
}
.stars ul li:before{
	content: '0' counter(item);
    counter-increment: item;
    background: url(/content/img/post/star.png) no-repeat;
    width: 35px;
    color: #fff;
    line-height: 37px;
    position: absolute;
    left: 0;
    top: -3px;
    text-align: center;
    font-size: 14px;
}

.stars ul li{
	padding-left: 50px;
	padding-bottom: 0;
	margin-bottom: 12px;
}

.stars ul li:last-child {
	margin-bottom: 0;
}

.interesting-container {
	margin-bottom: 60px;
	padding-top: 60px;
	border-top: 2px solid #333;
}

.interesting {
	background: #fff;
	margin-bottom: 0;
}

.interesting ul{
	list-style: none;
	padding-left: 15px;
	padding-bottom: 0;
}

.interesting ul li{
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	cursor: pointer;
    background: none;
}

.interesting ul li:last-child {
	margin-bottom: 0;
}

.interesting ul li:before{
	content: '\2022';
    position: absolute;
	font-size: 24px;
    top: 4px;
    left: -15px;
    color: #6699cc;
}

.interesting ul li:hover a{
	color: #6699ff;
	text-decoration: underline;
	cursor: pointer;
}

.interesting ul li:hover::before {
	color: #69f;
}

.interesting-header{
	color:  #333333;
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.interesting ul li a{
	color:  #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
}

.sidebar .pluso .pluso-wrap a {
    margin-left: calc(25% - 45.5px);
}


.sidebar .side-bar-look-warp:before{
	height: 100%;
}

.sidebar .side-bar-look-tags{
	margin: 5px 0 0 0;
}

.sidebar .side-bar-look-tags a{
	color:  #cc3467;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}

.sidebar .side-bar-look-tags a:hover{
	text-decoration: underline;
}

.sidebar .margin20 {
	margin-top: 20px;
}

.article-bar {
	width:240px;
}

.sidebar .sidebar-b {
	width: 100%;
	margin-bottom: 20px;
}

.sidebar .sidebar-b>img{
	width: 100%;
}
.sidebar .sidebar-b img{
	max-width: 240px;
}

	.ch{
	height: 200px;
}	

h2.reviews-header{
	color:  #333333;
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.review{
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	background: #fff;
	margin-bottom: 20px;
	padding: 23px 19px;
}

.review-img {
	max-width: 150px;
}

.review-img img {
	width: 100%;
}

.review-inner {
	-ms-flex-preferred-size: 100%;
	    -webkit-flex-basis: 100%;
	        flex-basis: 100%;
}

.review>*{
	position: relative;
}

.crumbreads {
	margin-bottom: 40px;
}

.crumbreads a {
	margin: 0 3px;
	text-decoration: none;
}

.crumbreads a:first-child {
	margin-left: 0;
}

.crumbreads div{
	display: inline-block;
}
	
.crumbreads div:last-child:hover {
	color: #999999;
}

.crumbreads div{
	display: inline-block;
}

.crumbreads div:last-child:hover {
	text-decoration: none;
}

.crumbreads div:hover {
	text-decoration: underline;
}

.compatibity ul li span {
	display: inline-block !important;
}

.compatibity span {
    margin: 0 0 0px!important;
}

.compatibity h2 > strong{
	    display: inline-block;
    text-transform: uppercase;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
        margin-bottom: 23px;
}

.compatibity{
	background-color: white; 
}

#breadcrumbs + #brand-side-bar {
	float: left;
}

.review-block {
	width: 20%;
	float: left;
}

.review-item-name{
	color:  #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.review-item-description{
	color:  #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

.review-item-rate{
	margin: 10px 0; 
}

.review-item-text{
	color:  #333333;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #bbbbbb;
	margin-bottom: 15px;
}

.review-item-owner{
	display: inline-block;
	color:  #333333;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-right: 7px;
}

.review-item-time{
	display: inline-block;
	color:  #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	padding-left: 15px;
}

.review-item-time:before{
	content: url(/content/img/post/clock.png);
	position: absolute;
	left: 0;
	top: 2px;
}

.review-item-price{
	color:  #cc3467;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	position: absolute;
	right: 0;
	top: 0;
}

.review-item-all-reviews{
	float: right;
	color:  #6699cc;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: underline;
}

.review-item-all-reviews:hover {
	text-decoration: none;
}

.check-all-reviews-button {
	color: #6699cc;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: block;
	width: 18%;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #6699cc;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 190px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.check-all-reviews-button:hover {
	border: 1px solid #6699ff;
	background-color: #69f;
	color: #fff;
}

.reviews-wrapper .review:last-child {
	margin-bottom: 22px;
}

.reviews-wrapper{
	padding: 60px 0;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
}

.comments-wrapper{
	margin-top: 60px; 
	padding-bottom: 40px;
	border-bottom: 2px solid #333333
}

.comments-head-header{
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	display: inline-block;
	color: #333;
}

.comments-head-counter{
	position: relative;
	color:  #cc3467;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
	margin-left: 13px;
    padding-left: 25px;
    top: -5px;
}

.comments-head-counter:before{
	content: url(/content/img/post/cloud.png);
    position: absolute;
    left: 0;
    top: 6px;
}

.comments-head-topline{
	padding-bottom: 13px;
	border-bottom: 1px dashed #9e9e9e;
}

.comments-head-botline{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #9e9e9e;
}

.add-comment-button {
	border-radius: 2px;
	background-color:  #cc3467;
	padding: 13px 18px;
	color: white;
	font-size: 17px;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	width: 261px;
    height: 45px;
    outline: none;
    cursor: pointer;
    border: 1px solid #cc3467
}

.add-comment-button:hover {
	background: #e03871;
	border: 1px solid #cc3467;
}

.comments-head {
	margin-bottom: 20px;
}

.comments-head-description{
	color:  #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	float: right;
	margin-top: 5px; 
}

.comment-body{
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.comment-owner{
	margin: 0 7px 13px 0;
}

.comment-text {
	padding-bottom: 0;
	margin-bottom: 13px;
	border: 0;
}

.comment-text {
	font-style: normal;
	font-weight: 400;
}

.comment-button {
	float: none;
	display: inline-block;
	margin: 0 15px 0 0; 
	border-bottom: 1px dotted;
	text-decoration: none;
	cursor: pointer;
}

.comment-button:hover {
	color: #69f;
}

.comment-childs{
	margin-left: 20px;
}

.comment-tail {
	border-top: 1px dashed #bbbbbb;
	padding-top: 13px;
}

.comment-tail .tail-header{
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 3px;
}

.comment-tail .tail-description{
	color:  #666666;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

.comment-tail {
	width: 483px;
}

.comment-tail input[type=text] {
	height: 35px;
}

.comment-tail input[type=text], 
.comment-tail textarea {
	width: 100%;
	padding: 7px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 1px solid #cedde9;
	color: #666;
	font-size: 14px;
}

.comment-tail textarea {
	resize: none;
	margin-bottom: 20px;
}

.captcha-container {
	   display: -moz-flex;
		display: -ms-flex;
		 display: -o-flex;
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 7px;
}

.comment-tail .captcha{
	height: 35px;
	border-radius: 2px;
	width: 220px;
}
.comment-tail #check-captcha{
	height: 35px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 253px;
	padding-left: 13px;
	margin-bottom: 0;
}

.comment-close-tail{
	margin-left: 10px;
}

.comment-mail-link{
	display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #cedde9;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comment-mail-link-active:before{
	content: url(/content/img/post/checked.png);
    position: absolute;
    top: 6px;
    left: 4px;
	
}
.comment-tail{
	clear: both;
	cursor: pointer;
}

.comment-checkbox-container {
	margin-bottom: 20px;
}

#comment-mail-link-real{
	display: none;
}

.captcha-refresh,
.comment-mail-link-label {
	margin-bottom: 15px;
}

.comment-mail-link--checked {
	background: url(/content/img/b15/checkbox-checked.png) no-repeat;
	background-position: center;
    background-position-y: 6px;
}

.comment-tail span{
	display: inline-block;
    margin: 4px 0 4px 10px;
}

.most-viewed{
	margin-top: 60px;
}

.most-viewed-header{
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 35px;
}

.most-viewed-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.most-viewed-box > .box-item-wrap{
	width: 32.5%;
	margin-bottom:15px;
}

.box-item-comment{
	height:88px;
}

.most-viewed-box > .box-item-wrap .box-item-comment > p{
	color:  #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-top: 10px;
	text-decoration: none;
}
.most-viewed-box>.box-item-wrap .box-item{
	position: relative;
	margin-bottom: 7px;
	text-decoration: none;
	display: block;
}

.most-viewed-box>.box-item-wrap .transparent-line{
	height: 50px;
	position: absolute;
	width: 100%;
	top: 200px;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.most-viewed-box>.box-item-wrap .transparent-line>div{
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 15px 15px 0 15px;
	position: relative;
	padding-left: 30px;
}

.most-viewed-box>.box-item-wrap img{
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.comment-view{
	float: right;
}

.comment-view:before{
	content: url(/content/img/post/white-cloud.png);
	position: absolute;
	left: 5px;
	top: 5px;
}
.count-view:before{	
	content: url(/content/img/post/eye.png);
	position: absolute;
	left: 0;
	top: 5px;
}

.count-view{
	float: left;
}

.fixed-button-upper {
	left: 0;
	width: 150px;
	height: 50px;
}

.fixed {
	display: none;
	position: fixed;
	bottom: 20px;
	background: black;
	opacity: 0.7;
	color: white;
    font-size: 16px;
    font-weight: 300;
    z-index: 5;
}

.fixed-feed {
	right: 0;
	width: 416px;
	height: 68px;
}

.fixed .pluso-warp, .fixed .pluso{
	width: 50%;
	position: absolute;
    right: 14px;
    top: 25%;
}

.fixed>p{
	display: inline-block;
	line-height: 69px;
	margin-left: 19px;
}

.fixed div.pluso a {
	margin-right: 8px;
}

.fixed-button-upper {
	text-align: center;
	line-height: 52px;
	cursor: pointer;
}

.fixed-button-upper span{
	padding-left: 13px;
	position: relative;
}

.fixed-button-upper span:before{
	content: url(/content/img/post/arrow-up.png);
	position: absolute;
	left: 0;
	top: 5px;
}

.article-top-banner {
	margin: 20px 0 40px 0;
    height: 350px;
}

.article-top-banner > img {
	width: 100%;
}

.brand-seo-text::-webkit-scrollbar {
  width: 5px;
  margin-right: -5px;
}

.brand-seo-text::-webkit-scrollbar-button {
	display: none;
}

.brand-seo-text::-webkit-scrollbar-track {
	width: 1px;
	background: #dae4eb;
	border-radius: 5px;
}

.brand-seo-text::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #6597fc;
}

.brand-seo-text{
    border: 1px solid #e0e9ef;
    padding: 10px;
    margin-bottom: 10px;
	min-height: 200px;
	height: 200px;
	line-height: 17px;
	position: relative;
	overflow: hidden;
}

.brand-seo-text-bottom{
    height: 400px;
    min-height: 400px;
}

.brand-seo-inline{
    display: inline-block;
}
.brand-seo-text-wrap p:last-child{
    margin-bottom: 0px;
}

.brand-seo-text--auto .brand-seo-text--button{
	background:none;
}


.brand-seo-text--button {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255,255,255,0)),color-stop(2%, rgba(255,255,255,0)),color-stop(71%, rgba(255,255,255,1)));
	background: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgba(255,255,255,0) 2%,rgba(255,255,255,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.brand-seo-text--button span {
	display: block;
	width: 31px;
	height: 31px;
	background: url(/content/img/brand/button-more.png);
	margin: 0 auto;
	cursor: pointer;
	margin-top: 38px;
}

.brand-seo-text--button span:hover {
	-webkit-filter: brightness(0.8);
	        filter: brightness(0.8);
}

.brand-seo-text--button--opened {
	background-image: url(/content/img/brand/button-less.png) !important;
}

.yellow-block{
    width: 293px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #F4AC57;
    padding: 3px;
}

.yellow-block > span{
	background-color: #FFCC3D;
	display: block;
    padding: 10px;
}

/* Andrei G. */

.in_l_tbl_card {
	width: 375px;
}

.in_l_tbl_card .flex-next {
	-webkit-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.make_your_opinion {
	font-size: 14px;
	margin-bottom: 15px;
}

.count_opinion {
	color: #000;
	padding-top: 3px;
	background: none;
}

.product-time-over {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}

.product-time-over-text {
	background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 4px;
  padding: 2px 12px;
  display: inline-block;
}

.product--sale {
	width: 90px;
	height: 44px;
	background: url(/content/img/b15/sale10.png);
	position: absolute;
  top: 7px;
  left: 10px;
  z-index: 3;
}  

.product--sale + .product--new {
	width: 110px;
	height: 40px;
	background: url(/content/img/b15/new-product.png);
	position: absolute;
  top: 70px;
  left: 10px;
  z-index: 3;
}

.product--new {
	width: 110px;
	height: 40px;
	background: url(/content/img/b15/new-product.png);
	position: absolute;
  top: 7px;
  left: 10px;
  z-index: 3;
}

.in_l_tbl_card__look {
	margin: 15px 0;
}

.in_l_tbl_card__look-text {
	text-transform: uppercase;
	font-size: 13px;
	color: #666;
	line-height: 18px;
	text-decoration: none;
	position: relative;
}

.in_l_tbl_card__look-text:after {
	content: "\003E";
	display: inline-block;
	-webkit-transform: rotate(270deg);
	    transform: rotate(270deg);
	position: absolute;
  top: -3px;
  right: -12px;
}

.card-right-wrap {
	width: 318px;
	height: 180px;
	background-color: #f9f9f9;
	overflow: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 19px;
	padding-right: 10px;
	margin-bottom: 25px;
	-webkit-box-shadow: inset 0 0 24px rgba(0,0,0,0.1);
	        box-shadow: inset 0 0 24px rgba(0,0,0,0.1);
}

.card-right-wrap::-webkit-scrollbar {
  width: 5px;
  margin-right: -5px;
}

.card-right-wrap::-webkit-scrollbar-button {
	display: none;
}

.card-right-wrap::-webkit-scrollbar-track {
	width: 1px;
	background: #dae4eb;
	border-radius: 5px;
}

.card-right-wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #6597fc;
}

.card-right-wrap__head {
	font-size: 14px;
	line-height: 20px;
	display: block;
	font-weight: 600;
}

.card-right-wrap > div {
	line-height: 20px;
}

.price_block-old-price {
	font-size: 15px;
	width: auto;
	float: left;
}

.price_block-old-price__money {
	font-size: 15px;
	text-decoration:line-through;
	margin-right: 5px;
}

.fav {
	background-image: url(/content/img/icons/svg/favorite_ico-gray.svg);
}

.param_card_addcart {
	width: 318px;
	height: 43px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom: 0;
	width: 170px;
	position: inherit !important;
	top: inherit;
}

.product-card__add-btn {
	width: 170px;
}

.product-card__add-btn:hover {
	background: #da497a;
}

.act_price {
  font-size: 30px !important;
  color: #cc3467 !important;
}

.social-share > span {
	margin-right: 70px;
	position: relative;
	top: 10px;
	font-size: 13px;
	float: left;
}

.social-share .pluso {
	display: inline-block;
    float: left;
    width: auto;
}

.social-share .pluso .pluso-010010010110-04 {
	display: inline-block;
}

.social-share .pluso .pluso-010010010110-04 a {
	margin-right: 24px;
	margin-left: 0;
}

.social-share .pluso .pluso-010010010110-04 a:last-child {
	margin-right: 0;
}

.social-share > a {
	margin-right: 20px;
}

.social-share__img:hover {
	-webkit-filter: brightness(1.2);
	        filter: brightness(1.2);
}

.slide_poborka_content .slick-slide:not(.section_action) {
	padding: 0 !important;
	margin: 0 3px;
}

.related-produts,
.about-brand {
	border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
  font: 14px/16px Helvetica, 'Open Sans', sans-serif, Arial;
  color: #000;
  padding-bottom: 15px;
}

.related-produts::-webkit-scrollbar,
.review_cardbr0::-webkit-scrollbar,
.param_content .filter__params-inner::-webkit-scrollbar {
  width: 8px;
  margin-right: -5px;
}

.related-produts::-webkit-scrollbar-button,
.review_cardbr0::-webkit-scrollbar-button,
.param_content .filter__params-inner::-webkit-scrollbar-button {
	display: none;
}

.related-produts::-webkit-scrollbar-track,
.review_cardbr0::-webkit-scrollbar-track,
.param_content .filter__params-inner::-webkit-scrollbar-track {
	width: 1px;
	background: #dae4eb;
	border-radius: 5px;
}

.related-produts::-webkit-scrollbar-thumb,
.review_cardbr0::-webkit-scrollbar-thumb,
.param_content .filter__params-inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #69f;
}

.right_col_card_fix_height > div:not(:last-child) {
	padding-bottom: 20px;
}

.related-produts__heading {
	display: block;
	margin-bottom: 10px;
}

.related-produts__item {
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: none;
	background-color: #69c;
	padding: 2px 8px;
    font-size: 13px;
	font-style: normal;
	color: #fff;
	border-radius: 1px;
	border: 1px solid #69c;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.related-produts__item:last-child {
	margin-bottom: 0;
}

.review_card .ref_cats a:last-child {
	margin-bottom: 0;
}

.related-produts__item:hover {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #69c;
	border: 1px solid #69c;
}

.review_cardbr0 {
  border-bottom: 1px solid #d6d6d6;
}

.about-store__item {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
	font-size: 13px;
}

.about-store__item:nth-child(1n + 3),
.about-store__item:nth-child(1n + 3) {
	margin-bottom: 0;
}

.about-store__icon {
	margin: 0 auto 10px;
	display: block;
	width: 47px;
	height: 47px;
	fill: #cc3467;
}

.about-brand {
	border-bottom: 0;
	padding: 0;
	border: 1px solid #e0e9ef;
	background-color: #fff;
}

.about-brand > span {
	display: block;
}

.about-brand > img {
	max-width: 100%;
	display: block;
	margin: 30px auto;
}

.about-brand__desc {
	padding: 20px 15px;
	position: relative;
	border-top: 1px solid #d6d6d6;
}

.about-brand__page {
	display: block;
	text-transform: uppercase;
	color: #69c;
	width: 100%;
	height: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #69c;
	text-align: center;
	text-decoration: none;
	padding: 7px 0;
	margin-top: 20px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.about-brand__page:hover {
	background-color: #69c;
	color: #fff;
}


.naturelness {
	position: absolute;
  top: 3px;
}

.naturelness-item {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(/content/img/b15/naturelness.png);
}

.naturelness-item__color {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(/content/img/b15/naturelness-color.png)
}

.nav.nav-tabs > li {
	margin-right: 5px;
}

.card-preview-mini {
	display: none;
}

.card-preview-mini .flex-viewport {
	height: 84px !important;
}

.nav.nav-tabs > li > a {
	background-color: #fff;
}

.nav.nav-tabs > li > a > img {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.nav.nav-tabs > .active > a, 
.nav.nav-tabs > .active > a:hover {
	font-weight: normal;
	color: #333;
}

.nav.nav-tabs > .active > a > img,
.nav.nav-tabs > .active > a:hover img {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

#tab-description {
	width: 175px;
	position: relative;
}

.tab-action-description {
	padding-left: 22px;
}

#tab-shipping,
#tab-comment {
	width: 160px;
	position: relative;
}

#tab-description img {
	position: absolute;
	top: 8px;
	left: 13px;
	max-width: 21px;
}

#tab-shipping img {
	position: absolute;
	top: 4px;
	left: 14px;
	max-width: 30px;
}

.tab-action-faq {
	padding-left: 16px;
}

#tab-comment img {
	position: absolute;
	top: 7px;
	left: 14px;
	max-width: 23px;
}

#tab-views {
	position: relative;
}

#tab-views img {
	position: absolute;
	left: 14px;
	top: 12px;
}

.description__heading {
	text-transform: uppercase;
	color: #333;
	line-height: 30px;
	font-size: 17px;
}

.d__h_m{
	margin: 10px 0px;
}

.description__text {
	color: #333;
	line-height: 30px;
	margin-bottom: 25px;
	font-size: 15px;
}

.description__about__title,
.description__about__desc {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.description__about__desc {
	font-size: 14px;
}

.description-table__about {
	width: 100%;
	margin-bottom: 25px;
}

.description-table__about tbody tr:last-child .description-table__dots {
	margin-bottom: 0;
}

.description-table__about td {
	width: 50%;
}

.description-table__dots {
    border-bottom: 1px dotted #d6d6d6;
    height: 16px;
    color: #333;
}

.description-table__dots span {
	background: #fff;
	padding-right: 5px;
}

.description-table__name {
	padding-right: 5px;
	font-size: 15px;
}

.description-table__text {
	padding-left: 5px;
	color: #333;
	font-size: 15px;
}

.description-accordion__head {
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	border-radius: 4px;
	height: 42px;
	padding: 8px 0 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #cc3467;
	background-color: transparent;
	margin-bottom: 7px;
	font-weight: 400;
	cursor: pointer;
	outline: none;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: inline-block;
	position: relative;
	left: initial;
	top: 5px;

}
.ui-state-default .ui-icon {
	background-image: url(/content/img/post/show.png);
}

.ui-state-active .ui-icon {
	background-image: url(/content/img/post/hide.png);
}

.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s {
	background-position: 0 0;
}

#description-accordion .ui-icon {
	width: 21px;
	height: 21px;
	margin-right: 8px;
}

.description-accordion__head.ui-accordion-header-active {
	background-color: #fff;
	color: #333;
	font-weight: 600;
}

.description-accordion__item {
	padding: 10px 20px;
	color: #333;
	line-height: 30px;
}

.description-accordion__item.ui-accordion-content {
	padding: 1em !important;
}


/*Перенос блоков*/

.l_tbl_card .pr_card {
	padding: 0;
}

.d_tbl .product_item_cl  tbody tr:nth-child(1) {
	margin-bottom: 30px;
}

.in_l_tbl_card,
.in_r_tbl_card {
	float: left;
}

.in_l_tbl_card {
	margin-right: 20px;
	max-width: 351px;
}

.r_marg_tbl--first {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 15px;
	border: 1px solid #e0e9ef;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.r_tbl_card {
	float: left;
	border: 0;
	border-radius: 3px;
	background: inherit;
}

.pr_card {
	padding: 0;
}

.right_col_card_1st {
	border: 1px solid #e0e9ef;
	background: #fff;
	padding: 20px 15px;
	margin-bottom: 15px;
}

/*Перенос блоков*/

/*Выгода тут*/

.produts-profit__tab-list {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	display: block;
	float: left;
	width: 305px;
	height: 45px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 0 !important;
	color: #69c !important;
	border: 1px solid #6699cc;
	border-radius: 4px;
	text-decoration: none;
	margin-right: 1px;
	cursor: pointer !important;
	margin: 0 !important;
}

#produts-profit > ul li {
	position: relative;
}

.produts-profit__tab-list:hover,
.ui-tabs-active .produts-profit__tab-list {
	background-color: #69c;
	color: #fff !important;
}

.ui-tabs-active .produts-profit__tab-list:after {
	display: block;
}

.produts-profit__tab-list:after {
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #69c;
	position: absolute;
  left: 47%;
  bottom: -19px;
  display: none;
  z-index: 3;
}

.produts-profit__item-container {
  padding: 0px 20px 28px;
  border: 1px solid #e3ecf2;
}

.produts-profit__heading-static {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-transform: uppercase;
	display: block;
	margin: 20px 0 0;
}

.produts-profit__heading-dynamic {
	font-size: 14px;
	padding-left: 30px;
	color: #69c;
}

.produts-profit__desc-static {
	font-size: 12px;
	color: #999;
	display: block;
	margin-bottom: 30px;
}

.produts-profit__item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 175px;
	background-color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        -webkit-flex-direction: row;
	        flex-direction: row;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        -webkit-align-items: flex-end;
	        align-items: flex-end;
	position: relative;
}

.produts-profit__params {
	width: 100%;
}

.produts-profit__brand,
.produts-profit__item_heading,
.produts-profit__param {
	text-align: center;
}


.produts-profit__item--disabled {
	-webkit-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

.produts-profit__items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    -webkit-justify-content: space-around;
	        justify-content: space-around;
	padding: 0 45px;
	padding: 0;
}

.produts-profit__img-cont {
	width: 100%;
}

.produts-profit__item_img {
	display: block;
	margin: 0 auto 24px;
	max-width: 100%;
	max-height: 180px;
}

.produts-profit__item_heading {
	display: block;
    margin: 0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.produts-profit__param {
	display: block;
	width: 100%;
    color: #333;
    font-size: 14px;
}

.produts-profit__brand {
	font: 300 13px/18px Helvetica, "Open Sans", Arial;
    color: #a0a0a0;
    margin-bottom: 5px;
}

.produts-profit__param:last-child {
	margin-bottom: 0;
}

.produts-profit__item_button {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.produts-profit__item_button:hover {
	-webkit-filter: brightness(.7);
	        filter: brightness(.7);
}

.produts-profit__math {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.produts-profit__plus {
	width: 45px;
	height: 45px;
	border: 1px solid #888b8f;
	border-radius: 4px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	cursor: pointer;
}

.produts-profit__plus-gray {
	width: 25px;
	height: 25px;
	background-color: #393e44;
	margin: auto;
	border-radius: 4px;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	font-size: 28px;
}

.produts-profit__plus-icon {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.nactive_pn .produts-profit__plus-gray {
	background-color: #848484;
}

.produts-profit__equally-gray {
	width: 45px;
	height: 45px;
	background-color: #393e44;
	margin: auto;
	border-radius: 4px;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	font-size: 50px;
}

.produts-profit__price {
	text-align: center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    -webkit-align-content: center;
	        align-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	width: 170px;
	padding-top: 55px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
}

.produts-profit__gen-button,
.produts-profit__add-button {
	width: 245px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 45px;
	color: #69c;
	border: 1px solid #69c;
	border-radius: 4px;
	padding: 12px 0;
	cursor: pointer;
	margin-bottom: 19px;
}

.produts-profit__gen-button:hover,
.produts-profit__add-button:hover {
	background-color: #69c;
	color: #fff;
}

.product_item {
	position: relative;
}

.lents-small {
	width: 71px;
	height: 24px;
	background: url(./content/img/b15/lents.png);
	font: normal 13px/24px Helvetica, 'Open Sans', sans-serif, Arial;
	text-align: center;
	position: absolute;
	top: 18px;
	right: 8px;
	z-index: 2;
}

.product--sale-small {
	background-position: 0px 0px;
	color: #fff;
	width: 95px;
}

.product--new-small {
	background-position: -24px -48px;
	color: #fff;
}

.product--sale-small + .product--new-small {
	top: 50px;
}

.sale__old-price {
	position: absolute;
	bottom: 73px;
	right: 24px;
	font-size: 13px;
	text-decoration: line-through;
}

.page-sale__slider .sale__old-price {
	right: 20px;
}

.fav + .product--sale {
	top: 37px;
}

.fav ~ .product--new {
	top: 95px;
}

.fav + .product--new {
	top: 36px;
}

.produts-profit__add-button {
	margin-bottom: 37px;
}

.produts-profit__old-price {
	font-size: 30px;
	color: rgb(102, 153, 204);
	margin-bottom: 20px;
	line-height: 30px;
}

.produts-profit__text-price {
	font-size: 12px;
	line-height: 15px;
	color: #999;
	margin-bottom: 20px;
}

.produts-profit__new-price {
	font-size: 23px;
	line-height: 41px;
	color: rgb(204, 52, 103);
	margin-bottom: 6px;
	display: block;
}

.produts-profit__buy-all {
	width: 170px;
	height: 45px;
	padding: 13px 0;
	background-color: #cc3467;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	display: block;
	margin-top: 10px;
}

.produts-profit__buy-all:hover {
	background-color: #da497a;
}

.ui-tabs-panel .flexslider {
	height: auto;
}

.complect-in-cart {
	background-color: #08bba9;
}

.complect-in-cart:hover {
	background-color: #0eccb9;
}

/*Выгода тут*/

/*С этим товаром покупают*/

.see_all {
	float: right;
	margin-top: 10px;
	display: inline-block;
	padding: 3px 12px;
	border-radius: 2px;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	background: #1f1f1f;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.see_all::after{
	content:'';
	clear:both;
}

.see_all:hover {
	background: #000;
}

.mini_stat_pr .mini_stat_pr_l:nth-child(2) {
	display: none;
}

.pr_padding > .mini_stat_pr {
	width: 50%;
	float: left;
}

.mini_stat_pr_l:nth-of-type(2) {
	margin: 7px 0 15px;
	text-align: right;
}

.mini_stat_pr_l:nth-of-type(3) {
	float: right;
}

.price {
	font-weight: 700;
}

.products_wr__reviews {
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #69c;
	color: #fff;
	height: 20px;
	padding: 1px 9px 0;
	border-radius: 2px;
	position: relative;
	cursor: default;
}

.products_wr__reviews:before {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-top: 0;
  border-left: 6px solid #69c;
  bottom: -5px;
  left: 6px;
}

.products_wr__reviews + .card_top_bl4 {
	top: inherit;
	margin-left: 5px;
	height: 16px;
	line-height: 15px;
}

/*С этим товаром покупают*/

/*Просмотренные товары*/


/*Просмотренные товары*/

/*flexslider*/

#produts-profit .flex-next {
	-webkit-transform: rotate(180deg);
	    transform: rotate(180deg);
}

#produts-profit .flex-direction-nav .flex-prev,
#produts-profit .flex-direction-nav .flex-next {
	width: 18px;
	height: 35px;
}

#produts-profit .flex-direction-nav .flex-prev {
	left: 20px;
	top: 45%;
	opacity: 1;
}

#produts-profit .flex-direction-nav .flex-next {
	right: 20px;
	top: 45%;
	opacity: 1;
}

#produts-profit .flex-direction-nav img:hover {
	-webkit-filter: brightness(1.3);
	        filter: brightness(1.3);
}

.flex-viewport {
	height: auto !important;
}

.card-preview-mini {
	margin: 15px auto 0;
	width: 280px;
}

.card-preview-mini .slides > li {
	border: 1px solid #e0e9ef;
	cursor: pointer;
}

.card-preview-mini .slides img {
	height: 81px !important;
	display: block;
	margin: 0 auto;
}

.flex-direction-nav a:before {
	display: none !important;
}

.card-preview-mini {
	position: relative;
}

.card-preview-mini .flex-direction-nav a {
	width: 18px;
}

.flex-direction-nav a {
	z-index: 2 !important;
}

.card-preview-mini .flex-direction-nav .flex-disabled {
	opacity: 1 !important;
	z-index: 1;
	cursor: pointer;
}

.card-preview-mini .flex-direction-nav .flex-next {
	right: -30px;
	top: 40px;
	opacity: 1;
}

.flex-next:hover,
.flex-prev:hover {
	-webkit-filter: brightness(1.3);
	        filter: brightness(1.3);
}

.card-preview-mini .flex-direction-nav .flex-prev {
	left: -30px;
	top: 45px;
}

.ui-tabs-panel .flexslider .slides img {
	max-height: 150px;
	max-width: 100%;
	height: inherit !important;
	width: auto !important;
}

.flex-direction-nav a {
	z-index: 1;
}

#produts-profit .flexslider {
	margin-bottom: 0;
}

#produts-profit .flex-control-nav {
	bottom: -65px;
}

/*paginator*/

.flex-control-nav li {
	margin: 0 !important;
}

.flex-control-paging li a {
	width: 132px !important;
	height: 1px !important;
	background: #e0eaf1 !important;
}

.flex-control-paging li a.flex-active {
	height: 3px !important;
	background: #69f !important;
  position: relative;
  bottom: 1px;
}

.flexslider {
	border: none !important;
}

/*paginator*/

/*flexslider*/


.in_l_tbl_card__look >  img,
.in_l_tbl_card__look-text, 
.card-right-wrap,
#produts-profit > ul,
.produts-profit__heading-dynamic,
span.produts-profit__gen-button,
span.produts-profit__add-button {
	display: none;
}

.card-preview {
  margin: 0; 
  padding: 0; 
  width: 300px; 
  display: block;
  margin: 0 auto;
  height: 100%; 
  border: 0px; 
  overflow: hidden;
}

.new_slider .flex-direction-nav a{
	background: none!important;
}

.white_bg_flexslider{
	background: white;
}

/*30.08.2017 - доработки*/

.card-left-wrap {
	width: 100%;
}

.favorite_bl {
	max-width: 170px;
	text-align: center;
	margin-bottom: 10px;
}

.favorite_bl {
	width: 100%;
}

.description-accordion__head.ui-accordion-header-active {
	font-weight: 400;
}

.description__recommend {
    margin: 0;
    display: inline-block;
    border: 1px dashed #6699cc;
    padding: 10px;
    color: #333;
    line-height: 15px !important;
}

#description-accordion {
	margin-top: 15px;
}

.about-brand__desc span {
	display: inline-block;
	white-space: inherit;
	line-height: 25px;
}

.about-brand__page {
	height: auto;
}

.related-produts, .review_cardbr0 {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 165px;
	height: auto;
}

.card-preview-mini .flex-direction-nav .flex-next {
	top: 29px;
}

.card-preview-mini .flex-direction-nav .flex-prev {
	top: 25px;
}

.description-accordion__item.ui-accordion-content {
	padding: 0 !important;
}

/*brandpage*/

.catalog_products {
	margin-bottom: 20px;
}

.brand-seo-text {
	margin-bottom: 25px;
}

.brand-content h2.m_h {
	margin: 40px 0 20px;
	font: 30px Helvetica, 'Open Sans', sans-serif, Arial;
}

.brand-line-warp {
	margin-top: 0;
}

.sidebar_opinion {
	padding-bottom: 66px;
	border-left: none;
	border-right: none;
	overflow: hidden;
}

.last_section_opinion {
	outline: none;
}

.sidebar-reviews {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
}

.opinion_slider_container {
	margin-bottom: 20px;
	position: relative;
    border: 1px solid #e0e9ef;
    background: #fefefe;
    text-align: center;
}

.add_catalog_items_ajax_button,
.add_opinion_items_ajax_button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 200px;
	height: 40px;
    border-radius: 3px;
	border: 1px solid #94c0ec;
	padding: 0;
    color: #7ca9e6;
    font-size: 14px;
    text-decoration: none;
    background: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.add_catalog_items_ajax_button , .add_opinion_items_ajax_button:focus {
	outline: none;
	clear: both;
}

.add_catalog_items_ajax_button:hover , .add_opinion_items_ajax_button:hover {
	background: #afd7ff;
    border-color: #94c0ec;
    color: #fff;
}

.opinion_slider_container > span {
	text-transform: uppercase;
	margin: 8px 0px;
	display: inline-block;
}

.brand_rating {
	padding: 8px 0px;
}

#brand-content  .initProductsSlider .pp4 .pi_c {
	margin-right: 2px;
}

/*баннер*/

.side-bar-baners > div {
	position: relative;
	margin-bottom: 20px;
}

.side-bar-banners-card {
	width: 117px;
	height: 31px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #cc3467;
	text-decoration: none;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	-webkit-transition: all .275s;
					transition: all .275s;
  position: absolute;
  bottom: 4px;
  left: 60px;
  padding: 6px 0;
}

.side-bar-banners-card:hover {
	background-color: #f13876;
}

.side-bar-banners-promo {
  position: absolute;
  bottom: 25px;
  left: 22px;
  font-size: 16px;
  text-transform: uppercase;
}

.side-bar-banners-promo span {
	font-weight: 600;
}

.side-bar-banners-want {
	width: 117px;
	height: 31px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	-webkit-transition: all .275s;
					transition: all .275s;
  position: absolute;
  bottom: 15px;
  left: 60px;
  padding: 6px 0;
}

.side-bar-banners-want:hover {
	background-color: #181818;
}

/*баннер*/

.product_item_cl:focus,
.add_cart_btn:focus {
	outline: none;
}

/*11.09.2017*/

#breadcrumbs .brand-page__heading {
	font-size: 26px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

.brand-heder {
	height: auto;
}

.fav {
	background-image: url(/content/img/icons/svg/favorite_ico-gray.svg);
	background-size: 20px 20px;
	text-decoration: none;
}

.brand-banner-bf {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(/content/img/blackfriday/bf-brand.jpg);
	background-size: contain;
}

.brand-banner-bf a {
	display: block;
	width: 100%;
	height: 100%;
}

.brand-header__full-image {
	width: 100%;
}

.brand-header__first-half--mobile {
	display: none;
}

/*с 30.08.2017 - доработки*/

/*Страница акции - редизайн*/

.page-sales__heading {
	font-size: 29px;
	color: #393e44;
	text-transform: uppercase;
}

.page-sale__big-banner,
.page-sale__only-sliders,
.page-sale__500-slider,
.page-sale__slider-255,
.page-sale__245-slider-255,
.page-sale__245-slider,
.page-sale__755-510,
.page-sale__slider-510 {
	margin-bottom: 60px;
}

.page-sale__slider .m_h {
	float: none;
	display: inline-block;
	line-height: 30px;
	font-weight: 300;
}

.head_link {
	margin-top: 7px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
}

.page-sale__view-all {
	display: inline-block;
	width: 129px;
	height: 30px;
	border-radius: 3px;
	background: #467fff;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}

.page-sale__view-all:hover {
	background: #69f;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
} 

/*page sale banners*/

.page-sale__big-banner {
	width: 1270px;
	height: 350px;
}

.page-sale__500-slider .page-sale__banner {
	width: 500px;
	height: 425px;
}

.page-sale__slider-255 .page-sale__banner {
	width: 255px;
	height: 425px;
}

.page-sale__245-slider-255 .page-sale__banner {
	width: 245px;
	height: 425px;
}

.page-sale__slider-510 .page-sale__banner {
	width: 510px;
	height: 425px;
}

.page-sale__245-slider-255 .page-sale__banner-2 {
	width: 255px;
	height: 425px;
}

.page-sale__755-510 .page-sale__banner {
	width: 755px;
	height: 425px;
}

.page-sale__755-510 .page-sale__banner-2 {
	width: 510px;
	height: 425px;
}

/*page sale banners*/

/*page sale sliders*/

.page-sale__500-slider,
.page-sale__slider-255,
.page-sale__245-slider-255,
.page-sale__755-510,
.page-sale__245-slider,
.page-sale__slider-510 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
}

.page-sale__500-slider .page-sale__slider {
	width: calc(100% - 510px);
}

.page-sale__slider .head_link,
.page-sale__slider .m_h {
	margin-top: 0;
}

.page-sale__slider-255 .page-sale__slider {
	width: calc(100% - 265px);
}

.page-sale__245-slider-255 .page-sale__slider {
	width: calc(100% - 520px);
}

.page-sale__245-slider .page-sale__slider {
	width: calc(100% - 255px);
}

.page-sale__slider-510 .page-sale__slider {
	width: calc(100% - 520px);
}

.page-sale__second-slider .product_item {
	width: 32%;
}

.page-sale__third-slider .product_item {
	width: 18%;
}

.page-sale__fourth-slider .product_item {
	width: 32%;
}

.page-sale__five-slider .product_item {
	width: 18%;
}

.page-sale__six-slider .product_item {
	width: 32%;
}

.page-sale__slider .product_item .item_image img {
	margin: 0 auto;
}

.page-sale__slider .pi_c {
	margin-left: 3px !important;
	margin-right: 3px !important;
}

/*page sale sliders*/

/*Страница акции - редизайн*/

/*New review comments*/

.opinion_post {
	border: 1px solid #e0e9ef;
	padding: 20px;
	margin: 0 0 20px;
}

/*
.opinion_post:last-child {
	margin-bottom: 0;
}*/

/*New review comments*/

.act_inf {
	position: inherit;
	right: inherit;
	top: inherit;
}

.tabs-item-container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: calc(100% - 308px);
	height: 550px;
	overflow: hidden;
}

/*новые рубрики*/

td.l_tbl_card > .pr_card.r_marg_tbl > div {
	background: #fff;
}

.right-col__read-more {
	font-style: initial;
	color: #69c;
	font-size: 13px;
}

.review_card {
	border-bottom: 1px solid #d6d6d6;
	color: #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}

.review_card p {
	margin: 0;
}

.related-produts__container,
.review-card__container {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.related-produts {
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
}

.review_card.review_cardbr0 {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.view_p h2 {
	font-weight: 700;
	margin-bottom: 8px;
}

/*страница новостей*/

.page-articles .box-item {
	height: 230px;
	width: 100%;
}

.page-articles .box-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.most-viewed-box.page-articles .box-item-wrap {
	width: 24%;
	float: left;
	margin: 0 .5% 1%;
}

.most-viewed-box.page-articles a {
}

.most-viewed-box.page-articles {
	display: block;
}

/*---------------------*/

.page-news {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.news-item {
	width: 19.5%;
	float: left;
	border: 1px solid #e0e9ef;
	padding: 15px;
	margin: .25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;	
}

.news-item:hover .news-item__heading {
	color: #cc3467;
}

.news-item__img-container {
    height: 150px;
    width: 100%;
    margin-bottom: 15px;
}

.news-item__img {
	display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.news-item__heading {
	text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 13px;
	display: block;
	overflow: hidden;
}

.news-item__views,
.news-item__comments {
	color: #a0a0a0;
	font-weight: 300;	
	margin-bottom: 0;
}

.news-item__date {
	position: relative;
	padding-left: 15px;
	color: #999;
	margin-bottom: 10px;
	font-weight: 300;
}

.news-item__date:before {
	position: absolute;
	content: url(/content/img/post/clock.png);
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
    left: 0;
    top: 2px;
}

/*страница новостей*/

/*Страница с обзором*/

.pr_card.r_marg_tbl.review-page__card {
	background: #fff;
	padding: 20px 15px;
	border: 1px solid #e0e9ef;
}

.in_r_tbl_card {
	width: calc(100% - 371px);
}

.review-page__card .select_color {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cc3467;
	float: right;
	margin-bottom: 15px;
}

.review-page__card .select_color:hover {
	background-color: #da497a;
}

#verdict_r .right_col_card_fix_height {
	background: #fff;
    border: 1px solid #e0e9ef;
    padding: 20px 15px;
}

.obzor_header {
    padding: 0 0 10px;
    font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
    color: #69f;
}

.verdict {
	line-height: 1.75em;
    font-size: 15px;
}

.review-page__card .favorite_bl {
	max-width: 163px;
}

.bread_crumbs.review-page {
	margin-top: 10px;
}

.review-page__card .card_top_bl2 {
	margin-top: -3px;
}

.d_tbl tr.review-page__review {
	display: table-row;
}

.block_images_obzor_tbl tr td {
	padding-bottom: 5px;
}

.pr_card.r_marg_tbl.review-page__card .b-share {
	padding-left: 0 !important;
}

.review-page__card .d_tbl {
	margin-bottom: 10px;
}

#add_otz2 textarea {
	resize: none;
	display: block;
}

#add_otzv {
	font-size: 12px;
	margin-bottom: 20px;
	background-color: #fefefe;
}

.review-page__review .class_add_cart_btn {
	margin: 9px 10px 0 0 !important;
}

.review-gallery-mini .flex-direction-nav a {
	background: none;
}

.review-page__card .m_price_card {
	float: left;
}

.review-page__card .param_card {
	float: right;
	height: auto;
}

.image-review-preview {
	margin-bottom: 15px;
}

.image-review-preview img {
	max-width: 100%;
	max-height: 100%;
}

.review-page__card .favorite_bl {
	margin-bottom: 0;
}

.review-page__card .card-preview-mini .slides > li {
	margin: 0 5px;
}

.product-card__no-image {
	max-width: 100%;
}

/*Страница с обзором*/

.product-card__childre-desc {
	background: transparent !important;
	border-right: 0;
	margin-bottom: 15px;
}

.product-card__childre-desc #tabs {
	border-right: 1px solid #e0e9ef;
	min-height: 415px;
}

.button-children-choose {
	position: inherit !important;
	top: inherit;
	float: right;
}

.favorite-children-card {
	max-width: 138px !important;
}

.button-children-choose .select_color {
	width: 170px !important;
	display: block;
}

.pluso-001010010110-04 .pluso-wrap a {
	-webkit-transition: background-position .2s;
	transition: background-position .2s;
}

.pluso-001010010110-04 .pluso-wrap a.pluso-vkontakte {
    background-position: unset !important;
    background: url(/content/img/b15/social-sprite.png);
}

.pluso-001010010110-04 .pluso-wrap a.pluso-vkontakte:hover {
    background-position: 0 -33px !important;
    background: url(/content/img/b15/social-sprite.png);
}

.pluso-001010010110-04 .pluso-wrap a.pluso-odnoklassniki {
	background-position: 96px 0px !important;
    background: url(/content/img/b15/social-sprite.png);
}

.pluso-001010010110-04 .pluso-wrap a.pluso-odnoklassniki:hover {
	background-position: 96px -33px !important;
}

.pluso-001010010110-04 .pluso-wrap a.pluso-facebook {
	background-position: 63px 0 !important;
    background: url(/content/img/b15/social-sprite.png);
}

.pluso-001010010110-04 .pluso-wrap a.pluso-facebook:hover {
	background-position: 63px -33px !important;
}

.pluso-001010010110-04 .pluso-wrap a.pluso-twitter {
	background-position: 30px 0 !important;
    background: url(/content/img/b15/social-sprite.png);
    margin-right: 0 !important;
}

.pluso-001010010110-04 .pluso-wrap a.pluso-twitter:hover {
	background-position: 30px -33px !important;
}

.pluso-010010010110-04 .pluso-wrap a {
	width: 30px !important;
	height: 30px !important;
}

.price_block {
	position: initial;
	right: initial;
}

.favorite_bl {
	margin-top: 0;
}

.info-block {
	margin: 0 0 15px;
}

.product-card__img-new {
	position: absolute;
	top: 10px;
	right: 10px;
	left: initial;
	z-index: 3;
}

.product-card__img-sale {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

button,
button:hover,
button:active,
button:focus {
	outline: none;
}

.card__social {
	width: auto;
	position: absolute;
	bottom: 47px;
	left: 8px;
	visibility: hidden;
	z-index: 2;
}

.in_l_tbl_card {
	position: relative;
	z-index: 2;
}

.card__soc-open {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.card__soc-open svg {
	fill: #d6d6d6;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.card__soc-close {
	cursor: pointer;
	-webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
}

.card__soc-close svg {
	fill: #cc3467;
}

.card__social .pluso {
	float: none;
}

.main-page__section,
.slider_block {
	margin-bottom: 25px;
}

.main-page__heading {
	margin-top: 0;
}

.main-page__section .products {
	padding-top: 0;
}

.main-page__section .views_products {
	height: auto;
}

.main-page__section .pi_c {
	margin-bottom: 0;
}

.price_block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}

.favorit-price__inner {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        -webkit-order: 2;
	        order: 2;
	float: right;
}

.favorit-price__inner .favorite_bl a {
 background-size: 20px 20px;
}

.selected_filter .filter__item label.no_active_filter,
.filter__item label.no_active_filter {
	color: #d0d0d0;
}


.selected_filter .filter__item [type="checkbox"]:checked + label.no_active_filter:before {
	background: #d0d0d0;
}


.selected_filter .filter__item label.no_active_filter:hover:before,
.filter__item label.no_active_filter:hover:before {
	border: 1px solid #b1b1b1 !important;
} 

.selected_filter_child {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.helpz_b {
	background: #e4e4e4;
    padding: 10px 10px 10px;
    margin: 0px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 2px;
}

.param_content {
	padding: 0 15px 0 0;
}

.param_content.param_content_show {
    border-bottom: 1px solid #e0e9ef;
    padding-bottom: 15px;
}

.vparam_right {
	margin: 0 24px;
}

.selected_filter > .vparam_right {
	margin: 0;
}

/* Параметрический поиск */

.filters-container .filter:last-child .param_content.param_content_show{
	border-bottom: 0;
}

.filter {
	position: relative;
}

.param-filter {
	background: #fff;
	border: 1px solid #e0e9ef;
	margin: 0 0 20px;
}

.filter__heading {
	position: relative;
	padding: 16px 36px 16px 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.filter__heading:hover .filter__heading--blue-line {
	background: #99ccff;
}

.filter__heading-text {
	font-size: 16px;
	line-height: 18px;
	color: #2d2c2c;
}

.filter__sup-text {
	position: relative;
	bottom: 3px;
	font-weight: 400;
	font-size: 12px;
	color: #999;
}

.filter__heading--fixed {
	position: absolute;
	z-index: 1;
	top: 10px;
}

.filter__arrow {
	position: absolute;
	top: 21px;
	right: 17px;
	width: 12px;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transform: rotate(-180deg);
	    transform: rotate(-180deg);
}

.filter__arrow--active {
	-webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg);
}

.filter__heading--blue-line {
	position: absolute;
	width: 4px;
	height: 36px;
	background: #99ccff;
	border-radius: 2px 0 0 2px;
	top: 4px;
	left: -4px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.filter__heading--blue-line_inactive {
	background: #e6e6e6;
}

.filter__params-inner {
	overflow-y: auto;
	position: relative;
}

.param_content.param_content_show .filter__params-inner {
	max-height: 370px;
	padding-bottom: 10px;
}

.param_content .filter__params-inner {
	max-height: 0px;
}

.param_content .filter__params-inner-oh {
	-webkit-transition: all .4s;
	transition: all .4s;
	overflow: hidden;
}

.param_content.param_content_show .filter__params-inner-oh {
	overflow: auto;
}

.filter__params-inner .filter__item:first-child .filter__types-heading {
	margin-top: 0;
}

.selected_filter {
	opacity: 0;
	margin: 0 30px 0 24px;
}

.param_content_show .selected_filter {
	margin-bottom: 0px;
    border-top: 1px solid #e0e9ef;
    border-bottom: 1px solid #e0e9ef;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px 0;
    margin: 0 30px 10px 24px;
    opacity: 1;
}

.selected_filter_type {
    border-bottom: 0px solid #e0e9ef;
}



.selected_filter .filter__item label {
	color: #7ca9e6;
}

.filter__link {
	display: table;
	color: #7ca9e6;
	text-decoration: none;
	margin: 0 24px 10px;
}

.filter__link:hover {
	text-decoration: underline;
}

.filter__types-heading {
	display: block;
	margin: 10px 24px;
	padding: 6px 0;
	font: 600 12px/18px "Open Sans", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #6a9ccd;
	text-align: center;
	border-top: 1px solid #e0e9ef;
    border-bottom: 1px solid #e0e9ef;
}

.filter__item label {
	color: #999;
}

.filter__item [type="checkbox"]:not(:checked),
.filter__item [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.filter__item [type="checkbox"]:not(:checked) + label,
.filter__item [type="checkbox"]:checked + label {
	cursor: pointer;
	width: 100%;
	padding-left: 21px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.filter__item [type="checkbox"]:not(:checked) + label:before,
.filter__item [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0; 
	top: 6px;
	width: 12px; 
	height: 12px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 2px;
}

.filter__item [type="checkbox"]:checked + label:before {
	background: #7ca9e6;
	border: 0;
}

.filter__item [type="checkbox"]:not(:checked) + label:after,
.filter__item [type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	top: 8px; 
	left: 2px;
	-webkit-transition: all .2s;
	transition: all .2s;
	background-image: url(/content/img/brand/input-checked.png);
	background-image: url(/content/img/icons/svg/input-checked.svg);
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
}

.filter__item [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	    transform: scale(0);
}

.filter__item [type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	    transform: scale(1);
}

.filter__item [type="checkbox"]:disabled:not(:checked) + label:before,
.filter__item [type="checkbox"]:disabled:checked + label:before {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.filter__item [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

.filter__item [type="checkbox"]:disabled + label {
	color: #aaa;
}

.filter__item label:hover:before {
	border: 1px solid #7ca9e6 !important;
} 

.vparam_right:hover {
	background-color: transparent;
}

.param_content_show .types__selected-filter {
	margin-bottom: 0;
}

.types__selected-filter + .filter__params-inner .vparam_right_h:first-child .filter__types-heading {
	border-top: 0;
}

/* Параметрический поиск */

/* Новая миникарточка */

/* 5 карточек в ряд */

.products__5-in-row .m-card__inner {
	width: 20%;
}

.products__5-in-row .m-card__inner:nth-child(4n + 1) {
	padding-left: 3px;
}

.products__5-in-row .m-card__inner:nth-child(4n + 4) {
	padding-right: 3px;
}

.products__5-in-row .m-card__inner:nth-child(5n + 1) {
	padding-left: 0;
}

.products__5-in-row .m-card__inner:nth-child(5n + 5) {
	padding-right: 0;
}

/* 5 карточек в ряд */

/* Главная карточки */

.main-page__section .right_side_pr .m-card__inner {
	padding-top: 0;
}

/* Главная карточки */

.m-card__inner {
	width: 25%;
	float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px;
}

.m-card__inner:nth-child(4n + 1) {
	padding-left: 0;
}

.m-card__inner:nth-child(4n + 4) {
	padding-right: 0;
}

.m-card {
	width: 100%;
	margin: 0;
	height: 480px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 14px 15px;
	background: #fff;
	border: 1px solid #e0e9ef;
}

.m-card__fav {
	position: absolute;
	top: 17px;
	left: 16px;
}

.m-card__bf + .m-card__fav {
	top: 47px;
}

.m-card__bf {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 1px 4px;
    left: 16px;
    top: 16px;
    text-transform: uppercase;
}

.m-card__sale {
	top: 16px;
    right: 0px;
    width: 71px;
	height: 25px;
    background-color: #cc3467;
    background-image: none;
    text-align: center;
    font: 300 16px/25px Helvetica;
}

.favorite-delete + .m-card__sale {
	right: 9px;
	top: 45px;
}

.favorite-delete + .m-card__new {
    right: 9px;
    top: 45px;
}

.view-card-bf {
	left: 10px;
	top: 10px;
	z-index: 3;
	background-color: #cc3467;
	width: calc(100% - 20px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.product-card__img--rouble-action {
	top: 40px;
}

.new-menu__sale-container {
	display: block;
	width: 90px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #cc3467;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.new-menu__sale-item {
	display: block;
	width: 70px;
	height: 20px;
	background-color: #cc3467;
	color: #fff;
	margin: 0 auto;
	margin-top: 9px;
	font-size: 14px;
	line-height: 19px;
	font-family: Helvetica, 'Open Sans', sans-serif, Arial;
}

.view-card-bf a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px 0px;
}

.m-card__new {
	top: 16px;
	right: 0;
}

.m-card__img-c {
	height: 271px;
}

.m-card__img-l {
	height: 100%;
	display: table;
	width: 100%;
}

.m-card__img-l div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.m-card__img {
	max-width: 100%;
	max-height: 100%;
}

.m-card__titles {
	display: block;
	text-decoration: none;
}

.m-card__add-button {
	float: none;
}

.m-card__producer {
	margin: 0 0 7px;
	font: 300 15px/18px Helvetica, "Open Sans", Arial;
	color: #a0a0a0;
}

.m-card__product-name {
	margin: 0;
	max-height: 56px;
	overflow: hidden;
	background-color: #fff;
	font-size: 15px;
	line-height: 19px;
	color: #333;
	position: relative;
	z-index: 2;
}

.m-card__product-name:hover {
	position: relative;
    z-index: 1;
    height: auto;
    max-height: 90px;
    padding: 0 0 7px;
	text-decoration: underline;
}

.rubl {
	font-family: "ALS Rubl";
	margin: 0 0 0 3px;
}

.m-card__old-price {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: 300;
	color: #959595;
	text-decoration: line-through;
}

.m-card__icons {
	margin: 0 0 8px;
}

.m-card__rating {
	display: inline-block;
	margin: 0 5px 0 0;
}

.m-card__comments {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	position: relative;
	bottom: 1px;
}

.m-card__comments-ico {
	position: relative;
	top: 4px;
	margin: 0 7px 0 7px;
	display: inline-block;
	width: 17px;
}

.m-card__review {
	position: relative;
	bottom: -2px;
	max-width: 15px;
}

.slick-slide .m-card__review {
	max-width: 20px !important;
	display: inline-block !important;
}

.m-card__o-a-n {
	margin: 0 0 17px;
}

.m-card__price {
	display: inline-block;
	font-size: 18px;
	color: #cc3467;
}

.m-card__info {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 36px);
}

.m-card__add-button {
	height: 30px;
	padding: 0 30px;
	background-color: transparent;
	border: 1px solid #cc3467;
	color: #cc3467;
	text-transform: none;
	-webkit-transition: all 0s;
	transition: all 0s;
	font-size: 13px;
}

.m-card__add-button:hover {
	background-color: #cc3467;
	border: 1px solid #cc3467;
	color: #fff;
}

.sub_products .m-card {
	height: 270px;
}

/* Новая миникарточка */

.pp1 {
	margin-left: 0;
}

.pp4 {
	margin-right: 0;
}

.scroll-button {
	width: 31px;
	height: 31px;
	position: fixed;
	left: 40px;
	bottom: 40px;
	z-index: 3;
	display: none;
	cursor: pointer;
	background-image: url(/content/img/b15/ar_t.png);
}

.scroll-button:hover {
	-webkit-filter: brightness(.9);
	-o-filter: brightness(.9);
	filter: brightness(.9);
}

.alphabet {
	margin-top: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-bottom: 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.alphabet__all {
	line-height: 30px;
	cursor: pointer;
    color: #393e44;
    text-decoration: underline;
    margin-right: 8px;    
}

#letter_1 {
	margin: 0 12px;
}

.alphabet__item {
	display: inline-block;
	width: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-webkit-box-flex: 1;
	        -webkit-flex: 1;
	        flex: 1;
}

.alphabet__item--active {
	background-color: #393e44;
    color: #fff;
}

.modal-alphabet {
    border: 1px solid #c2d5e3;
    -webkit-box-shadow: 0px 6px 18px 0px rgba(5, 5, 5, 0.11);
            box-shadow: 0px 6px 18px 0px rgba(5, 5, 5, 0.11);
    padding: 15px;
    position: absolute;
    z-index: 6;
    background-color: #fff;
    display: none;
    min-width: 150px;
}

.modal-alphabet__name {
	display: table;
    color: #393e44;
    text-decoration: none;
    margin: 0 0 10px;
    font-size: 14px;
}

.modal-alphabet__name:hover {
    color: #7ca9e6;
}

.modal-alphabet__name:last-child {
	margin: 0;
}

.loader_animate {
	position: fixed; 
	width: 60px; 
	top: 45%; 
   	display:none;
	left: calc(50% - 30px);
	z-index: 50000000000000;
}

.loader_animate_img {
	
	position: absolute; 
	width: 60px; 
	top: 45%; 
   	display:none;
	left: calc(50% - 30px);
	z-index: 50000000000000;
}

@-webkit-keyframes brand-loader {
	from { 
		-webkit-transform: rotate(180deg);
        transform: rotateY(0)
	}
	to {  
		-webkit-transform: rotateY(360deg) translate3d(0, 0, 0);
        transform: rotateY(360deg)
	}

}
@keyframes brand-loader {
	from { 
		-webkit-transform: rotateY(0) translate3d(0, 0, 0);
        transform: rotateY(0)
	}
	to {  
		-webkit-transform: rotateY(360deg) translate3d(0, 0, 0);
        transform: rotateY(360deg)
	}
}

.in-loading__blur {
	-webkit-filter: blur(1px);
	-o-filter: blur(1px);
	filter: blur(1px);
	opacity: 0.5;
}

.tmi_4 {
	position: relative;
}

.y-city {
    position: absolute;
    top: 63px;
    left: 0;
    padding: 10px 15px 20px;
    background: #fff;
    border: 1px solid #e0e9ef;
    border-radius: 5px;
    z-index: 2;
    min-width: 160px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
}

.y-city:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: -8px;
    width: 0;
    height: 0;
    z-index: 5;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
	border-color: transparent transparent #ffffff transparent;
}

.y-city:after {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #e0e9ef transparent;
}

.y-city__q {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 10px;
    display: block;
}

.y-city__btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.y-city__btn-yes {
	margin-right: 15px;
    background-color: #cc3467;
    color: #fff;
    padding: 5px 15px;
}

.y-city__btn-no {
    border-bottom: 1px dotted;
    color: #a1c1ed;
}

.produts-profit__math > div {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: auto;
}

.bl-main__banner {
	margin-right: 7px;
	width: 247px;
}

.bf-banner {
	width: 100%;
	height: 450px;
	background-image: url(/content/img/blackfriday/2560_450_-SALE.gif);
	position: absolute;
	background-position: center;
	top: 299px;
}

.bf-banner-with-small {
	top: 369px;
}

.empty-for-bf {
	height: 470px;
}

.bf-banner-small {
	background-image: url(/content/img/blackfriday/bf-small.jpg);
	background-position: center;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	z-index: 2;
	display: none;
}

.close-banner {
    background-color: #e51a1e;
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.close-banner:hover {
	background-color: #f92e32;
}

.bf-pt-70 {
	padding-top: 70px;
}

.bf-top-plus-70 {
	top: 249px;
}

.action--on-mobile {
	display: none;
}

/* Миникарточки на всех страницах */

.m-card {
	margin: 0 !important;
}

/* Миникарточки на всех страницах */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	.m-card__img {
		max-width: 150px !important;
	}

	.produts-profit__item {
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		-webkit-box-flex: 1;
		        -webkit-flex: 1;
		        flex: 1;
	}

}

/* black friday */

.banner {
	margin: 0 auto 20px;
	width: 100%;
	height: 450px;
	background-position: center;
	position: relative;
}

.banner-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.bf-slider-5 .m-card__inner {
	width: 19%;
}

.bf-slider-5 {
	margin: 0 0 20px;
}

.bf-slider-3 {
	width: 33%;
}

.bf-slider-5 .m-card__inner,
.bf-slider-3 .m-card__inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: initial;
	box-sizing: initial;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.bf-slider-5 .m-card__inner:nth-child(5n + 5),
.bf-slider-5 .m-card__inner:nth-child(5n + 1),
.bf-slider-3 .m-card__inner:nth-child(5n + 5),
.bf-slider-3 .m-card__inner:nth-child(5n + 1) {
	padding: 3px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.banner-standart {
	margin: 0 10px 0 0;
	width: 495px;
	height: 480px;
	float: left;
	position: relative;
}

.bf-slider-3 {
	float: right;
	width: calc(100% - 505px);
}

.main-page__section .bf-slider-3 .products {
	margin-left: -3px;
	margin-right: -3px;
}

.banner-on-right .banner-standart {
	float: right;
	margin: 0 0 0 10px;
}

.banner-standart .bf-slider-3 {
	float: left;
}

.bf-bannner-slider {
	margin: 0 0 20px;
}

.bf-slider-5,
.bf-bannner-slider {
	height: 480px;
	overflow: hidden;
}

.bf-link__to-sales {
    display: block;
    width: 70%;
    height: 50px;
    background: rgb(229,68,68);
    background: linear-gradient(135deg, rgba(229,68,68,1) 0%,rgba(214,16,81,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54444', endColorstr='#d61051',GradientType=1 );
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 50px auto;
}

.sale-banner {
	position: relative;
	width: 100%;
	background-position: center;
	margin: 0 0 20px;
}

.sale-banner img {
	width: 100%;
}

.view-right-banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-width: 100%;
}

/* black friday */

.change-city-btn {
    margin-left: 7px;
    color: #6699cc;
    font-size: 15px;
    cursor: pointer;
    border-bottom: 1px dotted;
}
/* Cart saving
-----------------------------------------------------------------------------*/

.cart-saving {
	margin-top: 15px;
    padding-top: 7px;
    border-top: 1px solid #e5e5e5;
}

.cart-saving__heading {
	font-size: 14px;
	color: #333;
}

.cart-saving__all-sum {
	font-size: 22px;
    color: #6699cc;
}

.cart-saving__item {
	text-align: left;
}

.cart-saving__text {
	margin: 0 5px 0 0;
	color: #333;
	font-size: 13px;
	font-weight: 600;
}

.cart-saving__sum {
	font-size: 13px;
	color: #6699cc;
}

/* Likes
-----------------------------------------------------------------------------*/

.rate-opinion {
	margin: 20px 0 0;
}

.rate-button {
	float: right;
	display: block;
	min-width: 66px;
	height: 30px;
	font-size: 15px;
	line-height: 27px;
	padding: 0 11px 0 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	text-align: right;
	color: #999;
	cursor: pointer;
}

.rate-button:first-child {
	margin: 0 0 0 9px;
}

.rate-like.active {
	border: 1px solid #6699cc;
}

.rate-dislike.active {
	border: 1px solid #cc3467;
}

.rate-icon {
	margin: 6px 0 0 0;
	float: left;
	display: block;
	width: 16px;
	height: 17px;
}

.rate-icon__like {
	background-image: url(/content/img/icons/like/like-gray.png);
}

.active .rate-icon__like {
	background-image: url(/content/img/icons/like/like.png);
	-webkit-animation-name: rate-like;
	animation-name: rate-like;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.rate-icon__dislike {
	background-image: url(/content/img/icons/like/dlike-gray.png);
}

.active .rate-icon__dislike {
	background-image: url(/content/img/icons/like/dlike.png);
	-webkit-animation-name: rate-dislike;
	animation-name: rate-dislike;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.active .dislike-count {
	color: #cc3467;
}

.active .like-count {
	color: #6699cc;
}

@-webkit-keyframes rate-like {
	from {  
		margin: 6px 0 0;
	}
	50% {
		margin: 3px 0 0;
	}
	to {  
		margin: 6px 0 0;
	}
}
@keyframes rate-like {
	from {  
		margin: 6px 0 0;
	}
	50% {
		margin: 3px 0 0;
	}
	to {  
		margin: 6px 0 0;
	}
}

@-webkit-keyframes rate-dislike {
	from {  
		margin: 6px 0 0;
	}
	50% {
		margin: 9px 0 0;
	}
	to {  
		margin: 6px 0 0;
	}
}
@keyframes rate-dislike {
	from {  
		margin: 6px 0 0;
	}
	50% {
		margin: 9px 0 0;
	}
	to {  
		margin: 6px 0 0;
	}
}

/* Review block
-----------------------------------------------------------------------------*/

.review-item {
	margin: 0 0 15px;
}

.review-item__table {
	width: 100%;
}

.review-item__product-name {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}

.review-item__image {
	max-width: 230px;
	max-width: 100%;
	max-height: 150px;
}

.review-item__size {
	margin-bottom: 20px;
	color: #333;
}

.review-item__rating {
	display: inline-block;
	margin: 0 0 5px;
}

.review-item__count-opinion {
	text-decoration: none;
	color: #a0a0a0;
	font: 300 15px/18px Helvetica, "Open Sans", Arial;
}

.review-item__opinion-icon {
	position: relative;
	top: 4px;
	margin: 0 0 0 2px;
	width: 17px;
	height: 17px;
}

.review-item__review-icon {
	position: relative;
	bottom: 1px;
	margin-left: 5px;
}

.review-item__name-inner {
	margin: 0 0 5px;
	color: #333;
}

.review-item__date {
	font-weight: 300;
	color: #a0a0a0;
}

.review-item__text {
	margin-bottom: 25px; 
	color: #333;
	line-height: 1.5em;
}

.review-item__text:first-letter {
	text-transform: uppercase;
}

.review-item__button {
	float: left;
    display: block;
    padding: 0 20px 1px;
    width: 150px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cc3467;
    color: #cc3467;
    -webkit-transition: all 0s;
    transition: all 0s;
    font-size: 13px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
}

.review-item__button:hover {
	background-color: #cc3467;
    border: 1px solid #cc3467;
    color: #fff;
}

.view-right-banner {
	margin: 0 0 20px;
}

.review-item__point-count {
	border: 1px solid #8bc34a;
	border-radius: 50%;
	display: inline-block;
	width: 20px;
	text-align: center;
	height: 20px;
	background-color: #8bc34a;
	color: #fff;
	font-weight: 400;
}

.review-item__status {
	position: absolute;
	top: 10px;
	right: 10px;
}

.review-item__status_approved {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	width: 120px;
	height: 25px;
	line-height: 0;
	color: #fff;
	background-color: #8bc34a;
}

.review-item__status_refused {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	width: 120px;
	height: 25px;
	line-height: 0;
	color: #fff;
	background-color: #cc3467;
}

.review-item__point-amount {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        -webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	padding: 10px 0;
	background-color: #fff;
}

/* Change city
-----------------------------------------------------------------------------*/

#confirm-city {
	position: absolute;
    top: 56px;
    margin-left: -169px;
    background: #1f1f1f;
    color: #fff;
    padding: 20px;
    z-index: 99;
    display: none;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    left: 50%;
}
#confirm-city div,
#confirm-city button {
	float: left;
}
#confirm-city button {
    margin-left: 20px;
    height: 34px;
    border: none;
    width: 160px;
    background: #fff;
    font: inherit;
    cursor: pointer;
}
#confirm-city button:hover {
    font-weight: 600;
}
#confirm-city p {
    margin-bottom: 0;
    font-size: 15px;
    color: #4bc7e9;
}
#confirm-city:before {
	content: '';
}
#confirm-city:before {
    content: '';
    width: 15px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 42px;
}
.registration_form .change_city_s {
	margin-top: 0px;
}
.registration_form .return_city {
	top: 9px;
}
.about-brand__in-list {
	display: none;
}

.btn_gray {
    margin: 0 0 0 10px;
    display: block;
    width: 100px;
    height: 31px;
    font-size: 11px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    background-color: #dcdcdc;
    cursor: pointer;
}

.modal__close-button {
	display: none;
}

.margin_top_40{
	margin-top: 40px;
}

.margin_top_20{
	margin-top: 20px;
}

.alphabet-this {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	width: 100%;
	height: 45px;
	overflow: hidden;
}

.sortsel_br {
	float: left;
    height: 28px;
    margin: 7px 0px;
    border: none;
    background-color: #fff;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    padding: 0px 8px;
    background: white url(/content/img/b15/select_ico.png) no-repeat calc(100% - 8px) 60%;
    font-size: 14px;
    padding-right: 25px;
    border: 1px solid #d3d3d3;
    margin: 0px 5px 0px 0px;
}

.filter_brend{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e0e9ef;
    background-color: #fff;
}

.filter_brend .brand__link_sub{
	background-color: #cc3467;
	color:white;
	cursor:pointer;
	height:28px;
}


.loader_animate_lazy {
    width: 60px;
    left: calc(50% - 30px);
    z-index: 50000000000000;
    opacity: 0.1;
}

.btn_ctl { -ms-touch-action: none; touch-action: none; }

.is-block-product-warp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.is-block-product-href {
	display: block;
    width: calc(50% - 85px);
    padding: 30px 40px;
    margin-right: 5px;
    float: left;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
}
.is-block-product-href img {
    padding: 10px 20%;
}

.is-block-product-desc {
    width: calc(50% - 5px);
    margin-left: 5px;
    display: inline-block;
}

.is-block-product-href .m-card__product-name:hover{
	padding: 0;
}
.btn_ctl { -ms-touch-action: none; touch-action: none; }



.quantity_out span{
	color: #999;
	font-size:12px;
	display:block;
	text-decoration:underline;
}

.quantity_out:hover span{
	text-decoration:none;
}

.custom-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox__checkbox:not(:checked),
.custom-checkbox__checkbox:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox__checkbox:not(:checked) + .custom-checkbox__checkmark,
.custom-checkbox__checkbox:checked + .custom-checkbox__checkmark {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	display: block;
}

.custom-checkbox__checkbox:not(:checked) + .custom-checkbox__checkmark:before,
.custom-checkbox__checkbox:checked + .custom-checkbox__checkmark:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0; 
  width: 14px; 
  height: 14px;
  border: 1px solid #000;
  background: #fff;
}

.custom-checkbox__checkbox:not(:checked) + .custom-checkbox__checkmark:after,
.custom-checkbox__checkbox:checked + .custom-checkbox__checkmark:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 7px;
  background-image: url(/content/img/icons/svg/check_black.svg);
  top: 7px; 
  left: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.custom-checkbox__checkbox:not(:checked) + .custom-checkbox__checkmark:after {
  opacity: 0;
  -webkit-transform: scale(0);
      transform: scale(0);
}

.custom-checkbox__checkbox:checked + .custom-checkbox__checkmark:after {
  opacity: 1;
  -webkit-transform: scale(1);
      transform: scale(1);
}


.custom-checkbox__checkbox:disabled:not(:checked) + .custom-checkbox__checkmark:before,
.custom-checkbox__checkbox:disabled:checked + .custom-checkbox__checkmark:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.custom-radio {
	margin: 0 0 7px;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-radio:last-child {
	margin: 0;
}

.custom-radio__input:not(:checked),
.custom-radio__input:checked {
  position: absolute;
  left: -9999px;
}

.custom-radio__input:not(:checked) + .custom-radio__label,
.custom-radio__input:checked + .custom-radio__label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.custom-radio:hover .custom-radio__label {
	color: #6283fb;
}

.custom-radio__input:not(:checked) + .custom-radio__label:before,
.custom-radio__input:checked + .custom-radio__label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0; 
  width: 10px; 
  height: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}

.custom-radio__input:checked + .custom-radio__label:before {
	border-color: #6283fb;
}

.custom-radio__input:checked + .custom-radio__label {
	color: #6283fb;
}

.custom-radio__input:not(:checked) + .custom-radio__label:after,
.custom-radio__input:checked + .custom-radio__label:after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6283fb;
  top: 8px; 
  left: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.custom-radio__input:not(:checked) + .custom-radio__label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      transform: scale(0);
}

.custom-radio__input:checked + .custom-radio__label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      transform: scale(1);
}


.custom-radio__input:disabled:not(:checked) + .custom-radio__label:before,
.custom-radio__input:disabled:checked + .custom-radio__label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.custom-scroll {
	-webkit-overflow-scrolling: touch;
}

.custom-scroll::-webkit-scrollbar {
	width: 5px;
	background-color: #dbdbdb;
}

.custom-scroll::-webkit-scrollbar-thumb {
	background-color: #508ef3;
}

.custom-checkbox__desc {
	padding-left: 24px;
	font-size: 12px;
	line-height: 12px;
	color: #aeaeae;
}

.note_price_flt{
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
}

/*FAST PAY*/


.desh_btn {
	cursor: pointer;
	 background-color: #ffcc33;
	 text-transform:uppercase;
	 margin-top:14px;
	 color: #9c4200!important;
	 font-size: 14px;
	 text-align: center;
	 padding: 9px 27px;
	 border-radius: 2px; 
	 float:left;
	 margin-left:15px;
	}
	.promo_activate{
	margin-top:0px;
	}
	.update_cart_a{color: #FF0000;}
	.field_quantity{
	 float: left; margin-left:19px;
	}
	.total_sidebar{
	  width: 26%;
	  float: left;
	}
	.total_order{
	  padding: 15px;
	  border-radius: 2px;
	  position: relative;
	  margin-left: 22px;
	  border: 1px solid #eef3f7;
	}
	.total_order img{
	cursor:pointer;
	margin-top:5px;
	}
	.total_header{
	 font-size:20px;
	 display:block;
	 text-align:center;
	 color:#2d2d2d;
	}
	.total_calc{
	 margin-top:30px;
	 font-size:14px;
	}
	.total_calc td{
	 padding-bottom:10px;
	}
	.total_calc span{
	 color:#6699cc;
	 padding-left:15px;
	}
	.br_cart{border-bottom:1px solid #e5e5e5;}
	.total_pay{
	padding: 0px;
	width: 248px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border:1px dashed #80c3e8;
	border-right:0px dashed #80c3e8;
	position: relative;
	top: 0px;
	right: -3px;
	font-size:14px;
	text-align:center;
	}
	.pd_4_div img{
	margin-top:12px;
	}
	.pd_4_div{
	border-bottom:1px dashed #80c3e8;
	padding:12px 14px;
	padding-top:8px;
	text-align:left;
	}
	.robokassa_div{
	padding:12px 14px;
	padding-top:8px;
	text-align:left;
	}
	.btn_cabinet_r{
	 width:216px!important;
	 margin-top: 6px!important;
	}
	.table_order{
	 width:100%;
	 border-bottom:1px dashed white;
	}
	.table_order .label{
	 padding-left:18px;
	 vertical-align:middle;
	 width:71px;
	 padding-bottom:9px;
	 padding-top:9px;
	}
	.table_order .value{
	 text-align:left;
	 vertical-align:middle;
	 color:white;
	 font-size:12px;
	 text-shadow:1px 1px 1px #001627;
	}
	.table_order .value a{
	 color:white;
	 font-size:12px;
	 text-align:left;
	 text-shadow:1px 1px 1px #001627;
	}
	.table_itog{width:100%;margin-top: 20px;margin-bottom: 20px;}
	.table_itog .label_itog{
	 font-size:20px;
	 text-align:left;
	}
	.table_itog .value_itog{
	 font-size: 30px;
	 text-align:right;
	 color: #6699cc;
	}


	.hide960 tbody tr:hover{
		background-color: #e7f4ff;
	}


	.create_link_cart{
        color:grey; text-decoration:underline; cursor:pointer;
    }

    .create_link_cart:hover{
        text-decoration:none;
    }

	.hide_big_text_link{
		display:none;
		text-decoration:underline;
		cursor:pointer;
	}

	.hide960 tr{
        border-bottom: 1px solid #e0e9ef;
    }	

    .active_cart {
        border-radius: 11px;
        color: #333;
        background-color: #65ef8d;
        padding: 3px 7px;
	}
	
	.in_cart_link{
		margin-bottom:15px; 
		display:block; 
		float:left;
		width:150px; 
		text-align:center; 
		cursor:pointer;
	}

	.in_cart_link_help{
		float: left;
		margin-top: -10px;
		margin-left: 5px;
		cursor:pointer;
	}

	.in_cart_link_item{
		margin-bottom:15px; 
		display:block; 
		width:170px; 
		text-align:left; 
		cursor:pointer;
		background-color: #ffc500;
		border-radius: 11px;
        color: #333;
		padding: 3px 7px;
		float:left;
		font-size:12px;
		margin-right:10px;

		-webkit-transition: all .2s;
		transition: all .2s;
	}

	.add_new_cart input{
		float:left;
	}

	.add_new_cart input{
		margin-top: 0px;
	}

	.add_new_cart input[name="cart_name"]{
	margin-right: 14px;
	}


	.filter_sel {
		float: left;
		height: 28px;
		margin: 7px 0px;
		border: none;
		background-color: #fff;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		padding: 0px 8px;
		background: white url(/content/img/b15/select_ico.png) no-repeat calc(100% - 8px) 60%;
		font-size: 14px;
		padding-right: 25px;
		border: 1px solid #d3d3d3;
		margin: 0px 5px 0px 0px;
	}

	.in_cart_link_item:hover{
		background-color: #ffd855;
	}

	.in_cart_link_item_active_cart{
		background-color: #e3004c;
		cursor:default;
		color:white;
	}
	.in_cart_link_item_active_cart:hover{
		background-color: #e3004c;
	}

	.in_cart_link_item_more{
		border: 1px solid #c1cad0;
		background-color: #fff;
	}
	.in_cart_link_item_more:hover{
		background-color: #fff;
	}

	.cart_list{
		display:none;
	}

    .create_link_cart{
		width:120px;
        display: block;
        border: 1px solid #c1cad0;
        border-radius: 3px;
        padding: 3px 5px 3px 25px;
        background-image: url(/content/img/icons/svg/if_share_227561.svg);
        background-repeat: no-repeat;
        background-position: 5px center;
        text-decoration: none;
    }

    .create_link_cart:hover {
        text-decoration: none;
        background-color: white;
        color: #333333;
        border-color: #333333;
    }

    .create_link_cart_b{
        background-image: url(/content/img/icons/svg/if_share_227561_b.svg);
        border: 1px solid #c1cad0;
    }

    .create_link_cart_b:hover {
        text-decoration: none;
        background-color: white;
        border: 1px solid #467fff;
	}
	
	.cart__link_a {
	

		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 130px;
		height: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #cc3467;
		text-decoration: none;
		color: #cc3467;
		-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

		background-color: #cc3467;
		color: white;
		cursor: pointer;
		height: 28px;
		color:white;
		margin-bottom:20px;
	}


	.preview_opinion_image{
		width: 90px;
		height: 70px;
		margin-right: 15px;
		margin-bottom: 15px;
		float: left;
		border: 1px solid #e0e9ef;
		text-align: center;
	}

	.preview_opinion_image_list{
		height: 90px;
	}

	.op_img{
		width:90px;
		height:90px;
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.preview_opinion_image img{
		width:90px; 					
	}

	.preview_opinion_image .container_op_image{
		height:50px; width:90px; overflow:hidden;
	}

	.preview_opinion_image .remove_img{
		cursor:pointer;
	}

	.preview_opinion_image .remove_img:hover{
		text-decoration:underline;
	}

	.opinion-form {clear:both; float:none;}

	.opinion-form .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}

	.opinion-form .js-labelFile {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 10px;
		cursor: pointer;
		background: url(/content/img/icons/svg/camera.svg) no-repeat 50% 30%;
		background-size: 40px;
		color: #555;
		height: 70px;
		width: 70px;
		display: block;
		border: 1px solid #e0e9ef;
		margin: 0px 0px 15px 0px;
		font-size: 13px;
		text-align:center;
		position:relative;
	}

	.js-fileLoadProgress{
		position:absolute;
		bottom:0px;
		left:0px;
		width:0px;
		height:2px;
		background-color:#467fff;
	}

	.js-fileLoadProgress__animate{
		-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
		transition: width 0.5s;
	}

	.opinion-form .js-labelFile:hover {border-color:#888}
	.js-fileName{margin-top: 47px;  display: block;}

	.form-group, .img_preview{
		float:left;
	}