* {
  margin: 0;
  padding: 0;
}
.gallery{display:flex;flex-wrap: wrap;gap: 20px;justify-content: center;}
.galleryItem img{height:200px;width: 100%;object-fit: cover;}
.galleryItem img:hover{border: 5px solid #e84623;}
.galleryItem {width: 100%; min-width:200px; max-width: 360px;}

.call__form{ position: absolute;right: 70px;bottom: 25px;background: white;padding: 30px 20px;width: 400px; display:none; font-size:1.6rem}
.call__form form{
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.call__form form p{font-size:smaller;}
.call__form form input[type="submit"]{width:100%}
.call__form form input[type="text"]{padding: 10px 5px; border: #e2e3e4 solid 1px;}
.call__form form input[type="text"]:focus-visible {padding: 10px 5px; border: #e84623 solid 2px; outline: none;}
.call__wrapper .active{display:block}
.call__wrapper{    position: fixed;
    bottom: 58px;
    right: 50px;
    z-index: 100;}
.call{
    background-color: #e84623;
    padding: 15px;
    border-radius: 50%;
  	cursor:pointer;
}
.our-partners__slider .slick-track{
  display:flex;
  align-items: center;
}
.our-partners__slider .slick-track img{padding:20px}
.our-partners__slider ul.slick-dots{display:flex !important;justify-content: center;gap: 10px;}
.our-partners__slider ul.slick-dots button{color:transparent; width:10px; height:10px; border-radius:50%; border:none; }

.our-partners__slider ul.slick-dots .slick-active button{background-color:#e84623}
.slider-nav{/* position:absolute!important; */left: 50%;}
.slider-nav .slick-arrow, .slider-nav ul{display:none!important}
.slider-nav{width:50%}
.slider_wrap .slick-track{width:100%}
.slider_wrap{width: 55%;display:block; position: absolute;right: 126px;bottom: 40px;}
.slider_wrap img{
  width: 100%;
  object-fit: contain;
  height: 100%;
}
html,
body{
  height: 100%;
}
html{
  font-size:62.5%;
}
body{
  font:400 1.4rem/1.3 var(--ff-montserrat);
  /* color:#3A5454; */
  color: #111;
  background-color: #e2e3e4;
}
body.scroll-off{
  overflow:hidden;
}
ul{
  margin:0; padding:0;
  list-style:none;
}
.list{
  
}
ol{
  margin:0; padding:0;
}
a{
  color:#3A5454;
}
a:hover,
a:focus{
  color:#3A5454;
  text-decoration: none;
}

table{
  width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: none; 
}
th{
  text-align: center;
}
th,td{
    padding: 10px;
    background-color: #555;
    color: #fff;
    font-size: 1.8rem;
}
td {
    background-color: #e2e3e4;
    color: #333;
    font-size: 1.6rem;
}
tr:nth-child(2n):hover td,
tr:hover td{
  background-color: #eaeaea;
}

tr:nth-child(2n) td {
    background-color: #fff;
}
.table-head td{
    background-color: var(--orange);
    color: white;
    font-weight: 700;
}
.table-head tr:hover td{
    background-color: var(--orange);
    color: white;
}
.table-shadow {
  -webkit-box-shadow: 11px 11px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 11px 11px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 11px 11px 15px 0px rgba(0, 0, 0, 0.5);
}
.no-color th,
.no-color td{
  background-color: #fff;
}
.no-color td:hover{
  background-color: #fff !important;
}
p{
  font-size: 16px;
    line-height: 1.4;
  margin: 0 0 10px;
}

.link{
  color: #337ab7;
  text-decoration: none;
}
.link:hover,
.link:focus{
  color: #23527c;
  text-decoration: underline;
}
div:focus,
button:focus,
a:focus{
  outline:none;
}
.bold{
  font-weight:700;
}
:root{
  --ff-montserrat: 'Exo 2', sans-serif;
  --gold: #e6c110;
  --dark-gold: #d4a94f;
  --orange: #e84623;
}
.orange {
  color: #e84623;
}
.flex{
  display:flex !important;
}
.flex-sb{
  display:flex !important;
  justify-content: space-between;
}
.flex-jc-c{
  display:flex !important;
  justify-content: center;
}
.flex-end{
  display:flex !important;
  justify-content: flex-end;
}
.flex-c{
  display: flex !important;
  align-items: center;
}
.flex-cc{
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.flex-c-sb{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.flex-wrap{
  display:flex !important;
  flex-wrap:wrap;
}
.bold{
  font-weight:700;
}
.container.flex-c-sb:before,
.container.flex-c-sb:after,
.container.flex-sb:before,
.container.flex-sb:after{
  content: none;
}
.main-wrapper{
  position:relative;
  min-height:100%;
  overflow:auto;
}

/*.main-content{
  padding-bottom: 90px;
}*/

.styleUL ul{
  margin: 0 0 10px;
  padding: 0 0 0 35px;
  list-style: square;
}

.styleOL ol{
  margin: 0 0 10px;
  padding: 0 0 0 35px;
}

.styleUL,.styleOL li{
  font-size: 16px;
    line-height: 1.4;
}

/* ----- Header ----- */

.burger{
  display:none;
}
.header-fixed{
  position: fixed;
  left: 0; top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header__wrapper--first{
  padding: 10px 0;
}
.header__wrapper--second{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.header__first{
  font: 500 1.6rem/2.4rem var(--ff-montserrat);
  /* text-transform: uppercase; */
}
.header__first > div{
  width: 33.33%;
}
.header__address{
  font-size: 1em;
  /*font-weight: lighter;*/
  text-transform: none;
}
.header__logo{
  text-align: center; 
}
.header__logo a{

}
.header__logo img{
  width: 200px;
}
.header__feedback{
    justify-content: flex-end;
}
.header__telephones,
.footer__p-cont{
  position: relative;
    padding-left: 45px;
}
.footer__p-cont{
  padding-left: 40px;
}
.header__telephones:before,
.footer__p-cont:before{
    content: '';
    position: absolute;
    left: 0; top: 50%;
  transform: translateY(-50%);
    width: 40px; height: 45px;
    background: url(../../../images/smartphone_call_orange.png) center/contain no-repeat;
}
.footer__p-cont:before{
    width: 35px; height: 35px;
}
.header__telephones a{
  display:block;
  font-size:1.8rem;
  cursor: default;
}
.header__social-networks{
  margin-left: 20px;
}
.header__social-networks a{

}
.header__social-networks a+a{
  margin-left: 5px;
}
.header__social-networks img{

}
.main-menu{
  margin: 0 -20px 0 -20px;
  font-weight: bold;
}
.main-menu li{

}
.main-menu a{
  display: block;
  padding: 20px;
  text-transform: uppercase;
  transition: .25s;
}
.main-menu a:hover,
.main-menu > li.active > a,
.main-menu li.current > a{
  color: var(--gold);
  text-decoration: none;
}
.main-menu ul {
    position: absolute;
    z-index: 1;
    padding: 10px 0;
    border: 1px solid #ccc;
    background-color: #e2e3e4;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
}
.main-menu ul li+li {
    margin-top: 5px;
}
.main-menu ul a {
    padding: 5px 15px;
}
.main-menu li:hover ul {
    opacity: 1;
    visibility: visible;
}
.services-bg {
  position: relative;
  height: 641px;
  background: url(../img/background-element-b.jpg) left top no-repeat;
  margin-top: 120px;
}
.services-truck {
  /*background: url(../img/element-b.png) right center no-repeat;*/
  padding-bottom: 400px;
}
.services-title {
  display: block;
  position: absolute;
  top: -100px;
}
.services-text {
  position: absolute;
  display: inline-block;
  max-width: 300px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}
.services-consult {
  position: absolute;
  left: 400px;
  bottom: 32px;
  color: #fff;
  font-weight: 800;
  font-size: 34px;
  line-height: 36px;
}
/* --- Tabels in pricelist --- */
.price-table {
  table-layout: fixed;
}
.price-table tr:hover a{
  color: var(--gold);
}
/* ----- Top Slider ----- */

.top-slider-wrapper{
  background: url('/templates/microton/img/top_slider/top_banner_back.jpg') center no-repeat;
  position: relative;
}
.top-slider{

}

.top-slider__slide{
  padding-left: 25px;
  height:600px;
}
.top-slider__left{
  margin: 0 150px 0 0;
  width: 600px; max-width: 100%;
  text-shadow: 0 0 2px #000;
}
.top-slider__tit{
  margin: 0 0 10px;
  font: 700 5rem/5.8rem var(--ff-montserrat);
  text-transform: uppercase;
  color: aliceblue;
}
.top-slider__description{
  margin:0;
  font-size: 1.8rem;
  color: aliceblue;
}
.top-slider__right{

}
.top-slider__img{
  max-width:100%;
  border: 5px solid #fff;
    border-radius: 75px 0px 75px 0px;
}
.top-slider .slick-dots{
  display: flex !important;
  position: absolute;
  left:50%; bottom: 20px;
  transform:translateX(-50%);
}
.top-slider .slick-dots li+li{
  margin-left: 10px;
}
.top-slider .slick-dots button{
  color: transparent;
}
.top-slider-title {
  font-weight: 800;
  font-size: 56px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
  /* text-shadow: 6px 6px 0px rgba(0, 0, 0, 1); */
}
/* ----- Advantages ----- */

.m-tit{
  text-align: left !important;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
}
/*.m-tit:before{
  content: '';
  position: absolute;
  left: 50%; bottom: -20px;
  transform: translateX(-50%);
  width: 35px; height: 2px;
  background-color: #666f75;
}*/
.advantages__desc {
  text-align: left;
  font-size: 14px;
}
.advantages-desc__cont {
  text-align: center;
  width: 350px;
}
.m-padding{
  padding: 70px 0;
}
.m-padding.container{
  padding: 70px 0 0px;
}
.advantages{

}
.advantages__cont{
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  height: 330px;

}
.advantages__item,
.services__item{
  text-align: center;
  width: 250px;
  margin-top: 30px;
}
.services__item {
  height: 300px;  
}
.itemid-104 .services{
  padding: 0 0 75px;
}

.advantages__item:nth-child(1){
  margin-bottom: 30px;
}
.advantages__preview img{
  margin: 0 auto 18px;
  transition: .25s;
  width: 48px;
}
.services__preview img{
  margin: 0 auto 18px;
  transition: .25s;
  width: 95%;
}
.advantages__item:hover .advantages__preview img{
  transform: translateY(-5px);
}
.services__item:hover .services__preview img{
  transform: translateY(-5px);
}
.advantages__name,
.services__name,
{
  display: block;
  margin: auto;
  width: auto;
  font-size: 16px;
  color: #111;
  text-align: center;
}
/* Для десктопа */
@media (min-width: 992px) {
  .service__item {
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 80px;
  }

  .service__cont {
    flex-wrap: wrap;
  }
}

/* Для планшета */
@media (max-width: 991px) {
  .service__item {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

/* Для мобильных устройств */
@media (max-width: 767px) {
  .service__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* ----- Product Card -----*/
.product_card_ul {
  list-style: disc;
  line-height: 2rem;
}
.product_card_price {
  float: right;
  margin-top: 30%;
  font-size: 2rem;
}
.product_card_prices {
  background-color: var(--orange);
  border-radius: 20px;
  color: #fff;
  padding: 10px;
  margin: 20px 0px;
}
.product_card_prices_link {
  font-weight: 700;
  color: #fff;
  padding: 5px;
}
.short-descr {
  margin: 0 30px;
}
.beton {
    float: left;
    margin-top: 10%;
}
/* ----- Work Stage ----- */

  .bottom-padding{
    padding: 70px 15px 70px;
  }
  .workStage {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .work_stage{
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .work_stage_item{
    position: relative;
    width: 300px;
    margin-top: 50px;
  }
  .work_stage_preview{
    text-align: center;

  }
  .work_stage_preview img{
    margin: 0 auto 18px;
    transition: .25s;
    /*width: auto!important;*/
    width: 64px;
      height: 64px;
      object-fit: contain;
  }
  .work_stage_name {
    display: block;
    margin: auto;
    width: auto;
    font-size: 16px;
    color: #111;
    text-align: left;
    line-height: 2.5rem;
  }
  .work_stage_num {
    font-size: 36px;
  }
  /*.work_stage-items-line {
      position: absolute;
      left: 100px;
      right: 100px;
      top: 40%;
      border: 2px solid #555555;
  }*/
  .work_stage_item:hover .work_stage_preview img{
  transform: translateY(-5px);
}

/* ----- Icons ----- */

.icon-li-location {
  /* list-style: none;
  background: url(/templates/microton/img/icons/location-24px.png) no-repeat;
  padding-left: 24px; */
  list-style-image: url(/templates/microton/img/icons/location-18px.png);
}
.icon-li-phone {
  list-style-image: url(/templates/microton/img/icons/phone-18px.png);
}

.icon-li-mail {
  list-style-image: url(/templates/microton/img/icons/mail.png);
}
/* ----- Our-Products ----- */

.itemid-103 .our-products{
    padding-top: 0; 
}
.our-products{
  background: url('/images/products/product_back_img.jpg') center/cover no-repeat;
}
.our-products__cont{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.our-products h2{
  color: aliceblue;
}

.our-products__item{
  margin:0;
  width: 20%;
  text-align: center;
  color:#fff;
}
.our-products__preview,
.our-products__name{
  transition: .25s;
}
.our-products__preview{
  margin: 0 0 15px;
}
.our-products__preview img{
  border: 3px solid #fd8f00;
    border-radius: 10px;
}
.our-products__item:hover .our-products__preview{
  transform: translateY(-5px);
}
.our-products__name{
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  color:#fff;
}
.our-products__item:hover .our-products__name{
  color: var(--dark-gold);
}
.our-products__desc{
  margin: 0;
  font-size: 1.6rem;
}
.our-products .m-tit:before{
  background-color: aliceblue;
}
.itemid-103 .our-products{
  background: inherit;
}
.itemid-103 .our-products .m-tit{
    color: #3A5454; 
}
.itemid-103 .our-products__name{
    color: #3A5454; 
}

/* ----- Media Style ----- */

.work-stages{

}
.work-stages__block{

}
.work-stages__item{
  display: flex;
  margin-bottom: 44px;
  width: 50%;
}
.work-stages__item:nth-child(3),
.work-stages__item:nth-child(4){
  margin-bottom: 0;
}
.work-stages__left{
  margin-right: 20px;
}
.work-stages__left img{

}
.work-stages__right{
  padding-right: 15px;
}
.work-stages__tit{
  margin: 0 0 7px;
  font: 700 2.2rem var(--ff-montserrat);
  color: var(--dark-gold);
}
.work-stages__desc{
  margin: 0;
}
.work-stages__desc + .work-stages__desc{
  margin-top: 6px;
}

/* ----- Form ----- */

.form{
  background: url('/templates/microton/img/backForm.jpg') center/cover no-repeat;
}
.form.m-padding{
  padding: 60px 0;
}
.form__cont{

}
.form__left{
  width: 35%;
}
.form__left h2,
.form__right h3{
  margin: 0;
}
.form__left h2{
  font-size: 30px; line-height: 1.2;
  color: var(--orange);
  text-transform: uppercase;
}
.form__right{
  width: 60%;
}
.form__right h3{
  margin-bottom: 15px;
  font-size: 18px;
  color:#fff;
}
.fb-form{

}
.fb-form__block + .fb-form__block{
  margin-top: 10px;
}
.fb-form__input,
.fb-form__input--submit{
  text-transform: uppercase;
  font-size: 1.4rem;
}
.fb-form__input{
  padding: 15px 15px;
  border: none;
  width: 48%;
}
.fb-form__input + .fb-form__input{
  margin-left:10px;
}
.fb-form__input--submit{
  background-color:#f57f17;
  color: #fff;
  font-size:1.6rem;
  transition: .25s;
}
.fb-form__input--submit:hover{
  background-color: #f1592a;
  color: #fff;
}
.fb-form__checkbox{
  margin: 0 10px 0 0 !important;
}
.fb-form__label{
  margin: 0; padding-top:1px;
  color:#fff;
}
.fb-form__label a{
  color: #fff;
  transition: .25s;
}
.fb-form__label a:hover{
  color: #f57f17;
}

/* ----- About-Us ----- */
.about-us {
  position:relative;
  padding-left: 203px !important;
}
.about-us__title {
  text-transform: uppercase;
  font-weight: bolder;
      text-align: center;
}
.about-us__text {
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.about-us-img-s:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  background: linear-gradient(93deg, #e2e3e4, #ffffff00);
  top:0;
  left:0;
}
.about-us-img-s {
  /* display: initial; */
  position: absolute;
  right: 0;
  height: 100%;
  z-index: -1;
}
.about-us-img{
  display: initial;
  height: 100%;
  }
.about-us-img__cont {
  background: url(/images/company-bg.jpg) left top no-repeat;
  position: relative;
  background-size: contain;
  /* min-width: 150px; */
}
.about-us-img__cont-s {
  position: relative;
  background-size: contain;
  min-width: 160px;
}
.about-us-img__cont:before{
  content:"";
  width:100%;
  height: 100%;
  background: linear-gradient(-90deg, #E2E3E4 52%, transparent 100%);
  position:absolute;
}
.item-page .about-us-img__cont:before{
 content: none; 
}
.about-us-img__text {
  position: absolute;
  top: 45%;
  right: 15%;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  color: #fff
}
.about-us{
  padding-bottom:0 !important;
}
.about-us__cont{

}
.about-us__left{
  margin-right: 50px;
}
.about-us__left img{
  max-width:100%;
}
.about-us__right{
  padding: 25px 35px;
  /*max-width:500px;*/
  max-width: 63%;
  border: 1px solid #619d33;
}
.about-us__right p+p{
  margin: 20px 0 0;
}


/* ----- Gallery ----- */

.gallery{

}
.gallery-slider{

}
.gallery-slide{

}
.gallery-slide__preview{

}
.gallery-slide__preview img{
  margin: auto; padding: 8px;
  border: 1px solid #999;
  border-radius: 4px;
  max-width: 100%; height: 177px;
}

.top-slider .slick-arrow{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  width: 66px; height: 66px;
  background:url('../img/prev.png') center no-repeat;
  font-size: 0;
}
.top-slider .slick-prev{
  left: -70px;
}
.top-slider .slick-next{
  right: -70px;
  background-image:url('../img/next.png');
}

.custom-arrow .slick-arrow{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  width: 66px; height: 66px;
  background:url('../img/prev.png') center no-repeat;
  font-size: 0;
}
.custom-arrow .slick-prev{
  left: -70px;
}
.custom-arrow .slick-next{
  right: -70px;
  background-image:url('../img/next.png');
}

/* ----- Our Partners ----- */

.our-partners{

}
.our-partners__slider{

}
.our-partners__slide{
  display: flex !important;
  padding: 0 20px;
}
.our-partners__slide-avatar{
  position: relative;
  margin-right: 15px;
  border: 1px solid #777;
}
.our-partners__slide-avatar img{

}
.our-partners__slide-info{

}
.our-partners__slide-info p{
  margin:0;
}
p.our-partners__slide-name{
  margin-bottom:20px;
  font-size: 2rem;
}
.our-partners__slide-txt{

}

/* ----- Footer ----- */


footer{
  /*position: absolute;*/
  left: 0; bottom: 0;
  padding: 0 0 35px;
  width: 100%;
  background-color: #e2e3e4;
  color: #555;
}
footer a{
  color:#333;
  transition:.25s;
}
footer a:hover{
  color:#555;
}
.footer-menu{
  
}
.footer-menu li{

}
.footer-menu a{
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  transition:.25s;
}
.footer-menu a:hover{
  color: var(--gold);
}
.footer-menu ul{
  display: none;
}
.footer__first{
  margin-bottom: 35px; padding: 25px 0;
  background-color: #333;
}
.footer__address{

}
.footer__phones{

}
.footer__phones a:active{
    color: #f65b2b !important;
  }
  .footer__phones a:visited{
    color: #f65b2b !important;
  }
  .footer__phones a:focus{
    color: #f65b2b !important;
  }
  .footer__phones a:hover{
    color: #f65b2b !important;
  }
.footer__tit{
  margin: 0 0 10px;
}
.footer__address p{
  margin: 0;
}
.footer__address p,
.footer__phones a{
  font-size:16px;
  cursor: default;
}
.footer__phones a{
  display: block;
}
.footer__phones a+a{
  margin-top: 2px;
}
.footer__second{

}
.footer__copyright-link{
  display: block;
    margin: 8px 0 0;
  color:#333;
}
.footer__copyright-link img{
  width: 270px;
}
.footer__logo img{
  max-width: 200px;
}
.magnifier{
  
}
.magnifier{
  position: relative;
}
.magnifier:before,
.magnifier:after{
  opacity:0;
  transition: .3s;
}
.magnifier:hover:before,
.magnifier:hover:after,
.magnifier:focus:before,
.magnifier:focus:after{
  opacity:1;
}
.magnifier:before{
  content:'';
  position: absolute;
  left:0; top:0;
  width: 100%; height: 100%;
    background-color: rgba(255,255,255,.85);
}
.magnifier:after{
  content:'';
  position: absolute;
  left:50%; top:50%;
  transform: translate(-50%,-50%);
  width: 50px; height: 50px;
  background: url('/images/loupe.png') center/contain no-repeat;
}

/*------bunner------*/

.overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); /* прозрачность 40% */
      z-index: 10; /* Установка z-index ниже, чем у баннера */
      display: none; /* Начальное состояние элемента */
    }
#popup-banner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/bunner.jpg)center/cover no-repeat;;
  padding: 20px;
  z-index: 20; 
  color: #e84522;
  font-size: 3.5rem;
  text-align: center;
  width: 800px;
  height: 300px;
  font-weight: bolder;
  border: 3px solid #e84522;
  border-radius: 15px;
}
.popup-banner__text {
  font-size: 28px;
  line-height: 1.8;
  margin: 0 auto;
  padding-top: 40px;
}
.popup-banner__text span {
  font-size: 36px;
  font-weight: bolder;
}
.popup-banner__close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #e84522;
  font-size: 35px;
  font-weight: bold;
  line-height: 0.7;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 21;
}
.popup-banner__close:hover {
  background-color: #e84522;
  color: #fff;
  transition: background-color 0.3s ease;
}

/* ----- Labaratory ----- */
.lab_cont {
  display: flex;
  justify-content: space-between;
}
.lab_img_desktop{
  width: 200px;
  margin: 0px 20px 20px 0px;
}
.lab_img_mobile{
  display: none;
}
/*Map*/
.yMap{
  position: relative;
}

#mapMain{
  margin: 0; padding: 0;
  width: 100%; height: 400px;
}
.absMapInfoWrap{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*z-index: 10;*/
}
.absMapInfoWrap .container,
.absMapInfoWrap .row,
.absMapInfoWrap .row .flexStart{
  height: 100%;
}
.infoBlockMap{
  display: flex;
  justify-content:flex-start;
  flex-direction:column;
  position: relative;
  z-index: 10;
  padding: 20px;
  background: rgba(251,251,251,0.7);
  height: 100%;
  width: 25%;
}
.logoMap{
  margin-bottom: 10px;
  text-align: center;
}
.logoMap img{
  max-width: 100%;
}
.infoBlockMap p{
  margin: 0;
  color: #263238;
}
.infoBlockMap p+p{
  margin-top: 15px;
}
.infoBlockMap ul {
  margin-left: 20px;
}
.map-balloon-content{
  font-size: 16px;
    width: 224px;
}

.balloon-logo{
    background: url(/templates/microton/img/logo.png) no-repeat center;
    background-size: contain;
    height: 50px;
    margin-bottom: .5em;
    width: 100%;
    display: block;
}

.worktime{
  color: gray;
    font-size: 13px;
    margin-bottom: 1em;
    text-transform: lowercase
}
.opened{
  color: #1cc73a;
}

/*End map*/


/* ========= Contact ========= */
.contactMap{
  margin-bottom: 40px;
}
.tableContact{
  width: 28%;
}
.tableContact th{
  width: 50%;
}
/* ========= End =========*/

div[itemprop="articleBody"]{
  padding-bottom: 60px;
}
.content-category h2{
  margin: 40px 0 20px; padding-bottom: 19px;
    border-bottom: 1px solid #eee;
}
.category-articles{
  margin-top: 15px;
  font-size: 1.8rem;
}
.category-articles li+li{
  margin-top: 4px;
}
div[aria-label="breadcrumbs"]{
  margin-top: 20px;
}
.breadcrumb{
  margin:0; padding:0;
  background-color: #e2e3e4;
}
.breadcrumb .divider{
  position: relative;
  bottom: 1px;
}
.page-header{
  margin-top: 30px;
}
.contacts{
  display: flex;
    justify-content: space-between;
}
.contacts__left{
  
}
.contacts__right{
  width: calc(100% - 400px);
}

/* ----- Media Style ----- */

@media screen and (max-width: 1320px){
  .custom-arrow{
    padding-bottom: 108px;
  }
  .custom-arrow .slick-arrow{
    left: calc(50% + 43px); top: unset; bottom: 0;
    transform: translateX(-50%);
  }
  .custom-arrow .slick-prev{
    left: calc(50% - 43px);
  }
}
@media screen and (max-width: 1310px){
  .top-slider .slick-arrow{
    left: 10px; top: inherit;
    right:0; bottom: 35px;
    transform: inherit;
  }
  .top-slider .slick-next{
    left: 100px;
  }
}
@media screen and (max-width: 1240px){

}
@media screen and (max-width: 1199px){

  /* ----- Advantages ----- */

  .advantages__item{
    width: 31%;
  }
  .advantages__preview img{
    max-width:100%;
  }

  /* ----- Form ----- */

  .form__cont{
    flex-direction: column;
    align-items: center;
  }
  .form__left{
    margin: 0 0 25px;
    width: 550px; max-width: 100%;
    text-align: center;
  }

  /* ----- Gallery ----- */

  .gallery-slide {
    margin: 0 8px;
  }
  
  /* ----- .contacts ----- */
  
  .contacts__right {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width:1050px){
  
}
@media screen and (max-width:991px){

  /* ----- Header ----- */

  .header__first{
    flex-direction: column;
    text-align: center;
  }
  .header__first > div {
    width: 100%;
  }
  .header__logo{
    margin: 15px 0;
  }
  .main-menu{
    margin: 0;
  }
  .main-menu a{
    padding: 20px 0;
  }
  .top-slider-wrapper{
    padding: 35px 0 105px;
    background-size:cover;
  }
  .top-slider__slide{
    flex-direction: column-reverse;
    padding:0;
    height: auto;
  }
  .top-slider__left{
    margin: 20px 0 0;
    text-align: center;
  }
  .top-slider .slick-dots{
    bottom: -64px;
  }
  .header__feedback{
      flex-direction: column; 
  }
  .header__social-networks{
    margin: 15px 0 0;
  }

  /* ----- Advantages ----- */

  .advantages__cont{
    align-items: normal;
  }
  .advantages__item:nth-child(1){
    margin: 0;
  }
  .advantages__item:nth-child(-n+3){
    margin-bottom: 30px;
  }
  .advantages__name{
    font-size: 1.8rem;
  }

  /* ----- Work Stages ----- */

  .work-stages__block{
    justify-content: space-between;
  }
  .work-stages__item{
    flex-direction: column;
    text-align: center;
    width: 450px; max-width: 100%;
  }
  .work-stages__left{
    margin: 0 0 15px;
  }
  .work-stages__right{
    padding-right: 0;
  }

  /* ----- About Us ----- */

  .about-us__cont{
    flex-direction: column;
    align-items: center;
  }
  .about-us__left{
    margin: 0 0 30px;
  }

  /* ----- Gallery ----- */

  .gallery-slide__preview img{
    height:auto; max-height: 177px;
  }

  /* ----- Footer ----- */

  .footer__second{
    flex-direction: column;
    text-align: center;
  }
  .footer__address,
  .footer__phones,
  .footer__copyright{
    margin-top: 20px;
  }
  
  /* ----- Our Products ----- */
  
  .our-products__cont{
    flex-wrap: wrap;
    justify-content: center;  
  }
  .our-products__item{
      width: 33.33%;  
  }
  .our-products__item:nth-child(-n+3){
    margin-bottom: 30px;
  }
  .footer-menu a{
      padding: 10px 8px;  
  }
  .top-slider .slick-arrow{
    bottom: -86px;
    left: calc(50% - 66px);
    transform: translateX(-50%);
  }
  .top-slider .slick-next {
    left: calc(50% + 66px);
  }
  
  /* ----- .contacts ----- */
  
  .contacts {
    flex-direction: column;
  }
  .contacts__right {
    width: 100%;
  }
}
@media screen and (max-width:830px){
.slider_wrap {
    width: 75%;
    display: block;
    position: absolute;
    right: 0;
  bottom: 130px;}
}
@media screen and (max-width:767px){

  #popup-banner {
    width: 80%;
    height: 80%;
  }
  
  .m-tit{
    font-size: 3.5rem;
  }
  .top-slider-title {
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
  }
  .about-us-img__cont {
    background: none;
  }
  .about-us-img__text {
    display: none;
  }
  .advantages__cont {
    display: block;
  }
  .services-consult {
    position: absolute;
    bottom: 32px;
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    line-height: 36px;
    left: 30px;
  }
  .services-text {
    position: absolute;
    display: inline-block;
    max-width: 300px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    left: 30px;
  }
  .services-title {
    display: block;
    position: absolute;
    top: -100px;
    padding: 0px 15px;
  }
  .services-truck {
    /*background: url(../img/element-b.png) no-repeat;*/
    padding-bottom: 400px;
  }
  .advantages__item {
    display: none;
  }
  .lab_cont {
    display: block;
  }
  .lab_img_desktop {
    display: none;
  }
  .lab_img_mobile {
    display: initial; 
    margin: 20px 0px;
  }
  .about-us-img {
    display: none;
  }
  /* ----- Header ----- */

  .header__wrapper--second{
    position: fixed;
    left: 0; top: 0;
    z-index: 6;
    padding: 0 15px;
    border:unset;
    width:100%;
  }
  .burger,
  .header__second,
  .black-wrapper{
    transition: .35s;
  }
  .header__second{
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 2px 1px transparent;
  }
  .header__second.active{
    opacity: 1;
    height: 248px;
    box-shadow: 0 0 2px 1px #ccc;
  }
  .header__telephones a{
    cursor: pointer;
  }
  .view-article header{
    border-bottom: 1px solid #ccc;
  }
  .main-menu{
    flex-direction:column;
    padding: 10px 0;
  }
  .main-menu a{
    padding: 10px 0;
  }
  .burger{
    display:block;
    position: relative;
    margin: 20px 0 20px 0;
    border: unset;
    width: 40px; height: 40px;
    background-color: #fff;
    cursor:pointer;
    box-shadow: 0 0 2px 1px transparent;
  }
  .burger.active{
    box-shadow: 0 0 2px 1px #ccc;
  }
  .burger__line{
    position: absolute;
    left:50%; top:50%;
    transform:translate(-50%,-50%);
    width: 25px; height:3px;
    background-color:#333;
  }
  .burger__line:nth-child(1){
    top: calc(50% - 10px);
  }
  .burger__line:nth-child(3){
    top: calc(50% + 10px);
  }
  .black-wrapper{
    position: fixed;
    left:0; top:0;
    z-index: 5;
    width:0; height:100%;
    opacity: 0;
    background-color: rgba(0,0,0,.85);
  }
  .black-wrapper.active{
    width:100%;
    opacity: 1;
  }
  .header__second {
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 2px 1px transparent;
  }
  .header__second.active {
    opacity: 1;
    height: 385px;
    overflow-y: auto;
    box-shadow: 0 0 2px 1px #ccc;
  }
  .main-menu{
    flex-direction: column;
    padding: 10px 0;
    text-align: center;
  }
  .main-menu ul{
    display: none;
    position: relative;
    border: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background: none;
  }
  .main-menu ul li+li{
    margin-top: 2px;
  }
  .main-menu a{
    padding: 5px 0;
  }
  .breadcrumb>li{
    padding: 5px 0;
  }

  /* ----- Top Slider ----- */
  
  .top-slider-wrapper{
    background-image: url('/templates/microton/img/top_slider/top_banner_back_768.jpg');
  }
  .top-slider__tit {
    margin: 0 0 10px;
    font: 700 4rem/4.5rem var(--ff-montserrat);
    text-transform: uppercase;
  }

  /* ----- Advantages ----- */

  .advantages__cont{
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
  }
  .advantages__item{
    width:100%; max-width:100%;
  }
  .advantages__item + .advantages__item{
    margin-top: 36px;
  }

  /* ----- Our-Products ----- */
  
  .our-products{
    background-image: url('/images/products/product_back_img_768.jpg');
  }
  .our-products__cont{
    flex-direction: column;
    align-items: center;
  }
  .our-products__item{
    margin:0;
    width: 350px; max-width: 100%;
  }
  .our-products__item + .our-products__item{
    margin-top: 35px;
  }

  /* ----- Work Stages ----- */
  .work_stage{
      flex-direction: column; 
  }
  .work-stages__block{
    flex-direction: column;
    align-items: center;
  }
  .work-stages__item{
    margin: 0;
  }
  .work-stages__item + .work-stages__item{
    margin-top:44px;
  }
  .work_stage_item + .work_stage_item{
    margin-top: 35px;
  }
  .work_stage-items-line{
    display: none;
  }


  /* ----- Form ----- */
  


  .form{
    background-image: url('/templates/microton/img/backForm_768.jpg');
  }
  .fb-form__input{
    width:100%;
  }
  .fb-form__input + .fb-form__input {
    margin: 10px 0 0;
  }
  .form__right {
    width: 450px;
    max-width: 100%;
  }
  
  /* ----- About Us ----- */
  
  .about-us__cont{
    padding: 0 15px;
  }
  .about-us{
    padding-left: 0!important;
  }
  .about-us__right{
    width:435px; max-width: 100%;
  }
  
  /* ----- absMapInfoWrap ----- */
  
  .absMapInfoWrap{
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .infoBlockMap{
    width: inherit;
  }

  /* ----- Footer ----- */
  
  footer{
    border-top: 1px solid #ccc;
    padding: 45px 0;
  }
  .our-partners__slide{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .our-partners__slide-avatar{
    margin: 0 0 15px;
  }
  .our-partners__slide-info{
    width:450px; max-width:100%;
  }
  .footer__first{
    display:none;
  }
  .services__cont{
    flex-direction: column;
  }
  .services__item + .services__item{
    margin-top: 30px;
  }
  .item-page img{
    max-width: 100%;
  }
}
@media screen and (max-width:600px){

}
@media screen and (max-width:550px){
  .popup-banner__text {
    line-height: 1.6;
    padding-top: 20px;
}
  
}
@media screen and (max-width:450px){
  .about-us__right{
      padding: 15px;  
  }
  .popup-banner__text {
    line-height: 1.3;
    padding-top: 15px;
  }
  .popup-banner__text span {
    font-size: 25px;
 }
  
  /* ----- Top Slider ----- */
  
  .top-slider-wrapper{
    background-image: url('/templates/microton/img/top_slider/top_banner_back_450.jpg');
  }
  
  /* ----- Our-Products ----- */
  
  .our-products{
    background-image: url('/images/products/product_back_img_450.jpg');
  }
  
  /* ----- Form ----- */
  
  .form{
    background-image: url('/templates/microton/img/backForm_450.jpg');
  }
  .slider_wrap{
    width: 100%;
    right:0;
    bottom:156px;
  }
}
@media screen and (max-width:400px){

}
