@media (max-width: 1300px) {

  .gc,
  .tabs__info {
    padding-left: 10px;
  }

  .tabs__item,
  .tabs__haract_active {
    z-index: 4;
  }
}









@media (max-width: 1260px) {
  .section-bus {
    min-height: 1080px;
  }

  .tabs__inner-mob {
    display: block;
    max-width: 900px;
    max-width: 340px;
    text-align: center;
    margin: 0 auto;
  }

  .header__list {
    margin-right: 20px;
  }

  .header__logo-wrap {
    margin-right: 2%
  }

  .header__link+.header__link {
    margin-left: 7px;
    padding-left: 7px;
  }

  .gc {
    margin-bottom: 12px;
    padding: 0;
    padding-left: 0px;
    margin: 0;
  }

  .naccs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .active {
    width: 100%
  }


  .tabs__haract_active {
    width: 100%
  }

  .tabs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tabs__wrap,
  .tabs__wrap_ord {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }

  .tabs__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
  }

  .tabs__photo {
    width: 100%;
    text-align: center;
  }

  .tabs__img {
    max-width: 100%;
    max-height: 100%
  }

  .tabs__img_smal {
    max-width: 100%;
    max-height: 100%
  }

  .tabs__wrap {
    display: none;
  }

  .tabs__inner-mob {
    display: block;
    max-width: 900px;
  }

  .tabs__img_mob {
    margin: 0 auto;
  }

  .section-bus {
    padding: 10px;
  }

  .button__order {
    margin-bottom: 15px;
  }

  .tabs__item {
    width: 48%;
    background-color: #194240;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 17px;
  }

  .tabs__haract {
    border-bottom: 1px solid #194240;
    color: #194240;
    background-color: #ffffff;
  }

  .tabs__haract_active {
    border-bottom: 1px solid #194240;
  }

  .gc {
    margin-bottom: 25px;
  }

  .tabs__inner-mob {
    display: block;
    max-width: 900px;
  }

  .header__body {
    height: 50px;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 6;
  }

  .header__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__burger:before,
  .header__burger:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger span {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    background-color: #595E48;
  }

  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
    background-color: #595E48;
  }

  .header__menu {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #3C4043;
    padding: 100px 10px 20px 10px;
    top: -120%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
  }

  .header__link {
    color: #dedede;
  }

  .active {
    color: #34352f;
  }

  .header__menu.active {
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__list {
    display: block;
  }

  .header__list li {
    margin: 10px 0px 20px 0px;
  }

  .phone__link {
    color: white;
  }

  .header__link+.header__link {
    list-style: none;
    margin-left: 10px;
    padding-left: 0px;
    border-left: none;
  }

  .content {
    padding: 70px 0px 0px 0px;
  }

  .header-contacts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px;
  }

  .header__list {
    padding-left: 20px;
  }

  .phone__des,
  .email__des {
    line-height: 10px;
    color: #dedede;
  }

  .header__menu {
    display: block;
  }

  .phone__img,
  .email__img {
    display: none;
  }

  .phone__img-mob {
    display: block;
  }

  .photo__min {
    width: 100%
  }

  .advs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs__img_mob {
    height: 480px;
  }

   .customer__logo {
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
 }

 .customer__img--martop {
    margin-top: 50px;
 }

 .header__leng {
    max-width: 120px;
    padding-left: 20px;
    height: 60px;
 }


 .swiper__img {
   min-height: 330px;
   max-height: 330px;
 }
 .swiper-slide img {  
   object-fit: contain;
 }
 .section-bus {
   min-height: 935px;
 }

}






@media (max-width: 900px) {
  .section-bus {
    min-height: 911px;
  }
  .tabs__inner-mob {
    max-width: 600px;
  }

  .tabs__img_mob {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}









@media (max-width: 750px) {
  .content__header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .photo__wrap {
    text-align: center;
  }

  .photo__min {
    width: 100%
  }

  .advs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .item__content {
    max-width: 425px;
  }

  .answer__photo {
    display: none;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
 

}










@media (max-width: 630px) {
  .tabs__inner-mob {
    max-width: 400px;
  }

  .tabs__img_mob {
    height: 320px;
  }

  .customer__img {
    max-width: 100px;
  }

  .section-bus {
    min-height: 944px;
  }

  .swiper__one .swiper-button-next__one {
    position: absolute;
    right: 0;
    top: 35%;
    z-index: 1;
  }

  .swiper__one .swiper-button-prev__one {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 1;
  }

    .swiper__one .swiper-pagination-fraction {
    margin-top: 10px;
  }



}














@media (max-width: 500px) {
  .container {
    padding: 30px 5px;
  }

  .container__footer {
    padding: 0;
  }

  .footer__inner {
    padding: 20px 0 5px 0;
  }

  .under {
    padding: 5px;
  }

  .customer__desc {
    font-size: 15px;
  }

  .content__header {
    margin-bottom: 50px;
  }

  .form__tob,
  .form__bottom {
    padding: 8px 0px;
  }

  .btn__header {
    margin-left: 0;
  }

  .form__tob,
  .form__bottom {
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
  }

  .input__where,
  .info__where {
    padding-left: 26px;
  }

  .input__where {
    width: 140px;
  }

  .btn__header {
    width: 100%
  }

  .form__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__heade_flex {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .btn__wrap_desc,
  .btn__form {
    width: 100%
  }

  .answer__name,
  .answer__phone {
    margin-bottom: 5px;
  }

  .answer__decks {
    margin-bottom: 15px;
  }

  .header__body {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .descr__header {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.035em;
    margin-bottom: 30px;
    text-align: center;
  }

  .title__header {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: 0.035em;
    margin-bottom: 0px;
    text-align: center;
  }

  .advs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .advs__item img {
    margin-bottom: 15px;
  }

  .item__content {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .item__title {
    margin-bottom: 5px;
  }

  .section-bus {
    padding: 0px;
  }

  .gc {
    padding: 0;
  }

  .customer__wrap {
    margin-bottom: 10px;
  }

  .customer__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bug__wrap {
    width: 97%
  }

  .under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .under__copy,
  .under__link {
    margin-bottom: 10px;
  }

  .form__from,
  .form__where {
    width: 100%
  }

  .customer__logo {
    margin-bottom: 30px;
  }

  .info__item-bold:before {
    width: 27px;
    height: 26px;
  }

  .section-bus {
    min-height: 960px;
  }

}





















@media (max-width: 410px) {
  .tabs__inner-mob {
    max-width: 340px;
  }

  .tabs__img_mob {
    height: 280px;
  }

  .naccs .menu div.active {
    padding: 0 0 0 30px;
  }

 
}

@media (max-width: 366px) {
  .tabs__inner-mob {
    max-width: 300px;
  }



  .tabs__img_mob {
    height: 230px;
  }
}