html, body {
	min-height: 100%; 
  font-family:Roboto;
	font-size:16px;
	letter-spacing:1px;
	color:#555;
	background-color:#fff;
}
html, body, #wrapper { 
	height: 100%; 
}
body > #wrapper {
	height: auto; 
	min-height: 100%;
}

ul li {
	list-style-type:none;
}
ul{
	padding:0px;
	margin-bottom:0px;
}
a:link,a:hover,a:active,a:visited{
	text-decoration:none;
}

/**** TopMenuFixed ****/
.MobileBlock,.NavSmVis {
	display:none;
}
.BgWhite{
	width:100%;
	background:#fff;
	height:78px;
	box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, .2);
}
.TopMenu{
	text-align:left;
	top:0px;
}
.HeaderLogo{
	display:inline-block;
}
.HeaderLogo img{
    width: 200px;
    margin: 10px auto;
}
.HeaderLogo.logo_vertical img{
    width: 180px;
    margin: 5px auto;
}
.top_right_holder{
  display: flex;
  float: right;
  align-items: center;
}
.TopMenuUl{
	display:block;
    float: left;
    margin: 27px 10px 27px 0px;
}
.TopMenuUl li{
	display:inline-block;
	padding:0px 0px;
}
.TopMenuUl li a{
	color:#555;
	font-size: 16px;
    padding: 20px 3px;
}
.TopMenuUl li a:hover{
	color:#fd0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.TopMenuInfo{
    display: block;
    width: 100%;
    clear: both;
    height: 32px;
    color: #555;
    overflow: hidden;
}
.TopMenuInfo li{
    width: 100%;
    display: block;
    text-align: center;
    line-height: 32px;
    background: #ec311e;
    color: #fff;
    font-weight: bold;
}
/**** TopMenuScroll ****/
.top_pusher{
	width: 100%;
	height: 78px;
	display: block;
}
.topPhones{
    display: inline-block;
    min-width: 280px;
}


.phone_drop_down_icon{
	/*
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
  background: url(../img/phone_drop_down_icon.png);
  background-repeat: no-repeat;
  background-size: 13px 6px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 3px 7px;
  transition:0.5s;
  cursor: pointer;
  */
  display: none;
}

.active .phone_drop_down_icon{   
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p_h{
  display: block;
  width: 100%;
  margin-top: 0px;
  /*
  height: 30px;
  margin-top: 25px;
  */
  position: relative;
}
.phones_holder{
  padding: 2px;
  /*
  cursor: pointer;
  height: 35px;
  overflow: hidden;
  transition:0.5s;
  position: absolute;
  */
  width: 100%;
  z-index: 10;
  background: #fd0;
}
.phones_holder.active{
    background: #fd0;
    opacity: 0.9;
}
.phones_holder.phones_holder_b{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
}
.all_phones{
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 20px;
}
.all_phones p{
	font-size: 20px;
	margin-bottom: 3px;
	text-align: center;
}
.address_holder{
    padding: 0px 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.workhours_head{
  margin-left: 5px;
  font-size: 14px;
}
.call_back_btn{
    background: #555;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0px auto;
    width: 200px;
}
.call_back_btn:hover{
	color: #555;
	background: #fff;
}
.adv_holder{
    background: #fafafa;
    padding: 25px;
}
.tpl_adv{

}
.adv_img{
	text-align: center;
}
.adv_img img{
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 130px;
}
.adv_title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.adv_desc{
	text-align: center;
	font-size: 12px;
}

.owl-carousel.owl-hidden.active{
	opacity: 1!important;
}
.tab{
  display: none!important;
}
.tab.active{
	overflow: hidden;
  display: block!important;
}
.tab_main .tab_head{
  margin-bottom: 20px;
  line-height: 40px;
  text-align: center;
}

.tab_main .tab_link{
  margin: 0px 5px;
    position: relative;
    border: 1px dashed #555;
    color: #555;
    padding: 4px 7px;
    line-height: 20px;
    display: inline-block;
}
.tab_main .tab_link h3,
.tab_main .tab_link h2{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
.tab_main .tab_link.active{
    border: 2px solid #555;
}

.TextHoverLess img{
	transform:rotate(180deg);
}


.BgGray{
	background-color:#555;
}
.main_menu_catalog_holder{
	width:100%;
	text-align:center;
	position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.main_menu_catalog{
	display:inline-block;
}
.main_menu_catalog > li{
	display:inline-block;
	line-height:40px;
	text-align: left;
	transition:0.5s;
}
.main_menu_catalog li span,
.main_menu_catalog li a{
	display:inline-block;
	padding:0px 8px;
	line-height:40px;
	margin: 0px;
	color:#fff;
	font-size:15px;
	transition:0.5s;
	word-wrap:break-word;
}
.h_lang_list{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.h_lang_list li{

}
.h_lang_list li a{
  color: #fff;
  padding: 5px 5px;
  margin: 0px 3px;
}
.h_lang_list li a:hover,
.h_lang_list li.h_lang_list--active_item a{
  background: #fd0;
  color: #555;
}
.main_menu_catalog > li:hover{
	background: #fd0;
}
.main_menu_catalog > li:hover a{
	color: #555;
}

.main_menu_catalog > li > ul{
	overflow: hidden;
    vertical-align: top;
    position: absolute;
    top: 41px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px 2px;
    z-index: 100;
	height: auto;
    border: 1px solid #555555;
    padding: 10px 2px;
    box-shadow: 0px 0px 10px 0px rgba(85, 85, 85, 0.55);
    display: none;
}
.main_menu_catalog > li:hover > ul{
	display: block;
}
.main_menu_catalog > li > ul > li{
	display: inline-block;
	width: 16%;
	vertical-align: top;
}
.main_menu_catalog > li > ul > li > span,
.main_menu_catalog > li > ul > li > a{
	display:block;
	padding:0px 10px;
	color:#555;
	font-size:12px;
	line-height: 18px;
	position: relative;
	transition:0.5s;
}
.main_menu_catalog > li:hover > ul > li > a.nav_image{
	display: block;
	width: 100%;
	padding: 20px;
	transition:0.5s;
}
.main_menu_catalog > li:hover > ul > li > a:not(.nav_image){
	border-bottom: 1px solid #ddd;
	min-height: 40px;
}
.main_menu_catalog > li:hover > ul > li:hover > a.nav_image{
	transform:scale(1.1);
}

.main_menu_catalog > li:hover > ul > li:hover > a{
    color: #555;
    font-weight: bold;
    text-decoration: underline;
}
.main_menu_catalog > li:hover > ul > li > a > img{
	width: 100%;
	display: block;
	max-width: 75px;
	margin: 0px auto;
}
.main_menu_catalog > li > ul > li > ul {
	padding: 5px 5px;
	border-top: 1px solid #ddd;
}
.main_menu_catalog > li > ul > li > ul > li > span,
.main_menu_catalog > li > ul > li > ul > li > a{
	display:block;
	padding:0px 10px;
	color:#555;
	font-size:12px;
	line-height: 18px;
    transition: 0.5s;
    margin-bottom: 5px;
}
.main_menu_catalog > li:hover > ul > li > ul > li{
	transition:0.5s;
}
.main_menu_catalog > li:hover > ul > li > ul > li:hover{
	background: #555;
}
.main_menu_catalog > li:hover > ul > li > ul > li:hover > a{
    color: #fff;
}
/**** SearchForm ****/
.SearchForm{
	display:inline-block;
	width:250px;
	height:25px;
	position:relative;
	top:-1px;
	margin-left:20px;
}
.SearchInput{
	width:250px;
	padding:0px 30px 0px 10px;
	font-size:14px;
	height:25px;
	outline:0px;
	border:0px;
}
.SearchSubmit{
	position:absolute;
	right:8px;
	top:0px;
}
/**** Slider ****/
.tpl_banner{
	position: relative;
}
.tpl_banner_text{
    position: absolute;
    z-index: 1;
    width: 500px;
    top: 50px;
    left: 50%;
    text-align: center;
}
.banner_right{
	left: 50%;
	right: auto;
}
.banner_left{
	left: auto;
	right: 50%;
}
.banner_main_text{
    font-size: 32px;
    font-weight: bold;
    color: #555;
    border-bottom: 10px solid #ffdd00;
    padding: 20px 40px;
}
.banner_intro{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.white_stripe{	
    border-bottom: 10px solid #fff;
}
.banner_btn{
    border: 1px solid #555;
    padding: 15px 25px;
    margin: 20px auto;
    display: inline-block;
    color: #555;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.banner_btn:hover{
	background: #555;
	color: #fff;
}
.owl-dots{
	width:100%;
	text-align:center;
}
.owl-dot{
	display:inline-block;
	width:20px;
	margin:5px;
}
.owl-dots  .owl-dot span{ 
	width:20px;
	height:20px;
	display:inline-block;
	background:url('../img/dot.png');
	margin:0px 5px;
    box-shadow: 1px 1px 2px 0px rgba(85, 85, 85, 0.45);
}
.owl-dots  .active span{ 
	width:20px;
	height:20px;
	display:inline-block;
	background:url('../img/dot-active.png');
	margin:0px 5px;
}
.TopSlider{
	position:relative;
}
.owl-dots{
	position:absolute;
	bottom:10px;
}
/**** MainContent ****/
.AlignCenter{
	text-align:center;
}
.TextH1{
	display:inline-block;
	font-size:27px;
	font-weight:bold;
	margin:25px 0px;
}
.WidthTitle{
	width:60%;
}
.AlignCenter p{
	text-align:left;
}
.TextHoverMore a,.TextHoverLess a{
	margin-top:10px;
	font-weight:bold;
	color:#555;
	display:inline-block;
	text-decoration:none;
}
.TextHoverMore a:hover,.TextHoverLess a:hover{
	text-decoration:none;
}
.HiddenText{
	display:none;
}
/**** Products ****/
.ProductWrapperInner{
	width:100%;
	margin-bottom: 25px;
}
.ProductContainer{
	width:100%;
	position:relative;
	border:1px solid transparent;
	display: block;
}
.ProductW{
    height: 100%;
    display: block;
    width: 100%;
    border: 1px solid #eee;
}
.ProductContainer img{
	width: 100%;
	max-width: 160px;
	margin: 50px auto;
	display: block;
}
.ProductContainerText{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	font-size:14px;
	pointer-events:none;
	overflow: hidden;
}
.mark_action{
	display:inline-block;
	padding:3px 20px;
	background-color:#ec311e;
	color:#fff;
}
.mark_new{
	display:inline-block;
	padding:3px 20px;
	background-color:#3dcfd6;
	color:#fff;	
}
.mark_sale{
	display:inline-block;
	padding:3px 20px;
	background-color:#18bf07;
	color:#fff;	
}
.ProductTextInner{
    padding: 10px 5px;
	display:none;
	font-size: 12px;
}
.ProductTextInner table{
	width: 100%!important;
}
.ProductTextInner table td,
.ProductTextInner table th{
	padding: 5px;
}
.BottomProductText{
	font-size:14px;
	border:1px solid transparent;
	border-top:0px;
    padding: 0px 0px 10px 0px;
	text-align:center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}
.Price{
	font-size:16px;
	margin: 5px auto;
}
.product_old_price{
	font-size: 14px;
	color: #777;
}
.js_catalog{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: normal;

}
.js_catalog > div{
	float: none;
    display: inline-flex;
}
.product_name{
	font-size: 15px;
    font-weight: bold;
    color: #555;
    background: #fd0;
    padding: 5px 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    min-height: 75px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    max-height: 75px;
}
.product_name > span{
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 66px; 
    justify-content: center;
}
.product_name:hover{
	text-decoration: underline;
}
.Buy a{
    display: inline-block;
    padding: 10px 30px;
    border: none;
    background-color: #4caf50;
    color: #fff;
    transition: 0.5s;
    font-weight: bold;
    margin-top: 5px;
    font-size: 18px;
}
.Buy a:hover{
    background-color: #277d2a;
    color: #fff;
    text-decoration: none;
}
.ProductWrapperInner:hover .ProductContainerText{
	background:rgba(255,255,255,0.8);	
}
.ProductWrapperInner:hover .ProductTextInner{
	display:inline-block;	
}
.all_phones_mobile{
    display: block;
    width: 100%;
    padding: 5px 15px 5px 15px;
    text-align: left;
    margin-bottom: 10px;
    background: #fd0;
}
.all_phones_mobile p{
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
/**** Menu ****/
.MobileBlock {
	padding-top: 25px;
	position: fixed;
	width: 300px;
	left: 0;
	top: 77px;
	z-index: 1050;
	background: #555;
	display: none;
	overflow: auto;
	max-height:500px;
}
.MobileBlock ::-webkit-scrollbar { width: 0; }
.MobileBlock  { -ms-overflow-style: none; }
.MobileBlock  { overflow: -moz-scrollbars-none; }
.TopMB{
	margin-bottom:20px;
}
.TopMB ul li{
	width:100%;
	display:block;
	padding-left:20px;
	margin-bottom:10px;
}
.TopMB ul li a{
	color:#fff;
	font-size:16px;
}
.BottomMB ul li{
	width:100%;
	display:block;
	padding-left:10px;
	margin-bottom:1px;
	background-color:#fff;
	position:relative;
}
.ListArr{
	position:absolute;
	right:10px;
	top:20px;
}
.BottomMB ul li a{
	color:#555;
	font-size:16px;
	line-height:42px;
}
.BottomMB ul li ul{
	padding:0px 0px 10px 0px;
	display:none;
}	
.BottomMB ul li ul li{
	padding-left:10px;
}
.BottomMB ul li ul li a{
	color:#585553;
	font-size:14px;
	line-height:24px;
}
.rotate{
	transform: rotate(-90deg);		
}
#overflow{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.55);
}
.oh{
  overflow: hidden;
}
.hidden{
  display: none;
}
footer{
	margin-top: 30px;
}
.footer_top{
    background: #555;
    padding: 10px 10px;
    color: #fff;
}
.footer_logo{
    width: 150px;
    text-align: center;
    margin: 0px auto;
}
.footer_logo img{
	width: 100%;
}
.footer_bottom{
	display: block;
	font-size: 12px;

}
.footer_bottom .copyright{
	text-align: left;
	margin: 0px;
}
.footer_bottom .baw{
	text-align: right;
	margin: 0px;
}
#callback{
	display: none;
}
.map_holder{
  margin-top: 50px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.map_form{
  display: block;
  width: 380px;
  height: 400px;
  background: rgba(85,85,85,.5);
  padding: 25px;
  margin-left: 20px;
}
#feedback input{
	width: 100%;
	margin: 10px auto;    
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #555;
}

#feedback textarea{
	width: 100%;
	margin: 10px auto;    
    padding: 10px 15px;
    font-size: 14px;
    min-height: 100px;
    border: 1px solid #555;
}
#feedback .submit_feedback{
    border: 1px solid #555;
    padding: 10px 15px;
    display: inline-block;
    margin: 10px auto;
    background: #fff;
    transition:0.5s;
}
#feedback .submit_feedback:hover{
	background: #555;
	color: #fff;
}
.order_success_text{
	text-align: center;
	font-size: 18px;
	display: none;
    color: #555;
    margin: 20px auto;
}
.item_callback_holder_success_text,
.success_text{
	text-align: center;
	font-size: 18px;
	display: none;
    color: #fff;
    margin: 20px auto;
}

.production_form{
	background: url('../assets/images/psvet/form.jpg');
	background-size: cover;
    background-position: center;
	width: 100%;
	display: block;
    padding: 55px 40px;
    margin: 50px auto;
}
.production_form .production_title{
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #fff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
}
#production{
	width: 100%;
	max-width: 460px;
	display: block;
	margin: 15px auto;
}
#production input{
	width: 100%;
    display: block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 45px;
    box-shadow: 0px 0px 5px 0px #000;
    padding: 0px 10px;
    border: none;
}
#production .submit_production{
    text-decoration: none;
    margin: 25px auto;
    display: block;
    max-width: 260px;
    text-align: center;
    border: none;
    background: #fd0;
    color: #222;
    font-size: 20px;
    padding: 12px 12px;
    font-weight: bold;
}
#production .submit_production:hover{
    background: #222;
    color: #fff;
}
.production_thanks{
    background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 24px;
	display: none;
    color: #fff;
    margin: 20px auto;
}
.ps_slider_1,
.ps_slider_2,
.ps_slider_3{
	max-width: 800px;
	margin: 0px auto;
}
.ps_slider_1 .prev_button,
.ps_slider_2 .prev_button,
.ps_slider_3 .prev_button{
	position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    margin-top: -25px;
}
.ps_slider_1 .next_button,
.ps_slider_2 .next_button,
.ps_slider_3 .next_button{
	position: absolute;
    top: 50%;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    margin-top: -25px;
}
.ps_slider_1 .next_button:hover,
.ps_slider_2 .next_button:hover,
.ps_slider_3 .next_button:hover,
.ps_slider_1 .prev_button:hover,
.ps_slider_2 .prev_button:hover,
.ps_slider_3 .prev_button:hover{
	color: #fd0;
    background: rgba(0, 0, 0, 0.5);
}
.form_title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.tpl_category{
	text-align: center;
	margin-bottom: 30px;
	display: block;
}
.category_img img{
	margin: 15px auto;
	display: block;
    max-width: 180px;
    transition:0.5s;
    width: 100%;
}
.tpl_category:hover .category_img img{
	transform:scale(1.1);
}
.category_title{
	color: #fff;
	background: #555;
    padding: 15px 5px;
    display: block;
    transition: 0.5s;
}
.tpl_category:hover .category_title,
.category_title:hover{
	background: #FD0;
	color: #555;
}
.breadcrumb_holder{
  background: #c0c0c0;
  line-height: 40px;
}
.breadcrumbs{
  padding: 0px;
}
.breadcrumbs li{
  float: left;
  margin: 0px 6px;
}
.breadcrumbs li a span,
.breadcrumbs li a{
  font-size: 13px;
  line-height: 32px;
  color: #fff;
  transition: 0.5s;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:hover span{
  text-decoration: none;
  color: #555;
}
.breadcrumbs li > a.active,
.breadcrumbs li > span{
  line-height: 32px;
  font-size: 13px;
  color: #555;
}
.breadcrumbs li .separator{
  color: #fff;
  line-height: 40px;
}


.new_comment textarea,
.new_comment input{
  color: #444;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 0px 15px 0px 15px;
  line-height: 32px;
  width: 100%;
  margin: 8px auto; 
  background-color: #fff;
}
.disnone{
	display: none;
}
.round_button{
	border: 1px solid #555;
	color: #555;
	padding: 5px 10px;
	display: inline-block;
	margin: 10px auto;
	transition:0.5s;
}
.round_button:hover{
	background: #555;
	color: #fff;
}
.product_to_basket .round_button{
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    padding: 10px 20px;
    background: #4caf50;
    color: #fff;
    border: 0px;
    transition:0.5s;
}
.product_to_basket .round_button:hover{
	background: #277d2a;
}
.content a{
	text-decoration: underline;
}
.content a:hover{
	color: #b0b0b0;
}
.contact_info{
    display: block;
    width: 450px;
    font-size: 20px;
    background: #fafafa;
    color: #555;
    padding: 20px;
    margin-top: 20px;
}
.contact_info a{
	color: #555;
	transition:0.5s;
}
.contact_info a:hover{
	color: #fd0;
}
.tag_holder{
  text-align: center;
  margin: 10px auto 20px auto;
}
.tag_holder a{
  font-size: 18px;
}
.tag_holder .active{
	color: #ffdd00;
	text-shadow: 1px 1px 1px rgba(85, 85, 85, 0.45);
}
.tag_title{
	display: inline-block;
}

.tag_holder .tag{
  display: inline-block;
}
.tag_holder .separator{
  display: inline-block;
  margin: 0px 3px;
}
.blog .tpl_blog:first-child{
	border-top: 2px solid #555;
}
.tpl_blog{
	display: block;
	overflow: hidden;
	border-bottom: 2px solid #555;
	margin-bottom: 5px;
	padding: 10px;
}
.blog_more{
	float: right;
	transition:0.5s;
}
.blog_title{
	float: left;
	display: block;
	font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.blog_title:hover{
	text-decoration: underline;
}
.blog_date{
	float: right;
	font-size: 12px;
    line-height: 30px;
	display: block;
}
.blog_more:hover{
	background: #555;
	color: #fff;
}
.clr{
  clear: both;
  display: block;
}

.pagination{
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
.pagination li span,
.pagination li a{
  background-color: #fff;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  border-radius: 0px!important;
  border: 1px solid #555;
  display: inline-block;
  cursor: pointer;
  color: #555;
  font-size: 15px;
  text-decoration: none;
  transition:0.5s;
  margin: 1px;
}
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
  color: #fff;
  background-color:#555;
  border: 1px solid #555;
}
.pagination > li > a:hover{
  color: #fff;
  border: 1px solid #555;
  background-color:#555;
}
.pagination > li{
  display: inline-block;
}
.sorting_title{
	display: inline-block;
}
.sorting_body{
	display: inline-block;
}
.sorting{
    text-align: right;
    margin-bottom: 10px;
}
.find_link,
.reset_link {
	cursor: pointer;
	transition:0.5s;
}
.find_link:hover,
.reset_link:hover{
	background: #555;
	color: #fff;
}



#slider-range-price{
  overflow: visible!important;
}
.ui-slider {
  position: relative;
  text-align: left;
  background: #e1e5e6;
      margin-bottom: 15px;
}
.ui-slider-horizontal{
  height: 12px;
}
.ui-slider .ui-slider-range{
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #fd0;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 2px;
    height: 8px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  background: #555!important;
  border: none!important;
  outline: none;
}
.input_end {
  font-size: 12px;
  margin: 10px 0px;
  float: right;
}

.end_desc {
  font-size: 12px;
  padding: 0px 0px 0px 2px;
  float: right;
  margin: 10px 0px;
}
.start_desc {
  font-size: 12px;
  padding: 0px 0px 0px 2px;
  float: left;
  margin: 10px 0px;
}
.input_start {
  font-size: 12px;
  float: left;
  margin: 10px 0px;
}


.filter_title{
  border-bottom: 2px solid #ddd;
  padding: 5px;
  color: #555;
  text-align: center;
  margin-bottom: 15px;
}
.filter_title h4{
  font-size: 18px;
  font-weight: bold;
}
.filter_row{ 
  margin-top: 15px;   
  border: 1px solid #ddd;
  padding: 5px;
}
.filter_row .head{
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
.filter_row .head .head_filter_name{
    max-width: 85%;
    display: inline-block;
    vertical-align: middle;
}
.menu_opener{
    display: block;
    width: 36px;
    height: 42px;
    float: right;
}
.filter_color{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
  box-shadow: 0px 0px 0px 1px #ddd;
}
.row_checked label{
  line-height: 24px;
  margin: 0px;
  font-size: 14px;
}
.filter_row .open_close{
  float: right;
  font-size: 26px;
  line-height: 14px;
  padding: 0px;
  margin: 0px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  transition:0.5s;
}
.filter_row.opened .open_close{
  transform:rotate(180deg);
}
.values_holder{
	position: relative;
	margin: 10px 10px;
}




/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 4px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 2px; left: 3px;
  font-size: 18px;
  line-height: 0.8;
  color: #555;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #fd0!important;
}

.owl-nav.disabled{
	display: none;
}
.owl-dots.disabled{
	display: none;
}

.inner_category{
	display: inline-block;
	text-align: center;
	margin: 5px;
  width: calc(100% - 10px);
}
.inner_category_img{
	overflow: hidden;
}
.inner_category_img img{
	transition:0.5s;
}
.inner_category:hover .inner_category_img img{
	transform:scale(1.1);
}
.inner_category_title{
    color: #fff;
    background: #555;
    padding: 5px 10px;
    display: block;
    transition: 0.5s;
    font-size: 12px;
    word-break: break-word;
    min-height: 80px;
    width: 100%;
    display: table;
}

.inner_category_title span{
    vertical-align: middle;
    display: table-cell;
    word-break: break-word;
}
.inner_category.active .inner_category_title,
.inner_category:hover .inner_category_title{
    background: #FD0;
    color: #555;
}
.thanks_text{
	display: none;
}
.product_tab .tab_body{
	display: block;
    padding: 10px;
    background: #fafafa;
    overflow: hidden;
    position: relative;
}
.error_input{
	background: #ffdada!important;
}



.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp
{
  border:0;
  outline:none;
  vertical-align:top;
  margin:0;
  padding:0;
}

.fancybox-wrap
{
  position:absolute;
  top:0;
  left:0;
  z-index:8020;
}

.fancybox-skin
{
  position:relative;
  background:#f9f9f9;
  color:#444;
  text-shadow:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

.fancybox-opened
{
  z-index:8030;
}

.fancybox-opened .fancybox-skin
{
  -webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
  box-shadow:0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-outer,.fancybox-inner
{
  position:relative;
}

.fancybox-type-iframe .fancybox-inner
{
  -webkit-overflow-scrolling:touch;
}

.fancybox-error
{
  color:#444;
  white-space:nowrap;
  margin:0;
  padding:15px;
}

.fancybox-image,.fancybox-iframe
{
  display:block;
  width:100%;
  height:100%;
}

.fancybox-image
{
  max-width:100%;
  max-height:100%;
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span
{
  background-image:url(../img/fb_sprite.png);
}

#fancybox-loading
{
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-22px;
  margin-left:-22px;
  background-position:0 -108px;
  opacity:0.8;
  cursor:pointer;
  z-index:8060;
}

#fancybox-loading div
{
  width:44px;
  height:44px;
  background:url(../img/AjaxLoader.gif) center center no-repeat;
}

.fancybox-close
{
  position:absolute;
  top:-18px;
  right:-18px;
  width:36px;
  height:36px;
  cursor:pointer;
  z-index:8040;
}

.fancybox-nav
{
  position:absolute;
  top:0;
  width:40%;
  height:100%;
  cursor:pointer;
  text-decoration:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  z-index:8040;
}

.fancybox-prev
{
  left:0;
}

.fancybox-next
{
  right:0;
}

.fancybox-nav span
{
  position:absolute;
  top:50%;
  width:36px;
  height:34px;
  margin-top:-18px;
  cursor:pointer;
  z-index:8040;
}
.fancybox-nav:hover span{
	visibility: visible;
}

.fancybox-prev span
{
  left:10px;
  background-position:0 -36px;
}

.fancybox-next span
{
  right:10px;
  background-position:0 -72px;
}

.fancybox-tmp
{
  position:absolute;
  top:-99999px;
  left:-99999px;
  visibility:hidden;
  max-width:99999px;
  max-height:99999px;
  overflow:visible!important;
}

.fancybox-lock
{
  overflow:hidden!important;
  width:auto;
}

.fancybox-lock body
{
  overflow:hidden!important;
}

.fancybox-lock-test
{
  overflow-y:hidden!important;
}

.fancybox-overlay
{
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  display:none;
  z-index:8010;
  background:url(../img/fb_overlay.png);
}

.fancybox-overlay-fixed
{
  position:fixed;
  bottom:0;
  right:0;
}

.fancybox-lock .fancybox-overlay
{
  overflow:auto;
  overflow-y:scroll;
}

.fancybox-title
{
  visibility:hidden;
  position:relative;
  text-shadow:none;
  z-index:8050;
}

.fancybox-title-float-wrap
{
  position:absolute;
  bottom:0;
  right:50%;
  margin-bottom:-35px;
  z-index:8050;
  text-align:center;
}

.fancybox-title-float-wrap .child
{
  display:inline-block;
  margin-right:-100%;
  background:rgba(0,0,0,0.8);
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  text-shadow:0 1px 2px #222;
  color:#FFF;
  font-weight:700;
  line-height:24px;
  white-space:nowrap;
  padding:2px 20px;
}

.fancybox-title-outside-wrap
{
  position:relative;
  margin-top:10px;
  color:#fff;
}

.fancybox-title-inside-wrap
{
  padding-top:10px;
}

.fancybox-title-over-wrap
{
  position:absolute;
  bottom:0;
  left:0;
  color:#fff;
  background:rgba(0,0,0,.8);
  padding:10px;
}


.tpl_comment{
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.tpl_comment .comment_name{
  border: 1px solid #ccc;
  background: #f7f7f7;
  border-radius: 20px;
  height: 36px;
  line-height: 36px;
  padding: 0px 10px;
  text-align: center;
  width: 25%;
  float: left;
  bottom: 0px;
  position: absolute;
}
.tpl_comment .comment_date{
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}
.tpl_comment .comment_holder{
  float: right;
  width: 72%;
  border: 1px solid #ccc;
  background: #f7f7f7;
  border-radius: 100px;
  padding: 15px 40px 15px 40px;
  height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.tpl_comment .comment_name::after{
  width: 40px;
  height: 40px;
  content: " ";
  display: block;
  position: absolute;
  right: -82px;
  bottom: 15px;
  border: 1px solid #ccc;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
}


.product_view_image{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px dashed #ddd;
}

.product_view_image img{
	max-width: 100%;
	display: block;
	margin: 0px auto;
}
.product_page .owl-pagination{
  display: none;
}
.thumb_img {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.thumb_img img{
  width: 100%;
}

.thumb_img.active img{
  border: 2px solid #fd0;
}
.inner_categories .next_button,
.product_page .next_button{
	right: 0px;
	opacity: 0.6;    
	display: block;
	background: #fd0;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
    color: #555;
    text-align: center;
}
.inner_categories .prev_button,
.product_page .prev_button{
    opacity: 0.6;    
    display: block;
    background: #fd0;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #555;
    text-align: center;
}

.product_page .mob_gallery .next_button,
.product_page .mob_gallery .prev_button{
	width: 40px!important;
}

.inner_categories .next_button:hover,
.inner_categories .prev_button:hover,
.product_page .next_button:hover,
.product_page .prev_button:hover{
    opacity: 1;    
}
.inner_categories .next_button i,
.inner_categories .prev_button i,
.product_page .next_button i,
.product_page .prev_button i{
	position: absolute;
	top:50%;
	margin-top: -8px;
	text-align: center;
	width: 100%;
    left: 0px;
}
.product-view{
  background: #fafafa;
}
.new_comment_holder{
	text-align: center;
}

.product_page .product_price_holder{
  margin: 10px 0px;
}
.product_page .product_price{
  font-size: 18px;
  font-weight: bold;
  color: #555;
  text-align: left;
  display: block;
}
.product_page .product_introtext{
    background: #fafafa;
    padding: 10px;
    margin: 10px auto;
}
.product_page .price_name{
    margin-bottom: 10px;
    display: block;
}
.product_page .product_old_price{
  font-size: 16px;
  font-weight: bold;
  color: #999;
  text-align: left;
  line-height: 12px;
  display: block;
}
.product_page .product_price_action{
    font-size: 20px;
    font-weight: bold;
    color: #555;
    text-align: left;
    line-height: 20px;
    margin: 10px auto;
    display: block;
    display: inline-block;
    padding: 10px;
    background: #fd0;
}


.product_introtext table {
  width: 100%!important;
  max-width: 100%;
  margin-bottom: 20px;
}
.product_introtext table  > thead > tr > th,
.product_introtext table  > tbody > tr > th,
.product_introtext table  > tfoot > tr > th,
.product_introtext table  > thead > tr > td,
.product_introtext table  > tbody > tr > td,
.product_introtext table  > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.product_introtext table  > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.product_introtext table  > caption + thead > tr:first-child > th,
.product_introtext table  > colgroup + thead > tr:first-child > th,
.product_introtext table  > thead:first-child > tr:first-child > th,
.product_introtext table  > caption + thead > tr:first-child > td,
.product_introtext table  > colgroup + thead > tr:first-child > td,
.product_introtext table  > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.product_introtext table  > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.product_introtext table  {
  background-color: #ffffff;
}
.product_introtext table{
  border: 1px solid #dddddd;
}
.product_introtext table > thead > tr > th,
.product_introtext table > tbody > tr > th,
.product_introtext table > tfoot > tr > th,
.product_introtext table > thead > tr > td,
.product_introtext table > tbody > tr > td,
.product_introtext table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.product_introtext table > thead > tr > th,
.product_introtext table > thead > tr > td {
  border-bottom-width: 2px;
}
.product_introtext table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.product-info .product_name_i{
	display:block;
	font-size:24px;
	font-weight:bold;
	margin:10px 0px;
	color: #555;
}
.product-info .product_article_i{
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #555;
	margin:10px 0px;
}
.product-info .product_article_i span{
	padding: 2px 10px;
	background: #555;
	color: #fff;
}
.product_page{
	margin-top: 20px;
}

#buy,
#callback,
#montaj{
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 1050;
  text-align: center;
}
#buy p{
	color: #fff;
}
#buy input,
#buy textarea,
#callback input,
#montaj input{
  max-width: 400px;
  display: block;
  color: #444;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 0px 15px 0px 15px;
  line-height: 32px;
  width: 100%;
  margin: 5px auto;
  background-color: #fff;
}
#buy .popup_title,
#callback .popup_title,
#montaj .popup_title{
  color: #fff;
  font-size: 22px;
  margin: 5px auto;
}
#buy .success_text,
#callback .success_text,
#montaj .success_text{
  background: #fff;
  padding: 5px 10px;
  color: #555;
  max-width: 330px;
  margin: 10px auto;
}
.submit_buy,
.submit_callback,
.submit_montaj {
    padding: 8px 15px;
    background: #fd0;
    color: #555;
}
.pop_close{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  font-size: 25px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  cursor: pointer;
  color: #222;
  border: 1px solid #222;
  transition:0.5s;
}
.pop_close:hover{
  color: #fd0; 
}
.call_callback_left{
  position: fixed;
  left: 0px;
  top: 80%;
  width: 100px;
  z-index: 2;
}
.call_callback_text{
color: #555;
text-shadow: 0px 0px 0px rgba(255, 221, 0, 0.5);
text-decoration: none;
text-align: center;
margin: 5px auto;
font-weight: bold;
}
.call_callback_icon{
  background: url('../img/icons/call_callback.png');
  width: 64px;
  height: 64px;
  margin: 0px auto;
  animation-name: shakecall;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.call_callback_left:focus, .call_callback_left:hover{
  text-decoration: none;
}
@keyframes shakecall {
  0% { transform: translate(0px); }
  4% { transform: translate(5px); }
  8% { transform: translate(-5px); }
  12% { transform: translate(3px); }
  17% { transform: translate(-3px); }
  21% { transform: translate(1px); }
  25% { transform: translate(0px); }
}
.call_basket{
  width: 36px;
  margin: 10px 20px;
}
.call_basket svg{
  width: 100%;
}
.call_basket:hover svg path{
  fill: #fd0;
}
.mobile_lang_basket{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile_lang_basket .call_basket svg path{
  fill: #fd0;
}
.call_basket_left{
  position: fixed;
  right: 0px;
  top: 15%;
  width: 100px;
  z-index: 2;
}
.call_basket_text{
color: #555;
text-shadow: 0px 0px 0px rgba(255, 221, 0, 0.5);
text-decoration: none;
text-align: center;
margin: 5px auto;
font-weight: bold;
}
.call_basket_icon{
  background: url('../img/icons/call_basket.png');
  width: 64px;
  height: 64px;
  margin: 0px auto;
}

/****/


#product_buy_form{
	display: inline-block;
}
.timer_holder{
	display: inline-block;
    vertical-align: top;
    margin-left: 0px;   
    width: 100%;
    border: 1px solid #555;
}
.counter_block{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    padding: 16px 10px;
}

.counter_text{
	font-size: 18px;
    display: inline-block;
    position: relative;
}
.counter{
    font-size: 26px;
    font-weight: bold;
}

.product_adv{
	text-align: left;
    margin-bottom: 10px;
}
.product_adv_num{
    background: #ffdd00;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    font-size: 20px;
}
.product_adv_text{
    display: inline-block;
    font-size: 16px;
    max-width: 80%;
    vertical-align: middle;
}
.sertificats{
	position: relative;
	display: block;
	overflow: hidden;
}
.sertificats .owl-item{
	display: inline-block;
	text-align: center;
}
.tpl_sertificat{
	display: inline-block;
	margin: 5px;
}
.tpl_sertificat img{
	width: 100%;
}

.sertificats_holder{
    background: #fafafa;
    padding: 25px;
    margin: 20px auto;
}

.project_gallery{
	background: #fafafa;
    padding: 25px;
    margin: 25px auto;
}
.project_imgs{
    overflow: hidden;
    text-align: center;
    display: block;
    position: relative;
}
.project_imgs .owl-item{
	display: inline-block;
	text-align: center;
}
.project_main_img{
	text-align: center;
}
.project_main_img img{
    border: 1px solid #ddd;
}
.project_img{
	display: inline-block;
	margin: 5px;
}
.project_img img{
	width: 100%;   
	border: 1px solid #ddd;
}

.sertificats .owl-prev,
.project_imgs .owl-prev{
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    z-index: 11;
    cursor: pointer;
    background: url('../img/left_arrow.png');
    background-size: 20px 30px;
}
.sertificats .owl-next,
.project_imgs .owl-next{
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    z-index: 11;
    cursor: pointer;
    background: url(../img/right_arrow.png);
    background-size: 20px 30px;
}
.tpl_project{
    display: block;
    position: relative;
    margin: 5px;
}
.tpl_project_img{
	border: 1px solid #ddd;
	display: block;
	width: 100%;
    overflow: hidden;
}
.tpl_project_img img{
	width: 100%;
	display: block;
	transition:0.5s;
}
.tpl_project:hover .tpl_project_img img{
	transform:scale(1.1);
}
.tpl_project_name{
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.33);
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 5px;
}
.product_right_side{
	display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 65px;
}
.montaj_holder{
    background: #fd0;
    color: #555;
    text-align: center;
    width: 100%;
}
.montaj_title{
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 18px;
    margin-right: 15px;
    font-weight: bold;
}
.call_montaj {
    vertical-align: middle;
    border: 1px solid #555;
    color: #555;
}
.item_callback_holder{
    background: #fff;
    color: #555;
    /*border: 1px solid #555;*/
    /*padding: 5px;*/
    margin: 20px auto;
    width: 100%;
    text-align: center;
}
.item_callback_input{
    display: inline-block;
    width: 68%;
}
.item_callback_input input{
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
    height: 36px;
    width: 100%;
}
.submit_item_callaback{
    margin: 0px;
    width: 30%;
    background: #555;
    color: #fff;
    padding: 6px 10px;
}
.submit_item_callaback:hover{
	color: #555;
	background: #fff;
}


#overflow_lampa{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 91050;
  background: rgba(0, 0, 0, 0.55);
}

#lampa{
	display: none;
    position: absolute;
    top: 140px;
    background: #fff;
    z-index: 91051;
    width: 960px;
    margin-left: -480px;
    left: 50%;
    padding: 15px;
}
.lampa_close{
	cursor: pointer;
	z-index: 1051;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition:0.5s;
}
.lampa_close:hover{
	background: #fd0;
}
.lampa_img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.lampa_over{
	font-size: 25px;
	font-weight: bold;
	color: #555555;
	line-height: 36px;
	margin-bottom: 15px;
}
.lampa_over span{
	color: #FCDD2C;
}
.lampa_under{
    color: #A9A9A9;
    text-align: center;
    display: block;
    width: 100%;
}
.lampa_form{

}
.lampa_form input{
	line-height: 60px;
	height: 60px;
	border: 1px solid #ebebeb;
	color: #555;
	border-radius: 0px;
	outline: none;
	box-shadow: none;
}
.lampa_form .confirm_lampa{
    background: #FCDD2C;
    color: #555;
    font-size: 20px;
    line-height: 60px;
    width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 20px auto;
    transition:0.5s;
}
.lampa_form .confirm_lampa:hover{
	opacity: 0.8;
}
.lampa_success_text{
	text-align: center;
    font-size: 18px;
    display: none;
    color: #555;
    margin: 20px auto;
    font-weight: bold;
}

#order_popup{
	display: none;
    position: absolute;
    top: 140px;
    background: #fff;
    z-index: 1050;
    width: 960px;
    margin-left: -480px;
    left: 50%;
    padding: 15px;
}
.order_close{
	cursor: pointer;
	z-index: 1051;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition:0.5s;
}
.order_close:hover{
	background: #fd0;
}

.courier,
.postdepart,
.postcity{
	display: none;
}
#order_popup .form-control{
    box-shadow: none;
    border: 1px solid #555;
    border-radius: 0px;
}
#order_popup .form-control:active,
#order_popup .form-control:focus{
    border: 1px solid #fd0;
}
#order_popup label{
	font-size: 13px;
}
#order_popup .order_step{
	font-size: 17px;
    font-weight: bold;
}
#order_popup .order_block{
    margin-bottom: 20px;
}
#order_popup .submit_order_basket{
    background: #fd0;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    display: block;
    width: 240px;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #fd0;
    transition:0.5s;
}
#order_popup .submit_order_basket:hover{
	background: #fff;
}


#order_popup .continue_buy{
    background: #555;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    display: block;
    width: 260px;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #555;
}
#order_popup .continue_buy:hover{
	background: #fff;
	color: #555;
}

.chosen-container{
  width: 100%!important;
  outline: none;
  background: #fff;
  border: none;
  border-radius: 0px;
}
.chosen-container-single .chosen-single{
  line-height: 36px;
  height: 36px;
  outline: none;
  background: #fff;
  box-shadow: none;
  color: #555555;
  border-radius: 0px;
  border: 1px solid #555;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: #fff;
}
.chosen-container-single .chosen-single div{ 
  width: 36px;
  height: 32px;
}
.chosen-container-single .chosen-single span{
  margin-right: 50px;
}
.MobileBlock .h_lang_list{
  margin: 20px 18px;
}

.chosen-container-single .chosen-single div b{
background-image: url(../img/drop_down.png)!important;
    width: 36px!important;
    height: 36px!important;
    transition: transform .5s!important;
    position: absolute!important;
    right: 0px!important;
    background-size: auto!important;
}
.chosen-container.chosen-with-drop .chosen-drop{
  background: #fafafa;
}
.chosen-container-single .chosen-drop,
.chosen-container .chosen-drop{
  border: 1px solid #fd0;
  border-radius: 0px;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  border: 1px solid #fd0;
  border-radius: 0px;
}

.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div{
  background: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: 0px 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-container .chosen-results li.highlighted{
  background: #fd0;
  color: #555;
}
.chosen-container .chosen-results{
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0px;
}
.chosen-container .chosen-results li{
  line-height: 28px;
}





.td_1,
.td_2{
	width: 50%;
}

.basket_case{
  width: 100%;
  background: none;
  margin-top: 10px;
}
.basket_case tr{
	display: block;
    position: relative;
}
.basket_case tr:nth-child(odd){
    background: #f2f2f2;
}
.basket_case tr:nth-child(even){
    background: #f9f9f9;
}
.basket_case tr:hover{
	background: rgba(255, 221, 0, 0.2);
}
.basket_case tr td{
  padding: 4px;
  text-align: center;
}
.basket_product_name{
  display: block;
  text-align: left;
  color: #555;
  font-size: 12px;
}
.basket_product_info{
  display: block;
  text-align: left;
  color:#555;
  font-size: 13px;
  font-weight: bold;
}
.cart-images{
	display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.amount_few{
  text-align: center;
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
}
.price .amount_1{
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.basket_remove{
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    transition: 0.3s;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fd0;
    color: #555;
    display: none;
}
tr:hover .basket_remove{
    display: block;
}
.basket_remove:hover{
  color: #fd0;
  background: #555;
}

.cart_quantity{
  display: block;
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: 1px solid #555;
}

.total_cart_sum{
  color: #3f352c;
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
}
.p_empty{
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px auto;
}
.basket_code{
	background: #555;
    color: #fff;
    padding: 2px 5px;
}
.size_text{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 5px auto;
    width: 100%;
    padding: 5px;
}

#alert{
  background: #fff;
  display: none;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -150px;
  width: 300px;
  z-index: 5000;
  text-align: center;
  border: 1px solid #555;
}
#alert p{
  font-size: 22px;
  font-weight: bold;
  color: #f04d4d;
}
.navbar-fixed-top, .navbar-fixed-bottom{
	z-index: 1049;
}
.row_checked{
	display: block;
	position: relative;
}
.find_counter{
    background: #fd0;
    padding: 5px 10px 5px 5px;
    position: absolute;
    top: -5px;
    right: -110px;
    z-index: 2;
    font-size: 16px;
    height: 32px;
    transition:0.5s;
    box-shadow: 0px 0px 5px 2px #fff;
}
.find_counter:hover{
	background: #555;
    color: #fff;
}
.find_counter::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: -31px;
    top: 0px;
    border: 16px solid transparent;
    border-right: 15px solid #fd0;
    display: block;
    width: 0;
    height: 0;
    transition:0.5s;
}
.find_counter:hover::before{
    border-right: 15px solid #555;
}
.find_counter_ttl{
    background: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #555;
}
.find_counter_close{
    display: block;
    position: absolute;
    top: -15px;
    right: -10px;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition:0.5s;
    color: #555;
}
.find_counter_close:hover{
    background: #555;
    color: #fff;
}
.find_counter_text{
    font-weight: bold;
    font-size: 14px;
}
.led_g{
    background: url('../img/led_g2.png');
    display: block;
    background-size: 180px;
    background-repeat: no-repeat;
    width: 180px;
    height: 36px;
    position: absolute;
    top: 180px;
    left: -180px;
    transition: left 0.5s ease;
    z-index: 5;
}
.led_g.active{
	left: 0px;
}
.main_page .led_g{
	top:140px;
}
.led_g.fixed{
    position: fixed;
    top: 100px;
}
.led_g:hover{
    opacity: 0.6;
}
.close_search_btn{
    width: 36px;
    line-height: 32px;
    height: 36px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    border: 1px solid #ddd;
}
.close_search_btn:hover{
	background: #fd0;
	color: #333;
}


.match_container {
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #fff;
  border: 1px solid #000;
  width: 300px;
  z-index: 99999;
  display: none;
}
.search_container ul{
  padding: 5px 10px 5px 10px;
}
.search_container ul li{
  display: block;
  width: 100%;
  text-align: left;
}
.search_container ul li a{

  display: block;
  padding: 5px;
}
.search_container ul .match_product_img{
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  left: auto;
  padding-left: 5px;
  text-align: left;
  width: 70px;
}
.search_container ul .match_product_name{
  position: relative;
  display: inline-block;
  color: #333;
  right: auto;
  left: auto;
  top: auto;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  width: 180px;
}


.search_container ul li a:hover{
  background: #ffdd00;
}
.search_container ul :hover .match_product_name{
  color: #333;
}
.product_notavailable{
    background: #c0c0c0;
    display: block;
    text-align: center;
    font-size: 22px;
    padding: 15px 10px;
}
.cat_top{
    background: #fd0;
    display: block;
    font-size: 20px;
    width: 270px;
    margin: 20px auto;
    padding: 10px 10px;
    color: #555;
    transition:0.5s;
}
.cat_top:hover{
    background: #555;
    color: #fff;
}
.price_one{
	font-weight: bold;
    padding: 8px 15px 8px 0px;
    margin: 5px auto;
    display: block;
}
.error_page{
position: relative;
}
.error_page img{
max-width: 800px; width: 100%; display: block; margin: 10px auto;
}
.error_page a{
	display: block; position: absolute; width: 240px; font-size: 18px; font-weight: bold; margin-left: -120px; bottom: 30px; left: 50%; background: #1d1d1f; color: #fff; border-radius: 30px; padding: 10px 10px; text-align: center;
}



/*rating*/

.comment_date{
  float: left;
}
.rating_input{
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border-radius: 0px;
    margin: 8px auto;
    line-height: 34px;
}
.rating_input label{
    display: block;
    float: left;
    max-width: 100%;
    font-weight: normal;
    margin: 0;
    color: #222;
}
.rating_recall {
    position: relative;
    float: left;
    height: 15px;
    margin: 9px 0 0 30px;
}

.rating_recall span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}

.rating_recall span.yellow {
  background: url('../img/stars.png') no-repeat;  
}

.vote_recall.hov_recall, .vote_recall.hov_recall_click{
  background: url('../img/stars.png') no-repeat;
  cursor: pointer;
}

.vote.hov{
  background: url('../img/stars.png') no-repeat;
  cursor: pointer;
}
.vote_text{
  font-size: 11px;
}

.rating_recall_stars{
    position: relative;
    float: left;
    height: 15px;
    margin-top: 1px;
    margin-left: 15px;
}
.rating_recall_stars span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}

.rating_recall_stars span.yellow {
  background: url('../img/stars.png') no-repeat;  
}
.product_rating{
    text-align: center;
    background: #fff;
    overflow: hidden;
    padding: 0px 15px;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.product_rating .rating_recall_stars{
    margin-left: 10px;
}
.rating_text{
    float: left;
    display: block;
    height: 44px;
    line-height: 44px;
}
.rating_body{
    float: left;
    padding: 3px 0px;
}
.rating_body div{
  text-align: center;
}

/* rating end */

.hide_filters,
.show_filters{
	display: none;
}
.PhoneMobile{
	margin-left: 10px;
}
.PhoneMobileHolder{
	display: none;
}
.PhoneMobileHolder.active{
    display: block;
    position: absolute;
    top: 80px;
    background: #fff;
    right: 0px;
    box-shadow: 0 -1px 5px 2px rgba(0,0,0,.2);
}
.PhoneMobile.hide_mobile{
	display: none;
}
.name_holder{
	overflow: hidden;
  min-width: 100%;
	display: block;
}
.categories_holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
.categories_holder > div{
	float: none;
    display: inline-flex;
}
.desktop_gallery{
	display: block;
	width: 100%;
}
.mob_gallery{
	display: none!important;
}
.plight_content{

}
.plight_content p,
.plight_content span,
.plight_content i,
.plight_content strong,
.plight_content b{
	font-size: 20px;
}
.plight_content h2{
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 24px;
    color: #555;
}
.accordion_block{

}
.accordion_block .accordion_title{
	display: block;
    width: 100%;
    line-height: 40px;
    background: #898989;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    color: #fff;
    cursor: pointer;
}
.accordion_block .accordion_title:hover{
    background: #555;
    color: #fd0;
}
.accordion_block .accordion_title:hover p,
.accordion_block .accordion_title:hover i{
	color: #fff;
}
.accordion_block .accordion_title i{
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    right: 0px;
    text-align: center;
    line-height: 40px;
    transition:0.5s;
}
.accordion_block.active .accordion_title i{
	transform: rotate(180deg);
}
.accordion_block .accordion_content{
	display: none;
    padding: 0px 20px;
}
.accordion_block.active .accordion_content{

}
.top_right_lh{
	display: block;
	float: left;
	max-width: 550px;
	position: relative;
}
.TopMenuInfo.TopMenuInfoMobile {
    width: 100%;
    clear: both;
    height: 32px;
    color: #555;
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: 0px;
    display: none;
}
.helper_block{
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 100px;
  transition: 0.3s;
  z-index: 5;
}
.helper_block .helper_close{
  display: none;
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  transition:0.5s;
}
.helper_block .helper_close svg{
  width: 100%;
  max-width: 20px;
  margin: 0px auto;
  display: block;
}
.helper_block .helper_close svg path{
  fill:#fff;
}
.helper_block .helper_buttons{
  display: none;
  transition:0.5s;
}
.helper_block .helper_buttons > div > a{
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.helper_block .helper_buttons > div > a > .icon{
  width: 50px!important;
  height: 50px!important;
  background: #5f5f5f!important;
  border-radius: 50%!important;
  padding: 10px!important;
  transition:0.5s!important;
  display: flex!important;
  margin-bottom: 10px!important;
  flex-direction: column!important;
  align-items: center!important;
  justify-content: center!important;
  position: relative!important;
}
.helper_block .helper_buttons > div > a:hover > .icon{
  transform:scale(1.1);
}
.helper_block .helper_buttons > div > a > .icon svg{

  width: 100%;
  max-width: 25px;
  margin: 0px auto;
  display: block;
}

.helper_block .helper_buttons > div > a > .icon svg path{
  fill:#fff;
}
.helper_block .helper_buttons > div > a > .text{
  display: block!important;
  opacity: 0!important;
  visibility: none!important;
  position: absolute!important;
  top: 5px!important;
  left: -150px!important;
  text-align: center!important;
  width: 140px!important;
  background: #fff!important;
  border: 1px solid #e1e5eb!important;
  color: #000!important;
  padding: .5em 1em!important;
  white-space: nowrap!important;
  border-radius: .5em!important;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.13)!important;
  transition:1s!important;
}
.helper_block .helper_buttons > div > a:hover > .text{
  display: block!important;
  visibility: visible!important;
  opacity: 1!important;
}
.helper_block .helper_show{
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  transition:0.5s;
  width: 50px;
  height: 50px;
}
.helper_block .helper_show svg path{
  fill:#fff;
}
.helper_block:hover .helper_show{
  display: none;
}
.helper_block:hover .helper_close{
  display: none;
}
.helper_block:hover{
  height: 180px;
}
.helper_block:hover .helper_buttons{
  display: block;
}
.helper_block .binotel_call#bingc-phone-button{
  display: block;
  width: auto;
  height: auto;
  background: transparent!important;
  position: relative!important;
  z-index: 2!important;
  background-image: none!important;
  box-shadow: none!important;
}
.bingc-phone-button{
  display: none!important;
}
.polit_menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.polit_menu li a{
  padding: 0px 15px;
}
.polit_pop{
  background: #555;
  color: #fff;
  text-align: center;
  position: fixed;
  padding: 5px 10px;
  z-index: 2000;
  top: 30%;
  bottom: auto;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

.polit_pop .pop_close{
  top: -40px;
}
.polit_btn{
  background: #fedb33;
  color: #555;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px;
  text-decoration: none;
}
.polit_btn:hover{
  background: #ffffff;
  text-decoration: none;
}
a.polit_in{
  display: block;
  color: #fff;
  text-decoration: underline;
}
a.polit_in:hover{
  text-decoration: none;
}
.content table{
  width: 100%;
}
.content table tr{
  background: #fff;
}
.content table tr:nth-child(odd){
  background: #f6f6f6;
}
.content table tr:hover{
  background: #e1e1e1!important;
}
.content table tr th,
.content table tr td{
  padding: 5px 10px;
}
.contact_info > div{
  margin-bottom: 10px;
}
.content ol,
.content ul{
    margin-left: 20px;
}
.content ul li{
  list-style-type: disc;
}
.content ol li {
    list-style-type: decimal;
}
#googleMap iframe{
  height: 100%!important;
}
@media (max-width: 1200px) {

	.item_callback_input{
		width: 63%;
	}
	.submit_item_callaback{
		width: 35%;
	}

	.Slide{
		min-height:350px;
	}
	.HeaderLogo img{
	    width: 160px;
	    margin: 17px auto;
	}
	.HeaderLogo.logo_vertical img{
		width: 180px;
		margin: 5px auto;
	}
	.main_menu_catalog li span, .main_menu_catalog li a{
	    font-size: 16px;
        padding: 0px 5px;
	}
	.tpl_banner_text{
		top: 20px;
	}
	.banner_main_text{
		font-size: 28px;
	}
	.TopMenuUl li a{
		font-size: 13px;
		padding: 20px 3px;
	}
}	
@media (max-width: 992px) {
  .helper_block{
    right: 10px;
    bottom: 10px;
  }
  .helper_block:hover .helper_buttons{
    display: none;
  }
  .helper_block.active .helper_buttons{
    display: block;
  }
  .helper_block.active .helper_close{
    display: block;
  }
  .helper_block:hover .helper_show{
    display: block;
  }
  .helper_block.active .helper_show{
    display: none;
  }
  .helper_block:hover{
    height: 50px;
  }
  .helper_block.active{
    height: 230px!important;
  }
  #lampa{
	    width: 320px;
	    left: 50%;
	    margin-left: -160px;
	    top: 10px;
	    position: absolute;
	}
	.lampa_over {
	    font-size: 18px;
	    font-weight: bold;
	    line-height: 26px;
	    margin-bottom: 15px;
	}
	.main_page .led_g{
		top:107px;
	}
	.led_g{
		background-size: 160px;
	    width: 160px;
    	height: 32px;
	    top: 115px;
	}
	.led_g.fixed {
	    top: 107px;
	}
	.filter_row .head .head_filter_name{
		max-width: 78%;
	}
	#order_popup{
	    width: 310px;
	    margin-left: -155px;
	}
	.total_cart_sum{
		font-size: 15px;
	}
	.continue_buy{
		display: none;
	}
	.item_callback_input {
 	   width: 53%;
	}
	.submit_item_callaback {
	    width: 45%;
	}
	.SearchForm form{
		position: relative;
	}
	.SearchForm .SearchSubmit{
	    position: absolute;
	    right: 50px;
	    top: 0px;
	}
	.SearchForm .SearchSubmitC{
	    position: absolute;
	    right: 10px;
	    top: 0px;
	}
	.tpl_comment .comment_name{
		font-size: 12px;
	}
	.comment_text{
		font-size: 12px;
	}
	.product_scheme img{
		width: 100%!important;
	}
	.banner_btn{
	    padding: 10px 20px;
  		margin: 20px auto;
    	font-size: 14px;
	}
	.tpl_banner_text{
	    top: 0px;
    	width: 360px;
	}
	.banner_main_text{
		font-size: 20px;
	}
	.NavSm{
		display:none;
	}
	.NavSmVis{
		display:block;
	}
	.Slide{
		min-height:270px;
		margin-top:75px;
	}
	.BgGray{
		display: none;
	}
	.top_pusher{
		height: 75px;
	}
	.BgWhiteSm{
		width:100%;
		background:#fff;
		height:75px;
		box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, .2);
	}
	.TopMenuSm{
		line-height:75px;
		text-align:left;
		top:0px;
		margin-left:250px;
	}
	.HeaderLogoSm{
		display:inline-block;
		height:75px;
	}
	.HeaderLogoSm img{
		margin:0px;
		width: 200px;
		background-color:#fff;
	}
	.HeaderLogoSm.logo_vertical img{
	    width: 130px;
	}
	.SearchForm{
		position:relative;
		top:0px;
		height:auto;
		margin-left:0px;
		display:none;
	}
	.SearchInputSm{
		width:270px;
		padding:15px 53px 15px 10px;
		font-size:14px;
		height:25px;
		outline:0px;
		border:1px solid #555;
	    position: absolute;
	    top: 22px;
	    right: 35px;
	    line-height: 20px;
	}
	.SearchSubmit{
		position:absolute;
		right:30px;
		top:-26px;
	}
	.SearchSubmitHover{
		padding-left:10px;
	}
	.SearchSubmitC{
		position:absolute;
		right:10px;
		top:-26px;
	}
/****/
	.Holder {
		overflow: hidden;
		border: 1px solid #555;
		height: 40px;
		width: 40px;
		float: left;
		margin-top:18px;
		z-index: 1000;
	}
	.navicon-button {
		display: inline-block;
		position: relative;
		padding: 18px 7px;
		cursor: pointer;
	}
	.navicon-button, .navicon-button .navicon:after, .navicon-button .navicon:before {
		transition: .25s;
	}
	.navicon {
		position: relative;
		width: 1.5em;
		height: .15rem;
		background: #555;
		transition: .5s;
		border-radius: 2.5rem;
	}
	.navicon:before {
		top: .625rem;
	}
	.navicon:after {
		top: -.625rem;
	}
	.navicon:after, .navicon:before {
		display: block;
		content: "";
		height: .15rem;
		width: 1.5rem;
		background: #555;
		position: absolute;
		z-index: -1;
		transition: .5s .25s;
		border-radius: 1rem;
	}
	.open .navicon:after {
		transform: rotate(45deg);
	}
	.open .navicon:before {
		transform: rotate(-45deg);
	}
	.open.plus .navicon, .open .navicon {
		background: 0 0;
	}
	.open:not(.steps) .navicon:after, .open:not(.steps) .navicon:before {
		top: 0!important;
	}
	.WidthTitle {
		width: 100%;
	}
	.product_right_side{
	    margin: 10px auto;
    	float: none;
	}
	.TopMenuInfo.TopMenuInfoMobile{
		display: block;
	}

} 
@media (max-width: 768px) {

  .polit_pop{
    left: 10px;
    width: calc(100% - 20px);
    margin-left: 0px;
  }
  .polit_btn{
    font-size: 14px;
  }
  .polit_menu{
    justify-content: flex-start;
  }
  .polit_menu li a {
    padding: 0px 5px;
  }
	.production_form .production_title{
		font-size: 18px;
	}
	.plight_content h2{
	    line-height: 26px;
    	font-size: 18px;
	}
	.plight_content p, .plight_content span, .plight_content i, .plight_content strong, .plight_content b{
	    font-size: 16px;
	}

	.desktop_gallery{
		display: none;
	}
	.mob_gallery{
		display: block!important;
		width: 100%;
	}
	.BottomMB ul li ul li{
	    border-bottom: 1px solid #ddd;
    	margin-bottom: 5px;
	}
	.BottomMB ul li ul li:last-child{
	    border-bottom: none;
    	margin-bottom: 5px;
    	margin-top: 5px;
	}
	.main_banner{
	    padding-top: 40px;
	}
	.inner_categories{
		margin: 10px auto;
	}
	.inner_category{
	    margin: 0px auto;
    	display: block;
	}
	.hide_filters.active,
	.show_filters.active{
		display: block;
	    text-align: center;
		background: #fd0;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 10px;
		margin: 10px auto;
		color: #444;
	}
	.led_g{
		top:76px;
	}
	.breadcrumb_holder{
		display: none;
	}
	#filters{
		display: none;
	}
	#filters.active{
		display: block;
	}

	.error_page a{
		display: block;
		position: relative; 
		width: 240px; 
		font-size: 18px; 
		font-weight: bold; 
		margin: 0px auto; 
		bottom: auto; 
		left:auto;
		background: #1d1d1f; color: #fff; border-radius: 30px; padding: 10px 10px; text-align: center;
	}

	.find_counter{
	    position: relative;
	    top: auto;
	    margin-top: 5px;
	    display: block;
	    margin-bottom: 10px;
	    right: auto;
	}
	.find_counter::before{
		display: none;
	}
	.item_callback_input {
	    width: 100%;
	    margin-bottom: 5px;
	}
	.item_callback_input input{
		text-align: center;
	}
	.submit_item_callaback {
	    width: 100%;
	}
	.category_title{
    	font-size: 13px;
    	padding: 10px 0;
	}
	.product_right_side{
		width: 100%;
	    margin: 10px auto;
	}
	.timer_holder{
	    margin-left: 0px;
	}
	.counter_text{
		font-size: 14px;
	}
	.counter{
		font-size: 18px;
	}
	.hits_products .product_name{
		min-height: 145px;
	}
  .map_holder{
    flex-direction: column;
  }
	.map_form{ 
    margin-left: 0px;
    width: 100%;
    margin-top:20px;
	}
	.product_characteristic table{
	    width: 100%!important;
	    overflow-x: auto;
	    max-width: 100%;
	    display: block;
	    height: auto!important;
	}
	.banner_main_text{
		border-bottom: 0px;
	}
	.white_stripe{
		border-bottom: 0px;
	}
	.call_basket_text,
	.call_callback_text{
		display:none;
	}
	.call_basket_left{
		/*top: 75%;*/
		top: 87%;
		left: 0px;
		right: auto;
	}
	.call_callback_left{
		top:87%;
	}
	.tpl_banner_text{
	    top: 0px;
	    width: 300px;
	    left: 50%;
	    margin-left: -150px;
	}
	.banner_main_text{
		font-size: 16px;
	    padding: 5px 30px;
	}
	.banner_btn{
	    padding: 10px 20px;
	    margin: 7px auto;
	    font-size: 14px;
	}
	.owl-dots{
		display: none;
	}
	.TopMenuSm {
		line-height: 75px;
		text-align: center;
		top: 0px;
		margin-left: 0px;
	}
	.ProductContainer img{
		width:100%;
		padding:15px;
	}
	.ProductWrapper .row  > div{
		padding:0px 15px 15px 15px;
	}
} 

@media (max-width: 640px){

}

@media (max-width: 500px){
	.contact_info{
		width: 100%;
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.map_form{
	    width: 100%;
	    bottom: 0px;
	    right: 0%;	    
	}
	.tpl_banner_text{

	}
	.banner_main_text{
	    font-size: 14px;
    	padding: 5px 20px;
	}
	.banner_intro{
	    font-size: 12px;
	    font-weight: bold;
	    margin-top: 5px;
	}
	.banner_btn{
	    padding: 6px 15px;
	    margin: 7px auto;
	    font-size: 13px;
	}
	.HeaderLogoSm img {
		margin: 0px 0px 0px 10px;
		width: 180px;
	}
	.HeaderLogoSm.logo_vertical img{
	    width: 130px;
	}
	.SearchInputSm {
		width: 190px;
		margin-left:15px;

	}
	.SearchSubmitHover {
		padding-left: 15px;
	}

}
