@media(max-width: 1200px){
    .microbus-card img{
        width: 50% !important;
    }
    .microbuses{
        flex-direction: column;
    }
    .about-block{
        flex-wrap: wrap;
    }
    .about-mid{
        row-gap: 0;
    }
    .about-story{
        margin: 15px 0;
    }
    .car-card{
        text-align: center;
    }
    .car-card span{
        padding-left: 0 !important;
    }
    .about-logo{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media(max-width: 1124px) {
  .header__nav-item {
    margin-left: 30px;
  }

  .header__nav-logo {
    width: 250px;
  }

  .slider__item .video {
    width: 244px;
    height: 138px;

  }



}


@media (max-width: 1024px) {

  .main__screen-aftertitle {
    padding-bottom: initial;
}
  .reviews__wrapper {
    width: 90%;
  }

  .price__wrapper {
    display: none;
  }
  .main-desc {
    grid-template: 1fr 1fr / 1fr;
    row-gap: 30px;
  }
  .main-pages {
    grid-template: 1fr 1fr 1fr 1fr 1fr / 1fr;
   justify-content: center;
  }
  .header {
    border-bottom: none;
  }

  .hamburger {
    display: inline-block;
  }

  nav {
    display: none;
  }
  .header__inner-block {
    display: none;
  }
  .hamburger__menu-route {
    width: 70%;
  }
  .main__screen-phone {
    display: inline;
  }

  .main__screen-title {
    padding: 0;
    padding-bottom: 5px;
    font-size: 22px;
  }

  .main__screen-bg {
    margin-top: 20px;
  }

  .title {
    font-size: 22px;
  }

  .subtitle {
    font-size: 21px;
  }

  .questions__inner-question {
    width: 30%;
  }

  .questions__wrapper {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }

  .play-btn {
    top: 26%;
  }
  .price__wrapper.mobile {
    display: flex;
    margin: auto;
  }
 .subtitle {
  font-size: 21px;
 }
}

@media(max-width: 921px) {
  .reviews__wrapper {
    width: 70%;
  }
      .video-modal video{
        max-height: 380px;
    }
}

@media(max-width: 768px) {
    .car-card{
        font-size: 10px;
        text-align: center;
    }
    .car-card span{
        padding-left: 0 !important;  
    }
    img.partner{
        margin: 0 auto !important;
        max-width: 100%;
    }
     .video-modal video{
        max-height: 225px;
         width: 100%;
    }
  .hamburger__menu-route {
    width: 80%;
  }.question__subtitle {

    font-family: initial;
    font-style: initial;

}
  .questions__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    align-items: center;
  }
  .questions__wrapper:nth-child(10) {
    padding: 0 0%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.questions__wrapper:nth-child(10) .questions__inner-question:nth-child(2) {
 display: none;
}
.questions__inner-question {
  width: 100%;
}
.big {
  width: 280px;
}
  .main__screen-bg img {
    width: 485px;
  }

  .catalyst-del {
    padding-bottom: 40px;
  }

  .prev-slide {
    display: block;
  }

  .reviews__wrapper {
    width: 270px;
    margin: 0px 40px;
  }

  .slider__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigator {
    display: block;
  }

  .contact__inner-map {
    display: none;
  }

  .row:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact__phone {
    margin-right: 15px;
  }

  .copyright {
    font-size: 14px;
  }

  .social img {
    width: 28px;
  }

  /* modal */
  .modal__wrapper .title {
    font-size: 18px;
  }

  .modal__window label {
    font-size: 14px;
  }

  .close-modal {
    width: 20px;
  }

  .modal__window {
    width: 320px;
    padding: 10px 15px;
    height: 570px;
  }

  .modal__window .submit-btn {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }

  .row__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row__wrapper .row {
    width: 285px;
    padding-top: 15px;
  }

  .mark {
    width: 285px;
  }

  .phone {
    width: 285px;
  }

  .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom p {
    margin-left: 0;
    padding-top: 15px;
  }
  .mobile {
    display: flex;
    margin: auto;
  }

}

@media(max-width: 521px) {
  .microbus-card img{
    width: 100% !important;
  }
  .main-cardpage:nth-child(1) img {
    width: 100%;
  }
  .main-cardpage {
    font-size: 18px;
}
  .main-cardpage:nth-child(2) img {
    width: 100%;
  }
  .main-cardpage:nth-child(3) img {
    width: 100%;
  }
  .main-cardpage:nth-child(4) img {
    width: 240px;
  }
  .main-cardpage:nth-child(5) img {
    width: 300px;
  }
  .main-desc__block {
    flex-flow: column;
    align-items: center;
    row-gap: 30px;
}
  .footer-whatsapp {
    display: none;
 }
 .footer__nav-phone {
   color: white;
   text-decoration: 2px white underline;
   font-size: 24px;
   margin: 27px 0 50px;
 }
 
 .footer-links br {
   display: none;
 }
 .footer-socials a, .footer-socials .social {
   display: none;
 }
 .footer__dynamic-socials.mob {
   display: flex !important;
   justify-content: space-between;
   padding: 18px 0 23px;
   border-top: 2px white solid;;
   border-bottom: 2px white solid;;
   width: 100%;
 }
 .footer-logo {
   margin-bottom: 28px;
 }
 .footer__inner {
   width: 100%;
 }
 .footer__dynamic-socials.mob img {
   width: 45px;
   height: 45px;
 }
 .footer__dynamic-socials.mob div {
   display: flex;
   column-gap: 25px;
 
 }
  .header__nav-logo {
    width: 180px;
  }

  .route-desrc {
    height: 100px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact__inner-info {
    font-size: 14px;
  }

  .contact__inner-info a {
    font-size: 12px;
  }

  .hamburger__menu-links {
    text-align: left;
    padding-left: 20px;
  }

  .hamburger__menu ul a {
    font-size: 14px;
  }

  .hamburger__menu-route {
    width: 100%;
    height: 130px;
    min-height: 130px;
  }

  .main__screen-bg img {
    width: 190px;
  }

  .btn--green {
    margin-left: 40px;
  }

  .cs-text {
    font-size: 14px;
  }

  .cd-text {
    font-size: 14px;
  }

  .reviews__wrapper {

    margin: 0px 10px;
  }


  .modal__window {
    overflow-y: scroll;
  }
  .hamburger__menu p {
    font-size: 14px;
    margin: 6px 0 6px 20px !important;
    text-align: start;
}
}

@media(max-width: 411px) {

    .video-modal-close {
    right:5px;
    }
  .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
    
.btn--additional br
{display: block;}
    

.mt35 {
    margin-top: 0;}

    
.btns.new-adapt {
    flex-direction: row;
    column-gap: 36px;}
    
 
/*.new-adapt {
    column-gap: 40px;}*/
    
.new-adapt .btn--yellow {
    margin-left: 0 !important;}

.new-adapt .btn--green {
    margin-left: 0 !important;}    

  .main__screen-bg {
    margin-bottom: 0;
  }

  .btn--green {
    margin-left: 0px;
  }

  .btn {
    margin-top: 40px;
  }

  .sm {
    width: 300px;
  }

  .catalyst-del {
    padding-bottom: 20px;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 20px;
  }

  .social img {
    margin-left: 0;
  }

  .social {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

}

@media(max-width: 321px) {

  .hamburger__menu ul a {
    font-size: 12px;
  }

  .main__screen-bg img {
    width: 255px;
  }

  .reviews__wrapper {

    margin: 0px 0px;
  }

}
