body{background-color:#fff;
  
  font-family: 'Play', sans-serif;
	box-sizing: border-box;
}
.contacts-block__subtitle-1 a {
color: #fff;
}
.anim-show{
  
  opacity:0; /*Элемент полностью прозрачный (невидимый)*/
  transition: 1s; /*Скорость перехода состояния элемента*/
  animation: show 1s 1; /* Указываем название анимации, её время и количество повторов*/
  animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
  animation-delay: 1s; /* Задержка перед началом */
  }
 
  @keyframes show{
    0%{
    opacity:0;
    }
    100% {
    opacity:1;
    }
    }



.complect::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffffdf,#fff6e6df);
  z-index: 0;
}
.features::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00000088,#81520091);
  z-index: -1;
}
 .parts-turbo {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px 0px;
  margin: auto;
}

.complect {
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
  position: relative;
  background-image: url(../img/complect/turbo_bkg.jpg);
  font-family: 'Play', sans-serif;
}
.parts {
  /* margin-bottom: 10px; */
}
.parts-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0px;
  height: 200px;
  border-radius: 0px;
  background-size: cover;
  justify-content: center;
  position: relative;
  z-index: 2;
  border: 0px solid#ff9d00c7;
  background-image: url(../img/parts/oil-2.jpg);
 
color: rgb(251, 251, 251);
}
.parts-text::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000c2,#d18201de);
  z-index: -1;
}
.parts-text h2 {
  margin: 30px 50px 30px 50px;
  text-align: justify;
  font-weight: 600;
  
}
.parts-text p {
  margin: 0px 50px 40px 50px;
  font-weight: 600;
}
.button-price__mob {
  display: none;
}
.parts_oil {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0px;
  height: 200px;
  border-radius: 0px;
  background-size: cover;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-image: url(../img/parts/oil.jpg);
color: rgb(251, 251, 251);
}
.parts_oil::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #000000c2,#d18201de);
  z-index: -1;
}
.parts_oil h2 {
  margin: 30px 50px 30px 50px;
  text-align: justify;
  font-weight: 600;
}
.parts_oil p {
  margin: 0px 50px 40px 50px;
  font-weight: 600;
}

.parts_complect {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  margin: 0px;
  height: auto;
  border-radius: 0px;
  background-size: cover;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-right: auto;
margin-left: auto;
}
.parts_complect__flex {
  margin-top: 35px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.parts_complect__flex-1 {
  margin-top: 0px;
}


.parts_complect__flex p {
  font-size: 30px;
}
.parts_complect h2 {
  margin: 36px 31px 30px 31px;
  text-align: center;
  font-weight: 600;
}


.parts_complect__text {
  margin-top: 35px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 40%;
  height: 50%;
    border-radius: 0px;
  background-size: cover;
  justify-content: center;
  position: relative;
  z-index: 2;
  border: 0px solid#ff9d00c7;
}
.button-price {
  height: 60px;
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.7);
box-shadow: 0 5px 5px rgba(0,0,0,0.7);
}
.square {
  margin: 0;
  counter-reset: li;
  list-style: none;
  padding: 10px;
  font-size: 20px;
}
.square li {

    position: relative;
    margin: 1px 1px 3px 2em;
    padding: 5px 9px;
    border-top: 2px solid #ff9d00;
    transition: .3s linear;

}

.square_top li {
font-size: 1.3rem;

}
.square li:last-child {margin-bottom: 0;}
.square li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  border-top: 2px solid #ff9d00;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: #ff9d00;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}
.square li:hover {border-top: 2px solid #389F70;}
.square li:hover:before {
  border: 2px solid #389F70;
  background: #98EABA;
}

/* video styles */
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.information {
  background-color: black;
}
.information__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.information__title {
  display: inline-flex;
  justify-content: center;
 align-items: center;
  background-color: #ff9d00;
  height: 100px;
}
.information__title h3 {
  display: flex;
  font-size: 27px;
position: relative;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0;
}
.information__video {

  margin: 0 auto;
  width: 90%;
 
}
.thumb-wrap {
}
.information__video-content {
}

/* стили nowork */
.nowork__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 120px;
  margin-bottom: 0;
}
.nowork__title h3 {
  display: flex;
  font-size: 27px;
position: relative;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0;
}
.nowork__subtitle {

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
    margin-bottom: 0;
}

.nowork__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 30px;
  font-size: 18px;
}
.nowork__info-title {
  display: inherit;
  width: 25%;
  
}
.nowork__info-title li {
  border-left: 5px solid #ff9d00; 
  padding-left: 20px;
  margin-top: 20px;
}

.nowork__info-title li {
 list-style: none; 
}

.evidence {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(2,0,36);
  background: linear-gradient(60deg, rgba(2,0,36,0) 24%, rgba(255,157,0,1) 58%, rgba(255,157,0,1) 83%); 
}
.evidence__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  }
.evidence__circle {
  border-radius: 50%;
  background-image: url(../img/noturbo.png);
  background-size: cover;
  width: 320px;
  height: auto;
}
.evidence__text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.evidence__title {
  font-size: 24px;
  font-weight: 800;
}
.evidence__subtitle {
  font-size: 20px;
  text-align: right;
}
.evidence__subtitle ul {
  list-style-type: none;
}
.two-text {
  position: absolute !important;
 
  padding-left: 4px;
  padding-top: 4px;
  color: #fff;
}


@media (max-width:768px) {
  .head-1 {
    height:auto;
  }
  .header-logo {
    width: 160px;
  }
  .information__title h3 {
    
    font-size: 4vw;}
    .information__video {
     width: 100%;
    }
    .nowork__info-title {
     margin-bottom: 0;
      width: 95%;
      }
      .nowork__info {
        font-size: 3.5vw;
      }
      .nowork__title h3 {
        font-size: 4vw;
      }
      .nowork__subtitle h5 {
        font-size: 3.5vw;
        margin-bottom: 0;
      }
    .nowork__info-title li {
      border-left: 5px solid #ff9d00; 
      padding-left: 20px;
      margin-top: 10px;
    }
    .nowork__info-title ul {
      margin-bottom: 0;
     }
     
    .nowork__title {
      height: 89px;
    }

    .evidence__circle {
      display: none;
    }
    .evidence__text {
      margin-top: 15px;
      margin-bottom: 15px;
   
    }
    .evidence__title {
      text-align: center;
     
      font-weight: 800;
    }
    .evidence__title h3 {
      font-size: 5vw;
    }
    .evidence__subtitle {
      font-size: 3vw;
      text-align: left;
    }
    .evidence {
     
      background: linear-gradient(140deg, rgba(2,0,36,0) 70%, rgba(255,157,0,1) 28%, rgba(255,157,0,1) 63%); 
    }
}



/* стили контактов */
.contacts {
  display: flex;
  height: auto;

  flex-wrap: wrap;
  justify-content: space-around;
  
  background-color: #000;
}

.adress-map, .mobile-number, .hours, .office-contact{
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.adress-map_img, .hours_img, .mobile-number_img, .office_img {
  text-align: center;
  height: 55px;
  margin-bottom: 5px;
  margin-top: 25px;
}
.adress-map_img img, .hours_img img, .mobile-number_img img, .office_img img{
  height: 50px;
}
.adress-map_title h5 {
  font-weight: 600;
  color: #fff;
  padding: 5px;
}
.mobile-number_title h5 a {
  font-weight: 600;
  color: #fff;

}

.mobile-number_title h5 {
 
  padding: 5px;
}
.hours_title h5 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  padding: 5px;
}
.office_title h5 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  padding: 5px;
}
.office_title h5 span {
  color: #ff9900;
}
.adress-map_title h5 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  padding: 5px;
}

.hours{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.office-contact{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
/* .location_img {
  display: inline-block;
  align-items: center;
} */



/* конец стилей контактов */
.catalog-turbo {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 8px 5px;
  margin: auto;
  
}
.price-turbo {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 8px 5px;
  margin: auto;
  
}

  .catalog-full {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 29%;
    margin: 1px;
    height: 320px;
    border-radius: 10px;
    background-size: cover;
    justify-content: center;

    position: relative;
    z-index: 2;
}


.price-full {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 18%;
  margin: 1px;
  height: 430px;
  border-radius: 10px;
  background-size: cover;
  justify-content: center;

  position: relative;
  z-index: 2;
}
.price-1::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 10px;
}

.price-2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 10px;
}
.price-3::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 10px;
}
.price-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 35%;
  margin: 1px;
  height: 320px;
  border-radius: 10px;
  background-size: cover;
  justify-content: center;

  position: relative;
  z-index: 2;
}
.catalog-1 {
  background-image: url(../img/catalog/auto-1.jpg);
  z-index: 3;
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  box-shadow:0 5px 5px rgba(0,0,0,0.7);

}
.catalog-2 {
  background-image: url(../img/catalog/big-auto.jpg);
  z-index: 4;
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  box-shadow:0 5px 5px rgba(0,0,0,0.7);

}
.catalog-3 {
  background-image: url(../img/catalog/auto-3.jpg);
  z-index: 5;
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  box-shadow:0 5px 5px rgba(0,0,0,0.7);

}

/* .price-text {
 
  z-index: 3;
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  box-shadow:0 5px 5px rgba(0,0,0,0.7);

} */
.price{padding-top:35px;padding-bottom:35px;
  background-image: url(../img/price/fon.jpg);
  background-size: cover;
  position: relative;
}

.price:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.price-1 {
  background: transparent;
  z-index: 4;
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  box-shadow:0 5px 5px rgba(0,0,0,0.7);

}
.price-2 {
  background: transparent;
  z-index: 5;
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  box-shadow:0 5px 5px rgba(0,0,0,0.7);

}
.price-3 {
  background: transparent;
  z-index: 5;
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.7);
  box-shadow:0 5px 5px rgba(0,0,0,0.7);

}
.category-rem {
margin-left: auto;
margin-right: auto;
  align-items: center;
  width: 90%;
  color: rgb(241, 228, 185);
  transform: rotate(-5deg); 
  margin-top: 20px;
}
.catalog-text {
 
  text-align: center;
}
.catalog-text h2 {
 
  color: #fff;
  width: 90%;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  padding-top: 35px;
  align-items: center; 
  display: inline-block;

}
.catalog-text h3 {
 display: inline-block;
  color: #fff;
  width: 90%;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  padding-top: 45px;
  margin-bottom: 0;
  
}
.catalog-text_1 {
  padding-top: 7px!important;
 
}
.catalog-text h3 span{
  
   color: rgb(248, 203, 120);
   font-size: 22px;
   font-weight: 500;
 }

 .catalog-text h4 span{
  
  color: rgb(248, 203, 120);
  font-size: 22px;
  font-weight: 500;

}
.catalog-text h4{
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.267);
padding-bottom: 15px;
width: 80%;
}
.catalog-text h5 {
 
  width: 90%;
  text-align: center;
  font-weight: 500;
  padding-top: 25px;
}
.catalog-text h5 span{
 color: #fff; 
}
.catalog-text h6 {
  font-size: 14px;
  color: rgb(248, 203, 120);
  border-bottom: 1px solid rgba(255, 255, 255, 0.267);
padding-bottom: 15px;
width: 80%;
display: inline-block;
}
.catalog-text h6 span {
  color:  #fff;
}
.catalog-text p {
  color: #fff;
  width: 95%;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
}
.tehnik {
  color: rgb(248, 203, 120);
  width: 80%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}

.button-turbo {
  height: 54px;
}
.catalog-full:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.60;
  z-index: -1;
  background-size: cover;
}

.hidden-block{
  position: absolute;
  top: -114px;
  left: 30px;
  width:290px;
  background-color: rgba(0, 0, 0, 0.7);
  color:#fff;
  font-size: 15px;
  border:3px solid #ff9d00;;
  padding-top:10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin:auto;
  text-align:left;
  opacity:0; /*Элемент полностью прозрачный (невидимый)*/
  transition: 1s; /*Скорость перехода состояния элемента*/
  border-radius: 5px;
  -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
  
  }

  .hidden-block-3{
    position: absolute;
    top: -70px;
    left: 30px;
    width:290px;
    background-color: rgba(0, 0, 0, 0.7);
    color:#fff;
    font-size: 15px;
    border:3px solid #ff9d00;;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin:auto;
    text-align:left;
    opacity:0; /*Элемент полностью прозрачный (невидимый)*/
    transition: 1s; /*Скорость перехода состояния элемента*/
    border-radius: 5px;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
      -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
      box-shadow:0 5px 5px rgba(0,0,0,0.3);
    
    }
  .catalog-1:hover .hidden-block {
    opacity:1;
transition: 1s;
z-index: 20;
  }
  .catalog-2:hover .hidden-block {
    opacity:1;
transition: 1s;
z-index: 20;
  }
  .catalog-3:hover .hidden-block-3 {
    opacity:1;
transition: 1s;
z-index: 20;
  }
  


.adress {
  background: #000000;
  border-top: 3px solid #1b1b1b;
}
.map {
  width: 100%;
  height: 406px;
  margin-bottom: 45px;
}
/* .cnt-map {
  padding-right: 20px;
} */
.adress-title {
  display: block;
  text-align: left;
}
.contacts-block__address {
  margin-bottom: 28px;
}
.contacts-block__title {
  margin-bottom: 9px;
  margin-top: 28px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.contacts-block__img img {
  max-width: 100%;
  padding-bottom: 7px;
}
.contacts-block__subtitle {
  display: inline-block;
  margin-left: 8px;
  padding-top: 3px;
  font-size: 16px;
  color: #fff;
}
.contacts-block__subtitle-1 {
  display: inline-block;
  margin-left: 8px;
  padding-top: 3px;
  font-size: 16px;
  color: #fff;
  text-align: left;

}

.contacts-block__phones {
  margin-bottom: 30px;
}
.img-map__tel img {
  height: 22px !important;
}



.contacts-block__phones-img {
  padding-top: 5px !important;
}

.contacts-block__img {
  float: left;
  width: 29px;
  height: 29px;
  padding-top: 6px;
  padding-left: 1px;
  text-align: center;
  background: #ff9d00;
  border-radius: 50%;
}
.contacts-block__subtitle {
  text-align: left;
}
.contact-block__cta {
  margin-bottom: 30px;
}

.iheader_ico {
  display: inline-block;
}

.section-title_4 {
  padding-top: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}
.map {
  width: 100%;
  height: 406px;
  margin-bottom: 0px;
}





.button-header{display:none;font-size:14px;background-color:#ff9d00;border:1px solid transparent;color:#ffffff;padding:14px 22px;border-radius:5px;width:40px;padding:5px;transition: background-color 0.5s ease;}
.button-header:hover{background-color:#ffb743;cursor:pointer; transition: background-color 0.5s ease; transition-timing-function: 3s ease-in;}
.nav{z-index:9995;}
.products-block {
  width: 95%;
  height: 200px;
 margin: 10px;
 border-radius: 10px;
 

}
.products-block-1 {
  background-size: cover;
  background-image: url(../img/catalog/smoll_auto.jpg)
}
.products-block::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  border-radius: 10px;
  margin: 10px;
}
.products {
  padding-top: 57px;
  padding-bottom: 45px!important;
}

.products-block:hover{width:99%; height: 80%; transition: background-color 0.5s ease;}
.products-block__title-none {font-size:14px;font-weight:700; margin-bottom: 0px; }
.product-block__text-1{display:none;
    margin-left:-20px;
    padding:10px;
    margin-top:4%;

    background-color:rgba(225, 225, 225, 0.85);
    border-radius: 5px;
    height:auto;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
      transition: 0.5s ease;
}
.list-2 {display: none!important;}
.products-block:hover .product-block__text-1{
    display:block;
    position:absolute;
    top:10px;
    z-index:9;
    width:100%;
   transition: 0.5s ease;
}

.clients-mob{display:none;}
.clients-sm{display:none;}
.header{margin-top:59px;margin-bottom:18px;background-color:#fff;}
.head-1{background-color:rgba(0, 0, 0, 0.5); vertical-align: middle; padding-bottom: 10px; padding-bottom }
.header-contacts{display:flex;justify-content:flex-end;align-items:center;margin-top: 13px;}
.header-contacts__phone a{display: flex; color:#ff9d00;text-decoration:none;}
.header-contacts__phone p {
margin-bottom: 0; margin-right: 8px;
}
.header-contacts__phone{display:flex;margin-right:13px;font-size:20px; flex-direction: row; flex-wrap: wrap;justify-content: left; align-items:center;}
.header-contacts__phones{display:flex;}
.header-contacts__button{font-weight:400;color:#ffffff;background-color:#ff9d00;}
.button{font-size:14px;background-color:#ff9d00;border:1px solid transparent;color:#ffffff;padding:14px 22px;border-radius:5px;}
img{vertical-align:middle;}
.features-boort {
    
    padding-bottom: 16px!important;
    
}
.button:hover{background-color:#ffb743;cursor:pointer; transition: background-color 0.5s ease; transition-timing-function: 3s ease-in;}
.icon-phone img{width:20px;height:20px;margin-right:4px;}
.main{margin:auto;position:relative;padding-top:44px;padding-bottom:60px;/*background:#5a5e55 url(../img/main/main-bg.png) center no-repeat;background-size:cover;z-index:1;*/color:white;}
.main::before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);z-index:0;}
.header-form__input {
    background-color: transparent;
   color: white;
}
.main-img{position:relative;}
.main-img::before{content:'';position:absolute;width:390px;height:390px;border:1px solid white;border-radius:50%;z-index:-1;left:50%;margin-left:-195px;}
.main-img::after{display:inline-block;content:'';height:50px;width:60px;top:1%;margin-top:306px;margin-left:78px;position:absolute;background:url(../img/main/badge.png) center no-repeat;z-index:1;}
.main-text__title{font-size:41px;font-weight:700;margin-bottom:5px; margin-top: 20px; font-family: 'Play', sans-serif; }

.main-text-subtitle{font-size:28px;font-weight:300;margin-bottom:27px;}
.header-contacts__phone:first-child{border-right:1px solid #cfcfd0;padding-right:13px;}
.main-text__form{background-color:rgba(255, 255, 255, 0.2);padding-top:30px;padding-bottom:30px;padding-left:27px;padding-right:20px;color:#ffffff;}
.form{height:56px;display:flex;width:100%;justify-content:space-between;margin-bottom:12px;}
.form-title-one{font-weight:200;color:#ffffff;margin-bottom:0;}
.form-title{font-size:20px;font-weight:300;padding-right:80px;line-height:30px;margin-bottom:20px;}
.form-title__important{font-weight:700;font-size:20px;text-transform:uppercase;}
.form-small{font-size:14px;font-weight:300;margin-left:19px;}
.form__input{padding:15px;border-radius:4px;border:none;vertical-align:middle;margin-right:0px;flex-basis:70%;background-color: transparent;
border: 2px solid white;
color: white;}

input::-webkit-input-placeholder {color:#fff; opacity:0.9;}
input:-moz-placeholder {color:#fff; opacity:0.9;}
::-webkit-input-placeholder {color:#fff; opacity:0.9;}/* webkit */
  :-ms-input-placeholder      {color:#fff; opacity:0.9;}/* IE */

input::placeholder { color:#fff; opacity: 0.9;}

.form__input input {
	color:white;
}
.icon-skype {max-width: 24px;margin-left: 5px;padding-bottom: 2px;}
.icon-skype-2 {max-width: 24px;margin-left: 5px;padding-bottom: 0px;}
.icon-viber {max-width: 25px;margin-left: 5px;}
.button_big{padding-top:18px;padding-bottom:18px;vertical-align:middle;}
.overlay{position:fixed;display:none;top:0;width:100%;height:100%;z-index:6;background-color:rgba(0, 0, 0, 0.8);}
.overlay-2{position:fixed;display:none;top:0;width:100%;height:100%;z-index:6;background-color:rgba(0, 0, 0, 0.8);}
.popup{position:fixed;left:50%;top:100px;width:752px;transform:translateX(-50%); }
.popup-close{position:absolute;right:-20px;top:-38px;font-size:35px;color:#fff;font-weight:300;cursor:pointer;}
.popup-title{display:block;border-top-left-radius: 15px;width:100%;min-height:71px;margin:0;background-color:#ff9d00;color:#fff;text-transform:uppercase;font-size:21px;line-height:71px;text-align:center;font-weight:500;}
.popup-form{background-color: rgba(0,0,0, 0.7);padding:35px 88px 50px 88px;color:#fff; border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;}
.icon-menu-1 img{z-index:99999;display:block;width:25px;height:20px;box-shadow:1px 1px 10px rgba(0,0,0,.4);position:fixed;top:31px;left:35px;}
.icon-menu-1{display:none}
.popup-form-header{font-size:30px;font-weight:400;line-height:27px;padding:0;margin-bottom:0;text-align:center;}
.popup-form-header_1{font-size:24px;}
.popup-form__label{display:block;font-size:20px;font-weight:300;line-height:30px;margin-top:23px;}
.popup-form__input{z-index: 9999999;text-align:left;width:365px;height:56px;margin-top:17px;transform:translateY(-8px);font-size:14px;background-color: transparent; font-weight:300;border-radius:4px;;padding:18px;border: 2px solid white;
color: white;}
.popup-form__btn{width:180px;height:56px;font-size:15px;font-weight:500;line-height:22px;background-color:#ff9d00;margin-left:13px;margin-top:20px;transform:translateY(-8px);}
.popup-form__note{font-size:14px;font-weight:300;line-height:30px;margin-top:0px;text-align:center;transform:translateY(-8px);}

.production-slider__bottom .slick-current{opacity:1;}
.icon-ph::before{height:30% !important;}
.icon-mail::before{height:30% !important;}

.map-1{margin:0;padding:0;display:block;}
.slicknav_menu {
	display:none;
}


.swiper-container__maker {
  min-height: 100%;
  height: 85vh;
}

.maker {
  background-color: #fff;
padding: 30px;
}
.maker__block {
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.maker__title {
  display: inherit;
  justify-content: center;
}
.maker__block-title {
  font-family: 'Play', sans-serif;
margin-bottom: 5px;
color: #f39003;
font-size: 36px;
font-weight: 900;
}
.maker__logo {
   margin-top: 30px;
   margin-bottom: 20px;
}
.image-slider {
 
}
.swiper-container {
}
.swiper-container__maker {
}
.image-slider__wrapper {
}
.swiper-wrapper {
}
.image-slider__slide {
}
.swiper-slide {
}
.image-slider__image {
  display: flex;
  justify-content: center;
}
.image-slider__image img {
  height: 30px;
}
.swiper-pagination {
}
.swiper-scrollbar {
}