* {
  margin: 0;
  padding: 0;
}
.head{background-image: url('/images/head/bg.jpg'); background-size: cover; padding: 20px 0;}
.head__wrapper{display:flex;justify-content: space-between;}
.head__inner{display: flex;flex-direction: column;align-items: flex-end;justify-content: space-around;width:60%; min-width: 570px;font-size: 1.5rem;font-weight: 700;}
.head__contacts{display: flex;justify-content: space-between;width: 100%;}
.header__sep{height:50%; width:2px; background-color: #000516}
.head__contacts a{color:#000516;/* gap: 5px; */}
.head__contacts a img{margin-right: 5px;}
.header__btn {display:block;width: 33%;background-color: #0e528e;color: white;text-align: center;text-transform: uppercase;padding: 5px;border: 2px solid #000516;}
.header__btn:hover {background-color: white;color: #0e528e;}
@media screen and (max-width: 992px){
  .head__inner{font-size: 1.2rem;min-width: 100px}
.head__logo{width:35%}
.head__logo img{width:100%}
}
@media screen and (max-width: 767px){
  .main-content{padding-top: 80px;}
  .head{display:none}
  .head__inner{font-size: 1.2rem;min-width: 100px}
.head__logo{width:35%}
.head__logo img{width:100%}
}
html,
body{
  height: 100%;
}
html{
  font-size:62.5%;
}
body{
  font:400 1.4rem/1.3 var(--ff-roboto);
  color:#3A5454;
}
body.scroll-off{
  overflow:hidden;
}
ul{
  margin:0; padding:0;
  list-style:none;
}
.list{
  
}
ol{
  margin:0; padding:0;
}
a{
  color:var(--linkColor);
}
a:hover,
a:focus{
  color:#3A5454;
  text-decoration: none;
}

table{
  width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
th{
  text-align: center;
}
th,td{
    padding: 10px;
    border: 1px solid #333;
    background-color: #555;
    color: #fff;
    font-size: 1.8rem;
}
td {
    background-color: #cccccc;
    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;
}

.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-roboto: 'Roboto', sans-serif;
  --gold: #e6c110;
  --dark-gold: #d4a94f;
  --orange: #fd8f00;
  --linkColor: #0c5ea6;
  --linkColorHover: #73b4ed;
  --hColor: #19609e;
}
.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;
  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;
}


.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;
}
.list_in_text{
  font-size: 16px;
  list-style: disc;
  margin-left: 20px;
}

/* ----- Header ----- */

.burger{
  display:none;
}
.header-fixed{
  position: fixed;
  left: 0; top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header__wrapper--first{
  padding: 35px 0;
}
.header__wrapper--second{
  background-color: #0e528e;
}
.header__first{
  font: 500 1.6rem/2.4rem var(--ff-roboto);
  text-transform: uppercase;
}
.header__first > div{
  width: 33.33%;
}
.header__address{

}
.header__logo{
  text-align: center; 
  align-items: center;
}
.header__logo a{

}
.header__logo img{
  /*width: 250px;*/
}
.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: 0;
  /*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;*/
}

.requestCall {
  text-align: center;
  vertical-align: top;
  padding: 15px 20px;
  background-color: var(--linkColor);
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
}

.requestCall:hover {
  background-color: var(--linkColorHover);
  color: #fff;
}

.requestCall:visited {
  color: #fff;
}

.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;
}
.main-menu li{

}
.main-menu a{
  display: block;
  padding: 20px;
  text-transform: uppercase;
  transition: .25s;
  color: #fff;
  font-size: 16px;
}
.main-menu a:hover,
.main-menu > li.active > a,
.main-menu li.current > a{
  color: var(--linkColorHover);
  text-decoration: none;
}
.main-menu ul {
    position: absolute;
    z-index: 1;
    padding: 10px 0;
    border: 1px solid #58a9f0;
    background-color: #0c5ea6;
    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;
}
/* ----- Top NY message ----- */

.ny {background-image: url(/images/banners/ny_bg.jpg); width: 100%;background-size: contain;padding: 60px 0;}
.ny_txt{
    position: relative;
    z-index: 0;
    color: white;
    padding: 23px 50px 49px;
    margin: 10px auto;
    width: 80%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    }
.ny_txt img{position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}
@media screen and (max-width:974px){
.ny_txt{font-size: 24px;}
}
@media screen and (max-width:530px){
.ny {padding: 20px 0;}
.ny_txt{font-size: 18px;}
}
/* ----- Top Slider ----- */

.top-slider-wrapper{
  background: url('/templates/microton/img/top_slider/top_banner_back.jpg') center no-repeat;
}
.top-slider{

}
.top-slider__slide{
  padding-left: 25px;
  height:430px;
}
.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 3rem/4rem var(--ff-roboto);
  text-transform: uppercase;
  color: aliceblue;
}
.top-slider__headline{
  margin: 0 auto;
  font: 700 3rem/4rem var(--ff-roboto);
  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;
}

/* ----- Advantages ----- */

.m-tit{
  position: relative;
  margin: 0 0 60px;
  text-align: center;
  font-size: 4rem;
  text-transform: uppercase;
  color: var(--hColor);
}
.m-tit:before{
  content: '';
  position: absolute;
  left: 50%; bottom: -20px;
  transform: translateX(-50%);
  width: 35px; height: 2px;
  background-color: var(--hColor);
}
.m-padding{
  padding: 70px 0;
}
.m-padding.container{
  padding: 70px 0;
}
.advantages{

}
.advantages__cont{
  margin-bottom: 50px; 
}
.advantages__item,
.services__item{
  text-align: center;
  width: 250px;
}
.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: 80px;
}
.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,
.work_stage_name{
  display: block;
  margin: auto;
  width: auto;
  font-size: 1.8rem;
  color: var(--linkColor);
  text-align: center;
}

.services__inner__con {
  max-width: 33%;
  align-items: center;
  text-align: center;
}
.services_desc_left {
  margin: 30px 15px 30px 0;
}
.services_desc_right {
  margin: 30px 0px 30px 15px;
}
.services__inner__header {
  padding: 1px;
  background-color: #0e528e;
  text-align: center;
}
.services__inner__title {
  color: #fff;
}
.services__inner__button {
  text-align: center;
  vertical-align: top;
  padding: 15px 20px;
  margin: 25px 20px 25px 20px;
  background-color: var(--linkColor);
  color: #fff;
  border-radius: 5px;
}

/* ----- Work Stage ----- */

  .bottom-padding{
    padding: 70px 0 70px!important;
  }

  .work_stage{
    position: relative;
  }
  .work_stage_item{
    position: relative;
	padding: 0 10px;
  }
  .work_stage_preview{
    text-align: center;
  }

  .work_stage_preview img{
    margin: 0 auto 18px;
    transition: .25s;
    /*width: auto!important;*/
    width: 80px;
      height: 80px;
  }

  .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);
}

/* ----- 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__bg{
  background: url('/images/products/product_back_img.jpg') center/cover no-repeat;
  padding: 50px;
}
.our-products__cont{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.our-products h2{
  color: aliceblue;
}

.our-products__item{
  margin: 8px;
  /*width: 20%;*/
  text-align: center;
  color:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.our-products__preview,
.our-products__name{
  transition: .25s;
}
.our-products__preview{
  margin: 0 0 15px;
}
.our-products__preview img{
  border: 3px solid #609bce;
  border-radius: 100%;
}
.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(--linkColorHover);
}
.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; 
}

.truck__desc {
  text-align: left;
  margin: 30px 0px;
}

/* ----- 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-roboto);
  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: white;
  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: var(--linkColor);
  color: #fff;
  font-size:1.6rem;
  transition: .25s;
}
.fb-form__input--submit:hover{
  background-color: var(--linkColorHover);
  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{
  padding-bottom:0 !important;
}
.about-us__cont{

}
.about-us__left{
  margin-right: 50px;
  display: flex;
  align-items: center;
}
.about-us__left img{
  max-width:100%;
  height: 450px;
}
.about-us__right{
  padding: 15px 20px;
  /*max-width:500px;*/
  max-width: 60%;
  border: 1px solid #0e72ca;
}
.about-us__right p+p{
  margin: 20px 0 0;
}
.about-us__text {
    text-indent: 20px;
    line-height: 1,5em;
  	margin-bottom: 0;
}

/* ----- Gallery ----- */

.gallery{

}
.gallery-slider{

}
.gallery-slide{

}
.gallery-slide__preview{

}
.gallery-slide__preview img{
  margin: auto; padding: 8px;
  border-radius: 4px;
  max-width: 100%; height: 177px;
}
.gallery-slide__preview__new img{
  margin: auto; padding: 8px;
  border-radius: 4px;
  max-width: 100%; height: 120px;
}


.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');
}
/* ----- SERVICE-ADVANTAGES ----- */
.service-seo{
  margin-top:50px;
}
.service-seo__title{
    font-size: 22px;
    line-height: 32px;
    color: #0e528e;
    margin-top:10px;
    text-align: center;
}
.service-seo__text p{
  padding-bottom: 10px;
}
.section-service__title {
  font-size: 24px;
  line-height: 32px;
  color: #0e528e;
  font-weight: bold;
  margin-top:10px;
  text-align: center;
}
.service-advantages{
  display:grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin: 10px; 
  padding: 10px;
  border: 3px solid #609bce;
  background: #4791e30d;
  border-radius: 10px;
}
.service-advantages img{
  width: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.service-advantages__text{
  min-heidht: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-advantages__text ul{
  padding-left: 20px;
  margin-bottom: 20px;
  height: 60%;
  width: 100%;
}
.service-advantages__text li{
  margin-top:10px;
  list-style: circle;
  font-size: 15px;
}
.service-advantages__text li span{
  text-transform: uppercase;
}
.service-advantages__text hr{
  margin-top: 0px;
  margin-bottom:20px
}


.btn{
  background:#0e528e;
  color:white;
  border: 1px solid #73b4ed
  text-align: center;
  vertical-align: top;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
}
.btn:hover{
  background:#73b4ed;
  color: white;
  font-weight: bold;
}
.service-types{
  margin: 50px 0;
}
.service-types__inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 10px;
}
      
.type-card{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 3px solid #609bce;
  border-radius: 10px;
  padding: 24px;
  height: 504px;
  align-items: center;
}
.type-card:hover{
  transform: translateY(-5px);
  background-color: #d3ebff4a;
}
.type-card__header{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.type-card__inner{
  width: 100%;
}
.type-card__inner h3{
  margin-top: 0px;
  color:#0e528e
}
.type-card__inner ul{
  margin-top:10px;
}
.type-card__inner li{
  margin-bottom: 5px;
}
.type-card__inner img{
  height: 50%;
}
.services-cooperation{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #0e528e;
  color: white;
  padding: 30px;
  padding-bottom: 65px;
  gap: 40px;
}
.services-cooperation__title{
      border-bottom: 1px solid #73b4ed;
      color: inherit;
      padding-bottom: 10px;
}

.services-cooperation__content li{
  list-style: disc;
  margin-left: 20px;
  margin-top:10px;
  font-size: 15px;
  line-height: 25px;
}
.service-price td{
  background-color: #ffffff;
  border: 1px solid #0e528e;
}

/* ----- 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: #fff;
  color: #555;
    background-image: url(/images/head/bg.jpg);
  background-size: cover;
}
footer a{
  color: var(--linkColor);
  transition:.25s;
}
footer a:hover{
  color:var(--linkColorHover);
}
.footer-menu{
  
}
.footer-menu li{

}
.footer-menu a{
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  transition:.25s;
}
.footer-menu a:hover{
  color: var(--linkColorHover);
}
.footer-menu ul{
  display: none;
}
.footer__first{
  margin-bottom: 35px; padding: 25px 0;
  background-color: #0e528e;
}
.footer__address{

}
.footer__phones{

}
.footer__phones a:active{
    color: var(--linkColor) !important;
  }
  .footer__phones a:visited{
    color: var(--linkColor) !important;
  }
  .footer__phones a:focus{
    color: var(--linkColor) !important;
  }
  .footer__phones a:hover{
    color: var(--linkColorHover) !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;
      color: inherit;

}
.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: 250px;
}
.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;
}

/*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;
}

.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: transparent;
}
.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: 300px; max-width: 20%;
  }
  .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%;
  }

  /* ----- services ------ */
  .service-advantages{
    display:grid;
    grid-template-columns: 1fr;
    gap:10px;
  }
  .service-advantages img{
    border-radius: 10px;
  }
  .service-types__inner{
    grid-template-columns: repeat(2, 1fr);
  }
  .services-cooperation{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width:830px){

}
@media screen and (max-width:767px){

  .m-tit{
    font-size: 3.5rem;
  }

  /* ----- 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;
    box-shadow: 0 0 2px 1px transparent;
  }
  .header__second.active{
    opacity: 1;
    height: 248px;
  }
  .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;
  }
  .header__second.active {
    opacity: 1;
    height: 385px;
    overflow-y: auto;
  }
  .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-roboto);
    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%;
  }

  /* ----- Modal Form ----- */

  .modal-header {
  padding: 10px 20px;
  text-align: center;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-title {
  min-width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}

.modal-subtitle {
  min-width: 100%;
  font-size: 1.1em;
  color: #333;
}

.modal a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color .35s;
  -o-transition: color .35s;
  transition: color .35s;
}

.modal a:visited {
  text-decoration: none;
  color: #000;
}

.modal a:hover {
  text-decoration: none;
  color: #262626;
}

.modal a:active {
  text-decoration: none;
  color: #000;
}

.modal a:focus {
  text-decoration: none;
  outline: 0;
}

.modal-content {
  border-radius: 0;
}

.modal-wrap {
  position: relative;
  border: 1px solid #000;
  margin: 15px;
  padding: 15px;
}

.modal-close {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 17px;
  height: 17px;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  color: #000;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.modal-close span {
  font-size: .9em;
  line-height: .6em;
}

.modal-close:hover {
  color: #000;
}

.modal-message {
  padding: 0 20px;
  color: purple;
  text-align: center;
}

.modal .form-control {
  border: 1px solid #000;
  border-radius: 0;
  padding: .5em .8em;
}

.modal .form-input {
  height: 3em;
}

.modal .form-group-chek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
}

.modal .form-check {
  min-width: 16px;
  margin: 0 7px 0 0;
}

.modal .form-check-label {
  margin: 0;
  font-size: .9em;
  line-height: 1.1em;
}

.modal-footer {
  min-width: 100%;
  text-align: center;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-button {
  min-width: 100%;
}

.modal-button-send {
  min-width: 100%;
  font-size: 1rem;
  font-weight: bold;
  padding: 7px 10px;
  outline: 0;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 0 15px;
  background-color: unset;
  color: #000;
  -webkit-transition: color .35s, background-color .35s, border-color .35s, border-radius .35s;
  -o-transition: color .35s, background-color .35s, border-color .35s, border-radius .35s;
  transition: color .35s, background-color .35s, border-color .35s, border-radius .35s;
}

.modal-button-send:active, .modal-button-send:focus, .modal-button-send:hover {
  outline: 0;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 15px 0;
  background-color: unset;
  color: #000;
}

.modal .form-danger {
  border-color: red;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: uk-shake;
          animation-name: uk-shake;
}

.modal .form-danger + .tm-error {
  display: block;
}

.modal .tm-error {
  position: absolute;
  font-size: 12px;
  color: darkred;
  display: none;
}
  
  /* ----- About Us ----- */
  
  .about-us__cont{
    padding: 0 15px;
  }
  .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:630px){
/* ----- SERVICES ---- */
  .service-types__inner{
    grid-template-columns: repeat(1, 1fr);
  }
  .type-card{
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width:550px){
  
}
@media screen and (max-width:450px){
  .about-us__right{
      padding: 15px;  
  }
  
  /* ----- 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');
  }
}
@media screen and (max-width:400px){

}
