
/* /css/reset.css */
/*_________Reset_styles_________*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
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;}
html,body {height:100%;width:100%;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;background:none;background-color:none !important;}
*:focus {outline: none;} /*        */
a,a img{border:0;outline:0;}
ul li{list-style:none;}

/*_________HTML5_display-role_reset_for_older_browsers_________*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}

/* /css/style.css */

.wrapper { box-sizing: border-box; padding: 0 15px;}
.row-fluid:before, .row-fluid:after {  content: " ";  display: table;}
.row-fluid:after { clear: both;}

.clear:before, .clear:after {  content: " ";  display: table;}
.clear:after { clear: both;}

.sale_kom,
.new_kom {
	margin: 20px 0;
    border-bottom: 1px solid;
}

ul.lower_tags {
	display: flex;
	flex-wrap: wrap;
}

.item_list__block {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none !important;
}
.item_list__block .item_list_art {
	position: relative;
}

.swiper_contact_1 {
  margin-bottom: 40px;
}

.swiper_contact_1 .swiper-pagination-bullet-active{
  background: #ed7109;
}

.swiper_contact_1 .swiper-pagination {
  position: relative;
  top: 1px !important;
}

.priceOld {
	text-decoration: line-through;
	font-weight: 400;
	color: #ed7109;
}

.priceOld_select {
	font-size: 20px;
	margin-left: 20px;
}

.mt-a {
	margin-top: auto !important;
}

.item_list__block .item_list__priceOld {
	/* position: absolute; */
    /* top: -7px; */
    height: auto;
		width: 100%;
    right: 0;
	font-weight: 400;
	font-size: 14px;
	    color: #ed7109;
			text-decoration: none;
}

.item_list__block .item_list__priceOld span{
	text-decoration: line-through;
	font-size: 18px;
}

#right ul.lower_tags li {
	list-style: none;
	margin-left: 5px;
}

ul.lower_tags li {
	list-style: none;
}

ul.lower_tags li a{
	text-decoration: none;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	border-radius: 5px;
	background: linear-gradient(to top, #f38c35, #ed7109);
	color: #fff;
}

ul.lower_tags li a:hover {
	background: linear-gradient(to top, #ed7109, #f38c35);
}


.row-fluid [class*="span"] {
	margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
	float: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child, .row-fluid.for-car [class*="span"]:first-child, .row-fluid .mgl0  {
    margin-left: 0;
}

.row-fluid .span20 { width: 17.93789743589745%; *width: 17.48908892525914%;}
.row-fluid .span12 { width: 100%; *width: 9.994680851063829%; margin-left: 0;}
.row-fluid .span11 { width: 91.45299145299145%; *width: 91.39979996362975%;}
.row-fluid .span10 { width: 82.90598290598291%; *width: 82.8527914166212%;}
.row-fluid .span9 { width: 74.35897435897436%; *width: 74.30578286961266%;}
.row-fluid .span8 { width: 65.81196581196582%; *width: 65.75877432260411%;}
.row-fluid .span7 { width: 57.26495726495726%; *width: 57.21176577559556%;}
.row-fluid .span6 { width: 48.717948717948715%; *width: 48.664757228587014%;}
.row-fluid .span5 { width: 40.17094017094017%; *width: 40.11774868157847%;}
.row-fluid .span4 { width: 31.623931623931625%; *width: 31.570740134569924%;}
.row-fluid .span3 { width: 23.076923076923077%; *width: 23.023731587561375%;}
.row-fluid .span2 { width: 14.52991452991453%; *width: 14.476723040552828%;}
.row-fluid .span1 { width: 5.982905982905983%; *width: 5.929714493544281%;}

.floatleft {float: left !important;}
.floatright {float: right !important;}
.aligncenter {text-align: center;}
.alignright {text-align: right;}
.alignleft{text-align: left;}
.alignjustify { text-align: justify;}
.valigntop { vertical-align: top !important;}
.valignbottom { vertical-align: bottom !important;}
.valignmiddle { vertical-align: middle !important;}
.b, strong, b {font-weight: bold;}
.i {font-style: italic;}
.absolute {position: absolute;}
.relative {position: relative !important;}
.radius {-webkit-border-radius: 4px;	-moz-border-radius: 4px;border-radius: 4px;}
.semiopacity { opacity: 0.7; -moz-opacity: 0.7; }
.nowrap {white-space: nowrap;}
.linethrough { text-decoration: line-through;}

.nowrap { white-space: nowrap;}

.table { display: table; width: 100%; vertical-align: top;}
.table-cell { display: table-cell;}
.table > .table-cell { vertical-align: top;}

.mgt0 {margin-top: 0 !important;} .mgt5 {margin-top: 5px !important;} .mgt10 {margin-top: 10px !important;} .mgt15 {margin-top: 15px !important;} .mgt20 {margin-top: 20px !important;} .mgt25 {margin-top: 25px !important;} .mgt30 {margin-top: 30px !important;} .mgt35 {margin-top: 35px !important;} .mgt40 {margin-top: 40px !important;} .mgt45 {margin-top: 45px !important;} .mgt50 {margin-top: 50px !important;} .mgt70 {margin-top: 70px !important;} .mgt75 {margin-top: 75px !important;} .mgt80 {margin-top: 80px;}
.mgb5 {margin-bottom: 5px !important;} .mgb10 {margin-bottom: 10px !important;} .mgb15 {margin-bottom: 15px !important;} .mgb20 {margin-bottom: 20px !important;} .mgb25 {margin-bottom: 25px !important;} .mgb30 {margin-bottom: 30px !important;} .mgb35 {margin-bottom: 35px !important;} .mgb40 {margin-bottom: 40px !important;} .mgb45 {margin-bottom: 45px !important;} .mgb50 {margin-bottom: 50px !important;} .mgb55 {margin-bottom: 55px !important;} .mgb60 {margin-bottom: 60px !important;} .mgb65 {margin-bottom:65px;}
.mgr0 {margin-right: 0 !important;} .mgr5 {margin-right: 5px !important;} .mgr10 {margin-right: 10px !important;} .mgr15 {margin-right: 15px !important;} .mgr20 {margin-right: 20px !important;} .mgr25 {margin-right: 25px !important;} .mgr30 {margin-right: 30px !important;} .mgr35 {margin-right: 35px !important;} .mgr40 {margin-right: 40px !important;} .mgr45 {margin-right: 45px !important;} .mgr50 {margin-right: 50px !important;} .mgr55 {margin-right: 55px !important;} .mgr60 {margin-right: 60px !important;}
.mgl5 {margin-left: 5px !important;} .mgl10 {margin-left: 10px !important;} .mgl15 {margin-left: 15px !important;} .mgl20 {margin-left: 20px !important;} .mgl25 {margin-left: 25px !important;} .mgl30 {margin-left: 30px !important;} .mgl35 {margin-left: 35px !important;} .mgl40 {margin-left: 40px !important;} .mgl45 {margin-left: 45px !important;} .mgl50 {margin-left: 50px !important;}

.font12 { font-size: 12px;}


img { max-width: 100%;}




.contentGrid {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;width:100%;clear:both;}
.contentGrid__side {width:240px;-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px;max-width:240px;position:relative;margin-bottom:15px;padding-right:30px;}
.contentGrid__middle {width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:1px;}





body {
	font:16px/24px;
	font-family:arial;
	color:#000;
	overflow-x: hidden;
	background:#b7e1f0 url(/img/body_back.png) repeat-x center top;
}
#container {
	position:relative;
	width:1030px;
	margin: 0 auto;
	background:url(/img/content_back.png);
	box-shadow: 0 -2px 9px 0 #000;
	padding:0 35px;
}
/* ������ 404 */
#container_404{
	position:relative;
	width:1100px;
	margin: 0 auto;
	background:url(/img/content_back.png);
	box-shadow:0 -2px 9px 0 #000;
}
#container_404 a {
	color: #3a86b3;
}
#container_404 .text_404 {
	margin: 0 0 100px 75px;
	font-style: italic;
	font-size: 14px;
	color: #000;
}
#container_404 h1 {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	margin: 0 0 30px 75px;
}
#container_404 .cont_404 {
	margin: 0 0 30px 75px;
	font-weight: normal;
	font-size: 14px;
	width: 467px;
}


.box_sim .item_list .item_type__img{
  height: 175px;
}

.box_sim .item_list .item_type__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;

}

#404_m {
	display: block;
	width: 400px;
	margin: 0 auto;
}
/* ����� ������ 404 */
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.btn {
	color: #fff !important; font-weight: bold; border-radius: 4px;
	background: #ffaa24;
	background: -moz-linear-gradient(top,  #ffaa24 0%, #ee6e00 100%);
	background: -webkit-linear-gradient(top,  #ffaa24 0%,#ee6e00 100%);
	background: linear-gradient(to bottom,  #ffaa24 0%,#ee6e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa24', endColorstr='#ee6e00',GradientType=0 );
	box-shadow: 0 1px 0 #A97040;
	text-align: center;
	padding: 8px 15px 7px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;

}
/*_________��������_�����_________*/
h1{
	font-weight: bold;
	font-size: 22px;
	color: #000;
	margin:20px 0 10px;
	display:block;
}
h1.main_h1{
	margin: 0px 0 20px;
	font-size: 25px;
}
h2, .h2 {
	color: #000;
	font-size:20px;
	margin-bottom:10px;
	clear:both;display:block;
	font-weight:normal;
}
h3 {
	color: #000;
	font-size:16px;
	margin-bottom:15px;
	clear:both;
}
a {
	outline-style:none;
	color:#ed7109;
}
a:hover {
	color:#7f8183;
}
.h2 {
	color: #000;
	font-size:20px;
	margin:15px 0 10px;
	clear:both;
}
hr {
	background:#666;
	height:1px;
	border-width:0px;
	margin-bottom:10px;
}
p, ol, ul, table {
	margin-bottom:10px;
}
ol {
	margin-left:19px;
}
em, i{
	font-style:italic;
}
b, strong, .bold{
	font-weight:bold;
}
table p {
	margin:0;
}
table tr td {
	padding:7px;
}
#right{
	font-size: 14px;
	line-height: 1.3;
	position:relative;
	min-height:500px;
}
#right ul li {
	list-style:circle;
	margin-left:15px;
	color: #000;
	font-size: 14px;
}
#right ol li {

	margin-left:-15px;
	color: #000;
	font-size: 14px;
	position: relative;
	display: flex;
	padding-left: 20px;
}
.mb-10 {
  display: inline-block;
  margin-bottom: 10px;
}
#right ol li:before {
	font:bold 14px/20px;
	color:#b72f01;
	content:counter(li, decimal);
	margin-top:0;
	counter-increment:li;
	position:absolute;
	left: 0;
}
#right ol {
	counter-reset:li;
	list-style:none;
}
iframe a {
	color:#0C83D3;
}
iframe {
	border:2px solid #666;
}
.pagi {
	float:left;
}
#gallery img{
	vertical-align:middle;
}
#gallery td{
	text-align: center;
}
/*_________�����_________*/
#header {
	position:relative;
	margin:0 auto;
	width:1100px;
	box-shadow: 0 -2px 9px 0 #000;
	z-index: 1;
	background-color: #fff;
}
#header > .row-fluid { margin-bottom: 10px;}
#header > .row-fluid > [class*=span] { margin-top: 20px; margin-bottom: 10px;}
#header > img { display: block; line-height: 1; max-width: 100%;}
#header .third { text-align: right;}

/* NEW HEADER */
#header {z-index: 9;}
.headerTable {display:flex;justify-content:space-between;align-items:center;align-content:center;padding: 15px 13px;position: relative;}
.headerTable__cell {flex:0 1 auto;}
.headerTable__cell--contacts {max-width: 200px;}

.headerLogo{
	height: 70px;
}


.headerTels {margin-top: -3px;}
.headerTels p {margin: 0;padding: 0;}
.headerTels p:first-child {margin-bottom:10px;}
.headerTels__link {text-decoration: none;font-size: 20px;color: #000;white-space:nowrap;
background: url("/img/phone_icon_ev.svg") no-repeat left center; padding-left: 30px;}


a.h_logo {
	color: #1982b1;
	font-size: 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
}
.h_logo__img{
	width: 84px;
	margin-right: 10px;
}

.slogan{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 4px;
	line-height: 16px;
}

.headerCart{
	margin-bottom: 8px;
}
a.zaya_zvonok {
	background: url("/img/mobile_icon_ev.svg") no-repeat left center;
	color: #1982b1;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}
a.email_header{
	font-size: 14px;
	color: #1982b1;
	text-decoration: none;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	background: url(/img/mail_icon_ev.svg) no-repeat 0 center;
	display: inline-block;
}
.work_time {
	display: inline-block;
	font-size: 14px;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	background: url(/img/clock_icon_ev.png) no-repeat 0 center;
}
.h_bucket{
	background: url(/img/cart_icon_ev.svg) no-repeat 0 center;
	color: #000;
	padding-left: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;
	display: block;

}
.h_bucket a{
	text-decoration:none;
	color: #000;
}
.h_bucket .sum_zakaz{
	font-size:12px;
	color:#dd5e27;
	line-height: 1.2;
	margin-top: -5px;/*-2px*/
}
.h_bucket .sum_zakaz span{
	font-size:15px;
}
.h_bucket span > span {
	font-size: 16px;
}
.headerCart__counter{
	font-size: 14px;
	background: #d1d1d1;
	border-radius: 4px;
	padding: 0px 12px;
	line-height: 16px;
}
.info_basket{
	position:absolute;
	display:none;
	width:360px;
	box-shadow: 0px 0px 7px rgba(6,6,6,0.3);
	padding:10px 20px;
	background:#fff;
	right:0;
}
.h_bucket:hover .info_basket{
	display:block;
}
.tovar_basket_info{
	border-bottom:1px dashed #252827;
	color:#252827;
	text-align:right;
	font-size:13px;
	padding-bottom: 2px;
}
.tovar_basket_info .name_tovar{
	position:absolute;
	font-size:12px;
	width: 230px;
	text-align: left;
	height:20px;
	overflow: hidden;
}
.total_cost_info{
	margin-top:5px;
	text-align:right;
	color:#000;
	font-size:16px;
}
.total_cost_info a{
	position:absolute;
	text-align: left;
	display: block;
}

.h_phone a{
	font-size: 20px;
	line-height:20px;
	font-weight: bold;
	color:#000;
	text-decoration:none;
	display:block;
	margin-bottom:10px;
}
.h_phone a span{
	font-size: 17px;
	color:#3b3b3b;
	font-weight: normal;
	margin:0px 6px 0 0;
}
/*_________�����������_����_________*/

		.price_but {width:147px;height:41px;display:inline-block;background:url(/img/price_but.png) 0px 0px no-repeat;margin:0 0 0px 0;overflow:hidden;text-indent:-200px}
		.newsbdate span {color:#84807D;font-size:14px;display:block;margin-top:6px/*24px*/; margin-bottom:6px; opacity:.7;}
		.news_img {
			float: left;
			margin: 0px 10px 10px 0;
		}
		.news_det_date {
			display: block;
			margin: 5px 0;
			color:#84807D;
			opacity:.7;
			/*color: #2981B2;*/
		}
		.newsnext1 {color:#000000/*#0e4c7d*/;font-size:14px;text-decoration:none;}
		.news_link {
			/* display: block;
			float:left; */
			display: flex;
			-webkit-transition: 0.3s all;
			-o-transition: 0.3s all;
			transition: 0.3s all;
			color:#000;
			text-decoration: none;
		}
		.news_link:hover {
			text-decoration: none;
			color:#038bba;
		}
		.news_link:hover .newsnext1 {
			color:#038bba;
		}
		.block_img {
			/* float:left;
			width:245px; */
			position: relative;
		}
		.block_img:before {
			content:none;
			display:none;
			position: absolute;
			bottom: 15px;
			left:37%;
			width: 40px;
			height:23px;
			background: #0084b3;
			border-radius: 12px;
			color: #fff;
			font-size: 21px;
			text-align: center;
			line-height: 19px;
			z-index: 100;
		}
		.block_img:after {
			content:none;
			position: absolute;
			top: 0;
			left: 0;
			display: none;
			width: 222px;
			height: 126px;
			background: rgba(38, 185, 231, .3);
		}
		.news_link:hover .block_img:before {
			content:'\2192';
			display: block;
		}
		.news_link:hover .block_img:after {
			content: '';
			display: block;
		}
		.block_img.img_cap:before {
			content: none;
		}
		.block_img.img_cap:after {
			content: none;
		}

		.news_link p {
			padding-left: 20px;
			padding-right: 20px;
			margin-bottom: 0 !important;
		}

/*_________�����_����_________*/



#left{
	width:240px;
	position:relative;
	margin-bottom: 15px;
	padding-right: 30px;
}
.left_menu_title {
	font-size: 23px;
	font-weight: bold;
	color:#000;
	text-decoration:none;
	margin-bottom: 15px;
	display: block;
}
.menu_1 {
	position:relative;
}
.menu_1 li {
	margin:0 0 10px 15px;
	font-weight: bold;
	display:block;
}


.menu_1__link--active {cursor: default;color: #7f8183;text-decoration: none;}

.menu_2 {
	display:block;
	margin: 10px 0;
}
.menu_2_2a {
	font-size:13px;
	color:#2981B2;
	text-decoration:none;
	display: inline-block;
    margin: 2px 0;
    padding: 2px 0;
}
.menu_2_2a:hover {
	color:#FAA313;
}



		 .left_1 {width:205px;height:50px;border-radius:5px;}
		 .left_1 span{margin:0px 0 0 0px;display:block;float:left;color:#202020;font-size:29px;}
		 .m_selected a {
		   color: #FAA313;
		   }
		 .index_cat_b {
		   float:left;
		   width:950px;
		   margin:20px 0 0 0;
		   position: relative;
		   left: -250px;
		   border-bottom: 1px solid #84807D;
		   border-top: 1px solid #84807D;
		   display: block;
		   }

		 .index_cat_box {float:left;width:21%;height:260px;margin:0 27px 27px 0;position:relative;}
		 .index_cat_box img{margin:10px auto;display:block;width: 223px; height: 191px;}
		 .index_cat_box div {color:rgb( 34, 34, 34 );position:absolute;bottom:0;width:96%;height:46px;text-align:center;font-size:15px;padding:4px 5px 0 5px;border-bottom: 2px solid #fff}
		 .index_cat_box div:hover {border-bottom:2px solid #FAA313;}

		 /*_________�����_________*/
#footer {
	/*height:100px;*/
	position:relative;
	color:#fff;
	background: #0070a6;
	margin: 50px -35px 0;
	overflow: hidden;

}
.f_infa{
/*	position:absolute;
	left:35px;
	top:15px;
	font-size:14px;*/
	white-space:nowrap;
}
.footer_contacts{
/*	position:absolute;
	left:35px;
	top:65px;*/
	font-size: 13px;
	line-height: 1.6;

}

.footer_contacts-tels {height: 40px;}
a.f_mail {
/*	position:absolute;
	left:35px;
	top:40px;*/
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}
a.f_mail:hover {color: #faa313;}
.f_menu {
	/*position:absolute;
	left:320px;
	top: 25px;*/
	font-size: 14px;
	z-index: 5;
}
.f_menu ul {margin-bottom: 0;}
.f_menu li{
	display:inline-block;
}
.f_menu li a{
	padding: 5px 10px;
	color: #a9b2b5;
}
.f_menu li.m_selected a, .f_menu a:hover {
   color: #faa313;
}
.f_nm {
	font-size: 13px;
/*	position: absolute;
	right: 35px;
    top: 17px;*/
	text-align:right;
}
.f_nm a{
	display:inline-block;
}


.reviews {

	width: 100%;
display: flex;
flex-direction: column;
}

.reviews__title {
	display: inline-block;
	font-size: 28px;
}
	.reviews__headline {
	display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
	margin-bottom: 36px;
}

.reviews__headline h1 {
	font-size: 28px;
}

.reviews__headline--link {
	border: none;
    background-image: linear-gradient(to top, #0189b8 0%, #26b9e7 100%);
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
	padding: 13px 20px;
	float: right;
	cursor: pointer;
}

.reviews__item {
border-top: 2px solid #0070a6;
}

.reviews__item--title {
font-size: 22px;
margin: 24px 0;
font-weight: bold;
}

.reviews__form {
display: flex;
flex-wrap: wrap;

}

.reviews__form input {
width: 241px;
margin-right: 20px;
height: 42px;
}

.reviews__form textarea {
width: 502px;
height: 79px;
margin-top: 23px;
display: block;
}

.reviews__form--star span {
display: block;
margin-left: 4px;
margin-bottom: 4px;
}

.reviews__form--link {
background-image: linear-gradient(to top, #0189b8 0%, #26b9e7 100%);
padding: 15px 75px;
color: #fff;
font-size: 18px;
border: none;
border-radius: 4px;
margin-right: 22px;
cursor: pointer;
text-decoration: none;
}
.reviews__form--link:hover {
	color: #fff;
}

.reviews__form--btm {
	display: flex;
    align-items: center;
    margin-top: 28px;
}

.reviews__form #new-stars label:hover svg,
#new-stars label:hover ~ label svg {
	fill: #f4a009;
}

.reviews__form #new-stars label {
	width: 21px;
	height: 21px;
	margin-right: 10px;
}

.reviews__form--text a {
	color: #0070a6;
	text-decoration: none;
}

.reviews__block--item {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding: 33px 0;
    border-bottom: 1px solid #ece6d5;
}

.reviews__block--item .block {
	margin-right: 21px;
    border-right: 1px solid #e8e5e5;
    padding-right: 21px;
}

.reviews__block--item .block:nth-child(3) {
	margin-right: 0;
	border-right: none;
}

.reviews__block--item .reviews__block--star #new-stars label {
    width: 15px;
    height: 15px;
	margin-right: 10px;
}

.reviews__block--text {
	margin-top: 20px;
    margin-bottom: 11px;
}

.reviews__block--name span {
	font-weight: bold;
}

.reviews__block--answer {
	padding: 25px 20px;
	background-color: rgba(0,0,0, 0.05);
}

.reviews__block--answer span {
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.reviews__block--answer p {
	font-style: italic;
}

.stars {
	position: relative;
}

.stars span {
	display: block;
}
input.star { display: none; }

label.star {
     float: right;
    padding-right: 5px;
    font-size: 23px;
    color: #cecece;
    transition: all .2s;
    width: 23px;
    height: 23px;
    position: relative;
    top: -2px;
}

input.star:checked ~ label.star:before {
  content: '\2605';
  color: #f4a009;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #f4a009;
  text-shadow: 0 0 20px #f4a009;
}

input.star-1:checked ~ label.star:before { color: #f4a009; }

label.star:hover { color: #f4a009; }

label.star:before {
  content: '\2605';
}

.c_cat_i_mimg span {cursor:pointer;overflow:hidden;}
.item_big_image {position:relative;margin-bottom:20px;float:left;width:360px}
.cat_item_par {margin:-10px 0 0 2px;}
.cat_item_par span {display:inline-block;width:310px;font-size:18px;color:#5a5a5a;}
.cat_item_par div {border-bottom:1px solid #c7c7c7;padding:4px 0 4px 0;font-size:16px;color:#5a5a5a;}
.item_a1 {display:block;float:left;padding:10px 40px 10px 40px;background:#c62127;color:#fff;font-size:18px;text-decoration:none;border-radius:4px;margin:30px 20px 0 0;}
.item_a2 {display:block;float:left;padding:10px 65px 10px 65px;background:#5a5a5a;color:#fff;font-size:18px;text-decoration:none;border-radius:4px;margin:30px 0px 0 0;}

		/*_________ Search _________*/
		.search {
			height: 51px;
			width: 231px;
			margin: 15px 40px 15px 0;
			float: right;
			position: relative;
		}
		.search .search_button {
			float: right;
			height: 51px;
			width: 51px;
			border-radius: 5px;
			background:linear-gradient(to top, #0087b6, #28bbe9);
			cursor: pointer;
			position: relative;
			z-index: 1;
			margin-right: 4px;
			margin-left: -4px;
			box-shadow: none;
			border: 0;
		}
			.search .search_button:before{
				content: '';
				width: 19px;
				height: 19px;
				display: block;
				background-image: url('/img/loupe.png');
				background-repeat: no-repeat;
				position: absolute;
				right: 16px;
				z-index: 10;
				top: 16px;
			}
			.search .search_button:hover:before{
				cursor: pointer;
				background-image: url('/img/loupe_h.png');
			}
		.search .search_field {
			float: left;
			padding: 5px 20px 4px;
			position: relative;
			height: 51px;
			width: 179px;
			border-radius: 5px 0 0 5px;
			background: #fff;
			color: #858585;
			font-size: 14px;
			border-right: none;
			box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.5) inset;
		}

		 /*_________����_�_�����_________*/

.js-open__main_menu { color: #fff; font-weight: bold; font-size: 20px; text-decoration: none; padding: 10px 12px; display: none;}
.js-open__main_menu:hover, .js-open__main_menu:active { color: #FC5E1D;}

.js-open__main_menu i+i { display: none;}
.js-open__main_menu.open i { display: none;}
.js-open__main_menu.open i+i { display: inline;}

.main_menu {
	width:760px;
	float: right;
	margin: 15px 0;
	background: linear-gradient(to top, #0087b6, #28bbe9);
	border-radius:5px;
	position: relative;
    z-index: 2;
}
.main_menu ul li{
	float: left;
	position:relative;
	margin:0 10px;
	padding: 10px 0;
}
.main_menu ul li.m_li.new:before{
	content: url(/img/new_label.png);
	float: left;
	position: relative;
	left:-5px;
	z-index: 3;
}
.main_menu ul li a, .main_menu ul li span{
	display: inline-block;
	color:#fff;
	padding:7px 1px;
	text-decoration: underline;
}
.main_menu ul li a.m_inner_link{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
}
.main_menu .m_selected a.m_inner_link {
	background: #fff;
	color: #faa313;
}
.main_menu ul li.m_li a.m_inner_link:hover, .main_menu ul li span:hover {
	color:#faa313;
}
.main_menu ul.sub {
	display:none;
	position:absolute;
	margin: 14px 0 0;
	background:#fff;
	border: 1px solid #000;
	border-top:none;
	width: 210px;
}
.main_menu ul li.m_li:hover .sub{
	display:block;
}
.main_menu ul.sub li{
	display:block;
	margin:0px 10px 10px;
	float:none;
	padding:0;
}
.main_menu ul.sub li  a {
	font-size:15px;
	padding:10px 0;
	color:#535353;
}
.main_menu ul.sub li  a:hover {
	text-decoration:none !important;
	color:#FAA313 !important;
}
.main_menu ul.sub span a span {
	text-transform:none !important;
}

.main_menu ul li.sub_arrow {
	display:block;
	height:12px;
	top:-11px;
	background:url(/img/sub_arrow.png) no-repeat 40px center;
	margin: 0;
}
		  /*_________������_________*/
.c_breadcrumbs{
	margin:0px 0 20px;
	position:relative;
}
.c_breadcrumbs a, .c_breadcrumbs span {
	color: #797979;
	display: inline-block;
	font-size: 13px;
	margin: 0 ;
}
.c_breadcrumbs__item {
	color: #797979;
	display: inline-block;
	font-size: 13px;
	margin: 0 6px 0 0;
}
.c_breadcrumbs .c_crumbs_arrow {
	background:url(/img/devider-bread.png) 0 2px no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}


		 .ya_map {float:left;border: 2px solid #E2E2ED;border-radius: 1px 1px 1px 1px;box-shadow: 1px 2px 2px #333333;}/*����� ������ ��� ���������*/
         .ya_map .ymaps-map {float:left;display:block;}/*����� ������ ��� ���������*/

		 /*_________�������_________*/
		 .c_news_pages {float:left;padding:15px 0 20px 0;width:700px;}
		 .c_news_p2 a {color:#0e4c7d;font-size:18px;margin:5px 20px 0 0;display:inline-block;}
		 .c_news_p2 span {color:#898989;font-size:18px;margin:5px 20px 0 0;display:inline-block;}
		 .cat_panel_ar1 {
		    display:inline-block;
			width:83px;
			margin:0px 2px 0 0;
			text-align: center;
			padding: 3px;
			text-decoration: none;
			color: #7A7474;
			}
		 .cat_panel_ar1:hover, .cat_panel_ar2:hover {
		  color: #FAA313;
		  opacity: .7;
		 }
		 .cat_panel_ar2 {
		    display:inline-block;
			width:88px;
			margin:0 2px 0 0;
			text-align: center;
			padding: 3px;
			text-decoration: none;
			color: #7A7474;
			}
		 .c_news_p2 {
		    margin-left:10px;
			}
		 .c_news_p2, .cat_panel_ar1, .cat_panel_ar2 {
		   display: inline-block;
		   vertical-align: top;
		 }
		 .cat_panel_ar1{
		   background: url(/img/pagi_go_back.png) -2px 6px no-repeat;
		   height: 16px;
           width: 14px;
		 }
		 .cat_panel_ar2 {
		   background: url(/img/pagi_a_head.png) 0px 5px no-repeat;
		   height: 16px;
           width: 14px;
		 }
		 .pagi_item_list {
		   display: block;
		 }
		 .pagi_item_list_bot {
		   display: block;
		   border-bottom: 1px solid #000;
		   clear: both;
		 }
		 /*_________�������_________*/
		 .nmm {border:1px solid #005397;border-radius:10px;padding:10px 0 0 0;}
		 .main_catmenu2 {display:block;float:left;width:700px;margin:10px 0 0 -10px;}
		 .main_catmenu2 li {display:block;float:left;list-style-type:none;width:215px;height:180px;margin:1px 5px 30px 3px !important;position:relative;}
		 .main_catmenu2 li  img {display:block;margin:0 auto;max-width:170px;max-height:134px;}
		 .main_catmenu2 li  span {display:block;font-size:bold 12px;color:#007dc5;margin:10px 0 0 10px;width:195px;text-decoration:underline;text-align:center;}
		 .main_catmenu2 a {border-bottom:0 !important;text-decoration:none !important}
		 .main_catmenu_a {overflow:hidden;height:30px;}
		 .main_catmenu2 li:hover span {color:#000 !important;}
		 .c_404 {
		   margin:0 auto;
		   text-align:left;
		   }
		 .c_404 h1 {
		     padding-top: 30px;
			 margin-bottom:10px !important;
		  }
		  .c_404 a {
		     color: #2981B2;
		  }
		 .c_404 img {
		   margin:20px 0 0 -20px;
		   }
		 .c_404 p {font:16px/24px;color:212121;}
.cont_box > div {
	width: 300px;
	display:inline-block;
	color: #a1a1a1;
	vertical-align: top;
}
		 .c_b_1 span {display:block;margin:0 0 40px 0;color:#5a5a5a;}
		 .c_b_i1 {padding-left:40px;background:url(/img/cont_icons.png) no-repeat -7px -7px;}
		 .c_b_i2 {padding-left:40px;background:url(/img/cont_icons.png) no-repeat -7px -66px;}
		 .c_b_i3 {padding-left:40px;background:url(/img/cont_icons.png) no-repeat -7px -130px;}
		 .c_b_i4 {padding-left:40px;background:url(/img/cont_icons.png) no-repeat -7px -185px;}
		 .contact_left {
		  font-size: 15px;
          line-height: 1.5;
          text-align: left;
		  border-right: 1px solid #000;
		  padding-right: 30px;
		  height: 315px;
		 }
		 .contact_left .zag {
		  font-weight: bold;
		 }

		 .contact_left p {
		   padding-bottom: 5px;
		 }
		 .cat_img_act {border:2px solid #c62127 !important;}

		 .c_cat_i_contbox {float:left;width:100%;z-index:1;position:relative;}


		 .c_cat_i_mimg span {dislay:block;float:left;margin:20px 20px 20px 0;width:80px;height:80px;border:2px solid #666;border-radius:12px;}


		 .tab_but1 {cursor:pointer;border-top-left-radius:12px;border-top-right-radius:12px;display:block;float:left;padding:12px 30px 12px;border:0;margin:0 10px -1px 0;background:#fff;z-index:2;position:relative;font-size:18px;color:#5a5a5a;}
		 .tab_but2 {cursor:pointer;border-top-left-radius:12px;border-top-right-radius:12px;display:block;float:left;padding:12px 30px 12px;border:0;margin:0 10px -1px 0;background:#fff;z-index:2;position:relative;font-size:18px;color:#5a5a5a;}
		 .tab_tit_act {border:1px solid #5a5a5a !important;border-bottom:0 !important;color:#c62127 !important;}

		 .tab_cont1 {border:1px solid #5a5a5a;border-radius:12px;border-top-left-radius:0 !important;padding:25px 15px 10px;display:none;min-height:200px;}
		 .tab_cont2 {border:1px solid #5a5a5a;border-radius:12px;border-top-left-radius:0 !important;padding:25px 15px 10px;display:none;min-height:200px;}
		 .tab_cont_act {display:block !important;}

		 .tab_box {width:100%;float:left;margin-bottom:30px;}


		 .c_obj_content {margin:-10px 0 0 0;display:inline-block;}
		 .c_obj_cont {width:990px;float:left;}
		 .c_obj:hover span {text-decoration:underline;}
		 .c_obj {float:left;width:220px;margin:0 15px 30px 0;text-decoration:none !important;}
		 .c_obj span {color:#0e4c7d;font-size:16px;text-decoration:none;border-bottom:none;margin:10px 0 0 0;display:inline-block;}
		 .c_obj img {border:0 !important;}
		 .c_video_box {margin:0 47px 30px 0;float:left;width:281px;}

		 .c_cat_items_box {margin:20px 0 30px 0;float:left;width:980px;}
		 .c_cat_itemb {float:left;width:220px;border:2px solid #5a5a5a;border-radius:12px;margin:0 15px 15px 0;overflow:hidden;display:block;text-decoration:none;}
		 .c_cat_i_title {text-align:center;margin:0px 0 15px 0;color:#5a5a5a;font-size:16px;text-decoration:none;}
		 .c_cat_itemb:hover {border:2px solid #c62127;}
		 .stylized_select2 {border:1px solid #5B5B5B;font-size:16px;color:#282828;padding:3px;}
		 .stylized_select2 option {font-size:16px;color:#282828;}

		 #item_large_pict_a {float:left;display:block;overflow:hidden;}
		 .L_1 {display:none !important;}
/* table contact page */
table#cont_tble tr td {
	padding: 4px 0;
	font-size: 15px;
	color: #000;
}
table#cont_tble a:hover {
	text-decoration: none;
}
table#cont_tble  tr td.tble_title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0px;
}
/* End table contact page */

		 /*_________����_��������_�����_________*/


		 .catalog_tab thead td {font:bold 13px;}
		 .catalog_tab tr td {vertical-align:top;}

		 /*_________���_���������_�����_________*/
		 .button {
			padding:10px !important;
			border-radius:4px;
			font:bold 11px;
			color:#efefef;
			text-decoration:none;
			background: linear-gradient(to top, #6cb3e0, #1b83cd); /* CSS3 */
			border:0px solid #764cb5;
		}
		 .button:hover {text-decoration:none !important;color:#fffa00 !important;}
		 .sin1 {border:0;display:inline-block;width:180px;margin:2px 0 0 0;font-size:14px;color:#979696 !important;}
		 .sin2 {border:0;cursor:pointer;display:inline-block;width:30px;margin:2px 0 0 0;}
		 .cat_item_box1 {float:right;width:300px;}
		 .cat_item_price {margin:0 0 10px 0;display:inline-block;}
		 .cat_item_ord {color:#1a1a1a;font-size:36px;margin:10px 0 20px 0;}

		 /*_________JS_������_________*/
		 #easyTooltip{padding:5px 7px;margin-top:20px;font-size:12px !important;background:url(/img/tooltip_bg.png);color:#fff;z-index:500;border-radius:0px;border:2px solid #fff;}

		 /*_________JS_������_�����_________*/
         #back-top {position:fixed;bottom:45px;margin-left:1010px;}
         #back-top a {width:108px;display:block;text-align:center;font:11px/100%;text-transform:uppercase;text-decoration:none;color:#bbb;-webkit-transition:1s;-moz-transition:1s;transition:1s;}
         #back-top a:hover {color:#000;}
         #back-top span {
		   width:60px;
		   height:40px;
		   display:block;
		   margin-bottom:7px;
		   background:url(/img/up_arrow.png) 5px -3px no-repeat;

		   border: 1px solid #fff;
           box-shadow:         1px 1px 5px 1px rgba(50, 50, 50, 0.5) inset;
		   }
         #back-top a:hover span {background:url(/img/up_arrow.png) 5px -3px no-repeat;}

		 /*_________JS_�������_________*/
		 .main_slider {position:absolute;left:311px;top:52px;width:649px;height:169px;overflow:hidden;}
         #example {
		   width:100%;
		   height:169px;
		   position:relative;
		   top: 169px;
		   }
         #ribbon {position:absolute;top:-9px;left:-8px;z-index:500;}
         #frame {position:absolute;z-index:0;width:739px;height:341px;top:-3px;left:-80px;}

		                                                   /*** To display the Slider ***/
         #slides {position:absolute;top:0px;left:0px;z-index:100;display: none;}
		 #slides .next,#slides .prev {position:absolute;top:107px;left:-39px;width:24px;height:43px;display:block;z-index:101;}
         #slides .next {left:585px;}
         .slides_container {width:649px;height:169px;overflow:hidden;position:relative;}
         .slides_container a {width:649px;height:169px;display:block;}
         .slides_container a img {display:block;}
         .pagination {position:absolute;right:20px;top:148px;z-index:1000;}
         .pagination li {float:left;margin:0 1px;list-style:none;}
         .pagination li a {display:block;width:12px;height:0;padding-top:12px;background-image:url(/js/slider/img/pagination.png);background-position:0 0;float:left;overflow:hidden;}
         .pagination li.current a {background-position:0 -12px;}
		 .slider_cover {position:absolute;z-index:200;background:url(/img/slider_cover.png) no-repeat;width:654px;height:184px;top:-10px;left:-2px;}

		 /*_________JS_������_��������_________*/
		 .c_social {clear:both;margin:20px 0 0 -5px;height:70px;}


		 /*_________JS_������������_�������_________*/
		 .c_tab {width:100% !important;}
		 .c_tab tr td {padding:10px;}
		 .c_tab_header  td {color:#fff;font-weight:bold !important;text-align:center;padding:15px 10px 15px 10px !important;background:#0d60a5; /* ��� ������ �������� */background: -moz-linear-gradient(top, #0d60a5, #0d60a5, #368cd3); /* Firefox 3.6+ *//* Chrome 1-9, Safari 4-5 */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d60a5), color-stop(100%,#368cd3));/* Chrome 10+, Safari 5.1+ */background: -webkit-linear-gradient(top, #0d60a5, #368cd3);background: -o-linear-gradient(top, #0d60a5, #0d60a5, #368cd3); /* Opera 11.10+ */background: -ms-linear-gradient(top, #0d60a5, #0d60a5, #368cd3); /* IE10 */background: linear-gradient(top, #0d60a5, #0d60a5, #368cd3); /* CSS3 */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d60a5', endColorstr='#368cd3',GradientType=0 ); /* IE6-9 */border:0px solid #764cb5;}
		 .c_tab_header td p {color:#fff;font-weight:bold !important;text-align:center;}

		 /*_________JS_���������_________*/


input {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset;
    border: 1px solid #888;
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    max-width: 372px;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}
textarea {
	border: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset;
	border: 1px solid #888;
	background-color: #fff;
	padding:8px 15px;
	border-radius:5px;
	width:372px;
	color:#666;
	font-size: 14px;
	height: 86px;
}
.__cf select {
	border:1px solid #cbcbcb;
	background:#fff;
	padding:5px;
	margin:10px 0;
}
.__cf .cf_button {
	padding:17px 0;
	font-weight:bold;
	font-size: 18px;
	color:#fff;
	text-decoration:none;
	background: #ffa41d;
	border-radius:5px;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.1);
	box-shadow:0 1px 5px rgba(0,0,0,.1);
	background: -moz-linear-gradient(top, #ffa41d 0%, #ee6e00 100%);
	background: -webkit-linear-gradient(top, #ffa41d 0%,#ee6e00 100%);
	background: linear-gradient(to bottom, #ffa41d 0%,#ee6e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa41d', endColorstr='#ee6e00',GradientType=0 );
	width:167px;
	border:none;
	display:block;
	text-align:center;
	height: 19px;
}
.__cf .cf_button:hover {opacity:0.9;}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1001;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	max-width: 416px;
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 1002;
	padding: 20px 42px 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-sizing: border-box;
	margin: auto;
	left: 0; right: 0;
}
.reveal-modal table { width: 100%;}
.reveal-modal table input[type=text], .reveal-modal table textarea { width: 100%; box-sizing: border-box;}
.reveal-modal .close-reveal-modal {
	position: absolute;
	top: 12px;
	right: 2px;
	cursor: pointer;
	background:url(/img/form_close.png) no-repeat;
	width:30px;
	height:28px;
}
.resp-time {
	font-size: 12px;
	margin-bottom:10px;
}

		 /*_________JS_�����_________*/
  		 #fake_title {display:none;}

		  /*_________JS_�����_________*/
	     .debug {display:block;z-index:10000 !important;position:fixed !important;border-radius:10px;margin:10px;padding:10px;background-color:white;color:blue;top:0 !important;right:0 !important;width:400px !important;opacity:0.7 !important;}
         .debug:hover {opacity:1;}

		    /*** new Styling ***/
		  .otprav_zay {position:absolute;left:490px;top:75px;color:#c82127;text-decoration:none;border-bottom:1px dotted #c82127;font-size:16px;}
		 .article_main img {
		  float: right;
		  margin: 0 0 10px 10px;
		  border: 1px solid #000;
		 }
		 .article_main {
		  font-size: 14px;
          color: rgb( 34, 34, 34 );
          line-height: 1.214;
          text-align: left;
		  margin-top: 30px;
		  position: relative;
		  width: 795px;
		 }
		 /*_________�������_���������_�������_��_�������_________*/
h3.head_nov {
	font-style: italic;
	font-size: 25px;
}

.r_ln_box1 .time{
	color: #076a9e;
	font-size: 14px;
	margin: 0 0 3px;
}
.item_an a{
	color: #000;
	font-size: 13px;
	line-height: 1.5;
}
.item_an a:hover {
	text-decoration:none;
}
.vse_nov{
	text-align: right;
}
		 .annonce-news {
		  font-size: 15px;
		  color: #5B5B5B;
		  font-weight: bold;
		  margin-top: 15px;
		 }

		 .preymushectva {
		 border-bottom: 1px solid rgb( 132, 128, 125 );
         height: 250px;
         margin-top: 1000px;
         width: 960px;
		 position: relative;
		 left: -260px;
		 padding-bottom: 20px;
		 display: block;
		 }
		 .preymushectva h2 {
		 border-bottom: 1px solid rgb( 132, 128, 125 );
		 padding-bottom: 10px;
		 margin-left: 10px;
		 }
		 .preymushectva span {
		   display: inline-block;
		   width: 130px;
		   font-size: 12px;
		   text-align: center;
		   margin-left: 17px;

		 }
		 .preymushectva .prem_1 div {
		  width: 143px;
		 }
		 .preymushectva .prem_4 div {
		  width: 143px;
		 }
		 .preymushectva .prem_2 {
		   width: 180px;
		 }
		 .preymushectva .prem_2 img {
		   height: 110px;
		 }
		 .preymushectva  p {

		 }
		 .prem_5 img, .prem_6 img{

		 }
		 .prem_1 img , .prem_4 img, .prem_5 img , .prem_6 img{
		   position: relative;
		   top: -25px;
		   height: 110px;
		 }
		 .prem_3 img{
		  height: 115px;
		  position: relative;
		  top: 5px;
		 }
		 .ya_maps {
		   padding-top: 10px;
		   display: block;
		 }
		 .en_tete {
		   font-size: 14px;
		   color: #A8A8A8;
		   margin: 15px 0;
		 }
		 .index_cat_b   a:nth-child(4), .index_cat_b   a:nth-child(3), .index_cat_b   a:first-child + a, .index_cat_b   a:first-child {
		   width: 220px;
		   margin-right: 17px;
		 }

		 .dostavka_bala .ot_zv_dost{
		  background: none repeat scroll 0 0 #FAA313;
           border: 1px solid #FAA313;
          color: #FFFFFF;
          display: block;
          text-decoration: none;
          width: 140px;
		  margin: 20px 0;
          padding: 5px 50px 10px;
		 }
		 .dostavka_bala .tsena_s_dostav, .dostavka_bala .right_top, .dostavka_bala .fourth, .dostavka_bala .sixth, .dostavka_bala .tenth{
		  font-size: 17px;
		  font-weight: bolder;
		 }
		 .dostavka_bala h2 {
		  font-size: 17px;
		  font-weight: bolder;
		  margin: 10px 0 10px 0;
		 }
		 .dostavka_bala .min_ob {
		  font-weight: bolder;
		  font-size: 14px;
		 }
		 .dostavka_bala div {
		   display: block;
		   text-align: center;
		   overflow: ;
		 }
		 .dostavka_bala .first .left, .dostavka_bala .third .border-left, .dostavka_bala .fith .border-left, .dostavka_bala .seventh .border-left, .dostavka_bala .eigth .border-left, .dostavka_bala .nineth .border-left, .dostavka_bala .twelth .border-left {
		  color: #0076A3;
		 }
		 .dostavka {
		  margin-right: 15px;
		 }
		 .tbl_tsena .first {
		  width: 682px;
		  position: relative;
		  top: 1px;
		 }
		 .tbl_tsena .first .left {
          width: 139px;
		  float: left;
		  border-top: 1px solid black;
		  border-left: 1px solid black;
		  border-bottom: 1px solid black;
		  padding: 17px 0;
		 }
		 .tbl_tsena .first .right {
          width: 539px;
		  float: right;
		  border: 1px solid black;
		 }
		 .tbl_tsena .first .right .right_top {
		   width: 420px;
		   padding: 5px 7px;
		 }
		 .tbl_tsena .first .right .right_bottom {
		  border-top: 1px solid #000;
		 }
		 .tbl_tsena .first .right .right_bottom span{
		   border-left: 1px solid #000;
		   padding: 4px 30px;
		 }
		 .tbl_tsena .first .right .right_bottom span:first-child {
		   border-left: none;
		 }
		 .tbl_tsena .second, .tbl_tsena .fourth, .tbl_tsena .sixth, .tbl_tsena .tenth {
		  width: 680px;
		  border-left: 1px solid black;
		  border-right: 1px solid black;
		  background: #E8E5E5;
		  clear: both;
		 }
		 .tbl_tsena .third, .tbl_tsena .fith, .tbl_tsena .seventh, .tbl_tsena .nineth{
		  width: 680px;
		  border: 1px solid black;
		 }
		 .tbl_tsena .eigth{
		  width: 680px;
		  border-left: 1px solid black;
		  border-right: 1px solid black;
		 }
		 .tbl_tsena .twelth {
		  width: 680px;
		  border-bottom: 1px solid black;
		  border-left: 1px solid black;
		  border-right: 1px solid black;
		 }
		 .tbl_tsena .third span, .tbl_tsena .seventh span, .tbl_tsena .fith span, .tbl_tsena .eigth span, .tbl_tsena .nineth span, .tbl_tsena .twelth span{
		  width: 130px;
		  border-left: 1px solid black;
		  display: inline-block;
		  font-size: .8em;
		 }
		 }
		 .tbl_tsena .third span:first-child, .tbl_tsena .fith span:first-child, .tbl_tsena .seventh span:first-child, .tbl_tsena .eigth span:first-child, .tbl_tsena .nineth span:first-child , .tbl_tsena .twelth span:first-child {
		  border-left: none;
		  width: 200px;
		 }
		 .tbl_tsena .third .border-left, .tbl_tsena .fith .border-left, .tbl_tsena .seventh .border-left, .tbl_tsena .eigth .border-left, .tbl_tsena .nineth .border-left, .tbl_tsena .twelth .border-left  {
		  border-left: none;
		  width: 137px;
		 }
		 .tbl_tsena .eleventh {
		  width: 680px;
		  border: 1px solid black;
		 }
         .tbl_tsena .eleventh .left_eleven {
		   width: 250px;
		   padding: ;
		 }
		 .tbl_tsena  .eleventh .right_eleven span{
		   border-left: 1px solid #000;
		   display: inline-block;

		 }

		 .tbl_tsena .eleventh .right_eleven .onze {
		  display: inline-block;
          left: 81px;
          position: relative;
          width: 135px;

		 }
		 .tbl_tsena .eleventh .right_eleven .douze {
		  display: inline-block;
          left: 75px;
          position: relative;
          width: 135px;
		 }
		 .tbl_tsena .eleventh .right_eleven .treiz {
		  display: inline-block;
          left: 71px;
          position: relative;
          width: 135px;
		 }
		 .tbl_tsena .eleventh .right_eleven .quatorze {
		  display: inline-block;
          left: 65px;
          position: relative;
          width: 135px;
		 }

		 .nov_kom h3 {
		  font-size: 16px;
		  margin: 10px 0 3px;
		  font-weight: bold;
		 }
		 .nov_kom  time {
		  opacity: .7;
		 }
		 .frak_5-20 img {
		  display: block;
		  float: left;
		  margin: 0 30px 10px 0;
		 }
		.frak_5-20 span {
		 display: block;
		 margin: 8px 0 0;
		}
		.frak_5-20 .first_child {
		 margin-top: 60px;
		}
		 .frak_5-20 #child-1 {
		 left: 230px;
         position: relative;
         top: 35px;
		 font-size: 18px;
         font-weight: bold;
		}
		.frak_5-20 h3 {
		 font-size: 18px;
         font-weight: bold;
		}
		 .frak_5-20 a {
		 border: 1px solid #FAA313;
         display: block;
         margin: 23px 0 20px 220px;
         padding: 5px 40px 10px;
         width: 140px;
		 text-decoration: none;
		 background: #FAA313;
		 color: #fff;
		}

		 .cent_general p {
		  font-size: 16px;
          line-height: 1.263;
          text-align: left;
		  margin: 20px 0;
		 }
	.item_list {
	    position: relative;
		min-height: 330px;
		text-decoration: none;
		color: #5B5B5B;
		margin-bottom: 20px;
		display:inline-block;vertical-align:top;
	}
	.item_list:hover {
	 /*color: #FAA313;*/
	}
	.item_list img {
    display: block;
    margin: 5px auto;
	position: relative;
	}
	.item_list div {
    color: #000;
    font-size: 14px;
    text-align: center;
	height: auto;
	text-decoration: underline;
	margin-top: 5px;
	display: flex;
align-items: center;
justify-content: center;

   }

   .item_list .item_list__title-wraperr {
	   margin-top: 15px;
   }
	.item_list div + div {height: auto;}
   .item_list div:hover {
     /*color: #FAA313;*/
    }

	.item_list-link {
		text-align: center;
		text-decoration: none;
		margin: 10px auto;
		padding: 10px;
		width: 140px;
		color: #fff;
		background: linear-gradient(to top, #f38c35, #ed7109);
		cursor: pointer;
		border-radius: 5px;
		display: block;
	}
	.item_list-link:hover {
	 color: #fff;
	 font-weigth: 400;
		background: linear-gradient(to top, #ed7109, #f38c35);
	}
	.item_list_content {
		margin-top: 40px;
	}
	.item_list_art {
	 text-decoration: none !important;
	 font-weight: bold !important;
	 font-size: 14px !important;
	}

	.item_list__title {
		color: #010101;
		text-decoration: none;
		transition: all .4s ease;
	}

	.item_list:hover .item_list__title {
		text-decoration: underline;
		color: #7b7d87;
		transition: all .4s ease;
	}

	.item_list__title-wraperr {
		text-decoration: none !important;
	}

	.item_list_art.nobold {
	 font-weight: normal !important;
	 }
	a .item_list_art:hover {
	 color: #000;
	 cursor: auto;
	}
	.cat_panel_a1 a {
	 color: #000;
	 text-decoration: underline;
	}
	.pagi_non-active {
	 padding: 5px 7px;
	 border-radius: 6px;
	 -moz-border-radius: 9px;
	 -webkit-border-radius: 9px;
	 background: #0087b6;
	 color: #fff;
	 text-decoration: none !important;
	}
	/* End items list */

	.rombov_box {
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    width: 183px;
	text-decoration: none;
	color: #5B5B5B;
	}
	.rombov_box:hover {
	 color: #FAA313;
	}
	.rombov_box img {
    display: block;
    margin: 5px 10px 5px 0;
	width: 176px;
	height: 189px;
	}
	.rombov_box div, .rombov_box_2 div {
    color: #000;
    font-size: 14px;
    text-align: center;
	height: auto;
	margin: 10px 5px 5px 5px;
	text-decoration: underline;
   }
   .rombov_box div:hover, .rombov_box_2 div:hover {
     color: #FAA313;
    }
   .rombov {
    float: left;
	padding-bottom: 10px;
   }
   .sect_art {
    text-decoration: none !important;
	font-weight: bold !important;
	font-size: 14px !important;
	padding: 10px 0 20px !important;
   }
   .image_page {
	float: left;
	margin-right: 40px;
	position: relative;
   }
   .image_page {
    display: block; margin-bottom: 20px;
   }
	.put_bucket { overflow: hidden; margin-bottom: 20px;}
   .put_bucket a {
   	background: url(/img/put_bucket.png) 0px 0px no-repeat;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 22px 11px 25px;
	display: block;
	/*width: 190px;*/
	width: 155px;
	text-align: center;
   }
   #table_item tr td {
    border: none;
   }
   #table_item tbody {width:100%;}
   #table_item {
	display: inline-block;
	width: 475px;
   }
   #table_item .back-col {
    background: url(/img/tr_back.png) 0px 0px;
   }
   #table_item .pad_left{
    padding: 9px 10px 8px 20px;
    /*padding: 9px 10px 8px 23px;*/
   }
   #table_item .pad_right{
    padding: 9px 10px 8px 25px;
   }

   /* ������ � ������� */
   #table_item_2 tr td {
    border: none;
   }
   #table_item_2 {
    margin-left: -20px;
	display: inline-block;
	padding-bottom: 35px;
   }
   #table_item_2 .back-col {
    background: url(/img/tr_back.png) 0px 0px;
   }
   #table_item_2 .pad_left{
    padding: 9px 10px 8px 23px;
   }
   #table_item_2 .pad_right{
    padding: 9px 10px 8px 70px;
	min-width: 62px;
   }

	 /*--- слайдер ---*/
	 .tovar-slider{
		 position: relative;
		 margin-bottom: 12px;
	 }
	 .tovar-slider__item{
		 display: none;
		 transition: 0.4s;
		 position: relative;
	 }
	 .tovar-slider__item img{
		 width: 100%;
	 }
	 .tovar-slider__item.active{
		display: block;
	}
	.tovar-slider__note{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 16px;
		background: #ed7109;
		color: #fff;
		font-weight: bold;
		padding: 10px 0;
		text-align: center;
	}
	.tovar-slider__prev,.tovar-slider__next{
		position: absolute;
		top: calc(50% - 20px);
	 z-index: 1;
	 height: 40px;
	 width: 40px;
	 border-radius: 50%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background: #f0f0f0;
	 cursor: pointer;
	 opacity: 0.95;
	}
		.tovar-slider__prev{
			left: -13px;
		}
		.tovar-slider__next{
			right: -13px;
		}
		.tovar-slider__mini{
			font-size: 0;
			display: flex;
			/* flex-direction: column; */
			/* align-items: center; */
			flex-wrap: wrap;
			max-width: 243px;
		}
		.tovar-slider__mini img{
			margin-right: 12px;
			border: 2px solid transparent;
      display: inline-block;
			cursor: pointer;
		}
		.tovar-slider__mini img.active{
		  border: 2px solid #ed7109;
			cursor: default;
		}
   /* ������ � ������� */

   .full_text_title {
    display: block;
	padding: 10px 0 20px 0px;
	font-weight: bold;
	font-size: 23px;
	color: #000;
   }
   .full_text_title_2 {clear:both;
    display: block;
	padding: 10px 0 20px 0px;
	font-weight: bold;
	font-size: 23px;
	color: #000;
   }

	 .box_sim {
		 margin-top: 40px;
	 }
   .box_sim h2 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	padding: 15px 0 10px;
   }

   .rombov_box_2 {
    color: #5B5B5B;
    float: left;
    position: relative;
    text-decoration: none;
    width: 143px;
	}
	.rombov_box_2:hover {
	 color: #FAA313;
	}
	.rombov_box_2 img:hover {
	  border: none;
	}
	.rombov_box_2 img {
    display: block;
    margin: 5px 10px 5px 0;
	}


   .img_it img {
    float: left;
	margin: 0 20px 15px 0;
   }
   .right-corner {
    display: block;
	padding-bottom: 64px;
   }
   .right-corner .table_title {
    font-weight: bold;
   }
   .right-corner div span {
    display: inline-block;
	padding-right: 25px;
   }
   .right-corner .middle {
    margin: 0;
   }
   .right-corner .price_bold {
    font-weight: bold;
   }
   .right-corner  div{
    display: block;
	margin: 0 0 13px;
   }
   .form_cont a {
    background: none repeat scroll 0 0 #FAA313;
    border: 1px solid #FAA313;
    color: #FFFFFF;
    display: block;
    left: 498px;
    padding: 10px 70px;
	font-size: 16px;
	font-weight: bold;
    position: absolute;
    text-decoration: none;
    top: 230px;
    width: 150px;
   }

   /* Bucket table */
   .table-vodoleya {
    width: 100%;
   }
   .table-vodoleya tr td {
    border-top: none;
   }
   .table-vodoleya tr:first-child {
    border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	border-width: 3px !important;
   }
   .table-vodoleya tr:last-child {
    border-bottom: 1px solid #000;
	border-width: 3px !important;
   }
   .table-vodoleya .numeric2 {
    width: 55px;
	height: 29px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
   }
   .table-vodoleya .td_center {
    text-align: center;
   }
   .table-vodoleya .delete_b {
    cursor: pointer;
   }
   .table-vodoleya {
    border: 0px solid #242424;
   }
   .table-vodoleya table {
    margin: 0px;
	padding: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    height: 50px;
   }
  .table-vodoleya td {
   vertical-align:middle;
   border:none;
   border-width: 0;
   text-align: left;
   padding: 7px;
  }
  .table-vodoleya a {
   color: #000;
   text-decoration: underline;
  }
  .table-vodoleya input[type=text] { width: 90px;}
  .button_2, .button_per  {
   display: block;
   height: 18px;
   background: url(/img/button_back.png) 0px -1px;
   background-repeat: repeat-x;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   padding: 10px 50px 17px;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   text-decoration: none;
   cursor: pointer;
  }

  .button_2_2  {
   display: block;
   width: 160px;
   height: 18px;
   background: url(/img/button_back.png) 0px 0px;
   background-repeat: repeat-x;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   padding: 10px 35px 17px 35px;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   text-decoration: none;
   cursor: pointer;
  }
  .button_2_2:hover, .button_2:hover {
   opacity: .8;
   color: #fff;
  }
  #buck_second-tble tr td {
   border: none;
   text-align: right;
  }
  #tble_oform {
   float: left;
  }
  #tble_oform  tr td{
   border: none;
   padding: 7px !important;
  }
  #tble_oform .cartinput1 {
   width: 100%;
   box-sizing: border-box;
   border: 1px solid #888;
   padding: 5px 10px ;
  }
  #tble_oform .cartinput2 {

   width: 100%;
   box-sizing: border-box;

   padding: 5px 10px;
  }
  .cartinput3 {
   width: 100px;
   height: 42px;
   text-align: center;
  }
  .capt1 {
   margin: 0px 0 -17px 20px;
  }
.corz {
	background: url("/img/cart.png") no-repeat ;
    height: 154px;
    position: fixed;
    right: 0;
    top: 250px;
    width: 41px;
    z-index: 10;

}
.corz a {
    display: block;
    height: 154px;
    width: 41px;
}

.form table { width: 100%;}
.form input, form textarea { box-sizing: border-box; width: 100%;}

#buck_second-tble { width: 100%;}

.c_404 { text-align: center;}
.c_404 .font250 { font-size: 250px;}

#gallery > a { display: inline-block; float: left; width: 23%; margin-left: 2%; margin-bottom: 20px;}
#gallery > a:nth-child(4n+1) { margin-left: 0; clear: left;}


.buck_second-tble_1_2 { font-size: 16px;}

#back-top {
	background: linear-gradient(to top, #0087b6, #28bbe9);
	border-radius:5px;
	color: #fff;
	padding: 5px 10px;
	position: fixed;
	bottom: 10px; right: 10px;
	cursor: pointer;
}


#cartInfo {
	background: linear-gradient(to top, #0087b6, #28bbe9);
	border-radius:5px;
	color: #fff;
	padding: 5px 10px;
	position: fixed;
	bottom: 10px; left: 10px;
	cursor: pointer;
	text-decoration: none;
}



.pagi_item_list_bot > div { margin: 0 !important; right: 0 !important; float: right;}




















.ahtung {
	text-align: center;
	padding: 10px 0 ;
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.05);
	background: #FF0000;
	background: #ed7109;
	cursor: default;
	font-size: 17.8px !important;
}

.ahtung p {
	margin-bottom: 0;
}



.formpage {}
.formpage__title {font-weight: bold;font-size: 20px;display: block;margin-bottom: 20px;}

.formpage__form {position: relative;}
.formpage__form:after {content: '';display: table;width: 100%;clear: both;}
.formpage .formpage__form>li {list-style: none !important;margin: 0 0 10px !important;}


.formpage__form-input {width: 100%;float: left;padding-right: 53%;margin-bottom:10px;

	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.formpage__form-textarea {width: 50%;position: absolute;right: 0;top: -2px;

	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.formpage__form-textarea textarea {height: 125px;}



.formFooter {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.formFooter__politic {-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:320px;color:#a1a1a1;font-size:12px;}
.formFooter__politic a {text-decoration:none;}
.formFooter__btn {font-size:18px !important;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50% !important;height:auto !important;line-height:1;padding-top:12px !important;padding-bottom:12px !important;}


.contactsText span {margin-bottom: 5px;display: inline !important;}


.politic_link {
    color: #ffffff;
    font-size: 12px;
    left: 333px;
    position: absolute;
    top: 77px;
}



@media screen and (max-width:550px) {
	.formpage__form-input {padding-right:0;}
	.formpage__form-input input {max-width:100%;}
	.formpage__form-textarea {width:100%;position:static;margin-bottom:10px;}
	.formFooter {display:block;}
	.formFooter__politic {margin-bottom:10px;max-width:100%;}
	.formFooter__btn {width:100% !important;}
}





/* Серии флаконов */
.seriesGrid {margin: 0 -5px;}
.seriesGrid:after {content: '';display: table;width: 100%;clear: both;}

.seriesGrid__item {width: 25%;float: left;padding: 0 5px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.seriesGrid__item:nth-child(4n+1) {clear: both;}


.groupItem {margin-bottom: 20px;text-align: center;}
.groupItem__link {position: relative;overflow: hidden;width: 100%;text-align: center;display: block;overflow: hidden;margin-bottom: 5px;padding-bottom:130%;height: 0;}
.groupItem__cover {position: absolute;display: block;top: 0;text-align: center;
  left: 0;
  width: 100%;
  height: 100%;
display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
}
.groupItem__img {max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}



@media (max-width: 600px) {
	.seriesGrid__item {width: 33.3333%;}
	.seriesGrid__item:nth-child(4n+1) {clear: none;}
	.seriesGrid__item:nth-child(3n+1) {clear: both;}
}
@media (max-width: 400px) {
	.seriesGrid__item {width: 50%;}
	.seriesGrid__item:nth-child(3n+1) {clear: none;}
	.seriesGrid__item:nth-child(2n+1) {clear: both;}
}



@media (max-width: 1000px) {
	.headerTable { flex-flow: row wrap;justify-content: space-around;}
	.headerLogo{margin-bottom: 20px;}
	.headerTable__cell--calls{order: 2;}
	.headerTable_phone{margin-bottom: 15px;}
}

@media (max-width: 540px) {
	.headerTable__cell--logo {margin-bottom: 10px;}
	.headerTable__cell--logo, .headerTable__cell--contacts {width: 100%;max-width: 100%;flex:0 0 100%;}
}

@media (max-width: 400px) {
	.headerTable__cell--tels1, .headerTable__cell--tels2 {width: 100%;max-width: 100%;flex:0 0 100%;}
	.headerTable__cell--tels2 {padding-top:0px;}
}






/* NEW FOOTER */
.footer {padding:0 20px;}
.footer__row {}
.footer__row--first {border-bottom: 1px solid #0c7fb6;display:flex;justify-content:space-between;align-items:center;align-content:center;padding-top: 20px;padding-bottom: 15px;}
.footer__row--second {font-size: 13px;padding-top: 15px;padding-bottom: 15px;}



.footerPolitic {width: 220px;}
.footerPolitic__link {font-size: 13px;color: #fff;text-decoration: none;border-bottom: 1px solid #fff;}
.footerPolitic__link:hover {color: rgba(255,255,255,.8);border-bottom-color: rgba(255,255,255,.8);}



.footerContent {display:flex;justify-content:space-between;align-items:center;margin-left: -5px;margin-right: -5px;}
.footerContent__cell {padding: 0 5px; align-self: flex-start;}
.footerContent__cell--copy {width: 220px;max-width: 220px;flex:0 0 220px;line-height: 1.6;}
.footerContent__cell--dev {width: 220px;max-width: 220px;flex:0 0 220px;}
.footerContent__cell--address1, .footerContent__cell--address2 {flex:0 1 auto;}



.dev {vertical-align: middle;font-size: 13px;color: #fff;position: relative;display:inline-flex;justify-content:space-between;align-content:center;align-items:center;max-width: 240px;}
.dev__link {display: inline-block;vertical-align: top;flex:0 0 auto;transition:all .3s;}
.dev__link:hover {filter:grayscale(1);}
.dev__img {max-width: 100%;vertical-align: top;flex:0  0 auto;}
.dev__title {display: inline-block;vertical-align: top;line-height: 1.4;}


@media (max-width: 1100px) {
	.footerContent__cell--dev {flex:0 0 auto;width: auto;}
	.dev__title {display: none;}
}


@media (max-width: 960px) {
	.footer__row--first {}
	.footerPolitic {display: none;}

	.footerContent {flex-wrap:wrap;}
	.footerContent__cell {margin: 0;padding: 0;width: 50%;flex:0 0 50%;max-width: 50%;text-align: center;}
	.footerContent__cell--dev {}
	.footerContent__cell--address1 {order:4;padding-top: 20px;}
	.footerContent__cell--address2 {order:5;padding-top: 20px;width: 50%;max-width: 100%;flex: 0 0 50%;}
}


@media (max-width: 700px) {
	.footer__row--first {display: none;}
}

@media (max-width: 650px) {
	.footerContent__cell--address1, .footerContent__cell--address2 {width: 100%;flex:0 0 100%;max-width: 100%;}
}

@media (max-width: 560px) {
	.footerContent__cell {width: 100%;flex:0 0 100%;max-width: 100%;}
	.footerContent__cell--dev {padding-top: 10px;}
}










/* GEO */
.townsList {columns:4;}
.townsList__item {display:inline-block;vertical-align:middle;margin-bottom:10px;width:100%;}
.townsList__link {display:inline-block;color:#000;text-decoration:none;}
.townsList__link:hover {display:inline-block;color:#ed7109;}

@media screen and (max-width:960px) {
	.townsList {columns:3;}
}
@media screen and (max-width:580px) {
	.townsList {columns:2;}
}



.townText {margin-bottom:20px;}


.townFeature * {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.townFeature {display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;}
.townFeature__item {flex:0 0 50%;max-width:50%;width:50%;overflow:hidden;margin-bottom:20px;display:flex;justify-content:flex-start;align-content:center;align-items:center;padding-right:10px;}

.townFeature__icn {flex:0 0 60px;width:60px;height:60px;line-height:60px;border-radius:50%;background:#f0f0f0;float:left;margin-right:30px;text-align:center;}
.townFeature__img {display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:30px;height:30px;margin-top:-5px;}
.townFeature__text {color:#5a5a5a;overflow:hidden;min-width:1px;max-width:100%;flex:0 1 auto;}

@media screen and (max-width:600px) {
	.townFeature__item {width:100%;max-width:100%;flex:0 0 100%;}
}




.townForm {border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-bottom:10px;padding-top:20px;padding-bottom:20px;}
.townForm__title {font-size:16px;font-weight:normal;display:block;margin-bottom:20px;}
.form-attention {color:#a1a1a1;font-size:12px;margin-bottom:10px;display:block;}




.newGall {max-width:100%;margin-left:-5px;margin-right:-5px;}
.newGall__item {text-align:center;padding-left:5px;padding-right:5px;}



/* Стрелки */
.slickArrows {}
.slickArrows .slick-arrow {position:absolute;top:120px;width:40px;height:40px;line-height:40px;border-radius:50%;background:rgba(240,240,240, .8);text-align:center;z-index:2;cursor:pointer;transition:all .3s;}
.slickArrows .slick-arrow img {display:inline-block;vertical-align:middle;}
.slickArrows .slick-arrow:hover {background:rgba(240,240,240, 1)}
.slickArrows .slick-prev {left:-15px;}
.slickArrows .slick-next {right:-15px;}



/* СЕТКА */
.gridItems {margin: 0 -10px;}
.gridItems:after {content: '';display: table;width: 100%;clear: both;}
.gridItems__item {float: left;padding: 0 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom:15px;}



.gridItems--5 .gridItems__item {width: 20%;}
.gridItems--4 .gridItems__item {width: 25%;}

.gridItems--5 .gridItems__item:nth-child(5n+1) {clear: both;}
.gridItems--4 .gridItems__item:nth-child(4n+1) {clear: both;}



@media screen and (max-width:1200px) {
	.gridItems--5 .gridItems__item {width: 25%;}
	.gridItems--5 .gridItems__item:nth-child(5n+1) {clear: none;}
	.gridItems--5 .gridItems__item:nth-child(4n+1) {clear: both;}
}

@media screen and (max-width:550px) {
	.gridItems--5 .gridItems__item {width:33.333%;}
	.gridItems--5 .gridItems__item:nth-child(4n+1) {clear: none;}
	.gridItems--5 .gridItems__item:nth-child(3n+1) {clear: both;}
}

@media screen and (max-width:400px) {
	.gridItems--5 .gridItems__item {width:50%;}
	.gridItems--5 .gridItems__item:nth-child(3n+1) {clear: none;}
	.gridItems--5 .gridItems__item:nth-child(2n+1) {clear: both;}
}



/* Категория */
.catItem {display:block;max-width:300px;margin-left:auto;margin-right:auto;text-align:center;color:#000;}
.catItem:hover {color:#ed7109;}
.catItem__cover {display:block;overflow:hidden;text-align:center;}
.catItem__img {display:inline-block;vertical-align:top;width:100%;max-height:170px;}
.catItem__title {padding-top:10px;}



.infBlock {display:block;color:#ed7108;font-size:14px;border:1px solid #ed7108;border-right-width:2px;padding:8px 20px;margin-left:-7px;margin-right:-7px;}


.overflow {overflow:hidden;}

.block_price {
	position: relative;
	cursor: pointer;
}
.block_price-info {
	display: none;
	background: #dff2f8;
	padding: 10px;
	width: 100%;
	position: absolute;
	top: -57px;
	left: 0px;
	opacity: .9;
	font-weight: normal;
}
.block_price:hover .block_price-info {
	display: block;
}


#gallery > .gallery-img {
	display: inline-block;
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 20px;
	max-height: 180px;
	overflow: hidden;
	text-align: center;
}
#gallery > .gallery-img:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
}
.gallery-img img {max-height: 180px;}
#table_item tr:nth-child(even){background: #E7F2F6;}
#table_item tr:nth-last-child(1){background: none;}


.product-top {
	margin-bottom: 20px;
}
.product-top .put_bucket{
	padding: 7px 14px 10px 0px;
}
.new-stars-wrap{
	padding: 0 0 0 60px;
}
#new-stars {
	position: relative;
	display: inline-block;
  margin-left: -4px; }
  #new-stars input {
    display: none; }
    #new-stars label {
      float: right;
      margin: 0px;
      cursor: pointer;
      margin-bottom: 0px; }
      #new-stars .new-stars__star {
        display: block;
        width: 23px;
        height: 24px;
        margin-right: 0px;
        stroke-width: 1px;
        stroke: rgb(151, 168, 174);
        fill: #fff; }
        #new-stars label:hover svg, #new-stars label:hover ~ label svg {
          stroke: rgb(236, 113, 9);
          fill: #fff; }
          #new-stars input:checked ~ label svg{
            stroke: rgb(236, 113, 9);
            fill: #fff;
          }



.pad_right.rating-stars{
	fill: #ec7109;
}
.pad_right.rating-stars svg{

}
.new-stars-message{
	position: absolute;
	left: -30px;
	width: 200px;
	top: 22px;
	font-size: 14px;
	display: none;
}
.new-stars-message svg{
	display: inline-block;
}


.main_banner{
	display: flex;
	margin-bottom: 10px;
}

.banner_new {
	width: 234px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.banner_new img {
	margin: 5px 0;
}


/* rev */
.rev_block {
	background-color: #fff;
	padding: 35px 42px 20px;
}

.rev_block h2 {
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.74;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	margin-bottom: 0;
}

.rev_block__top {
	margin-bottom: 11px;
}

.rev_block__top a {
	padding: 15px 20px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	box-shadow: 0px 1px 0 0 #905f00;
	background-image: linear-gradient(to top, #ed6d00, #fea219);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.rev_block__head {
	display: flex;
	align-items: center;
}

.rev_block__head .rateit {
	display: flex;
	padding-right: 23px;
}

.rev_block__head .rev_block__date {
	padding-left: 23px;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

.rev_block__name {
	padding: 0 23px 0 0;
	border-right: 1px solid #e8e5e5;
	color: #212121;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.rev_block__name svg {
	width: 12px;
	height: 15px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.rev_block__body-txt {
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-top: 20px;
}

.rev_block__body-answer {
	background: rgba(0, 0, 0, .05);
	padding: 17px 20px;
	margin-top: 20px;
	color: #313c47;
	font-weight: 400;
	position: relative;
}

.rev_block__body-answer::before {
	content: '';
	top: -10px;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(/img/fff.png);
	background-repeat: no-repeat;
}

.rev_block__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rev_block__body-answer span {
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 2px;
    display: inline-block;
}

.rev_block__body {
	padding-bottom: 27px;
}

.rev_block__items {
	padding-top: 27px;
	border-top: 1px solid #ece6d5;
}

.rev_form__left {
	padding: 35px 43px;
}

.rev_form {
	background-color: #fff;
	margin-top: 26px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;

}
.rev_form__img img {
	width: 100%;
}
.form__row.form__row_rating .form__label{
	color: #777777;
	font-size: 15px;
	font-weight: 300;
}
.form__row.form__row_string .form__label,
.form__row.form__row_txt .form__label {
	color: #8c8c8c;
	font-size: 15px;
	font-weight: 300;

}


.rev_form__items form .form {
	display: flex;
	flex-wrap: wrap;
}

.rev_form__items form ul.form li.form__row_txt {
	width: 100%;
}
.rev_form__items form ul.form li.form__row_string {
	width: 50%;
}

.form__row_rating {
	display: flex;
	align-items: center;
	margin-left: 30px;
	height: 40px;
    margin-top: 25px;
}

.form__row_rating label {
	margin-right: 11px;
	margin-bottom: 0;
}

.form__row.form__row_rating .rateit {
	height: 20px;
}

.rev_form__items form ul.form .rateit .rateit-hover {
	background: url(/img/star_hover.svg) !important;
}

.rev_form__items form ul.form .rateit .rateit-range {
	background: url(/img/star_def_two.svg) !important;
	height: 19px !important;
	overflow: hidden;
}

.rev_form__items form ul.form .rateit .rateit-selected {
	background: url(/img/sfr.svg) !important;
	height: 19px !important;
}

.rev_form__items form ul.form li.form__row_txt textarea{
	height: 80px;
}

.form__row.form__row--send button {
	margin-right: 18px;
}

.rev_form__items form .form li:last-child {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.rev_form__items {
	width: 50%;
}

.rev_form__img {
	max-width: 100%;
	height: auto;
}

.shortNews__desc__rt .rateit-reset{
	display: none !important;
}
.shortNews__desc__rt {
	margin-bottom: 7px;
}
.shortNews__desc__rt .rateit {
	pointer-events: none;
}

/* rev */


@media (max-width: 767px) {
	.image_page {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	.tovar-slider__mini {
		min-width: 100%;
		justify-content: center;
	}

	#table_item {
		width: 100%;
	}
}

.grayscale {
	position: relative;
}

.grayscale img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.list_disabled {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
}

.grayscale div{
	text-decoration: none;
}

.list_disabled span{
	flex-direction: column;
	justify-content: center;
	color: #fff;
	display: flex;
	margin: 0 auto;
	align-items: center;
	width: 130px;
	height: 130px !important;
	background-color: #a7a3a3;
	font-size: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.list_disabled span b {
	font-weight: 400;
	letter-spacing: 0.9px;
}

.list_disabled span span {
	text-transform: uppercase;
}

.item_disabled .put_bucket a:hover {
	cursor: no-drop;
}

.item_disabled .put_bucket a {

	pointer-events: none;
	background: #a7a3a3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.list_disabled.list_disabled__item {
	top: 30%;
}

.list_disabled.list_disabled__item

.list_disabled.list_disabled__item span{
	margin: 0 auto;
	text-align: center;
	width: 140px;
	height: 140px !important;
	font-size: 14px;
}

.gridItems__item__img {
	/* height: 170px; */
}

@media (max-width: 991px) {
	.gridItems__item__img {
		height: 170px !important;
	}

	.gridItems__item__img img {
		height: 100%;
		object-fit: contain;
	}
}

.gridItems__item__img img{
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

.item_list .item_type__img {
	height: 230px;
}

.item_list .item_type__img img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	/* object-fit: cover; */
}

.ac-block {
	position: absolute;
	top: 10px;
	left: 10px;
}

@media (max-width: 865px) {
	.item_list__block .item_list__priceOld span {
		font-size: 14px;
	}

	.item_list div {
		flex-wrap: wrap;
	}
}

.price-block .panel-title {
    padding-right: 70px;
}

.panel-title {
    background-color: #ededed;
    padding: 19px;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
}

.panel-title h3 {
    margin: 0;
}

.panel-title img {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #ed7109;
    padding: 12px;
}

.panel-active img {
    transform: rotate(180deg);
    background-color: #0176c1;
    transition: transform all .25s;
}

.answer-block .table_scroll {
    padding: 20px;
}

.panel-body {
    display: none;
}
.panel-body.active {
    display: block;
}

.panel-body p{
	margin-bottom: 0;
}

.item_list {
	display: flex;
	flex-direction: column;
}

.item_list .item_list__title-wraperr {
	align-items: flex-start;
}

.item_list_art.item_list_art__price {
	align-items: flex-start !important;
}

.item_list_art {
	width: 100%;
}

.item_list__title {
	text-decoration: none !important;
}
.item_list:hover .item_list__title {
	text-decoration: underline !important;
}

.pagi_item_list_bot {
	margin-top: 70px;
}
.box_sim {
	margin-top: 70px;
}

.item_list {
	height: auto !important;
}

.item_list__block .item_list__priceOld span {
	white-space: nowrap;
	font-size: 14px;
}
.item_type.row-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.item_list__block .item_list__priceOld {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 0;
	margin-bottom: 0;
}
.item_list__block .item_list__priceOld * {
	white-space: nowrap !important;
}
/* .item_list__block .item_list__priceOld span {
	width: 100%;
	display: block;
} */
.item_list__block .item_list__priceOld {
	margin-top: 15px;
}
.item_list__block .item_list_art {
	margin-top: 0;

}

.box-first {
	margin-top: 20px;
}

.box_sim {
	margin-top: 40px;
}

.item_list__title-wraperr a {
	color: #000;
	text-decoration: none;
}
.item_list__title-wraperr a:hover {
	text-decoration: underline;
}
.rombov {
	display: flex;
	flex-wrap: wrap;
}
.pagi {
	width: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
}
.pagi .cat_panel_b1 {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cat_panel_ar1 {
	transform: rotate(180deg);
}

.cat_panel_ar1,
.cat_panel_ar2 {
	width: 30px;
	height: 30px;
	margin-right: 7px;
	margin-left: 7px;
	font-size: 0;
	background: url(/img/icon-arrow-slide.svg) no-repeat;
	background-color: #ed7109;
	background-position: 50% 50%;
	background-size: 79%;
	border-radius: 3px;
	border: 1px solid #ed7109;
	padding: 0 !important;
}

.pagi .cat_panel_a1 {
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagi .cat_panel_a1 a,
.pagi_non-active {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin-right: 7px;
	margin-left: 7px;
	border: 1px solid #ed7109;
	color: #ed7109;
	border-radius: 3px;
	padding: 0;
}
.pagi .cat_panel_a1 a:hover {
	background-color: rgba(237, 112, 9, 0.13);
}
.pagi_non-active {
	background-color: #ed7109;
	color: white;
	padding: 0;
}
.cat_panel_ar1 {
}
.cat_panel_ar2 {
	background-position: 45% 60%;
}

h1 span { font-size: 0.7em; font-weight: normal }

/* filter */

.mselect {
  padding-left: 8px;
  padding-right: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  line-height: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
  flex-grow: 1;
}
.mselect:after {
  top: 42%;
  transform: none !important;
  border: none;
  background-image: url(../img/nfilter-arrow.svg);
  width: 9px;
  height: 5px;
  right: 5px;
  margin-top: 0;
  transform-origin: 50% 50%;
}
.mselect.open {
  background-color: #FFD946 !important;
  color: black !important;
}
.mselect.open:after {
  transform: rotate(180deg) !important;
  background-image: url(../img/nfilter-arrow.svg) !important;
}
.mselect .current {
  vertical-align: middle;
  max-width: 150px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mselect .list {
  box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.25);
}

.nfilter_content {
  flex-grow: 1;
}

.nfilter {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
.nfilter_top {
  padding-top: 9px;
  padding-bottom: 17px;
  border-top: 2px solid #FFD946;
  position: relative;
  z-index: 10;
}
.nfilter_top .nfilter_title {
  margin-right: 30px;
}
.nfilter_top .mselect {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}
@media screen and (min-width: 1023px) {
  .nfilter_top .mselect:hover {
    color: #DBAE00;
    border-color: transparent;
  }
  .nfilter_top .mselect:hover:after {
    background-image: url(../img/nfilter-arrow-active.svg);
  }
}
.nfilter_row {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.nfilter_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}
.nfilter_content {
  display: flex;
  align-items: center;
}
.nfilter_top-item .mselect {
  border: 1px solid #F1F1F1;
}
.nfilter_bottom {
  padding-top: 15px;
  padding-bottom: 16px;
  background: #F1F1F1;
  border-radius: 4px;
  position: relative;
  z-index: 9;
}
.nfilter_bottom .nfilter_title {
  margin-right: 30px;
}
.nfilter_bottom-item {
  display: flex;
}
.nfilter_select {
  display: flex;
}
.nfilter_select-item {
  position: relative;
  z-index: 100;
  flex-grow: 1;
  display: flex;
}
.nfilter_select-item img {
  transition: 0.2s;
}
.nfilter_select-item.active .nfilter_select-title {
  background-color: #FFD946 !important;
}
.nfilter_select-item.active img {
  transform: rotate(180deg);
}
.nfilter_select-item.active .nfilter_select-icon {
  opacity: 0;
}
.nfilter_select-item.active .nfilter_select-close {
  opacity: 1;
  visibility: visible;
}
.nfilter_select-title {
  transition: 0.2s;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  height: 30px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  line-height: 27px;
  cursor: pointer;
  margin-right: 10px;
  flex-grow: 1;
}
.nfilter_select-icon {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nfilter_select-content {
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  min-width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 183px;
  padding: 12px;
  box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.25);
}
.nfilter_select-content.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nfilter_select-count {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-left: 5px;
}
.nfilter .nfilter_select-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 29px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.nfilter_select-close {
  background: rgba(0, 0, 0, 0.1);
}
.nfilter_labels {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
}
.nfilter_label {
  margin-right: 6px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nfilter_label p {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  transition: 0.2s;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  height: 25px;
  color: #000000;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 1023px) {
  .nfilter_label p:hover {
    background-color: #FFD946;
  }
}
.nfilter_label input {
  display: none;
}
.nfilter_label input:checked ~ p {
  background-color: #FFD946;
}
.nfilter_select-bottom {
  background: #F1F1F1;
  border-radius: 0px 0px 4px 4px;
  padding: 8px 14px 6px 14px;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -14px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
.nfilter_reset {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #DF0915;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.nfilter_reset img {
  margin-right: 8px;
}

.nice-select .option {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.nice-select .list {
  min-width: 100%;
}

.noUi-base {
  border: none;
}

.noUi-target {
  border: none;
}

.noUi-connect {
  background-color: #000 !important;
  border: none;
}

.noUi-horizontal {
  height: 3px;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

.noUi-handle.noUi-handle-lower {
  right: -11px !important;
}

.nslider-container {
  background-color: #FFD946;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

#slider {
  width: 100% !important;
}

.noUi-base {
  background-color: #FFD946;
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
  top: -3.5px;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
  background: #2062B0;
}

.noUi-connect {
  background: #2062B0;
}

.noUi-target {
  background: #2062B0;
}

.noUi-active {
  border-radius: 40px 40px 40px 40px !important;
}

.noUi-tooltip span {
  display: none;
}

.noUi-tooltip {
  width: 100px;
  transform: rotate(0) translatex(-50%) !important;
  background-color: transparent !important;
  opacity: 1 !important;
  color: black !important;
}
.noUi-tooltip span {
  transform: none !important;
  color: black !important;
  opacity: 1 !important;
  top: calc(100% + 23px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-align: center !important;
  color: #4F4F4F !important;
}

.noUi-handle {
  box-shadow: none;
  border: none;
  height: 24px !important;
  width: 24px !important;
  border-radius: 50px !important;
  margin-top: -7px;
  background-color: #FFD946;
  background-image: url("../img/nfilter-arrow-slider.svg");
}

.noUi-handle {
  box-shadow: none;
  border: none;
  height: 24px !important;
  width: 24px !important;
  border-radius: 50px !important;
  margin-top: -7px;
  background-color: #FFD946;
  background-image: url("../img/nfilter-arrow-slider.svg");
}

.noUi-handle-upper {
  transform: rotate(180deg);
}

.noUi-horizontal .noUi-handle {
  right: -11px;
}

.nfilter-result {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #A0A0A0;
}

.nfilter_fields {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
.nfilter_fields input {
  width: 50%;
  border: none;
  text-align: center;
  height: 100%;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}
.nfilter_fields input:first-child {
  border-right: 1px solid #d9d9d9;
}

.nfilter_select-title-click {
  align-self: stretch;
  padding-left: 8px;
  margin-left: -8px;
  width: 100%;
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.nfilter_select-title-click ~ .nfilter_select-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.nfilter_reset {
  cursor: pointer;
}
.nfilter_reset img {
  transition: 0.2s;
}
@media screen and (min-width: 1023px) {
  .nfilter_reset:hover img {
    transform: rotate(90deg) scale(1.1);
  }
}

.nfilter_select-title-click {
  padding-right: 16px !important;
}

@media screen and (max-width: 1366px) {
  .nfilter_content {
    display: flex;
    flex-wrap: wrap;
  }

  .nfilter_bottom-item {
    width: 20%;
    display: flex;
    margin-bottom: 8px;
  }
  .nfilter_bottom-item .mselect {
    flex-grow: 1;
  }

  .nfilter_select {
    width: 100%;
  }

  .nfilter_bottom-item {
    position: relative;
    z-index: 1;
  }
  .nfilter_bottom-item:nth-child(1) {
    z-index: 100;
  }
  .nfilter_bottom-item:nth-child(2) {
    z-index: 100;
  }
  .nfilter_bottom-item:nth-child(3) {
    z-index: 100;
  }
  .nfilter_bottom-item:nth-child(4) {
    z-index: 100;
  }
  .nfilter_bottom-item:nth-child(5) {
    z-index: 100;
  }

  .nfilter_content {
    max-width: 100%;
    width: 100%;
    margin-right: 30px;
  }
}
.nfilter__mobile-container {
  position: relative;
}

.nfilter__mobile {
  display: flex;
  align-content: center;
  justify-content: space-between;
  background-color: #F1F1F1;
  padding-right: 11px;
  padding-left: 11px;
  height: 60px;
  display: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .nfilter__mobile {
    display: flex;
  }
  .nfilter__mobile .nfilter {
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .nfilter__mobile .nfilter_bottom {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
  }
}

.nfilter__mobile-item {
  display: flex;
  align-items: center;
}
.nfilter__mobile-item img {
  width: 16px;
  height: 16px;
}
.nfilter__mobile-item span {
  vertical-align: middle;
}

.nfilter__mobile-item {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}
.nfilter__mobile-item svg {
  margin-right: 7px;
}
.nfilter__mobile-item span {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 1023px) {
  .nfilter__mobile-item:hover {
    color: #DBAE00;
  }
  .nfilter__mobile-item:hover svg {
    fill: #DBAE00 !important;
  }
}

.nfilter-filter-open {
  cursor: pointer;
  transition: 0.2s;
}
.nfilter-filter-open svg {
  fill: #000;
  transition: 0.2s;
}

.nfilter-sort-open {
  cursor: pointer;
  transition: 0.2s;
}
.nfilter-sort-open svg {
  transition: 0.2s;
}

.nfilter-sort-open {
  stroke: #000;
}
@media screen and (min-width: 1023px) {
  .nfilter-sort-open:hover svg {
    stroke: #DBAE00;
  }
}

.nfilter__mobile-container_before {
  display: none;
}

@media screen and (max-width: 1023px) {
  .nfilter_select-title-click {
    padding-right: 20px !important;
  }

  .nfilter_select-item .nfilter_select-title {
    display: flex;
    justify-content: flex-start;
  }

  .nfilter_select-item {
    justify-content: flex-start;
    flex-grow: 0;
  }

  .nfilter_select-item {
    display: flex;
  }

  .nfilter__mobile-container_before {
    display: flex;
  }

  .nfilter_bottom-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .nfilter_bottom-item .nfilter_select {
    width: auto;
  }

  .nfilter_bottom-item .mselect {
    width: auto !important;
    margin-right: 0;
    flex-grow: 0;
    display: flex;
  }

  .nfilter_select-title-click ~ .nfilter_select-icon {
    right: 13px;
  }

  .nfilter_top {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    box-shadow: -5px 15px 22px rgba(0, 0, 0, 0.25);
  }
  .nfilter_top.active {
    opacity: 1;
    visibility: visible;
  }

  .nfilter_bottom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-left: 14px;
    padding-right: 14px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    box-shadow: -5px 15px 22px rgba(0, 0, 0, 0.25);
  }
  .nfilter_bottom.active {
    opacity: 1;
    visibility: visible;
  }

  .nfilter_title {
    display: none;
  }

  .nfilter_top {
    border-radius: 0;
  }

  .nfilter_bottom {
    flex-direction: column;
    background-color: #fff;
    border-radius: 0;
  }

  .nfilter_select-title {
    border: none;
    width: 100%;
  }

  .nfilter_content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 18px;
  }

  .nfilter_top .nfilter_content {
    display: flex;
    flex-direction: row;
  }
}
.nfilter_bottom-item:nth-child(10) {
  z-index: 10;
}

.nfilter_bottom-item:nth-child(9) {
  z-index: 11;
}

.nfilter_bottom-item:nth-child(8) {
  z-index: 12;
}

.nfilter_bottom-item:nth-child(7) {
  z-index: 13;
}

.nfilter_bottom-item:nth-child(6) {
  z-index: 14;
}

.nfilter_bottom-item:nth-child(5) {
  z-index: 15;
}

.nfilter_bottom-item:nth-child(4) {
  z-index: 16;
}

.nfilter_bottom-item:nth-child(3) {
  z-index: 17;
}

.nfilter_bottom-item:nth-child(2) {
  z-index: 18;
}

.nfilter_bottom-item:nth-child(1) {
  z-index: 19;
}

.nfilter_reset-button {
  display: none;
}

.nfilter_reset-container {
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .nfilter_reset-button {
    display: flex;
  }

  .nfilter_reset-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #F1F1F1;
    margin-bottom: -18px;
    margin-left: -14px;
    margin-right: -14px;
    height: 60px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .nfilter_reset-container .nfilter_reset {
    margin-left: 0;
  }

  .nfilter__mobile-container {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 40;
  }
  .nfilter__mobile-container_before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 100%;
    height: 1000px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
  }
  .nfilter__mobile-container_before.active {
    opacity: 1;
    visibility: visible;
  }

  .nfilter_reset-button {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .nfilter_reset-button {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: flex;
    height: 37px;
    background: #FFD946;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    align-items: center;
  }
  .nfilter_reset-button span {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-left: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .nfilter_top .nfilter_content {
    padding-left: 0 !important;
  }
}

.item_list__link {
	color: #000;
}

.item_list__link:hover {
	color: #ed7109;
}

.header-line {
	font-weight: 700;
	font-size: clamp(16px, 1.5vw, 20px);
	padding: 10px;
	background: linear-gradient(to top, #ed7109, #f38c35);
	text-align: center;
	color: #fff;
}

#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 0;
    visibility: hidden;
		background-color: #fff;
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
  }

	.cookie-banner__button {
		box-shadow: none;
		border: none;
	}

  #cookie .maxwidth-theme {
    background: none;
  }

  .cookie-banner {
    display: grid;
    grid-template-columns: auto 100px;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    font-size: 14px;
    color: #333;

    gap: 25px;
    border-radius: 4px;
		max-width: 1065px;
    margin: 0 auto;
  }

	.img_wrapper {
		width: 68px;
		height: 68px
	}

  @media (max-width: 991px) {
    #cookie {
      bottom: 10px;
    }

    .cookie-banner {
      grid-template-columns: 1fr;
      text-align: center;
    }
  }


/* /css/adaptive.css */
/*.left_menu_title:first-child { margin-top: -65px;}*/
#map > ymaps { width: 100% !important;}

.item_list.span3:nth-child(4n+1) { margin-left: 0; clear: left; }

@media (max-width: 1100px) {
	#header, #container { box-sizing: border-box; width: 100%; }

	.left_menu_title:first-child { margin-top: 0;}
	.main_menu { float: none; width: 100%; max-width: 760px; position: relative; margin: 0 auto 35px; top: 10px;}
	.main_menu > ul { display: table; width: 100%;}
	.main_menu > ul > li { display: table-cell; float: none; text-align: center;}
	.h_logo{justify-content: center;}

	.search_menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		}
	.search{
		margin-right: 0;
	}
	.main_menu ul li {
		padding: 10px 0 0;
	}
}


@media (max-width: 979px) {
	#header > .row-fluid > .span4 { width: 100%; text-align: center;}
	#header > .row-fluid > .span8 { width: 100%; margin-left: 0;}
	#container { padding: 0 20px;}
	#footer { margin: 0 -20px;}

	.item_list.span3 { width: 31.6239%; }
	.item_list.span3:nth-child(4n+1) { margin-left: 2.5641%; clear: none;}
	.item_list.span3:nth-child(3n+1) { margin-left: 0; clear: left; }
	.table-vodoleya select { width: 100px;}
	.table-vodoleya .numeric2 { padding: 3px;}
	.corz { display: none;}

}
@media (max-width: 767px) {
	.headerTels__link {
		font-size: 14px;
	}
	.headerTable_phone {
		width: 50%;
		margin-right: 0 !important;
	}
}
@media (max-width: 670px) {
	.headerCart__counter {
		margin-left: 10px;
	}
	.headerLogo {
		margin-bottom: 15px;
	}

	.news_link {
		flex-direction: column;
		align-items: center;
	}

	.news_link > div {
		width: auto !important;
	}

	.contentGrid__middle > div {
		width: 100% !important;
	}
}
@media (max-width: 415px) {
	.headerTels__link {
		font-size: 14px;
	}
	.slogan {
		font-size: 12px;

	}
	a.h_logo{
		padding-bottom: 0;
	}
	.work_time{
		font-size: 11px;
	}
	.headerTels__link{
		padding-left: 25px !important;
	}

	.work_time {
		padding-left: 21px !important;
	}

	.headerMail a{
		font-size: 11px;
	}
}
@media (max-width: 767px) {
	#header > .row-fluid { margin-bottom: 0;}
	#header > .row-fluid > .span4 { margin-bottom: 0;}
	#header > .row-fluid > .span8 > [class*=span] { width: 100%; margin-left: 0; text-align: center; white-space: nowrap; margin-bottom: 10px;}
	#header > .row-fluid > .span8 > [class*=span] > * { display: inline-block; margin: 0 5px;}
	#footer { text-align: center; }




		.f_nm { font-size: 13px; position: relative; right: 0; text-align: center; top: 50px;}

	#container { padding: 0 10px;}
	#footer { margin: 0 -10px;}

	.contentGrid__side { display: none;}
	.info_basket { display: none !important;}
	.back.cart > table { width: 100%;}
	.scroll_wrap { overflow-y: hidden; overflow-x: scroll;}
	#buck_second-tble tr td { text-align: center !important;}
	.c_404 .font250 { font-size: 150px;}


	.politic_link {
	    color: #ffffff;
	    font-size: 12px;
	    left: 0;
	    position: relative;
	    top: -27px;
	}

}


@media (max-width: 670px) {
	.js-open__main_menu { display: block;}
	.js-open__main_menu + ul { display: none;}

	.main_menu > ul { padding-bottom: 10px;}
	.main_menu ul li { float: none; display: block; text-align: left; padding: 10px 0 0;}
	.main_menu > ul > li >  span { text-decoration: none; display: block; margin-bottom: 10px;}
	.main_menu ul li > a { display: block; text-align: left; text-decoration: none;}
	.main_menu > ul > li > a {margin-bottom: 10px;}
	.main_menu ul li.new > a { padding-left: 45px;}

	.main_menu ul.sub { position: relative; padding-left: 30px; text-align: left; background: transparent; border: none; display: block; box-sizing: border-box; width: 100%; margin: 0;}
	.main_menu ul li.sub_arrow { display: none;}

	.main_menu ul.sub > li {}
	.main_menu ul.sub > li > a { text-decoration: none; display: block; color: #fff; padding: 2px 0;}

	.table-vodoleya tr:first-child td { font-size: 12px; display: none;}
	.table-vodoleya tr td { display: inline-block;}


	.headerLogo {
		width: 100%;
		height: auto;
	}

	.headerTable {
		justify-content: space-between;
	}

	.headerTable_phone {
		margin-right: 25px;
	}

	.headerCall {
		display: none;
	}

	a.h_logo {
		justify-content: flex-start;
	}

	.h_logo__img {
		width: 40px;
	}

	.slogan br {
		display: none;
	}

}



@media (max-width: 520px) {
	.item_list.span3 { width: 48.7179%; }
	.item_list.span3:nth-child(4n+1) { margin-left: 2.5641%; clear: none;}
	.item_list.span3:nth-child(3n+1) { margin-left: 2.5641%; clear: none; }
	.item_list.span3:nth-child(2n+1) { margin-left: 0; clear: left; }

	.image_page { float: none;}
	#table_item { width: 100%;}
	#table_item img { display: none;}
	#table_item .pad_right { padding: 9px 5px 8px 10px; }
	.c_404 .font250 { font-size: 100px;}
#table_item tr{
	width: 100%;
}
#table_item td{
	width: 50%;
}

	#gallery > a { width: 31%; margin-left: 2%;}
	#gallery > a:nth-child(4n+1) { margin-left: 2%; clear: none;}
	#gallery > a:nth-child(3n+1) { margin-left: 0; clear: left;}

	.rombov_box_2.span20 { width: 23.0769%; }
	.rombov_box_2.span20:nth-child(4n+1) { margin-left: 0; clear: left;}
	.headerLogo{padding-top: 0;}

	#gallery > .gallery-img { width: 31%; margin-left: 2%;}
	#gallery > .gallery-img:nth-child(4n+1) { margin-left: 2%; clear: none;}
	#gallery > .gallery-img:nth-child(3n+1) { margin-left: 0; clear: left;}
	#table_item .pad_right{padding: 0;}
	.product-top .put_bucket{padding: 0;}
	.new-stars-message{
	left: -75px;
	top: -40px;
	}
}

@media (max-width: 480px) {
	[style*='float'] { float: none !important;}


	#header > .row-fluid > .span8 > [class*=span] { white-space: normal;}
	#container { padding: 0 5px;}
	#footer { margin: 0 -5px;}
	.cont_box.row-fluid > .span6, .cont_box.row-fluid > .span8, .cont_box.row-fluid > .span4 { width: 100%; margin-left: 0; margin-bottom: 20px;}

	.r_ln_box1.span4 { width: 48.7179%; margin-bottom: 15px;}
	.r_ln_box1.span4:nth-child(2n+1) { margin-left: 0; clear: left;}

	.reveal-modal { padding: 20px; top: 0 !important;}
	.c_404 .font250 { font-size: 70px;}

	.rombov_box_2.span20 { width: 31.6239%; }
	.rombov_box_2.span20:nth-child(4n+1) { margin-left: 2.5641%; clear: none;}
	.rombov_box_2.span20:nth-child(3n+1) { margin-left: 0; clear: left;}

	a.h_logo { margin: 0;}
	a.h_logo > span {font-size: 18px; display: inline-block; margin-top: 5px;}
	#header > .row-fluid > [class*="span"] { margin: 0;}
	#header > .row-fluid > .span8 > [class*="span"] { margin-bottom: 5px;}
#table_item select{
	max-width: 100px;
}

}
@media (max-width: 380px) {
	.r_ln_box1.span4 { width: 100%; margin-left: 0;}
	.reveal-modal { padding: 10px;}

	#gallery > a { width: 49%; margin-left: 2%;}
	#gallery > a:nth-child(4n+1) { margin-left: 2%; clear: none;}
	#gallery > a:nth-child(3n+1) { margin-left: 2%; clear: none;}
	#gallery > a:nth-child(2n+1) { margin-left: 0; clear: left;}


	.rombov_box_2.span20 { width: 48.7179%; }
	.rombov_box_2.span20:nth-child(4n+1) { margin-left: 2.5641%; clear: none;}
	.rombov_box_2.span20:nth-child(3n+1) { margin-left: 2.5641%; clear: none;}
	.rombov_box_2.span20:nth-child(2n+1) { margin-left: 0; clear: left;}

	#gallery > .gallery-img { width: 49%; margin-left: 2%;}
	#gallery > .gallery-img:nth-child(4n+1) { margin-left: 2%; clear: none;}
	#gallery > .gallery-img:nth-child(3n+1) { margin-left: 2%; clear: none;}
	#gallery > .gallery-img:nth-child(2n+1) { margin-left: 0; clear: left;}
}


@media (max-width: 360px)  {
	.put_bucket a{
		width: 120px;
		line-height: 1;
		background: #ed7109;
		padding: 10px;
		border-radius: 4px;
text-align: center;
	}
	.item_list-link{
		padding: 5px;

	}
}


/* /css/iconic.css */
@font-face {
  font-family: 'iconic';
  src: url('/css/font/iconic.eot?53898446');
  src: url('/css/font/iconic.eot?53898446#iefix') format('embedded-opentype'),
       url('/css/font/iconic.woff2?53898446') format('woff2'),
       url('/css/font/iconic.woff?53898446') format('woff'),
       url('/css/font/iconic.ttf?53898446') format('truetype'),
       url('/css/font/iconic.svg?53898446#iconic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'iconic';
    src: url('../font/iconic.svg?53898446#iconic') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconic";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-ok:before { content: '\e800'; } /* '' */
.icon-eye:before { content: '\e801'; } /* '' */
.icon-cancel:before { content: '\e802'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */

/* /css/thumb_slider.css */
/**
 * adding transparency to unclicked controls / opacity to active thumbs
 */

#my_thumb_slider .control {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#my_thumb_slider .control.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* /css/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

