/*главная страница и новый футер*/
.not-link {
  color: black!important;
}
.not-link:hover {
  text-decoration: none!important;
}
.swiper_top{
  position: relative;
}
.swiper_top .item{
  transition: all 0.5s;
  border: 1px solid #f2f2f2;
}
.swiper_top .item:hover{
  border: 1px solid #cdcdcd;
}

.swiper_top .item .plashka,.top_sales_v2 .item .plashka{
  position: absolute;
  top: 15px;
  left: 0;
}
.swiper_top .product-img-brd {
  padding: 10px;
}
.swiper_top .product-description {
  padding: 10px;
  min-height: 100px;
}
.max-width-100 {
  max-width: 100%;
}
.swiper_top .item .new_plashka, 
.swiper_top .item .action_plashka,
.swiper_top .item .excl_plashka,
.swiper_top .item .disk_plashka{
  z-index: 20;
  background: transparent;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  padding: 5px 20px;
  color: #8ec200;
}
.swiper_top .item .action_plashka{color: #009aff;}
/*.swiper_top .item .disk_plashka{color: #f15B40;}*/
.swiper_top .item .disk_plashka{
  background-color: #940604!important;
  color: #fff;
  padding: 1px 5px;
}
.swiper_top .item .excl_plashka{color: #d2499b;}

.swiper_top .product-description{ height: auto!important; }
.swiper_top .product-description h4.title-price{ padding-bottom: 1rem; }
.swiper_top .product-description .product-price {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.swiper_top .product-description .product-price .line-through{
  display: block;
  width: 100%;
  position: absolute;
  bottom: 100%;
  font-size: 1.3rem;
  background: transparent;
  line-height: 1;
}
.swiper_top .product-description .product-price .rating_block{ display: flex; }
.swiper_top .product-description .product-price .rating_value{ padding-left: 0px; font-size: 10px; }
.swiper_top .product-description .product-price .rating_count{
  min-width: 54px;
  font-size: 16px;
  padding-left: 8px;
}
.swiper_top .product-description .product-price .rating_value i{color: #cdcdcd; font-size: 16px; }
.swiper_top .product-description .product-price .rating_value i.active {color: #f2c750;}
.swiper_top .product-description .product-price .title-price{
  flex-grow: 1;
  padding-right: 5px;
}
.swiper_top .icon-arrow_right.swiper-button-disabled,
.swiper_top .icon-arrow_left.swiper-button-disabled{display: none;}


.swiper_top h4.title-price {
  height: 72px!important;
}
  
.swiper_top h4.title-price a.full_text {
  display: none;
}

.swiper_top h4.title-price:hover a.cut_text {
  display: none;
}

.swiper_top h4.title-price:hover a.full_text {
  display: block;
}

.swiper_top .title-price .fa.fa-rub {
    font-size: 15px;
    color: #323232;
}

.swiper_top .title-price.line-through .fa.fa-rub {
    font-size: 10px;
    color: inherit;
}

.swiper_top .product-price span.color_red, .title-price.color_red .fa.fa-rub {
  color: #ea5c1c!important;
}

.swiper_top .product-price .line-through {
  color: #010101!important;
}

.swiper_top .add-to-cart.buy {
    display: inline-block;
    width: 36%;
    height: 30px;
    padding: 5px;
    border-radius: 0;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    border: none;
    background-color: #940604;
    opacity: 0.8;
    position: absolute;
    left: 64%;
    bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.swiper_top .add-to-cart.buy:hover {
    background-color: #c14812;
    text-decoration: none;
}


.hr_top{ border-top: 1px solid #f2f2f2;}
.hr_top h2{
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
}
.tabs_main_block{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.tabs_main_block h2{
  float: left;
  font-size: 24px;
  padding: 0 0 5px;
  opacity: 0.3;
  cursor: pointer;
  margin-right: 20px;
}
.tabs_main_block h2.active{
  opacity: 1;
  border-bottom: 1px solid #ea5c1c;
}
.tabs_main_block h2:hover{
  opacity: 1;
}
.tabs_main_block_slider #top_product,
.tabs_main_block_slider #sale_product{
  clear: both;
  position: relative;
}
.tabs_main_block_slider>div:not(.active){
  display: none;
}

.bonnus_block{
  position: relative;
}
.bonnus_block img{
  width: 100%;
  min-height: 123px;
}
.bonnus_block .bonnus{
  position: absolute;
  padding:15px 20px; 
  left: calc(50% - 301px);
  top: calc(50% - 22px);
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 19px;
  opacity: 0.9;
  font-weight: bold;
}
.bonnus_block .bonnus a{
  text-decoration: underline;
  font-size: 18px;
  padding-left: 15px;
  transition: all 0.5s;
}
.bonnus_block .bonnus a:hover{ color: #f2c750; }

.text_block p{
  color: #000000; 
  font-size: 18px;
  line-height: 27px;
}

.tags_block .flex_row{justify-content: space-between;}
.tags_block .flex_row a{
  display: block;
  float: left;
  opacity: 0.45;
  color: #000000;
  font-size: 18px;
  line-height: 40px;
  transition: all 0.5s;
}
.tags_block .flex_row a:hover{
  text-decoration: none;
  opacity: 1;
}

.banner_block_main .map_main,.banner_block_main .insta{
  position: relative;
}
.banner_block_main .map_main img,
.banner_block_main .insta img{
  width: 100%;
}
.banner_block_main .map_main a,
.banner_block_main .insta a{
  position: absolute;
  left: calc(50% - 187px);
  top: calc(50% - 46px);
  width: 373px;
  height: 92px;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  display: flex;
  align-items: center;
  opacity: 0.9;
  transition: all 0.5s;
  font-weight: bold;
}

.main_page_text{
  color: #000;
  font-size: 14px;
  line-height: 22px;

}
.main_page_text ul{
  list-style-type: none;
  padding-left: 25px;
}
.main_page_text ul li{
  margin-bottom: 20px;
}
.main_page_text ul li span{
  margin-left: -25px;
}
.main_page_text ul li span:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #000;
}
.main_page_text h1,
.main_page_text h2{
  color: #000000;
  font-size: 24px;
  line-height: 26px;
  width: 100%;
  float: left;
  text-align: left;
}
.main-page-row {
  width: 100%;
  float: left;
  padding: 40px 0;
}

.footer_line{
  color: #000;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
  height: 350px;
}
.footer_line .logo,
.footer_line .social_link{ text-align: center; }
.footer_line .logo img{ 
  height: 154px; 
  padding-top: 10px;
}
.footer_line .footertitle{
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer_line .link-list a{
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0;
  transition: all 0.5s;
}
.footer_line .link-list a:hover,
.footer_line .social_link a:hover,
.map_main a:hover,.insta a:hover{
  color: #f2c750;
  text-decoration: none;
}

.footer_line .link-list a:hover{
  color: #f2c750;
  text-decoration: none;
}
.footer_line .social_link a{
  text-decoration: none;
  color: #48505c;
  transition: all 0.5s;
  font-size: 35px;
  padding: 0 5px;
}

@media (max-width: 992px){
  .container { width: 100%; }
}
@media (max-width: 768px){
  .swiper_top .icon-arrow_right,
  .swiper_top .icon-arrow_left{display: none;}

  .hr_top h2 {
    margin-top: 20px;
  }
  .text_mob_button{
    color: #8e8c8c;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .text_mob_button span{
    background: #fff;
    padding: 0 10px;
    z-index: 5;
  }
  .text_mob_button:before{
    border-bottom: 1px solid #8e8c8c;
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    left: -15px;
    top: 50%;
    content: '';
    z-index: -1;
  }

  .bonnus_block .bonnus{
    left: 10px;
    top: calc(50% - 40px);
    width: calc(100% - 20px);
    font-size: 18px;
    padding: 15px 10px;
  }
  .bonnus_block .bonnus a{
    width: 100%;
    padding: 0;
    display: block;
    font-size: 14px;
  }


  .footer_line .logo{
    margin-bottom: 20px;
  }
  .footer_line .footertitle{
    font-size: 18px;
    width: calc(100% + 30px);
    margin-left: -15px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
  }
  .footer_line .social_link {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 0px;
    width: calc(100% + 25px);
    margin-left: -15px;
  }
  .footer_line .link-list{
    text-align: center;
  }
}
@media (max-width: 480px){
  .bonnus_block .bonnus{
    font-size: 16px;
  }
  .main-page-row {padding: 20px 0;}
  .tabs_main_block h2{
    font-size: 20px;
    margin-right: 10px;
  }
  .tags_block .flex_row{
    justify-content: flex-start;
  }
  .tags_block .flex_row a{
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    margin: 5px 5px 5px 0;
    padding: 5px;
  }
  .banner_block_main{
    margin-left: -15px;
    width: calc(100% + 25px);
  }
  .banner_block_main .map_main, 
  .banner_block_main .insta{
    padding-right: 0!important;
  }
  .banner_block_main .map_main a,
  .banner_block_main .insta a{
    width: 270px;
    left: calc(50% - 135px);
    font-size: 18px;
    line-height: 27px;
  }
  .footer_line .logo img{ 
    height: 122px; 
    padding-top: 0;
  }
  .swiper_top .product-description .product-price .rating_block{
    width: 100%;
    margin-top: 10px;
  }
   .swiper_top .product-description h4.title-price{
    height: 75px;
  }
  .swiper_top .product-description h4.title-price a,
  .swiper_top .product-description .product-price .title-price.line-through{
    font-size: 13px;
  }
  .swiper_top .product-description .product-price .title-price{
    font-size: 16px;
  }
}
/*главная страница и новый футер*/

.right_icon {
  float: right;
  text-align: right;
}
.rew_all_list .rew_element {
  padding: 0px 0 30px;
  font-size: 16px;
  border-bottom: 2px solid #cdcdcd;
  margin-bottom: 30px;
  display: none;
}

.rew_all_list .rew_element.active{display: block;}

.rew_all_list .rew_element>.row{padding: 10px 0;}
.rew_all_list .rew_element>.row b{    min-width: 115px;}
.rew_all_list .rew_element>.row .col-md-12 span,.rew_all_list .rew_element .term_block{font-size: 14px;line-height: 21px;}
.rew_all_list .rew_element>.row>div{display: flex;flex-wrap: wrap;}

.rew_all_list .rew_element .green{color: #8ec201;text-transform: lowercase;}

.rew_all_list .rew_element .name_block{align-items: center;}
.rew_all_list .rew_element .name_block>div{padding-right: 15px;}
.rew_all_list .rew_element .date_block{justify-content: flex-end;font-weight: bold;}

.rew_all_list .rew_element .rating_value i{color: #cdcdcd;padding-top: 2px;}
.rew_all_list .rew_element .rating_value i.active{color: #f2c750;}

@media (max-width: 768px){
  .rew_all_list .rew_element .date_block{justify-content: flex-start;}
  .rew_all_list .rew_element .term_block{padding: 10px 0;}
  .rew_all_list .rew_element{padding: 0px 0 10px;margin-bottom: 10px;}
}

script,meta,link { display: none!important;}
.popup_basket{min-width: 900px;}
.popup_basket .fancybox-close {
  background: url(/local/templates/main/css/images/close.png) 0px 0px no-repeat;
  border-radius: 0;
  width: 24px;
  height: 24px;
  top: 15px;
  right: 15px;
  position: absolute;
}

.overlay>.page-content.not_menu{padding-top: 80px;}
.not_menu .content .coll_r h1{border-left: none;padding-left: 0;}

.btn_for_title{
  width: 22.3%;
  border-radius: 3px;
  background: none;
  color: #ea5c1c;
  font-size: 14px;
  border: 1px #ea5c1c solid;
  padding: 10px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: absolute;
  top: 35px;
  line-height: inherit;
  right: 16px;
  transition: all 0.5s;
}
.btn_for_title:hover{
  background: #ea5c1c;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

/*приклеенный футер */
.footer_fixed {
  position: fixed;
  background: #3e4854;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  display: none;
  top: auto;
  float: none;
}
.footer_basket {
  padding: 5px 0;
  position: relative;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.footer_fixed a{color: #fff;}
.footer_fixed a.basket_flex:hover{text-decoration: none;}
.footer_basket i{
  font-size: 28px;
  padding-right: 15px;
}
.footer_basket .basket_flex{
  display: flex;
  align-items: center;
}
.footer_basket .btn{
  width: 100%;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  border: 1px #ea5c1c solid;
  padding: 10px 0;
}
.footer_basket .btn:hover{border: 1px #c14812 solid;}

.footer_basket .yellow{
  color: #f2c750;
  font-weight: bold;
}
.footer_basket .yellow_btn{
  border: 1px #f2c750 solid;
  background: none;
  color: #f2c750;
}
.footer_basket .yellow_btn:hover{
  background: #f2c750;
  color: #fff;
  border: 1px #f2c750 solid;
}

@media (max-width: 1300px){
  .footer_basket{font-size: 14px}
}
@media (max-width: 992px){
  .footer_basket{font-size: 16px;}
}

@media (max-width: 768px){
  .footer_fixed {
    background: none;
    bottom: 30px;
  }
  .footer_fixed .footer_basket .badge-link{   
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #fff;
    background: #3e4854;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s;
  }
  .footer_fixed .footer_basket i {
    font-size: 35px;
    padding-right: 5px;
  }
  .footer_fixed .footer_basket a{text-decoration: none;}
  .footer_fixed .footer_basket .yellow{
    border-radius: 50%!important;
    background: #f2c750;
    color: #000;
    font-size: 13px;
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    top: 10px;
    padding: 4px 0 0;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}
/*приклеенный футер*/

/*retailrocket
------------------------------------*/
.retailrocket-widget.retailrocket-theme-tiny{float: left;width: 100%;}
/*News v1
------------------------------------*/
.illustration-v2 .plashka,.top_sales_v2 .plashka{
  position: absolute;
  top: 20px;
  left: 16px;
}
.content .news_catalog h2{ border-left:none;}

.search-page .form-control{height: 40px;}

.illustration-v2 .new_plashka, 
.illustration-v2 .action_plashka,
.illustration-v2 .excl_plashka,
.illustration-v2 .disk_plashka,
.top_sales_v2 .new_plashka, 
.top_sales_v2 .action_plashka,
.top_sales_v2 .excl_plashka,
.top_sales_v2 .disk_plashka  {
  z-index: 20;
  background: transparent;
  font-size: 16px;
  /*color: #fff;*/
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.illustration-v2 .action_plashka,.top_sales_v2 .action_plashka {color: #009aff;}
.illustration-v2 .disk_plashka,.top_sales_v2 .disk_plashka{
  background-color: #940604!important;
  color: #fff;
  padding: 1px 5px;
}
.illustration-v2 .excl_plashka,.top_sales_v2 .excl_plashka{color: #d2499b;}
.illustration-v2 .new_plashka,.top_sales_v2 .new_plashka {color: #8ec200;}
.bx-ss-icon{
	background-image: url(/images/icons_soc_seti.png);
	width: 33px;
  height: 33px;
}

.vkontakte {background-position: 0 -36px;}
.facebook {background-position: 0 -138px;}
.openid-mail-ru {background-position: 0 -103px;}
.yandex {background-position: 0 -240px;}
.odnoklassniki {background-position: 0 -70px;}


div.bx-auth-services div {width: 40px !important;}
div.bx-auth-services a{padding: 4px 0 4px 4px;}

.g-recaptcha{text-align: center;}
.g-recaptcha>div{ width: 100%!important;}

#plashka_ost_do_skidki,#info_delivery{
  padding: 10px 0;
  background: #f4f4f4;
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#plashka_ost_do_skidki a,#info_delivery a{  color: #ea5b1e;border-bottom: 1px solid #ea5b1e;text-decoration: none;}
#plashka_ost_do_skidki a:hover,#info_delivery a:hover{color: #000;border-bottom: 1px solid #000; text-decoration: none;}
.popup_delivery_and_payment {
  padding: 20px;
  max-width: 700px;
}

.col-hidden {display: none;}
.news-section {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.news-v1 .news-v1-in {
  background: #fafafa;
}

.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px;
}

.news-v1 h3 a {
  color: #555;
}

.news-v1 h3 a:hover {
  color: #C6BFB8;
}

.news-v1 p {
  color: #555;
  padding: 0 15px;
  margin-bottom: 20px;
}

.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee;
}

.news-v1 .news-v1-info li {
  font-size: 12px;
}

.news-v1 .news-v1-info li a:hover {
  color: #C6BFB8;
  text-decoration: none;
}

/*News v2
------------------------------------*/
/*News Badge*/
.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative;
}

.news-v2 .news-v2-badge p {
  left: 0;
  top: 20px;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
}

.news-v2 .news-v2-badge span {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.news-v2 .news-v2-badge small {
  color: #555;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

/*News Description*/
.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff;
}

.news-v2 .news-v2-desc h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}

.news-v2 .news-v2-desc h3 a {
  color: #000;
  font-weight: bold;
}

.news-v2 .news-v2-desc h3 a:hover {
  color: #000;
}

.news-v2 .news-v2-desc small {
  color: #555;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news-v2 .news-v2-desc p {
}

/*News v3
------------------------------------*/
/*News Posts*/
.news-v3 {
  /*background: #fff;*/
}

.news-v3 .news-v3-in {
  padding: 35px 0px;
}

.news-v3 .news-v3-in-sm {
  padding: 20px;
}

.news-v3 h2 {
  border: none;
  font-size: 26px;
  padding: 0;
  margin: 0 0 10px;
  text-transform: none;
	text-decoration:underline;
	font-weight:bold;
}

.news-v3 .news-v3-in-sm h2 {
  font-size: 22px;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: inherit;

}



/*@media (max-width: 1366px) {
	header .menu .submenu{
		margin-left: 0;left: 0;
		
	}
}*/

@media (max-width: 1450px) {
	header .menu .submenu{
    width: 68rem;
    padding-right: 30px;
	}
	header .menu .submenu .intro{padding-left: 0;}
	header .menu li:nth-child(1) .submenu{padding-right: 0px;}

	header .menu li:nth-child(4) .submenu,
	header .menu li:nth-child(5) .submenu{
	  margin-left: 0;
	  left: 0;
	}
	header .menu .submenu .item .category_items{padding-left: 10px;}
/*	header .menu li:nth-child(6) .submenu,
	header .menu li:nth-child(7) .submenu{left: calc(100% + 20rem);}*/
	header .menu li:nth-child(11) .submenu{
		left: auto;
    right: 0;
	}
	/*header .menu .submenu.sect8327,header .menu li:nth-child(4) .submenu,
	header .menu li:nth-child(8) .submenu {height: 54rem;}*/
}


@media (max-width: 768px) {
  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .col_sm_hidden {display: none!important;}
}

.news-v3 h2 a {
  color: #555;
}

.news-v3 h2 a:hover {
  color: #C6BFB8;
  text-decoration: none;
}

.news-v3 p {
  color: #555;
  margin-bottom: 20px;
  font-size:20px;
}

.news-v3 li {
  color: #555;
  margin-bottom: 20px;  
  padding-left: 20px;
  font-size:20px;
}

.news-v3 ul {
  margin: 20 20 20 20;
diplay:block; 
}


/*News Info*/
.news-v3 .posted-info li {
  color: #555;
  font-style: italic;
}

.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px;
}

.news-v3 .posted-info li:before,
.news-v3 .news-v3-in-sm .posted-info li:before {
  content: '/';
}

.news-v3 .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}

.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px;
}

.news-v3 .posted-info li:first-child:before,
.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.news-v3 .posted-info li a {
  color: #555;
}

.news-v3 .posted-info li a:hover {
  color: #C6BFB8;
}

/*News Shares*/
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}

.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}

.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}

.news-v3 .post-shares li i {
  color: #555;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 16px;
  background: #eee;
  text-align: center;
  display: inline-block;
}

.news-v3 .post-shares li i:hover {
  background: #ddd;
}

.news-v3 .post-shares li span {
  top: -5px;
  right: 6px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #C6BFB8;
  border: 2px solid #fff;
  border-radius: 50% !important;
}

.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px;
}

/* Stickers */
.illustration-v2 .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_stick.short {font-weight: bold;font-size:18px}
.illustration-v2 .bx_stick.average {font-weight: bold;font-size:13px}
.illustration-v2 .bx_stick.long {font-weight:normal;font-size:11px}
.illustration-v2 .bx_stick{
    position:absolute;
    width:72px;
    height:74px;
    background:url(images/stick_disc.png) no-repeat center;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
    font-size:23px;
    line-height:74px;
}
.illustration-v2 .bx_stick_disc{
    position:absolute;
    width:72px;
    height:74px;
    background:url(images/stick_disc.png) no-repeat center;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
    font-size:23px;
    line-height:74px;

}

.illustration-v2 .bx_stick.left,
.illustration-v2 .bx_stick_disc.left{left:-2px;}
.illustration-v2 .bx_stick.right,
.illustration-v2 .bx_stick_disc.right{right:0;}
.illustration-v2 .bx_stick.top,
.illustration-v2 .bx_stick_disc.top{top:15px;}
.illustration-v2 .bx_stick.bottom,
.illustration-v2 .bx_stick_disc.bottom{bottom:5px;}
.illustration-v2 .bx_stick.middle,
.illustration-v2 .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
    .illustration-v2 .bx_stick{
        width:90px;
        height:30px;
        background-size:100%;
        line-height:30px;
    }
    .illustration-v2 .bx_stick.short {font-weight:normal;font-size:14px}
    .illustration-v2 .bx_stick.average {font-weight:normal;font-size:11px}
    .illustration-v2 .bx_stick.long{font-weight:normal;font-size:11px}
    .illustration-v2 .bx_stick_disc{
        width:64px;
        height:65px;
        background-size:100%;
        font-size:  20px;
        line-height:65px;
    }
}
@media (max-width:640px) {
    .bx-touch .illustration-v2 .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:  11px;
        line-height:30px;
    }
    .bx-touch .illustration-v2 .bx_stick_disc{
        width:48px;
        height:49px;
        background-size:100%;
        font-size:  16px;
        line-height:49px;
    }
}
@media (max-width:479px) {

	.news-v3 .news-v3-in img{width: 100%;    height: auto;}


    .bx-touch .illustration-v2 .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:      11px;
        line-height:30px;
    }

    .bx-touch .illustration-v2 .bx_stick_disc{
        width:37px;
        height:38px;
        background-size:100%;
        font-size:13px;
        line-height:38px;
    }
}
/*Purchase Block*/
.purchase {
  padding: 25px 0 30px;
  border-bottom: solid 1px #eee;
  margin-bottom: 40px;
}
.purchase p {
  margin-bottom: 0;
  padding-left: 15px;
}
.purchase span {
  color: #666;
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 12px;
  font-family: "Open Sans", Arial, sans-serif;
}

.purchase .btn-buy {
  text-align: center;
}

.purchase .btn-buy a {
  margin-top: 27px;
}

.purchase .btn-buy a i {
  margin-right: 5px;
}

@media (max-width: 992px) {
  .col_md_hidden{display: none;}
  .purchase {
    text-align: center;
  }

  .purchase span {
    font-size: 22px;
    line-height: 29px;
  }

  .purchase .btn-buy a {
    margin-top: 25px;
    font-size: 16px;
  }
}

.message_line_grey{
  text-align:  center;
  padding:  15px 0;
  background: #f4f4f4;
  font-size:  16px;
  text-transform: uppercase;
  font-family: Myriad Pro, Arial, sans-serif;
}
.message_line_grey a{color: #ea5b1e;}


.owl-prev,
.owl-next {display: block;}

.owl-prev {background: url('/v2/img/ico_arrow_left_black.png') left 20px no-repeat;}
.owl-next {background: url('/v2/img/ico_arrow_right_black.png') right 20px no-repeat;}

.owl-prev.disabled {background: url('/v2/img/ico_arrow_left_white.png') left 20px no-repeat;}
.owl-next.disabled {background: url('/v2/img/ico_arrow_right_white.png') right 20px no-repeat;}

.pagination_wrapper {
  float: left;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;  
}

.pagination>li>a, .pagination>li>span {height: 32px;}

.product_page .action_text {
  margin-bottom: 20px;
  color: #ea5c1c;
  font-weight: bold;  
}

.main_link {
  margin-top: 20px;
  float: left;
  clear: both;  
}

.main_link:hover {color: #000;}
.flex_wrap {display: flex;flex-wrap: wrap;  }
.flex_wrap .news-v2-desc,
.flex_wrap > div {height: 100%;}


.main_banner_complects{
  text-align: center;
  background: #0e0e13;
  position: relative;
}

.main_banner_complects img{
  width: 100%;
}

.main_banner_complects .complects_text{
  position: absolute;
  top: calc(50% - 187px);
  left: calc(50% - 425px);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  color: #fff;
}

.main_banner_complects .complects_text .complects_text_title{
  font-size: 58px;
  font-weight: 800;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 60px;
}

.main_banner_complects .complects_text .text_complects{width: 645px;margin: 20px auto 0;}

@media (max-width: 992px){
  .main_banner_complects .complects_text{font-size: 2.5vw;}
  .main_banner_complects .complects_text .complects_text_title{
    font-size: 5vw;
    line-height: 6vw;
  }
  .main_banner_complects .complects_text {top: calc(50% - 140px);}
}

@media (max-width: 767px){
  .header{box-shadow: none;}
  .col-xs-visible{display: block;}
  .main_banner_complects .complects_text{
    top: calc(50% - 16vw);
    left: 8%;
    right: 8%;
  }
  .main_banner_complects .complects_text .text_complects{width: 100%;margin: 0;}
  .header .navbar-toggle{
    float: left;
    border: none; 
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 100;
    width: 16.66666667%;
    padding: 0 15px;
    text-align: left;
  }
  .header .line_xs_search_auth{
    padding: 0;
  }

  .header .navbar-toggle .fa{
    font-size: 24px;
    padding-top: 4px;
    color: #cdcdcd;
  }
  .header .header-auth{
    left: auto;
  }

  .header .form_xs_hid .fa.fa-search{
    position: absolute;
    right: 0px;
    top: -12px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 16px;
    color: #d9d9d9;
    display: inline-block;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: .8;
  }
  .header .mod_text_al_r{text-align: right;    padding-left: 0;}
  .header .col_xs_line_bg{
    background: #f5f5f5;
    border-top: 1px solid #e9e8e8;
    border-bottom: 1px solid #e9e8e8;
    padding: 10px 15px;
  }

  .header .shop-badge.badge-lists{
    position: relative;
    right: auto;
    top: -2px;
  }

  .header .form_xs_hid{
    position: absolute;
    right: 10px;
    width: 93%;
  }
  .header .form_xs_hid .search .search_button{display: none;}
  .header .form_xs_hid .search.active .search_button{display: block;z-index: 200;} 
  .header .form_xs_hid .form-control{display: none;z-index: 200;}
  .header .shop-badge.badge-lists>li{padding: 0;}
  .header .first_line_xs{text-align: right;}
  .header .first_line_xs .phone{font-size: 20px;}
  .header .header-info-row .slogan {font-size: 12px;line-height: 12px;}

  .header .navbar-toggle:hover,.header .navbar-toggle:hover{/*background: transparent!important;padding: 0;*/}
  .header .navbar-toggle:hover .fa{/*color: #000!important;*/}


}

.promo_send_block {
  padding: 55px;
  background: url(/local/templates/main/css/images/promo_fon.jpg) 0px 0px no-repeat;
  width: 452px;
  height: 400px;
}

/** Всплываша с промокодом */
.promo_send .form_promocode h2{
  font-size: 38px;
  font-weight: bold;
  text-align: left;
}
.promo_send .form_promocode h2:before{ content: none; }
.promo_send .form_promocode .text_f{
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 0 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
}

.promo_send .form_promocode .ok {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1px;  
}

.promo_send .form_promocode input{
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  max-width: 240px;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 20px;
  border: 1px solid #a5a4a2;
  letter-spacing: 0px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;   
}
.promo_send .form_promocode .submit input{
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background: #3e4854;
  border: 1px solid #3e4854;
  letter-spacing: 0px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;  
}
.promo_send .form_promocode .submit input:hover{
  background: #fff;
  color: #3e4854;
}
.promo_send .form_promocode input:focus{ outline: none; }
.promo-box .fancybox-skin{
  background: url(css/images/promo_fon.jpg) 0px 0px no-repeat;
}
.promo-box .fancybox-close{
  background: url(css/images/close.png) 0px 0px no-repeat;
  border-radius: 0;
  width: 24px;
  height: 24px;
  top: 15px;
  right: 15px;
}
.promo-box .fancybox-close:hover{
  background-position: 0 -29px;
}

.promo_send_block .fancybox-close-small.custom {background: url(/local/templates/main/css/images/close.png) 10px 10px no-repeat; height: 39px;}
.promo_send_block .fancybox-close-small.custom:after,
.promo_send_block .fancybox-close-small.custom:hover:after {
  background: none!important;
  content: ""!important;
}

@media (max-width: 992px){
  .promo_send .form_promocode .submit input {font-size: 2.3vw!important;}
  .pagination>li>a, .pagination>li>span {padding: 6px 10px;}
}

@media (max-width: 479px){
  .promo_send_block {width: 85%; height: auto;}
}

/** //Всплываша с промокодом */


.roomble_coupon {
	background: #f1f1f1;
	border-left: 5px solid #7aa328;
	padding:0;
	max-width: 500px;
	overflow:hidden;
}
.roomble_coupon .room_bg {
	display:block;
	width:100%;
	margin:0px;
}
.roomble_coupon .room_logo {
	width: 50px;
	padding: 25px 0;
}
.roomble_coupon .coupon {
	padding: 6px 15px;
    color: #fff;
    background: #7aa328;
    font: bold 20px "Myriad Pro Bold", Arial, sans-serif;
}
.roomble_coupon h3 {
	font: bold 28px "Myriad Pro Bold", Arial, sans-serif;
	margin:0;
}
.roomble_coupon .coupon_note {padding-top:30px;}

.roomble_coupon .fancybox-close-small.custom {
	background: url(/local/templates/main/css/images/close.png) 10px 10px no-repeat;
	height: 25px;
    width: 35px;
    background-size: 15px;
	border:none !important;
	outline:none !important;
}
.roomble_coupon .fancybox-close-small.custom:after,
.roomble_coupon .fancybox-close-small.custom:hover:after {
  background: none!important;
  content: ""!important;
  outline:none !important;
}

@media (max-width: 479px){
  .roomble_coupon .coupon_note {padding-top:15px;}
  .roomble_coupon .room_logo {padding: 10px 0;}
}

.footer .headline b {
	  font-size: 22px;
    font-weight: normal;
    border-bottom: 2px solid #f2c750;
}

/* New Year*/
.new_year{
  color: #fff;
  background: #ae3031;
  padding-bottom: 50px;
  padding-top: 70px;
  font-family: "OpenSans-Regular";

}

.new_year .block_images{
  text-align: center;
}

.new_year .block_text{
  padding-top: 45px;
}

.new_year .block_images img{
  width: 100%;
}

.new_year .block_text .title{
  font-size: 62px;
  font-family: "OpenSans-Bold";
}

.new_year .block_text .description{
  font-size: 24px;
}

.new_year .block_text .button_more{
  margin: 28px 0;
  background: #fff;
  border-radius: 31px;
  width: 100%;
  text-align: center;
  padding: 14px 2px;
}

.new_year .block_text .button_more a{
  font-size: 30px;
}


.new_year .block_text .button_more a:visited{
  color: #333;
  text-decoration: none;
}
.new_year .block_text .button_more a:hover{
  color: #ae3031;
  text-decoration: none;
}
.new_year .margin_non{
  margin: 0;
}

@media (max-width: 992px){
  .new_year .block_text .title{
    font-size: 6.7vw;
  }
}

@media (max-width: 768px){
  .new_year .block_text .title{
    font-size: 6vw;
    line-height: 2;
  }
  .new_year .block_text .description { font-size: 19px;}
  .new_year .block_text .button_more { padding: 10px 2px; }
  .new_year .block_text .button_more a { font-size: 22px; }
}

@media (max-width: 480px){
  .new_year{
    padding-top: 50px;
  }
  .new_year .block_text{
    padding-top: 20px;
  }
  .new_year .block_text .title{
    font-size: 7vw;
  }

  .new_year .block_text .description{
    font-size: 15px;
    line-height: 1.5;
  }

  .new_year .block_text .button_more {
    margin: 15px 0;
    padding: 9px 2px;
  }

  .new_year .block_text .button_more a{
    font-size: 5vw;
  }
}



/** //New Year*/


/* список посадочных страниц в каталоге */
.pages_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px 5px;
  align-items: center;
  justify-content: flex-end;
}

.pages_list .p_elem {
  border-radius: 2px;
  margin: 5px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  font-size: 15px;
  text-decoration: underline;
}

.pages_list .p_elem a {
  transition: color 0.3s, background-color 0.3s;
}

.pages_list .p_elem a:hover {
  color: #9e9e9e;
}

@media(max-width: 768px){
  .pages_list{ justify-content: flex-start; }
  .pages_list .p_elem{ flex-grow: 0; text-decoration: none; }
  .pages_list .p_elem a{
    text-decoration: none;
    text-align: center;
    border: 1px solid #ee9201;
    display: block;
    width: 100%;
    padding: 6px 10px;
    border-radius: 3px;
  }
  
  .pages_list .p_elem a:hover{ color: #fff; background: #ee9201; }
}

.pagination_wrapper{ text-align: center; }

.pagination li a {
  padding: 5px 12px;
  font-weight: bold;
  color: #000;  
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  border-color: #ee9200;
  background-color: #ee9200;  
}

.pagination>.prev>a, 
.pagination>.next>a, 
.pagination>.prev>span, 
.pagination>.next>span {
  font-size: 24px;
  line-height: 18px;
}
/*// список посадочных страниц в каталоге */

/*Новые стили Bes */
.row {
  margin-right: -10px;
  margin-left: -10px;
}
header .menu li {
  padding: 15px 5px!important;
  border: 1px solid #f4f4f4;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-15 {
  padding-left: 15px;
}
.header {
  box-shadow:none;
}
.flex-center {
  display: flex!important;
  align-items: center;
}
.header .flex-center-header-mob {
    display: none;
    align-items: center;
  }
.phone-header {
  font-size: 22px;
  color: #838383;
  min-width: 220px;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-v-5 {
  padding: 5px 0;
  border-bottom: 1px solid #f4f4f4;
}
.email-header {
  float: right;
  padding-right: 10px;
}
.f-c-gray {
  color: #838383;
}
.m-h-0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.m-h-10 {
  margin: 0 10px;
}
.p-h-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}

.f-w-bold {
  font-weight: bold;
}
.header.float-menu {
  position: fixed;
}
.header .logo img {
  height: 32px;
}
.header .logo {
  top: 0px;
}
.header .header-info-row {
  margin: 20px 0px;
  line-height: 25px;
}
@media(max-width: 992px) {
  .header .header-info-row {
    margin-bottom: 0px;
  }
  .content {
    padding-top: 60px;
  }
}
.header .shop-badge.badge-lists {
  position: unset;
}
.header .shop-badge.badge-icons i {
  color: #940604;
  font-size: 26px;
}
.m-t-5 {
  margin-top: 5px;
}
.header .shop-badge.badge-lists > li .badge-link, .illustration-v2 .add-to-cart {
  width: 38px;
  height: 38px;
}
header .search .form-control {
  top: -8px;
}
header .search .search_button {
  top: 1px;
}
.header .shop-badge.badge-lists span.badge {
  top: 0px;
  right: -2px;
}
.cart-text-header {
  margin-left: 10px;
  color: #940604;
}
.fs-12 {
  font-size: 14px;
}
.overlay > .page-content {
  padding-top: 128px;
}
.color-malina {
  color: #940604;
}
@media (max-width: 767px) {
  .overlay > .page-content {
    padding-top: 148px;
  }
  .header .logo img {
    padding: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    height: 80px;
  }
  .header.float-menu {
    position: fixed;
  }
  .m-r-30px {
    /*margin-right: 30px;*/
  }
  .header-info-row {
   /* float: left;*/
  }
  .w-100 {
    width: 100%;
    justify-content: flex-end;
  }
  .header .flex-center-header-mob {
    display: flex!important;
    align-items: center;
    padding-right: 15px!important;
  }
  .header .navbar-toggle .fa {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  font-size: 24px!important;
  color: #cdcdcd!important;
}
.navbar-toggle {
  display: block;
  float: left!important;
  margin: 0!important;
  padding: 0px 15px;
  width: auto!important;
}
}
.mob-phone-header {
  text-align: right;
  font-size: 21px;
  font-weight: bold;
}
.text-under-mobile-header {
  font-size: 12px;
  color: #333;
  text-align: right;
}
.borders-vert {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  box-sizing: border-box;
  background-color: #f5f5f5;
  margin-top: 20px;
}

.header .shop-badge.badge-lists > li {
  padding: 0!important;
}
.flex-end-user {
  justify-content: flex-end;
  margin-right: 15px;
}
/* //Новые стили Bes  */

/* //Баннер слева  */
.left-ad-banner {
	margin-left: auto; margin-right: auto; display: block; padding-top:15px;}
  
/** регионы */
.header .bxmaker__geoip__city__line-question:before,
.header .bxmaker__geoip__city__line-question:after{
  left: 10%;
}
.header .bxmaker__geoip__city__line-name{
  color: #000;
  font-weight: 700;
  border: none;
}
.header .bxmaker__geoip__city__line-name:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f041";
  padding-right: 5px;
}

.left_sale_fixed {
  background: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100; 
  cursor: pointer; 
  padding: 15px;
}

.left_sale_fixed .icon_sale {
  position: relative;
  float: left;
  width: 100%; 
}

.left_sale_fixed .close_sale {
  position: absolute;
  right: 10px;
  top: 0;
}

@media (max-width: 991px) {
  .left_sale_fixed {
    display: none;
  }
}
.mobile_button{
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 100;
  padding: 0 15px;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
}
.mobile_button .fa {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  color: #cdcdcd;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


@media (max-width:992px){
  /*Мобильное меню всплывашкой*/
  body.fix{position:fixed; width:100%;}
  .fixed_mobile{
    position: fixed;
    z-index: 1000;
    bottom:0;
    left: 0;
    width:100%;
    height:100%;
    display:none;
    overflow: auto;
  }
  .fixed_menu{
    width: 80%;
    float:left;
    background: #fff;
    left:-100%;
    transition: left 0.5s;
    position: relative;
    min-height: 100%;
  }
  .fixed_menu .search-form{
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .fixed_mobile.active{display: block;}
  .fixed_mobile .bg{
    position:fixed;
    bottom:0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    opacity:0;
    transition: opacity 0.5s;
    cursor: pointer;
  }

  .fixed_menu .close{
    display: block;
    float: right;
    z-index: 10;
    box-sizing: border-box;
    padding: 10px 10px 0 0;
    color: #000;
    font-size: 23px;
    text-decoration: none;
  }
  .menu_left_mob{
    padding: 40px 20px;
  }

  .menu_left_mob .nav.navbar-nav{
    margin: 0px -20px;
  }

  .menu_left_mob .menu-search{padding:40px 15px 0;}
  .menu_left_mob input.form-control{min-height: 40px;}

  .menu_left_mob .dropdown > a:after{
    font-size: 14px;
    top: 35%;
    right: 15px;
    content: "\f107";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }

  .menu_left_mob .navbar-nav > li a {
    border-bottom: solid 1px #eee;
    white-space: pre-wrap;
  }

  .menu_left_mob .navbar-nav > li > a {
    color: #687074;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    float: left;
    width: 100%;
  }
  .menu_left_mob .navbar-nav .open .dropdown-menu {
    border: 0;
    float: left;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .menu_left_mob .navbar-nav .open .dropdown-menu .dropdown-submenu .dropdown-menu{width: calc(100% - 15px);}
  .menu_left_mob .navbar-nav .open .dropdown-menu .dropdown-submenu .dropdown-menu a{font-size: 14px;}
  .menu_left_mob .navbar-nav .open > a, 
  .menu_left_mob .navbar-nav .open > a:hover, 
  .menu_left_mob .navbar-nav .open > a:focus {
      border-bottom-color: #eee;
  }
  .menu_left_mob .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #555 !important;
    text-transform: uppercase;
  }
  .menu_left_mob .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
    top: 3px;
    left: 100%;
  }
  .menu_left_mob .dropdown-submenu > .dropdown-menu a:hover{
    color: #333;
    background-color: transparent;
  }
  .menu_left_mob .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    width: 100%; 
    float: left;
    padding: 5px 15px 5px 15px;
  }
  .menu_left_mob .navbar-nav .open .dropdown-menu li,
  .menu_left_mob li{
    float: left;
    width: 100%; 
  }
  .menu_left_mob .navbar-nav > .active > a,

  .menu_left_mob .navbar-nav > .active > a:hover, 
  .menu_left_mob .navbar-nav > .active > a:focus {
    background: #000;
    color: #fff !important;
  }
  .menu_left_mob .navbar-nav .open .dropdown-menu > li.active > a{
    color: #555;
    background-color: #e7e7e7;
  }


  /*Мобильное меню всплывашкой*/
}

/*@media (max-width:480px){
  .dropdown-menu>li>a {
    font-size: 3.2vw;
  }
}*/