  .one_column {  
    padding-top: 50px;
    padding-bottom: 50px;   
    overflow: hidden;
  }

@media(max-width: 768px) {
    .one_column {  
    padding-top: 20px;
    padding-bottom: 20px;
  }
}





  

.razdel-name-title {
      font-size: 28px;
    margin-bottom: 10px;

}
  .titless-title {
    font-size: 44px;
    text-align: center;

  }

  .title1 {
    font-size: 36px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px; }
    .title1::after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 3px;
      bottom: -15px;
      left: 48.5%;
    }

@media(max-width: 992px) {
  .title1 {  
    font-size: 36px;
  }
}
@media(max-width: 768px) {
  .title1 {
    
    font-size: 24px;
  }
}
@media(max-width: 576px) {
  .title1 {
    
    font-size: 20px;
    margin-left: 0px;
    padding-left: 0px;
    margin: 0 auto;
  }
  .title1:after {
    left: 46%;
  }
}
/* Конец Заголовка и фона кроме главной */


/* Левое меню */
  .vertical-menu {
    margin-bottom: 30px;
    padding-left: 0px;
   

  }

  .vertical-multilevel-menu {
    list-style: none;
    font-size: 14px;
    line-height: 1.9;
    padding-left: 0px;
    

  }

  .vertical-multilevel-menu li a {
    display: block;
    width: 100%;
    padding-left: 50px;
  
        }

  .vertical-multilevel-menu > li {
    margin-top: 2px;
    cursor: pointer;
    width: 100%;
    position: relative;
  }
  .vertical-multilevel-menu  li ul li {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
  }


  .vertical-menu ul li a {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 17px;
  }
  
  .vertical-menu-a {
    padding-right: 10px;
    position: absolute;
    vertical-align: middle;
    text-align: right;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

@media(max-width: 1200px) {
.vertical-menu ul li a {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    

  }
  .chevron-right-vert {
        padding-right: 10px;
  }
}

@media(max-width: 992px) {
  .chevron-right-vert {
    display: none;
  }
  .vertical-menu ul li a {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    word-wrap: break-word;

  }
}

@media(max-width: 767.8px) {
  .vertical-multilevel-menu {
    display: none;
  }
  .bg_bread {
    display: none;
  }
  }
/* Конец Левого меню */



/* Хлебные крошки */


  #breadcrumbs-one{
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  position: relative;
  font-size: 12px;
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}



#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

 #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;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;
}


@media(max-width: 768px) {
 #breadcrumbs-one a {
  font-size: 12px;
  padding-left: 18px;
  padding-right: 15px;
 } 
}
@media(max-width: 576px) {
 #breadcrumbs-one a {
  font-size: 10px;
  padding-left: 15px;
  padding-right: 15px;
 } 
}


/*Конец Хлебных крошек */

/* Отзывы  слайдер */

.reviews {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10; }
.sl_review_linkFull {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
  
}
.sl_review_linkFull-pos {
  position: relative;
  top: -60px;
}

.sl_review_linkFull-pos a {
  font-size: 14px;


}
.button_rev_flexs {
  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;
}

.slick-slide {
  outline: none; }

.slide_reviews {
  position: relative;
  padding: 35px 35px 35px 65px;
  margin-bottom: 20px;
  font-size: 16px;
  z-index: 50; }
  .slide_reviews_name {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 15px; }
  .slide_reviews_position {
    font-weight: normal;
    margin-bottom: 10px;
     font-size: 15px; }
  .slide_reviews_text {
    font-weight: normal;
    line-height: 1.6;
     font-size: 14px;
     }
.title-reviews-razdel {
  margin-top: 10px;
    font-size: 22px;
    position: relative;
    margin-bottom: 40px;
}  
  
@media (max-width: 992px) {
  .slide_reviews {
    padding: 25px 25px 25px 45px; }
  .reviews {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    } }
@media(max-width: 576px) {
  .sl_review_linkFull-pos {
    position: relative;
    top: -20px;
    right: -100px;
  
  }
}

/* Отзывы  слайдер*/

/* Преимущества*/

.advantages {
  padding-top: 60px;
  padding-bottom: 60px; }
  .advantages-block {
    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;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
    .advantages-block_icon {
      margin-right: 15px; }
    .advantages-block_icon img {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
  .advantages-info_name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px; }
  .advantages-info_text {
        font-size: 14px; }

.advantages-block:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

@media (max-width: 992px) {
  .advantages-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .advantages {
    padding-bottom: 30px; }
    .advantages-block {
      max-width: 500px;
      margin-top: 1px;
      margin-bottom: 32px;
      position: relative; }
      .advantages-block:before {
        content: '';
        position: absolute;
        display: block;
        height: 1px;
        width: 100%;
    
        bottom: -6px;
        left: 0; }
      .advantages-block:after {
        content: '';
        position: absolute;
        display: block;
        height: 1px;
        left: 0;
        width: 100%;
        top: -10px; } 
}
/* Преимущества*/


/* Яндекс карта*/

.Maps {
  padding-top: 30px; }

.myMap {
  height: 350px; }
@media(max-width: 992px) {
  .Maps {
    display: none;
  }
}
/* Яндекс карта*/

/*слайдер-товары на главной и т.д*/
.index-slider {
  position: relative;

}
.britvy-index-block {
  max-width: 100%;
  min-height: 210px;
  margin-bottom: 30px;
  text-align: center;  
}
.britvy-index-block:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.britvy-index-block-img img {
  max-width: 100%;
  height: 230px;
  margin: 0 auto;
  object-fit: cover;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.britvy-index-block-name {
  padding: 7px 5px 15px 5px;
}
.britvy-index-block-name a {
  text-decoration: none;
  font-weight: bold;
}
.britvy-index-block-name a:hover {
  text-decoration: none;
  color: #000;
}
.slider-arrow_right-Index {
  right: -5%;
}
.slider-arrow_left-Index {
  left: -5%;
}
@media(max-width: 768px) {
  .index-slider {
  width: 340px; 
  margin: 0 auto;
}
.slider-arrow_left-Index {
  left: -6.5%;
}
.slider-arrow_right-Index  {
  right: -9%;
} 
}
@media(max-width: 576px) {
  .index-slider {
  width: 260px; 
  margin: 0 auto;
}
.slider-arrow_left-Index {
  left: -7%;
}
.slider-arrow_right-Index  {
  right: -10.5%;
} 
}
/*слайдер-товары на главной и т.д*/





/*Страница Контакты */

.Contacts {
  padding-top: 0px;
  padding-bottom: 40px;
}

.Contacts-title {
  margin-bottom: 30px;
}

.Contacts-info_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 25px;
}

.Contacts-info_info_icon  {
  margin-right: 10px;

  font-size: 20px; 
}


.Contacts-info_info_text {
  
  font-size: 14px;

}


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



.Contacts-form {
  margin-top: 20px;
}

.inputs-Contacts {
  margin-bottom: 5px;

}

.contacts-info_social {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 20px;}
.contacts-info_social_vk a {
font-size: 17px;
padding: 6px 9px;
-webkit-border-radius: 50%;
        border-radius: 50%;
        float:right; }
.contacts-info_social_inst a {
font-size: 17px;
-webkit-border-radius: 50%;
        border-radius: 50%;
padding: 6px 12px;
margin-left: 10px;
float:right; }
.contacts-info_social_face a {
font-size: 17px;
-webkit-border-radius: 50%;
        border-radius: 50%;
padding: 6px 14px;
margin-left: 10px;
float:right; }


.personal-block {
  margin-top: 50px;
}
.personal-name {
  font-size: 28px;
  margin-bottom: 10px;
}
.personal-phone {
  font-size: 16px;
  margin-bottom: 10px;
}
.personal-block-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1.6;
  font-size: 14px;
}

.personal-block-info_img img {
  width: 100px;
  height: 130px;
  object-fit: cover;
}
.personal-block-info_text {
  margin-left: 25px;
}
.personal-block-info_text span {
  display: block;
}

@media(max-width: 576px) {
  .personal-name {
  font-size: 24px;
  margin-bottom: 10px;
}
.personal-phone {
  font-size: 14px;
  margin-bottom: 10px;
}

}
/*Конец Страницы Контакты */



/* фон для отзывов на отдельной странице  */
.razdel_reviews {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;

}

.reviews-usluga {
  margin-top: 60px;
  margin-bottom: 30px;
}
.reviews-usluga-detail .slide_reviews {
  border: 2px solid #eee;
}
/* фон для отзывов на отдельной странице  */

/* О компании  */



.O_company p {
  font-size: 14px;
  
  line-height: 1.4;
  margin-bottom: 25px;
}

.O_company p a {

}
.O_company h2 {
  margin-bottom: 25px;
} 
.O_company  ul li  {
    font-size: 14px;
  
  line-height: 2;
}
.O_company  ul {
  margin-bottom: 25px;
}

.O_company  ol li  {
    font-size: 14px;
  
  line-height: 2;
}

/* О компании  */



/* Лицензия*/


.license-block {
  text-align: center;
  
}

.license-block img {
  
  max-width: 100%;
  height: 300px;
  padding-bottom: 5px;
 
  text-align: center;
}
.license-block a {
  outline: none;
}

.license-text {
  font-size: 14px;
  text-decoration: none;
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;

}
  .license-block {
    margin-bottom: 20px;
  }
@media(max-width: 1200px) {
  .license-block {
    justify-content: center;
  }
}

@media(max-width: 992px) {
 

}
/* Лицензия*/





/* Вакансии */


.vakansii-block {
  font-size: 16px;
}


.vakansii-block_info {
  cursor: pointer;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  

}
.vakansii-block_info_link a {
  display: block;
  font-size: 16px;

}
.vakansii-block_text {
 display: none;
 padding-left: 10px;
 font-size: 14px;
 line-height: 1.7;
 padding-right: 10px;

}
.vakansii-block_text * {
  max-width: 100%;
}

.vakansii-block_info_link a {
  text-decoration: none;
}

.vakansii-block_text.show-vakansii {
  display: block;
}
.vakansii-icon {
  width: 30px;
  height: 30px;
  padding-top: 6px;
  text-align: center;
  border-radius: 50px;
  
}

.vakansii-icon.deg180 {
  text-align: center;
  transform: rotate(180deg);
  -ms-align-items: center;
}
/* Вакансии */




/* все отзывы */
.reviews-full {
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.reviews-full-img img {
  width: 100%;
  max-height: 150px;
}
.info-flex-img {
  display: none;
  margin-right: 10px;
}
.info-flex-img img {
  width: 86px;
  height: 93px;
}
.reviews-full-img i {
  color: #337ab7;
}
.reviews-full-img {
  
}
.reviews-full-info {

  margin-left: 5px;
}
.reviews-full-info_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.reviews-full-info_position {
  font-size: 14px;
  margin-bottom: 10px;

}

.reviews-full-info_text {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.6;

}

@media(max-width: 768px) {
  .reviews-full-img {
    display: none;
  }
  .full-info-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 15px;
  }
  .info-flex-img {
    display: block;
  }
  .reviews-full-info {
   margin-left: 0px;
}
}
/* все отзывы */




/*наши  клиенты слайдер*/

.slider-partners-wrapper .bxr-color-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50px;
  text-align: center;
}
.slider-partners-wrapper .bxr-color-button i{
  font-size: 14px;
}


.partners-slide {
  height: 80px !important;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px;
  outline: none!important;
}
.slider-partners .slick-prev {
  left: -3.5%;
}
.slider-partners .slick-next {
  right: -3.5%;
}
.slider-partners .slick-prev:before, .slick-next:before {
  color: transparent !important;
}
@media(max-width: 576px) {
  .slider-partners-wrapper .bxr-color-button.slick-next {
    right: 0px;
  }
    .slider-partners-wrapper .bxr-color-button.slick-prev {
    left: 0;
  }
  .partners-slide {
    border: 0px;
  }
}
    /*наши  клиенты слайдер*/


/* плашка оставить заявку*/ 

.popup-main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.price-block-popup {
    margin-top: 30px;
  margin-bottom: 10px;
  padding: 15px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.price-block-popup-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}


.popup-info-text {
  margin-left: 10px;
}


@media(max-width: 768px) {
  .price-block-popup {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  }
  .price-block-popup-info {
 margin-bottom: 10px;

} 
}

/* плашка оставить заявку*/ 
.h2-title {
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 20px
}

.back_news {
  margin-top: 20px;
}
.back_news a{

  padding: 5px 10px;
  text-decoration: none;
}

.table-rekviziti table tbody tr {
  width: 100%;
  

}
.table-rekviziti table tbody tr td {
  font-size: 14px;
  height: 55px;
  padding-left: 10px;

}
.table-rekviziti table tbody tr:last-child td {
  border-bottom: none;
}

.table-rekviziti table {
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 30px;
  width: 100%;
}



/* все отзывы Оставить отзыв */
.reviews_page  {
  margin-bottom: 30px;
}
#reviews_form {
  padding: 10px;
}
#reviews_form .input {
  margin-bottom: 10px;
}
#reviews_form .button {
  margin-top: -56px;
}


#reviews_result {
    margin-top: 10px;
}
.good_result {
  background-color: #5ce0d9;
  padding: 10px 20px;
  color: #333;
  max-width: 95%;
}
.error_result {
  background-color: #da1124;
  padding: 10px 20px;
  color: #fff;
  max-width: 95%;
}
@media(max-width: 992px) {
    #reviews_form .button {
    margin-top: 20px;
}
}
@media(max-width: 768px) {

  .reviews-full-info {

  margin-left: 0px;
}
}
/* все отзывы Оставить отзыв */





.footer {
  padding-top: 50px;
  position: relative;
  background-image: url(../img/reviews/title-area-pattern.png);
 }
  .footer-logo-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .footer-about_logo {
    text-align: left; }

  .footer-about_logo img {
    max-width: 170px;
    max-height: 60px;
  }
  .footer-logo-text {
    margin-left: 10px;
    margin-top: 2px;
  }
  .footer-about_text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7;
    text-align: justify; }
  .footer-services_menu ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .footer-services_menu a {
    line-height: 1.9;
    font-size: 14px; }
  .footer-article_menu ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .footer-article_menu a {
    line-height: 1.9;
    font-size: 14px; }
  .footer-contacts_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .footer-contacts_info_icon {
      margin-right: 10px;

      font-size: 20px; }

    .footer-contacts_info_text {
      
      font-size: 14px; }
      .footer-contacts_info_text a {
        text-decoration: none;
      }
      .footer-contacts_info_text a:hover {
        text-decoration: none;
        color: #333;
      }
  .name-organiztion {
        margin-bottom: 20px;
    display: block;
    text-align: left;
    font-weight: bold;
  }
.footer-bold {
  font-weight: bold;
  }

.footer-bottom {
  margin-top: 50px;
  
  padding-top: 7px;
  padding-bottom: 7px; }
  .footer-bottom_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-align-items: center;
             align-items: center; }
    .footer-bottom_info_author a {
      font-size: 14px;
      
      text-decoration: none;
       }
    .footer-bottom_info_social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .footer-bottom_info_social a{
    
  }
  .footer-bottom_info_social i {
    font-size: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
  }
   .footer-bottom_info_user {
    line-height: 18px;
   }
  .footer-bottom_info_user a{
    color: #fff;
    font-size: 14px;
    
  }
    .footer-bottom_info_user span {
      display: block;

    }
@media(max-width: 576px) {
  .footer {
    padding-top: 30px;
  }
  .footer-about_title {
    display: none;
  }
  .footer-about_text   {
    display: none;
  }
}

/*Задать вопрос */
.form-question {

  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;

}
.form-question-icon {
  padding-top: 40px;
  padding-bottom: 30px;
}

.form-question-icon i {
  font-size: 60px;
}
.form-question-text {
  padding: 0px 20px 30px 20px;
  font-size: 16px;
}

.form-question-btn {
  cursor: pointer;
  padding-bottom: 30px;
}


.btn-js-common {
  display: inline-flex;
}

.form-hide{
  display: block;
}
.form-hide.form-show {
  display: none;
}

@media(max-width: 992px) {
  .form-question {
    margin-top: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media(max-width: 768px) {
  .form-question {
    
    padding-top: 1px;
    padding-bottom: 1px;

}
  .form-question-icon {
  padding-top: 10px;
  padding-bottom: 10px;
}

  
}


/*Задать вопрос */


/*Задать вопрос  форма*/

.overlay, .overlay-buy {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
  .popup, .popup-buy {
    position: fixed;
    left: 50%;
    top: 100px;
    margin: 0 auto;
    transform: translateX(-50%);
    width: 500px;
    border-radius: 3px;
    padding: 15px 20px;
    }

  .popup-close, .popup-buy-close {
      position: absolute;
      font-size: 45px;
      right: 10px;
      top: -10px;
      
      cursor: pointer;
      
  }
  .popup-title, .popup-buy-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .popup-form {
    width: 100%;

  }
  .popup-text {
    font-size: 14px;  

  }
  .popup-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  




@media(max-width: 768px) {
  .popup {
    position: fixed;
    left: 50%;
    top: 100px;
    margin: 0 auto;
    transform: translateX(-50%);
  
    width: 400px;
    border-radius: 3px;
    padding: 15px 20px;
    }

}
@media(max-width: 576px) {
  .popup {
    position: fixed;
    left: 50%;
    top: 20px;
    margin: 0 auto;
    transform: translateX(-50%);
    width: 300px;
    border-radius: 3px;
    padding: 5px 15px;
    }

}
/*Задать вопрос  форма*/


/* Спасибо мы вам перезвоним */ 

.overlay2 {

  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;


}
  .popup2 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    width: 450px;
    border-radius: 3px;
  }
  .popup2-close {
      position: absolute;
      color: #000;
      font-size: 45px;
      right: 10px;
      top: -15px;
      
      cursor: pointer;
    }
    .popup2-title {
      font-size: 30px;
      padding-top: 12px;
      padding-right: 10px;
      padding-left: 10px;
      text-align: center;
      }
    .popup2-text {
      padding-top: 30px;
      font-size: 20px;
      width: 70%;
      margin: 0 auto;
      text-align: center;
      }

@media(max-width: 768px) {
  .popup2 {
    width: 350px;
  }
  .popup2-title {
      font-size: 24px;
      }
    .popup2-text {

      font-size: 16px;
    }
}

@media(max-width: 576px) {
  .popup2 {
    top: 20px;
    width: 280px;
  }
  .popup2-title {
      font-size: 22px;
      }
    .popup2-text {

      font-size: 14px;
    }
}
      /* Спасибо мы вам перезвоним */ 



/* Прайс лист */
.table-text {
  font-size: 14px;

}

.table-price {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}

.table-price_line1 {
  font-size: 14px;
  height: 40px;
}
.table-price_line {
    font-size: 14px;
    height: 40px;

  }

.typeWork1
{
  padding-left: 10px;
}
.typeWork
{
  padding-left: 10px;
}



.price-table-container table tbody tr:first-child {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding-left: 10px;
 
}
.price-table-container table tbody tr {
  width: 100%;
}
.price-table-container table tbody tr td {
  font-size: 14px;
    height: 40px;
    padding-left: 10px;

}
.price-table-container table tbody tr:last-child td {
    border-bottom: none;
}

.price-table-container table {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}





/*Конец Прайс листа */



/*Новости и акции*/

/*Комопнент news */
.ourBlock-anons {
  margin-bottom: 30px;
  width: 100%;
}

.ourBlock-anons-name {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  max-height: 50px;
  overflow: hidden;

}
.ourBlock-anons-name a {
  text-decoration: none;
}

.ourBlock-anons-img img {
  width: 100%;
  height: 300px;
 object-fit: cover;
}
.ourBlock-anons-text {
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
  height: 80px;
  overflow: hidden;

}

@media(max-width: 992px){
  .ourBlock-anons-text{
    padding-right: 20px;
  }
  .ourBlock-anons-img img{
    width: 100%;
    height: 200px;
  }
}


@media(max-width: 768px){
  .ourBlock-anons-img img{
    height: 230px;
    max-width: 100%;
  }
}




.ourBlock-block-detail-img {
  margin-bottom: 40px;
}
.ourBlock-block-detail-img img{
  max-height: 350px;
  width: 100%;
  height: auto;
   object-fit: cover;
}
.ourBlock-block-detail-name {

}


.ourBlock-block-detail-date {
  margin-top: 55px;
  font-size: 16px;
  margin-bottom: 30px;
}

.ourBlock-block-detail-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}



.news-block-detail-img {
  margin-bottom: 40px;
}
.news-block-detail-img img{
  width: 100%;
  object-fit: cover;
}
.news-block-detail-name {

}


.news-block-detail-date {
  margin-top: 55px;
  font-size: 14px;
  margin-bottom: 30px;
}

.news-block-detail-text {
  font-size: 14px;
  line-height: 1.6;
}

.photo-block-anons {
  max-width: 100%;
  padding-bottom: 15px;
  min-height: 250px;
  margin-bottom: 30px;
}


.photo-block-anons-name {
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;

}

.photo-block-anons-imgAnons img {
  width: 100%;
  height: 170px;
 object-fit: cover;
}


.photo-block-anons-date {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 14px;
}



.photogallery-name  {
  font-size: 26px;
  margin-bottom: 25px;
  
}

.photogallery-name span {
  padding-bottom: 14px;

}

.photogallery-blocks {
  margin-bottom: 20px;
  justify-content: center;
  
}



.photogallery-block {
  margin-bottom: 15px;

}
.photogallery-block img {
  width: 260px;
  height: 170px;
   object-fit: cover;
}
.photogallery-block-text {
  margin-bottom: 25px;

  padding-left: 20px;
  font-size: 14px;
}

.Promotions-aktsii-news {
  border: 1px solid #F2F2F2;

  margin-bottom: 20px;
  padding-bottom: 15px;

}
.Promotions-aktsii-news:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.Promotions-aktsii-news-info img {
  width: 100%;
   object-fit: cover;
   height: 130px;
}

.Promotions-aktsii-news_name {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.Promotions-aktsii-news_name a {
  color: #000;
  font-size: 14px;
}

.Promotions-aktsii-news_name a:hover,active,visited {
  color: #000;
  text-decoration: none;

}

.Promotions-aktsii-news_text {
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.Promotions-aktsii-news_date {
  font-size: 14px;
  
  text-align: center;
  height: 21px;
  overflow: hidden;
}




.Promotions-aktsii-newsDetail {

}

.Promotions-aktsii-newsDetail-img {
  text-align: center;
  margin-bottom: 30px;
}

.Promotions-aktsii-newsDetail-img img {
  width: 100%;
  max-height: 350px;
  height: auto;
   object-fit: cover;
}


.Promotions-aktsii-newsDetail-name {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
}




.Promotions-aktsii-newsDetail-detailText {
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.5;

}

@media(max-width: 1200px) {
  .photogallery-block {
    padding: 5px;

}
  .photogallery-block img {
    width: 100%;
    height: 200px;

}
}


@media(max-width: 992px) {
  .photogallery-block {
    padding: 5px;

}
  .photogallery-block img {
    width: 100%;
    height: 300px;

}
}


@media(max-width: 576px) {
  .photogallery-block {
    padding: 5px;
}
  .photogallery-block img {
    width: 100%;
    height: 220px;

}
}
.building-block-anons {
  max-width: 220px;
  padding-bottom: 15px;
}

.building-block-anons-img img {
  width: 100%;
}

.building-block-anons-name {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.building-block-anons-text {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.common-block {
  display: none;

}
.common-block.active {
  display: block;
}
.common-block-name {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 20px;

}
.common-block-name-title {
  font-size: 24px;  
}
.common-block-img {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.common-block-img img { 
  max-width: 100%;
  max-height: 300px;
  image-rendering: auto;
  object-fit: cover;


}

.common-block-documents a {
  font-size: 14px;
}

.common-blocks-detail {
  border: 1px solid #F2F2F2;
  max-width: 210px;
  height: 100%;
  

}
.common-blocks-detail:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.common-block-detail-img {


}
.common-block-detail-img img {
  width: 100%;
  height: 200px;
  padding: 20px;
}

.common-block-detail-text {
  text-align: center;
}

.object-block-margin
 {
  padding-left: 20px;
 }












.vertical-menu {
    margin-bottom: 30px;
    padding-left: 0px;
   

  }

  .vertical-multilevel-menu {
    list-style: none;
    font-size: 14px;
    line-height: 1.9;

    padding-left: 0px;
    

  }

  .vertical-multilevel-menu li a {
    display: block;
    color: #8E8E8E;
    width: 100%;
    padding-left: 50px;
        }

  .vertical-multilevel-menu > li {
    margin-top: 2px;
    background-color: #eee;
    color: #8E8E8E;
    padding: 5px 10px;
    cursor: pointer;
    width: 100%;
    position: relative;
  }
.vertical-multilevel-menu li ul li {
   background-color: #eee;
    color: #8E8E8E;
    margin: 0;
}
.vertical-multilevel-menu li ul li a {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 2px solid #fff;
  }
  .vertical-multilevel-menu li:hover {
   
    background-color: #0088cc;
    color: #fff;
   
  }


  
  .vertical-menu-a {
    float: right;
    padding-right: 10px;
   
  }
  .vertical-multilevel-menu li ul {
  display: none;
}
.vertical-multilevel-menu li ul li a {
      padding-left: 10px;
    padding-right: 10px;
}
.vertical-multilevel-menu li.hover ul {
  display: block;
  position: absolute;
  width: 300px;
  /* background-color: #ca2525; */
  /* left: 50%; */
  right: -300px;
  z-index: 1000;
  list-style: none;
  padding-left: 0px;
  
  top: 0;
}
.vertical-multilevel-menu li:hover{
  
}

@media(max-width: 1200px) {
.vertical-menu ul li {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0px;
    font-size: 14px;
    

  }
  .chevron-right-vert {
    padding-right: 1px;
  }
  .common-block-detail-img img {
  width: 100%;
  height: 190px;
  padding: 10px;
}
}

@media(max-width: 992px) {
  .chevron-right-vert {
    display: none;
  }
  .vertical-menu ul li {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0px;
    font-size: 14px;
    word-wrap: break-word;

  }
}

@media(max-width: 768px) {
  .common-block-name-title {
  font-size: 20px;
  margin-top: 30px;
}
  .common-block-name {
  font-size: 20px;

}

  .object-block-margin
 {
  padding-left: 0px;
 }
 .common-block-detail {
  margin-bottom: 20px;
 }

  }

 @media(max-width: 576px) {
  .common-block-img img {
  width: auto;
  max-width: 100%;
  min-height: 150px;


}
 }


/*Комопнент news */


/*Услуги каталог Начало*/

.uslugi-list {
  padding-left: 20px;
}
.block-usl {
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 0px;

}

.uslugi_block {
  -ms-align-items: center;
  align-items: top;
}

.uslugi-icon {
  margin-top: 0px;
  margin-left: 0px;
}
.uslugi-icon img {
  width: 100%;
  height: 100px;
   object-fit: cover;
}

.uslugi-icon-txt {
  margin-left: 10px;

   
}
.uslugi-img-text__text {
  font-size: 14px;
  display: none;

  
}
.uslugi-name {
  margin-bottom: 10px;
}

.uslugi-name a {
  font-size: 16px;
  color: #000;

}

.uslugi-name-razdel {
  margin-bottom: 10px;
  
}
.uslugi-name-razdel a {
  font-size: 14px;
  margin: 0 10px 0 0;
  font-size: 95%;
  text-decoration: underline;

}

.uslugi-name-razdel a:hover {
  text-decoration: none;
}

@media(max-width: 1200px) {
.uslugi-icon-txt {
  margin-left: 0px;
  margin-top: 5px;

   
}
.uslugi-icon img {
  width: 100%;
  height: 150px;
}


}

@media(max-width: 768px) {
  .uslugi-icon img {
  width: 100%;
  height: 200px;
}

.uslugi_block {
  margin-bottom: 10px;
}
.ul-left-margin {
  margin-left: 0px;
  padding-left: 0px;
}


}



.block-uslugi__desctiption {
  font-size: 14px;
  margin-bottom: 50px;

  padding-bottom: 20px;
}
.detail-section-textAfter {
  font-size: 14px;
}
.uslugi-img-list img {
    max-width: 100%;
    height: 200px;
   object-fit: cover;
}

.uslugi-blocks-list {
  margin-bottom: 50px;
  -ms-align-items: top;
  align-items: top;
  
}

.uslugi-name-list {
  font-size: 18px;
  margin-bottom: 60px;
  position: relative;
  
}

.uslugi-name-list::after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    top: 50px;
 }
  .uslugi-name-list::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -27px;
   }



.uslugi-anons-list {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 20px;

}

@media(max-width: 1200px) {
.uslugi-img-list img {
  width: 100%;
  height: 180px;
}

}

@media(max-width: 992px) {
  .uslugi-img-list {
    margin-bottom: 20px;
  }
.uslugi-img-list img {
  max-width: 100%;
  height: auto;
}


}



/* Прайс лист услуги */
.tabs table tbody {
  max-width: 100%;
}
.tabs table tbody tr:first-child {

  
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding-left: 10px;
 
}
.tabs table tbody tr {
  width: 100%;
  

}
.tabs table tbody tr td {
  font-size: 14px;
    height: 40px;
   
    padding-left: 10px;

}
.tabs table tbody tr:last-child td {
    border-bottom: none;
}

.tabs table {
  margin: 0 auto;

  width: 100%;
}
.tabs ul {
  width: 100%;
}





/*Конец Прайс листа */



.uslugi-img-detail  {
  text-align: center;
  margin-bottom: 30px;
 
  padding-bottom: 50px;
}

.uslugi-img-detail img {
  max-width: 100%;
  height: auto;
   object-fit: cover;

}

.uslugi-text-detail {
  font-size: 14px;
  line-height: 1.5;
}




.tabs {
  width: 100%;
  margin: 30px 0px;

}
.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
  justify-content: flex-start;
  padding-left: 0px;

  width: 100%;
  
}



.tabs__caption li {
  padding: 9px 15px;
  font-size: 15px;
  font-weight: bold;
  position: relative;

  text-align: center;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}


.tabs__content {
  display: none;
  
  width: 100%;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.5;
}
.tabs__content.active {
  display: block;
  overflow: auto;
}
.zakaz-zvonka-usluga {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  
}

.btn-uslugi {

}
.detail-html_text {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}
@media(max-width: 576px) {
  .tabs__caption li {
  padding: 7px 10px;
  font-size: 12px;
}
}


/*Услуги каталог Конец*/



/*Статьи каталог Начало*/
.stati-icon img {
  width: 150px;
  height: 150px;
}


.stati-block-margin {
  margin-bottom: 20px;
}

.stati-blocks-hover {
  margin: 0 auto;
}

.stati-blocks-Big {
  height: 100%;
  max-width: 480px;
  
}
.stati-blocks-Big-img img {
  width: 100%;
  height: 330px;
   object-fit: cover;
}

.stati-blocks-Big-name {
  margin: 20px 30px;
  
}

.stati-blocks-Big-name a {
  font-size: 20px;

  text-decoration: none;

}


.stati-blocks-Big-text {
  padding: 0px 25px 20px 30px;
  font-size: 14px;

   word-wrap:break-word;

}


.stati-blocks-Big-date {
  padding: 0px 25px 20px 30px;
  font-weight: lighter;
}


.stati-blocks-small {
  max-width: 300px;
  height: 100%;
}

.stati-blocks-small-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.stati-block-margin-col-4 {
  margin-bottom: 30px;
}


.stati-blocks-small-name {
  margin: 20px 10px;
  text-align: center;
  
}

.stati-blocks-small-name a {
  font-size: 16px;
  
  text-decoration: none;
}


.stati-blocks-small-date {
  text-align: center;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: lighter;
}
.detail-stati-section {
  margin-bottom: 30px;
}

@media(max-width: 1200px) {
  .stati-blocks-Big-img img {
  width: 100%;
  height: 300px;
}
}
@media(max-width: 992px) {

  .stati-blocks-small {
  height: 100%;
  max-width: 480px;
  
}

  .stati-blocks-small-img img {

  width: 100%;
  height: 330px;

  }
}

@media(max-width: 576px) {
  .stati-blocks-Big-img img {
  width: 100%;
  height: 230px;
}
.stati-blocks-small-img img {

  width: 100%;
  height: 230px;

  }
}
.stati-img-detail img{
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.stati-img-detail {
  margin-bottom: 30px;
  text-align: center;
}
.stati-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  font-weight: lighter;
}
.stati-title-date {
  margin-right: 20px;
}

.stati-text-detail {
  font-size: 14px;
   word-wrap:break-word;
}

@media(max-width: 768px) {
  .stati-title {
    font-size: 12px;
  }
}
/*Статьи каталог Конец*/



/*Частые вопросы начало*/
.question-block {

}
.question-info-main {
  margin-bottom: 30px;
}
.question-info-name {
  padding: 10px 20px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  transition: all .3s;
}
.question-info-name:hover {
  opacity: 0.8;
}
.question-info-name:before {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  right: 10px;
  font-size: 18px;
}

.active-arr.question-info-name:before {
  transform: rotate(180deg);
}
.question-info-content {
  display: none;
  border-top: 0px;
  padding: 20px;
}
.info-content-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.info-content-img {
  margin-right: 20px;
}
.info-content-img img{
  max-width: 100%;
  max-height: 200px;
}

@media(max-width: 768px) {
  .info-content-img {
    display: none;
  }
}

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


/* страница Документы начало*/
.document-razdel-file {
  font-size: 16px;
}
.document-razdel-file a{
  padding: 15px;
  display: block;

}

.document-razdel-file i {
  margin-right: 5px;
}
/* страница Документы конец*/


/* страница Лицензии и сертификаты начало*/
.license-elem-block {
  margin-bottom: 30px;
  text-align: center;
  padding: 10px;
}
.license-elem-block img{
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}
.license-elem-name {
  margin-top: 5px;
  text-decoration: underline;
  min-height: 30px;
  overflow: hidden;
}
/* страница Лицензии и сертификаты конец*/



/*Слайдер сопутка и видео начало!*/
.sliderSoput-line {
  margin-top: 40px;

}
.sliderSoput-block-title {
  margin-top: 30px;
    font-size: 22px;
    margin-bottom: 20px
}
.sliderSoput-block-sl {
  border: 1px solid #F2F2F2;
    max-width: 100%;
    padding-bottom: 15px;
    min-height: 200px;
    margin-bottom: 30px;
}

.sliderSoput-block-img img {
  max-width: 100%;
  height: 170px;
  margin: 0 auto;
  object-fit: contain;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.sliderSoput-block-name {
  text-align: center;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 63px;
  overflow: hidden;
}


.sliderSoput-priceRec {
  text-align: center;
  margin-top: 7px;
}



.sliderSoput-block {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.slider-arrow, .slider-arrow_slA {  
  position: absolute;
  height: 100%;
  top: 0 ;
  bottom: 0;
  width: 22px;
  z-index: 99;
  cursor: pointer;
}

.slider-arrow_left-Access {
      position: absolute;
    /* top: calc(50% - 20px); */
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
    left: -3.5%;
    z-index: 5;
}


.slider-arrow_right-Access  {
      position: absolute;
    /* top: calc(50% - 20px); */
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
    right: -3.5%;
    z-index: 5;

}
.usluga-gallery-img img {
  width: 120px;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.usluga-gallery-imgVideo {
  position: relative;

  margin: 0 auto;
  cursor: pointer;
}
.usluga-gallery-imgVideo img {
  width: 120px;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.usluga-gallery-imgVideo:before{
  content: "\f16a";
  font-family: "FontAwesome";
  position: absolute;
  width: 120px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  left: 50%;
  font-size: 41px;
    color: red;
    line-height: 100px;
  transform: translateX(-50%);
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
  pointer-events: none;
}
.usluga-gallery-imgVideo:hover.usluga-gallery-imgVideo:before{
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8}

@media(max-width: 992px) {
  .slider-arrow_left-Access {
    left: -4.5%;
}
.slider-arrow_right-Access  {
    right: -4.5%;
}
}

@media(max-width: 768px) {
  .slider-arrow_left-Access {
    left: -7.5%;
}
.slider-arrow_right-Access  {
    right: -7.5%;

}
}

@media(max-width: 576px){
  .sliderSoput-block {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 260px;
    right: 0;
    left: 0;

  }

.sliderSoput-block-img img {
    height: 160px;
  }

  .sliderSoput-block-sl  {
    min-height: 230px;   
}
}

/*Слайдер сопутка и видео  конец!*/

/*Модалка видео  Начало!!!*/
.overflow-videoCartochka {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0, 0.7);
  z-index: 9000;
  display: none;
}
.popup-videoCartochka {
  position: absolute;
  max-width: 900px;
  width: 100%;
  max-height: 600px;
  margin-bottom: 150px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9001;
  text-align: center;
  display: none;
}
.popup-videoCartochka-close {
  position: absolute;
  right: -40px;
  top: -50px;
  font-size: 60px;
  color: #918C8C;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity .2s;
}
.popup-videoCartochka-content {
  position:relative;
  padding-bottom:56.25%;
  padding-top:25px;
  height:0;
}
.popup-videoCartochka-content iframe{
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
}
/*Модалка видео  Конец!!!*/



/*Контакты переверстка начало!*/
.contacts-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contacts-block-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.contacts-block-info-icon {
  font-size: 26px;
  margin-right: 20px;
}
.contacts-block-img {
  margin-bottom: 20px;
  text-align: center;
}
.contacts-block-img img {
  max-width: 100%;
  height: 100px;
  object-fit: cover;
  padding: 5px;
}
.contacts-maps {
  width: 100%;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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


/*Прайс в услугах начало!*/
.price-usluga {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*Прайс в услугах конец!*/

/*Отзывы в услугах начало!*/

.reviews-usluga .button_rev_absolute {
  top: -40px;
}


.reviews-usluga .sl_review_linkFull-pos {
      top: -10px;
}

.reviews-usluga .title-reviews-razdel {
      margin-bottom: -15px;
}
.tabs__content * {
  max-width: 100% !important;
}

@media(max-width: 576px) {
  .reviews-usluga .sl_review_linkFull-pos {
    top: 25px;
  }
}

.back-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

  .personal-block {
    margin-top: 0px;
  }


/*детальная страничка сотрудников начало!*/
.detail-personal-img {
  text-align: center;
}
.detail-personal-info span{
    display: block;
}
.position-span {
  margin-bottom: 10px;
}
.detail-personal-img {
    max-height: 400px;
    max-width: 500px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.detail-personal-img img{
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.personal-block-info_detail {
  margin-top: 20px;
}
.detail-personal-block {
  margin-bottom: 30px;
}
@media(max-width: 992px) {
  .detail-personal-img {
    float: none;
  }
}
/*детальная страничка сотрудников начало!*/

.newBLock-row {
  margin-top: 50px;
  margin-bottom: 20px;
}


.uslugi-newBLock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

  margin: -1px 0px 0px -1px;
  padding: 20px;

}


/*.uslugi-newBLock-border1{
  border-left: 0px;
}
.uslugi-newBLock-border2{
  border-left: 0px;
}
.uslugi-newBLock-border3{
  border-top: 0px;
}
.uslugi-newBLock-border4{
  border-left: 0px;
  border-top: 0px;
}
.uslugi-newBLock-border5{
  border-left: 0px;
  border-top: 0px;
}*/
.uslugi-newBLock-img {
  margin-right: 20px;
}
.uslugi-newBLock-img img{
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.uslugi-newBLock-info-name {
  margin-bottom: 10px;
}
.uslugi-newBLock-info-name a {
  text-decoration: none;
  font-size: 18px;
}
.uslugi-newBLock-info-text {
  height: 85px;
  overflow-y:hidden;
}


.product-newBLock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

  margin: -1px 0px 0px -1px;
  padding: 30px;
}

/*.product-newBLock-cont1 {
  border-left: 0px;
}
.product-newBLock-cont2 {
  border-top: 0px;

}
.product-newBLock-cont3 {
  border-top: 0px;
  border-left: 0px;
}
.product-newBLock-cont4 {
  border-top: 0px;

}
.product-newBLock-cont5 {
  border-top: 0px;
  border-left: 0px;
}*/
.product-newBLock-img {
  margin-right: 20px;
}
.product-newBLock-img img{
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.product-newBLock-info-name {
  margin-bottom: 10px;
}
.product-newBLock-info-name a {
  text-decoration: none;
  font-size: 18px;
}
.product-newBLock-info-text {
  height: 85px;
  overflow-y:hidden;
}

.product-newBLock-info-parentName a {
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
}
.product-newBLock-info {
  max-height: 106px;
  overflow-y: hidden;
}
@media(max-width: 1200px){

.uslugi-newBLock-border2{
  border-top: 0px;
}


}

@media(max-width: 992px){
  .product-newBLock-info {
    max-height: 100%;
    overflow-y: initial;
}


}