

/* Start:/bitrix/templates/empty/css/main.css?169966217422729*/
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto',  sans-serif;
  font-size: 14px;
  position: relative;
   }
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}
body h2 {
  font-weight: 400;
}

/* Заголовок и фон кроме главной */
  .titless {
    margin-top: -75px;
    padding-bottom: 30px;
    padding-top: 50px;
    background-image: url(/bitrix/templates/empty/css/../img/reviews/title-area-pattern.png);

  }

  
  .header-connection_info {
    text-align: center;
  }
    .header-connection_info a {
      font-size: 20px;
    }

.header-connection_link {
  text-align: center;
  font-size: 13px;

}


 
.header-sticky-row {
  -ms-align-items: center;
  align-items: center;
}
.header-sticky {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  height: 60px;
  top: -80px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  padding-top: 5px;
}
.header-sticky .header-mobile-menu {
  display: block;
}
.header-sticky-menu {
  margin-left: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.header-sticky-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.header-logo-sticky img{
  max-width: 135px;
  max-height: 40px;
}
.header-sticky-mobile {

}
.header-bg {
  -ms-align-items: center;
  align-items: center;
  margin: 10px 0 10px;
}


  .header-logo {
    text-align: center; }
  .header-info {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    margin-left: 15px;
 }

  .header-bold {
    font-weight: bold;
     }
  .header-building {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: center;
        -ms-flex-pack: end;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

  }
    
    .header-building_adress {
      font-size: 13px;
      position: relative;
 	 line-height: 16px;
 	}
    .header-building_adress:before {
      content: "";
      display: block;
      position: absolute;
      left: -45px;
      top: 50%;
      transform: translateY(-50%);
      background: url("/bitrix/templates/empty/css/../img/home-light.png");
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
    }
    .header-building_time {
      font-size: 13px;
      position: relative;
      line-height: 16px;
    }
    .header-building_time:before{
      content: "";
      display: block;
      position: absolute;
      left: -45px;
      top: 50%;
      transform: translateY(-50%);      
      background: url("/bitrix/templates/empty/css/../img/clock-light.png");
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
    }
    .header-building-icon {
      margin-right: 10px;  
      font-size: 20px; 
    }
  .header-logo img {
    max-width: 170px;
    max-height: 60px;
  }
   .header-logo a {

   }
   .header-logo-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
   }
   .logo-text {
      font-size: 26px;
      font-weight: bold;
      
   }
  .header-connection {

    }
    .header-connection_info {
      font-size: 14px; }
    .header-connection_icon {
      margin-right: 10px; 
      font-size: 20px; }

.header-icon-font img {
  width: 40px;
  height: 40px;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.fix-m.nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 0px;
  top: 0px;
  transform: translateY(60px);
  z-index: 99;
  background: #0288cc;
    transition: all .2s;
 
}
.nav.fix-m ul.menu.bg-blue-color {
    margin: 0;
}
.no-fix-m.nav{
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 0px;
  top: 0px;
  transform: translateY(-60px);
  transition: all .3s;
  z-index: 1000;
}
.nav {
  position: relative;
  margin-top: 8px;
  z-index: 3;

  }

.fa-caret-down {
  margin-top: 0px;
  padding-top: 0px; }

.test-caret {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }


.menu-top-i {
  float: right;
  padding-right: 10px;
}
.menu-top-s {
  display: none;
}
.toggleMenu {
  display: none;
  padding: 10px 15px; 
}
  .toggleMenu:hover {
    text-decoration: none;
    color: #fff; } 
.none {
  display: none; }

.fa-chevron-down {
  margin-left: 10px;
  font-size: 16px; }

.right {
  float: right; }
 
.hover ul li {
  width: 210px;
 }

.hover ul li a {
  padding: 7px; }

.hover {
  -webkit-transition: -webkit-transform 3s linear 0s;
  transition: -webkit-transform 3s linear 0s;
  -o-transition: transform 3s linear 0s;
  transition: transform 3s linear 0s;
  transition: transform 3s linear 0s, -webkit-transform 3s linear 0s;
    transition-transform: translate(0%); }
.hover .header {
  background-color: red !important;
} 
.header-contacts {
  display: none;

}
.header-contacts a {
  font-weight: bold;

  font-size: 18px;
}
.menu .search-li {
  display: none;
  position: absolute;
  top: 60px;
  right: 0px;
  min-width: 320px;

  padding: 10px;
}

.mobile-search {
  display: none;
  margin-bottom: 10px;
}
.header-mobile-menu {
  cursor: pointer;
  margin-right: 10px;
  display: none;

}
.header-mobile-menu span{
  display: block;
  height: 2px;  
  margin-bottom: 5px;

  width: 25px;  
}
.header-mobile-menu span:nth-child(3){
  width: 15px;
}
.overlay-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: none;
    overflow: hidden;
}
.nav-left {
  margin-top: 0px;
  position: fixed;
  left: -280px;
  width: 280px;
  height: 100%;
  top: 0px;
  padding-top: 35px;
  z-index: 9999;
  overflow: auto;
 
}

.nav-left .menu li {
  position: static;
}


.nav-left .menu li li a {
  border: none;
}

.nav-left-close {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  
}
.nav-left-close span {
  font-size: 30px;
}
 .nav-left .menu {   
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;       
}
.nav-left .menu a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.nav-left .menu .fa-chevron-down {   
  transform: rotate(-90deg);
  transition: all .2s;

  
  margin-left: 10px;
}
.nav-left .menu .menu-top-i {   
  transform: rotate(0deg);
  transition: all .2s;
  padding: 0;

 
}
.nav-left .menu > .hover .fa-chevron-down {
  transform: rotate(0deg); 
}
.nav-left .menu > .hover ul > .hover .menu-top-i {
  transform: rotate(90deg);
}
.nav-left .menu li ul li a {
  padding-right: 25px;
}
.nav-left .menu > li {
  padding-right: 25px;

}

.nav-left .menu a {
  color: #000;
  text-align: left;
  width: 100%;
  padding: 18px 23px 15px 23px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .header-logo {
    }
  .header-info {
    margin-left: 20px; }

  .header-building {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px }


 
  .header-building_time:before {
    width: 35px;
    height: 35px;
    left: -45px;
  }
  .header-building_adress:before {
    width: 35px;
    height: 35px;
    left: -45px;
  }
}

@media(max-width: 992px){
  .titless {
    margin-top: 0px;
    padding-top: 20px;
  }
  .header-sticky {
    display: none;
  }

  
  .head-fix-mob.header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: -80px;
    z-index: 1000;
    opacity: 0;
/*    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
    padding-bottom: 5px;
  }

  .nav {
    display: none;
  }
.header-mobile-menu {
  display: block;
}
  .header-mobile-menu  {
    display: block;
  }
  .search-link-li {
    display: none;
  }

  .header-logo {
    text-align: left;      
  }
  .header-info  {
    display: none;
    margin-left: 15px;
    max-width: 100%;
    position: relative;

  }
  .no-logo-text {
    display: none;
  }

  .header-info:before {
    display: none;
  }
  .header-building {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack:flex-end;
    justify-content: flex-end;
    position: relative;
    border: none;
  }
  .header-building:before {
    display: none; 
  }
  .header-building_adress {
    font-size: 15px; 
  }
  .header-building-icon {
    margin-right: 10px;
    font-size: 16px; 
  } 
  .header-connection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    position: relative;
    flex-direction: column;
  }
  .header-connection_info {
    font-size: 15px; 
  }
  .header-connection_icon {
    margin-right: 10px;    
    cursor: pointer;
    font-size: 16px; 
  }


  .menu-top-i {
    transform: rotate(90deg);
    padding-right: 15px;
    padding-top: 16px;
  }
  .building-block {
    padding-right: 0px;
  }
  .active {
    display: block; 
  }

  .menu {
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #eee;
   
    
  }
 
    .fa-chevron-down {
      float: right;
    }
    .right {
      display: none; }
      .none {
        display: block;
        margin-right: 15px; 
      }
      .header-connection_info a {
        font-size: 16px;
      }
      .building-block {
        display: none;
      }
.header-log-mob-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.header-bg {
    margin: 5px 0;
}
}




@media (max-width: 768px) {
  .title-c {
    font-size: 22px;
  }

    .header-logo {
      text-align: left;
      
       }

    .phoneHeader {
    font-size: 14px;
  }
    .header-connection_info {
    font-size: 14px;
  }
  .header-connection_info a{
    font-size: 14px;
  }
    .header-connection_link a{
    font-size: 12px;
  }
    .header-connection {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: flex-end;
    }
    .header {
    	padding-bottom: 5px;
    }
}

@media(max-width: 576px){

  body.posFix {
    left: 0px !important;
    position: fixed;
  }
	.titless {
		padding-bottom: 40px;
	}
	.nav-left {
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
		width: 100%;
	}

  .header.default .header-bg i {
    font-size: 14px;
  }
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-bg {
    margin-bottom: 10px;
    height: 45px;
    
  }

  .container-relative {
    position: relative;

  }
  .header-logo {
    padding-top: 0px;
    margin-bottom: 0px;

  }
  .header-logo img {
    max-width: 130px;
   
    }
  .header-connection {
    width: auto;
    margin-left: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -3px;
    }
  .header-connection_icon {
   display: none;

  }
  .header-connection_info {
      font-size: 14px;
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: flex-end;
      top: 10px;
      min-width: 271px;
       }
  .header-connection_info a {
    margin-left: 10px;
  }
  .header-contacts {
    display: block;
    
  }
  .header-contacts a {
    padding: 8px 5px;  
  }
  .contacts-icon-i {
    font-size: 18px;
  
  }
  .search-header {
    font-size: 18px;
  
  }
  .phone-mobile {
    font-size: 18px;
    position: relative;
    top: 1px;
    transform: rotate(13deg);
  }
  .header-logo-text {
    display: block;
    max-height: 45px;
  }
  .logo-text {
    font-size: 22px;
  }
  .header-connection_info {
  display: none;
}
.header-connection_link {
  display: none;
}
.header-mobile-menu span {
  width: 17px;
  margin-bottom: 4px;
}
.header-mobile-menu span:nth-child(3) {
  width: 11px;
}
}

/*--------------Кнопки Стили Шапка-------------*/


/*--------------Кнопка баннер на главной  Начало-------------*/


.slider-arrow, .slider-arrow_sl {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 22px;
  z-index: 99; }
  .slider-arrow:hover, .slider-arrow_sl:hover {
    cursor: pointer; }
  .slider-arrow_right, .slider-arrow_sl_right {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -webkit-calc(45% - 20px);
    top: calc(48% - 20px);
    right: 6%;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: none;
    outline: none !important;
    z-index: 5; }
  .slider-arrow_left, .slider-arrow_sl_left {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -webkit-calc(45% - 20px);
    top: calc(48% - 20px);
    left: 5%;
    border: none;
    outline: none !important;
    z-index: 5;
    -webkit-border-radius: 2px;
            border-radius: 2px; }

.fa-chevron-right {
  padding-left: 2px; }

.fa-chevron-left {
  padding-right: 2px; }

  .SliderUP-btn {
    font-size: 16px;
    padding: 12px 25px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    cursor: pointer;
    text-decoration: none;

  }
@media(max-width: 1200px) {
  .button_rl {
    position: absolute;
    top: 45%;
    right: 10%; }
  .slider-arrow, .slider-arrow_sl {
    position: static; }
}

@media (max-width: 992px) {

   .button_rl {
    position: static; }

    .slider-arrow, .slider-arrow_sl {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      width: 22px;
      z-index: 99; }
      .slider-arrow_right, .slider-arrow_sl_right {
        position: absolute;
        width: 40px;
        height: 40px;
        top: -webkit-calc(50% - 20px);
        top: calc(50% - 20px);
        right: 100px;
      }
      .slider-arrow_left, .slider-arrow_sl_left {
        position: absolute;
        width: 40px;
        height: 40px;
        top: -webkit-calc(50% - 20px);
        top: calc(50% - 20px);
        left: 100px;
      }
}
@media(max-width: 768px) {
  .SliderUP-btn {
    margin-left: 10px; }
    .slider-arrow, .slider-arrow_sl {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      width: 22px;
      z-index: 99; }
      .slider-arrow_right, .slider-arrow_sl_right {
        position: absolute;
        width: 40px;
        height: 40px;
        top: -webkit-calc(50% - 20px);
        top: calc(50% - 20px);
        right: 40px;
      }
      .slider-arrow_left, .slider-arrow_sl_left {
        position: absolute;
        width: 40px;
        height: 40px;
        top: -webkit-calc(50% - 20px);
        top: calc(50% - 20px);
        left: 40px;
      }
             .SliderUP-btn {
        font-size: 14px;
        padding: 8px 25px;
       }
       .Slide-btn-link {
        margin-bottom: 10px;
       }
}
@media(max-width: 576px){

}
/*--------------Кнопки баннер на главной Конец-------------*/





/*--------Кнопки отзывы------------*/
.button_rev_absolute {
 position: relative;
 top: -89px;
 }

.slider-arrow_rightrev, .slider-arrow_leftrev {
  background-color: transparent;
  outline: none !important;
  font-size: 20px;
  cursor: pointer;
  margin-left: 5px; }

  .slide_reviews_btn1 {
    max-width: 150px;
  }
  .slide_reviews_btn2 {
    max-width: 67px;
  }

  .readmore-js-toggle  {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 13px;

  }

.slide_reviews:before {
  content: '\f10d';
  font-family: FontAwesome;
  position: absolute;
  display: block;
  top: 40px;
  left: 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  z-index: 60; 
}

.slide_reviews:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  bottom: -22px;
  left: 25px;
  z-index: 61; }
@media(max-width: 992px) {
.slide_reviews:before {
  left: 0px;
  top: 20px;
}
}
/*--------Кнопки отзывы------------*/



/*------Продукция на главной стрелки---------- Начало*/
.slider-arrow, .slider-arrow_slI {  
  position: absolute;
  height: 100%;
  top: 0 ;
  bottom: 0;
  width: 22px;
  z-index: 99;
  cursor: pointer;
}

.slider-arrow_left-Index {
  position: absolute; 
  top: calc(50% - 20px);
  z-index: 5;
}


.slider-arrow_right-Index  {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 5;
}
/*------Продукция на главной стрелки---------- Конец*/


/*------Кнопка подробнее в услугах---------- Начало*/

.uslugi-anons-btn a {
  font-size: 14px;
  padding: 7px 13px;
}
/*------Кнопка подробнее в услугах---------- Конец*/


/*------Кнопка в услугах Оставить заявку---------- Начало*/
.popuop-price-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-right: 5px;

}
.popuop-price-btn a{
  font-size: 14px;
   padding: 7px 12px;

}
/*------Кнопка  в услугах Оставить заявку---------- Конец*/



/*-----Кнопка подробнее в списке --------- Начало!*/

.detail-btn-britv {
  text-align: center;
}
.detail-btn-britv-link {
  
  margin-bottom: 10px;
}
.detail-btn-britv-link a {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 13px;
  text-decoration: none;
}
/*-----Кнопка подробнее в списке --------- Конец!*/


/*-----Кнопка купить  в карточке товара --------- Начало!*/
.DetailbritvyRec-btn-link  {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.DetailbritvyRec-btn-link a{
  font-size: 16px;
  padding: 7px 29px;
  
}
/*-----Кнопка купить  в карточке товара --------- Конец!*/


/*----------Вернуться назад стили------Начало*/
.back-btn a {
  padding: 5px 10px;

}
/*----------Вернуться назад стили---------Конец */


/*--------Задать вопрос---------Начало */
.form-question-btn span {
    font-size: 14px;
    padding: 5px 10px;

}

/*--------Задать вопрос---------Конец */



/*-----Модалки, инпуты, сабмиты----- Начало*/
.form-input input {
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 12px;
    font-size: 14px;
    height: 45px;
    border-radius: 2px;
    box-shadow: none;

  }
  .form-textarea textarea {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    border-right: 2px;
    box-shadow: none;

  }
  .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .submit_button {
    margin-top: 15px;
  }
  .submit_button input{
    font-size: 14px;
    cursor: pointer;
    padding: 7px 13px;
  }


.form-contacts-input {
  padding: 12px;
  border-radius: 2px; 
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  outline: none;
}

.comments {
  padding: 10px;
  border-radius: 2px; 
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  outline: none;
  height: 170px;
}

.form-contacts-submit {
  text-align: right;


}

.contacts-submit {
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
   
}

/*-----Модалки, инпуты, сабмиты----- Конец*/






/* все отзывы Оставить отзыв */
#reviews_form .button input {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 2px;
    outline: none;
}
.column {
  padding-left: 10px;
  padding-right: 10px;
}
#reviews_form .input input:not([type="file"]) {
  padding: 12px;
  border-radius: 2px;
  box-shadow: none;
  width: 90%;
  margin-bottom: 15px;
  font-size: 12px;
  outline: none;
}
#reviews_form .textarea textarea {
    padding: 10px;
    border-radius: 2px;
    box-shadow: none;
    width: 90%;
    margin-bottom: 15px;
    font-size: 12px;
    outline: none;
    height: 170px;

}


/* все отзывы Оставить отзыв */


/*Кнопка вверх*/
.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.scroll-top i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 33px;

}

.more_prod  {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.more_prod a {
  font-size: 14px;
  padding: 7px 13px;
}
/* End */


/* Start:/bitrix/templates/empty/css/color.css?169966217415823*/
.bg-opacity-70.SliderUP>div:after,
.bg-opacity-70.SliderUP>div:before,
.bg-opacity-70.SliderUP:after,
.bg-opacity-70.SliderUP>div:after,
.bg-opacity-70.SliderUP:before {
    background: #7bba48;
}




.det_meta,.list_meta { 
    background: #7bba48; 
}
.btn-primary { 
    background-color: #7bba48;
    border-color: #7bba48;
}
.btn-primary:hover { 
    background-color: #7bba48;
    border-color: #7bba48;
}

.bx-theme-blue .catalog-compare-filter, .bx-blue.catalog-compare .catalog-compare-filter {
    background: #f7f7f7;
    border: 3px solid #7bba48;
}
table.table td h5 a {
font-size: 15px;
color: #7bba48;
}


.rr span.wc_ico_proc {
    background: #7bba48 !important;
    border: 1px solid #7bba48 !important;
}
.rr .price .new_price.action {
    color: #7bba48;
}
.rr .item .foot .btn { 
    background-color: #7bba48;
    border: 1px solid #7bba48; 
}
#wct_cart { 
	background: #7bba48; 
}
#wct_srav { 
	background: #7bba48; 
}


/*цвета общие начало!*/
.bg-blue-color {
  background-color: #7bba48;
}
.vertical-multilevel-menu li:hover {
    background-color: #7bba48!important; 
}

.bx_filter .bx_ui_slider_handle {
  border-color: #7bba48;
}


.fix-m.nav,.bx_filter .bx_ui_slider_pricebar_V

 {
  background: #7bba48;
}
.bg-gray-color {
  background-color: #C4C4C4;
}
.bg-white-color {
  background-color: #fff;
}
.bg-eee-color {
  background-color: #eee;
}
.bg-opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.bg-opacity-70 {
  background-color: rgba(0, 0, 0, 0.7);

}
.bg-blue-color-white {
  background-color: #7bba48;
  color: #fff;
  text-decoration: none;
}
.bg-fff-border-eee-color-blue {
  background-color: #7bba48;
  color: #fff;
  border: 1px solid #eee;
}
.bg-eee-border-ccc {
  background-color: #eee;
  border: 1px solid #ccc;
}
.bg-gray-border-gray {
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
}
.bg-fff-border-eee {
  border: 1px solid #eee;
  background-color: #fff;
}
.white-color {
  color: #fff;
}
.gray-color {
  color: #8a8a8a;
}
.menu-gray-color a{
  color: #8a8a8a;
}
.blue-color {
  color: #7bba48;;
}

.eee-color {
 color: #eee;
}
.black-color {
  color: #000;
}

.slider-productColor-arrow i{
  color: #333;
}
.bg-blue-color-white:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.form-pole-color input, textarea {
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
  color: #555;
}
.white-color a {
  text-decoration: none;
}
.white-color :hover {
  text-decoration: none;
  color: #fff;
}

/*цвета общие Конец!*/

/*Цвета в слайдере видео*/
.three-color-video {
  color: #333;
}
@media(max-width: 992px) {
  .three-color-video {
  color: #eee;
}
}
/*Цвета в слайдере видео*/

/*------Шапка цвета Начало-----------*/
 

.header-info:before {
	background-color: #C4C4C4;
}
.header-bold {
	color: #000;
}
.header-building:before {
	background-color: #C4C4C4;
}

.header-building-icon:hover {
  color: #777474; }

 .header-connection_info a:hover {
  text-decoration: none;
  color: #000;
 }
 .logo-text {
  color: #7bba48;
}
.header-connection_icon:hover {
  color: #777474; }
 .header-sticky {
   background-color: #fff;
  -webkit-box-shadow: 0 0 15px -3px RGBA(0,0,0,.5);
  box-shadow: 0 0 15px -3px RGBA(0,0,0,.5);
 }
 .header-contacts a {
    color: #8a8a8a;
 }
 .menu .search-li {
    background-color: #7bba48;
 }
 .bx-searchtitle .bx-input-group-btn button {
  background: #007bff;
}
.menu .search-li:hover {
  background: #7bba48;
}
.header-mobile-menu span{
    background: #000;
}
.overlay-menu {
      background-color: rgba(0, 0, 0, 0.5);
}
 
.hover ul li {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); 
}
 
.nav-left {
  border-right: 1px solid #eee;
  background: #fff;
}
.nav-left .menu li {
  background-color: #fff;
}
.nav-left .menu li ul{
  background-color: #fff;
}
.nav-left .menu li:hover {
  background-color: #fff;
}
.nav-left .menu li a:hover  {
  color: #7bba48;
}
.nav-left .menu li li a {
  background-color: #fff;
}
.nav-left-close {
  color: #8a8a8a;
}
.nav-left .menu .fa-chevron-down { 
    color: #8a8a8a;
}
.nav-left .menu .menu-top-i {
    color: #8a8a8a;
 }
.nav-left .menu > li {
  border-bottom: 1px solid #eee;
}
.nav-left .menu li li a:hover {
  background-color: #fff;
}
    @media (max-width: 992px) {
     .menu li {
      background-color: #eee; 
    }
    .menu a {
      color: #000;
    }
    .menu li li a {
      background-color: #eee;
    }
    .menu li li a:hover {
      background-color: #eee;
      color: #000; }
      .menu li li li a {
        background-color: #eee;
      }
      .menu li li li a:hover {
        background-color: #eee;
        color: #000; }
        .menu li:hover {
          background-color: #eee;
        }
        .hover ul li {
         box-shadow: none;
       }
      .head-fix-mob.header {
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px -3px RGBA(0,0,0,.5);
        box-shadow: 0 0 15px -3px RGBA(0,0,0,.5);
      }
     }
     @media(max-width: 576px){
        .header-bg {
              background-color: #fff;
        }
     }
     /*------Шапка цвета Конец-----------*/

     /*-----------Кнопки баннер на главной Начало!-----------*/
     .SliderUP-btn:hover {
      color: #fff;
      text-decoration: none;
    }

    @media(max-width: 992px) {
     .SliderUP {
      background-color: #3F3F3F;
    }
  }   
  /*------Кнопка баннер на главной------ Конец*/


  /*-----------Кнопка отзывы  Начало!-----------*/
  .slider-arrow_rightrev:hover, .slider-arrow_leftrev:hover {
   border: 1px solid #777474;
   color: #777474; }
   .slide_reviews:before {
     background-color: #bbb;
     color: #fff;
   }
   .slide_reviews:after {
     border-color: #fff transparent transparent transparent;
   }


   .slide_reviews_btn1, .slide_reviews_btn2 {
    font-size: 13px;
  }
  .bg-blue-color-white:hover {
   color: #fff;
   text-decoration: none;
   opacity: 0.8;
 }
 /*-----------Кнопка отзывы Конец!-----------*/


 /*------Продукция на главной стрелки---------- Начало*/

 .right-arrow-Access:hover, .left-arrow-Access: {
  color: #000;
}
/*------Продукция на главной стрелки---------- Конец*/



/*------Таблица прайс лист---------- Начало*/

.table-price_line {
  font-size: 14px;
  height: 40px;
  border-bottom: 1px solid #eee;
}
.table-price_line:last-child {
  border-bottom: none;
}
.price-table-container table tbody tr:first-child {
  background-color: #7bba48;
  color: #fff;
}
.price-table-container table tbody tr td {
 border-bottom: 1px solid #eee;
}
/*------Таблица прайс лист---------- Конец*/




/*--------Задать вопрос---------Начало */
.form-question-btn span {
  background-color: transparent;
  border: 1px solid #7bba48;
}
.form-question-btn span:hover {
 background-color: #7bba48;
 color: #fff;
}
/*--------Задать вопрос---------Конец */



/*-----Модалки, инпуты, сабмиты----- Начало*/
.overlay, .overlay-buy, .overlay2 {
 background-color: rgba(0, 0, 0, 0.5);

}

.submit_button input{
  font-size: 14px;
  background-color: #7bba48;
  color: #fff;
  border: none;
}

.form-contacts-input {
 background: #f2f2f2;
 border: 1px solid #ddd;
 box-shadow: none;
}
.comments {
 background: #f2f2f2;
 border: 1px solid #ddd;
 box-shadow: none;
}
.contacts-submit {
 background-color: #7bba48;
 color: #fff;
 border: 1px solid #ddd;
}
.contacts-submit:hover {
 opacity: 0.9;
}
/*-----Модалки, инпуты, сабмиты----- Конец*/



/*----Цвета на главной странице----Начало*/

.slider-bg{
 background-color: #fff;
}
@media(max-width: 992px){
  .slider-img-anons-one {
    background-image: url(/bitrix/templates/empty/css/../img/reviews/fon.PNG);
    background-color: #fff;
  }
  .slider-img-anons-one {
    background-image: url(/bitrix/templates/empty/css/../img/reviews/title-area-pattern.png);
  }
}
@media (max-width: 576px) {
  .SliderUP {
    background-color: #444242;
  }

}

/*.Uslugi-section {
  background-image: url(/bitrix/templates/empty/css/../img/reviews/title-area-pattern.png);
  background-color: #f2f2f2;
}*/
.linkFull a {
  color: #000;
  text-decoration: none;
}

.uslugi-block-col img {
 background-color: #fff;
}
.our_prodcut-block-name a {
  text-decoration: none;
}
.our_prodcut-block-name a:hover {
  color: #000;
}
.reviews {
  background-image: url(/bitrix/templates/empty/css/../img/reviews/title-area-pattern.png);
  background-color: #f2f2f2;
}

.sl_review_linkFull-pos a {
  text-decoration: none;
  color: #000;
}
.sl_review_linkFull-pos a:hover {
  text-decoration: none;
  color: #000;
}
.slide_reviews {
  background-color: #fff;
  border: 2px solid #fff;
}
.slide_reviews_text:after {
  background: linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.ourWork-block-info {
  background: rgba(0, 0, 0, 0.7);
  color: #fff; 
}
@media (max-width: 768px) {
  .ourWork-block-info {
    border-top: 1px solid #eee; 
    background: none;
  }
  .ourWork-block { 
   border: 1px solid #eee;
 }
 .posBottom {
  color: #000;
}
}
.news-block-anons {
  border: 1px solid #F2F2F2;
}
.news-block-anons:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*----Цвета на главной странице----Конец*/


/*----Список товаров страница раздела----НАчало*/
.britvy-razdel-block:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-britvy-block:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*----Список товаров страница раздела----Конец*/


/*----Карточка товара ----Начало*/
.detail-tovar-opisanie-text table tbody tr:first-child {
  background-color: #0a47bf;
  color: #fff;
}
.detail-tovar-opisanie-text table tbody tr {
	border-bottom: 1px solid #eee;
}
/*Сопутствующие товары слайдер*/
.access-block:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*Сопутствующие товары слайдер*/
/*----Карточка товара ----Конец*/




/*---Остальные цвета страниц---начало*/
/* Заголовок и фон кроме главной */
.title1::after {
  background-color: #7bba48; 
}
.vertical-multilevel-menu li a {
     color: #8E8E8E;
   }
.vertical-multilevel-menu li {
    background-color: #eee;
  }
.vertical-multilevel-menu > li:hover {
    background-color: #7bba48;
  }
  .vertical-multilevel-menu  .active-left-menu {
    text-decoration: none;
    color: #fff;
     background-color: #7bba48;
  }
.vertical-multilevel-menu li:hover > a {
    text-decoration: none;
    color: #fff;
    
  }
/*Хлебные крошки*/
.bg_bread { 
  box-shadow: 0 5px 2px -5px rgba(0,0,0,.3);
}
#breadcrumbs-one{
  background: #fff;
}
#breadcrumbs-one a{
 color: #444;
 text-shadow: 0 1px 0 rgba(255,255,255,.5);
 background-color: #fff;
}
#breadcrumbs-one a:hover{
  background: #fff;
}
#breadcrumbs-one a:after{
  border-left-color: #fff;
  z-index: 2;
}
#breadcrumbs-one a:before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}
#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}
/*Хлебные крошки*/


.Contacts-info_info_icon:hover{
  color: #777474;
}

.vakansii-block {
    border: 1px solid #eee;
  }

/*наши  клиенты слайдер*/
.partners-slide {
  border: 1px solid #eee;
}
/*наши  клиенты слайдер*/
.price-block-popup {
  background-color: #f2f2f2;
}
.table-rekviziti table tbody tr td {
  border-bottom: 1px solid #eee;
}


/* все отзывы Оставить отзыв */
#reviews_form {
  border: 1px solid #eee;
}

#reviews_form .button input {
  background-color: #7bba48;
  color: #fff;
  border: 1px solid #ddd;
}
#reviews_form .input input:not([type="file"]) {
 background: #f2f2f2;
 border: 1px solid #ddd;
}
#reviews_form .button input:hover {
  opacity: 0.7;
}
#reviews_form .textarea textarea {
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.good_result {
  background-color: #5ce0d9;
}
.error_result {
  background-color: #da1124;
}
/* все отзывы Оставить отзыв */
 
/*Задать вопрос */
.form-question {
  background-color: #f2f2f2;
}
.form-question-icon i {
  color: #7bba48 ;
}
/*Задать вопрос */

.price-table-container table tbody tr:first-child {
  background-color: #7bba48;
  color: #fff;
}



.ourBlock-anons {
  border: 1px solid #eee;
}
.ourBlock-anons-name a {
  color: #000;
}
.ourBlock-anons-name a:hover {
  color: #000;

}
.photo-block-anons {
  border: 1px solid #F2F2F2;
}
.photo-block-anons:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.photo-block-anons-name  a {
  color: #000;
}
.photo-block-anons-name  a:hover,active,visited {
  color: #000;
  text-decoration: none;
}


.photogallery-name span {
  border-bottom: 1px solid #e5e5e5;
}
.photogallery-block-text {
  border-left: 2px solid #7bba48;
}

.building-block-anons {
  border: 1px solid #F2F2F2;
}
.building-block-anons:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.building-block-anons-name a {
  color: #000;
  font-size: 14px;
}

.building-block-anons-name a:hover,active,visited {
  color: #000;
  text-decoration: none;

}


/*Услуги*/
.uslugi-name a {
    color: #000;

  }
.uslugi-name a:hover,active,visible {
    color: #000;
    text-decoration: none;
  }



.block-uslugi__desctiption {
    border-bottom: 1px solid #C4C0C0;
  }


  .uslugi-name-list::after {
   background-color: #7bba48; 
 }

 .uslugi-name-list::before{
  background-color: #C4C4C4;
}
.uslugi-name-list a {
  color: #000;
}

.uslugi-name-list a:hover,active,visited {
  color: #000;
  text-decoration: none;
}

.tabs table tbody tr:first-child {
  background-color: #7bba48;
  color: #fff;
}
.tabs table tbody tr td {
 border-bottom: 1px solid #eee;
}
.uslugi-img-detail  {
 border-bottom: 2px solid #C4C4C4;
}
.tabs {

}
.tabs__caption {
  

  margin-bottom: 0px;
}
.tabs__caption li {

  color: #000;
}
.tabs__caption li:not(.active):hover {
  /*background-color: #ddd;*/

}
.tabs__caption .active {
  border-bottom: 1px solid #7bba48;
  color: #7bba48;

}
.tabs__content {
  background: #FFF;
  border: 1px solid #ccc;
}
/*Услуги*/


/*Статьи*/
.stati-blocks-hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*Статьи*/
/*---Остальные цвета страниц---Конец*/


/*Частые вопросы начало*/

/*Частые вопросы конец*/

.vakansii-icon:hover {
  background-color: #eee;
}
.document-razdel-file a:hover {
  background-color: #eee;
}

.license-elem-block:hover  {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*Поиск страница*/
.input-search-all {
  background-color: #7bba48;
  border: 1px solid #7bba48;
  color: #fff;
}
/*Поиск страница*/

.scroll-top i{
   background-color: #7bba48;
  color: #fff;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



.uslugi-newBLock { 
    border: 1px solid #eee;
}
.uslugi-newBLock:hover {
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-newBLock {
    border: 1px solid #eee;
}

.product-newBLock:hover {
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media(max-width: 1200px){

.uslugi-newBLock-border2{
  border-left: 1px solid #eee;

}

.uslugi-newBLock-border4{
  border-left: 1px solid #eee;

}

}






.cart_add_list_true {
    background-color: grey!important;
	border: 1px solid grey!important;
	}
/* End */


/* Start:/bitrix/templates/empty/components/bitrix/menu/bottom_menu2/style.min.css?1699662175490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/empty/components/bitrix/menu/bottom_menu2/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/empty/styles.css?178236652213227*/

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

.course__description img {
    height: auto;
}


.services__title a {
    display: block;
    height: 44px;
}.course__description img {
    max-width: 100%;
}


.news-block-detail-text img {
    max-width: 100%;
    height: auto;
}




.course__enroll-btn a.e-btn.e-btn-7.w-100 {
    font-size: 14px;
}


section.titless.bg-eee-color {
    padding-bottom: 41px!important;
}


.img_brand {
    display: inline-block;
    text-align: right;
}

.img_brand img {
    max-width: 120px;
    max-height: 64px;
    width: auto;
    height: auto;
}



.header__category nav {
    margin-top: 22px;
}

.footer_nalichie {
margin-top: -10px;
width: 100%;
display: block;
font-size: 13px;
height: 21px;
overflow: hidden;
}



.character-block-character-nalichie, .character-block-character-nalichie i,  .character-block-character-nalichie span {
font-weight: 400;
}



.character-block-character-articul>span {
background: rgb(212, 212, 212);
padding: 2px 10px;
display: inline-block;
margin: 0 0 5px 0;
}#wct_fix {
	position: fixed;
	top: 40%;
	right: 0; 
	display: block;
}
#wct_cart {
	display: block;
	color: white;
    text-align: center;
    font-size: 14px;
    padding: 3px 9px;
	margin-bottom:10px;
}
#wct_srav {
	display: block;
	color: white;
    text-align: center;
    font-size: 14px;
    padding: 3px 9px;
}
#wct_cart i {
	display:block;
    font-size: 24px;
}
#wct_srav i {
	display:block;
    font-size: 24px;
}







.det_meta {
    position: absolute;
    top: 30px;
    left: 3px;
    z-index: 1; 
    color: white;
    padding: 6px 15px;
    font-size: 15px;
}
.det_meta_1 {
    top: 30px;
}.det_meta_2 {
    top: 70px;
}.det_meta_3 {
    top: 110px;
}.det_meta_4 {
    top: 150px;
}.det_meta_5 {
    top: 190px;
}.det_meta_6 {
    top: 230px;
}
.list_meta {
    position: absolute; 
    left: 0px;
    z-index: 1; 
    color: white;
    padding: 2px 5px;
    font-size: 13px;
}
.list_meta_1 {
    top: 10px;
}.list_meta_2 {
    top: 35px;
}.list_meta_3 {
    top: 60px;
}.list_meta_4 {
    top: 95px;
}.list_meta_5 {
    top: 110px;
}.list_meta_6 {
    top: 145px;
}
.slider-tovar-block {
    position: relative;
}




span.cart_ed1 {cursor: pointer;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    border-radius: 50%!important;
    width: 15px!important;
    height: 15px!important;
    background-color: #5d5d5d;
    border: 1px solid #5d5d5d;}.cart_delete { 
cursor:pointer;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    border-radius: 50%!important;
    width: 24px!important;
    height: 24px!important;
    background-color: #5d5d5d;
    border: 1px solid #5d5d5d;
}



.slider-arrow_left-Access {
    left: 0!important;
    font-size: 20px!important;
}

.slider-arrow_right-Access {
    right: 0!important;
    font-size: 20px!important;
}

.row.slick-slider {
    margin-left: 15px!important;
    margin-right: 20px!important;
}


.slick-list.draggable {
    margin-left: 15px!important;
    margin-right: 20px!important;}

    .slider-partners .slick-prev{
    left: 0!important;
    font-size: 20px!important;

    }
    .slider-partners .slick-prev i{ 
    font-size: 20px!important;

    }
    .slider-partners .slick-next{
    right: 0!important;
    font-size: 20px!important;
        
    }
    .slider-partners .slick-next i{ 
    font-size: 20px!important;
        
    }



.cart_add_true {
    background: gray !important;
}






.DetailbritvyRec-btn-cart a {
font-size: 16px;
padding: 7px 29px;
}

/****** товары ********/

.rr .item .picture a img {
    max-width: 100%;
    max-height: 100%;
}
.rr .item .picture a {
    display: block;
    height: 150px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.rr .item .picture {
    position: relative;
}
.rr .item .picture {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}


.rr span.wc_ico_proc {
    position: absolute;
    top: 15px;
    right: 30px; 
    border-radius: 50%;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 36px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}





.rr .item .title {
    font-weight: 500!important;
    font-size: 13.5px!important;
    line-height: 15px!important;
    padding: 0 5px 5px!important;
        font-size: 15px !important;
    line-height: 18px!important;
    height: 56px!important;
    margin: 10px 0 12px;
    padding-bottom: 0!important;

    overflow: hidden;
    text-align: left;
}
.rr .item_propp {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: gray;
    height: 95px;
    overflow: hidden;
}






.rr  .item .foot .btn {
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex; 
    border-radius: 50%!important;
    width: 32px!important;
    height: 32px!important;
}
.rr .old_price {
    position: absolute!important;
    top: -15px!important;
    font-weight: 600!important;
    font-size: 13px!important;
    color: #999;
}.rr .old_price:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 70%;
    left: 0;
    transform: rotate(15deg);
    height: 1px;
    background-color: #999;
}

.rr .item .foot .prices .price {
    font-size: 17px;
    color: #333;
    margin-right: 5px;
    position: relative!important;
    top: 3px!important;
}

.rr .item .foot .prices {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    font-weight: bold;
    color: #999;
    font-size: 14px;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.rr .item .foot {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 5px 10px 5px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.rr .item {
    border: 1px solid #eee;
}
.parent.rr {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: auto;
    margin-bottom: 20px;
    max-width: 210px;
    text-align: center;
    text-align: center;
    max-width: 233px!important;
    padding: 10px;
}

/******************/

.priceRecDetail_old {
color: gray;position: relative; font-weight: 400; 
}

.priceRecDetail_old:before {
content: '';
width: 100%;
height: 2px;
background-color: #a62449;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}





ul.prop1 {
  padding: 2em 0 0;
  max-width: 100%;
  font-size: 14px;
}.prop1 li {
    margin: 0.5em 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
}.prop1 .product {
    overflow: hidden;
    position: relative;
    display: table-cell;
    width: 100%;
}.prop1 .product:after {
    content: '';
    position: absolute;
    bottom: 0.21em;
    margin-left: 0.15em;
    width: 100%;
    height: 0;
    border-bottom: 0.1em dotted;
}.prop1 .value {
    display: table-cell;
    padding-left: 0.15em;
    white-space: nowrap;
    vertical-align: bottom;
}.tabs table.nofisrst tbody tr:first-child {
    background: white!important;
    color: black!important;
}
.tabs__caption li {
font-size: 17px!important;
font-weight: 400!important;
}


@media (max-width: 576px) {

.sections.item-views .item {
    padding: 20px;
}

.sections.item-views .item .info {
    padding: 0!important;
}
}




@media (min-width: 1340px){
.container {
max-width: 1340px;
}
    }

.header .container .container {
    padding-left: 0!important;
    padding-right: 0!important;
}
.header>.container {
    padding-left: 0!important;
    padding-right: 0!important;
}




.border_block_wide {
    border: 1px solid #e5e5e5;
    padding:9px 38px 34px;
margin: 0 15px;}

.border_block_wide .props_list {
    width:100%
}

.border_block_wide .props_list td:first-child {
    font-size:14px
}

.border_block_wide .props_list td:first-child .txt {
    padding-right:28px
}

.border_block_wide .props_list td:last-child {
    font-size: 16px;
    font-weight:bold
}

.border_block_wide .props_list td:last-child .txt {
    padding-left:29px
}

.border_block_wide .props_list td .txt {
    padding-left:14px;
font-weight: 400;}

.border_block_wide .props_list td {
    padding-top:6px
}

table.props_list {
    border-collapse: collapse;
    border: 0;
    table-layout:fixed
}

table.table td {
    padding: 10px
}

table[data-bx-no-border="Y"] td {
    border: 0;
    border-bottom:1px dotted #c3c3c3
}

.props_list td {
    text-align: right;
    padding: 2px 0 2px 10px;
    font-size:13px
}

.border_block_wide .props_list td {
    border-bottom:1px dotted #c3c3c3
}

.props_list td > span, .props_list td > .txt {
    position: relative;
    background: #fff;
    padding: 0;
    display: inline-block;
    color:#666
}

.border_block_wide .props_list td > span, .border_block_wide .props_list td > .txt {
    bottom: -11px;
    background: #fff;
    padding: 0 0 0 10px;
    display:inline-block
}

.props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left:0
}

.props_list tr td:first-child > span, .props_list tr td:first-child > .txt {
    padding-right: 12px;
    position:relative
}

.props_list tr td:first-child > span.whint {
    padding-right:32px
}

.border_block_wide .props_list tr td:first-child > span:before, .border_block_wide .props_list tr td:first-child > .txt:before {
    /* content: ""; */
    /* display: block; */
    /* position: absolute; */
    /* background: #ddd; */
    /* left: 1px; */
    /* top: 10px; */
    /* width: 2px; */
    /* height:2px
 */}

.props_list tr td:first-child > .txt:before {
    /* top: 9px; */
    /* width: 3px; */
    /* height:3px
 */}.border_block_wide {
    margin-top: 30px;
}

.sliderSoput-line.sliderSoput-slider {
    margin-top: 20px;
}




.parent.rr {
max-width: 251px!important;
}

.rr .item .picture a {
    width: 100%;
    overflow: hidden;
    height: 165px;
}

.rr .item .picture a img {
    width: 100%;
    height: auto!important;
    object-fit: contain;
}


/* End */
/* /bitrix/templates/empty/css/main.css?169966217422729 */
/* /bitrix/templates/empty/css/color.css?169966217415823 */
/* /bitrix/templates/empty/components/bitrix/menu/bottom_menu2/style.min.css?1699662175490 */
/* /bitrix/templates/empty/styles.css?178236652213227 */
