@media only screen and (max-width: 1720px) {
  .box {
    max-width: 90%;
  }

  .busesPay {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 1366px) {
  .outsolutionsBlock {
    flex-direction: column;
  }

  .advantagesSlider .swiper-slide {
    padding: 60px 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .about .box {
    flex-direction: column;
    row-gap: 30px;
  }

  .aboutInfo {
    padding-left: 0;
  }

  .solutionsItems {
    flex-wrap: wrap;
  }

  .solutionsItem {
    flex: 0 0 calc(50% - 10px);
  }
}

@media only screen and (max-width: 1024px) {
  section {
    margin-bottom: 64px;
  }

  .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
  }

  .headerLogo svg {
    width: 43px;
    height: 45px;
  }

  .headerMenu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all .5s ease;
  }

  .headerMenu.active {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    overflow-x: hidden;
  }

  .headerMenu ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 34px;
    height: 100%;
    padding-left: 16px;
    position: relative;
    z-index: 9;
  }

  .headerMenu ul li a {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
  }

  .headerMenu ul li::after {
    content: none;
  }

  .headerMenu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 440px;
    height: 198px;
    background: url("../images/Group 2085662744.png") no-repeat;
    background-size: contain;
  }

  .headerBar {
    display: block;
  }

  .headerClose {
    display: block;
    margin-top: 40px;
    margin-bottom: 65px;
    margin-left: 20px;
  }

  .headerLang {
    display: none;
  }

  .headerLangSelect {
    position: relative;
    display: block;
    background-color: #1C85B4;
    border-radius: 6px;
  }

  .headerLangSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #1C85B4;
    color: #fff;
    padding: 8px 16px 8px 8px;
    border: 0;
    border-radius: 6px;
  }

  .headerLangSelect::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'><path d='M12.4373 5.2207L8.63393 9.02404C8.18477 9.4732 7.44977 9.4732 7.0006 9.02404L3.19727 5.2207' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
    background-size: contain;
  }

  .headerBar {
    background-color: #1C85B4;
    padding: 12px 24px;
    border-radius: 6px;
    line-height: 0;
  }

  .header .button {
    width: 100%;
    max-width: none;
  }

  .hero .box {
    flex-direction: column;
  }

  .hero h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 36px;
  }

  .hero h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 16px;
  }

  .hero p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 48px;
  }

  .heroImage {
    margin-right: calc((100vw - 100%) / -2);
  }

  .about p {
    font-size: 20px;
    line-height: 150%;
  }

  .about img {
    height: 300px;
  }

  .aboutVideo a::before {
    width: 140px;
    height: 140px;
  }

  .aboutVideo a::after {
    width: 180px;
    height: 180px;
  }

  .outsolutions p {
    font-size: 20px;
    line-height: 100%;
  }

  .outsolutionsCards {
    padding: 20px;
  }

  .outsolutionsCardsCard {
    flex: 0 0 100%;
  }

  .outsolutionsCardsCard h3 {
    text-align: left;
  }

  .advantagesTitle {
    flex-direction: column;
    gap: 64px;
  }

  .feedback .box {
    flex-direction: column;
    gap: 64px;
  }

  .feedbackInfo {
    gap: 64px;
  }

  .feedbackInfo div:first-child h2 {
    font-size: 36px;
    line-height: 120%;
  }

  .feedbackInfo div:first-child p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }

  .feedbackForm form span:nth-of-type(-n+6) {
    width: 100%;
  }

  .feedbackForm form p {
    gap: 1px;
  }

  .partnersItem {
    flex: 0 0 100% !important;
  }

  .faqname {
    font-size: 20px;
    line-height: 100%;
  }

  .testimonialsTitle {
    flex-direction: column;
    gap: 64px;
  }

  .bus {
    margin-bottom: 0;
  }

  .footer .box {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }

  .footerMenu {
    text-align: center;
  }

  .footerUtils {
    text-align: center;
  }

  .footerNet {
    justify-content: center;
  }

  .footerContacts {
    text-align: center;
  }

  .aboutBox .box {
    flex-direction: column;
  }

  .aboutBoxInfo p {
    font-size: 20px;
    line-height: 150%;
  }

  .autoparkSub {
    font-size: 20px;
    line-height: 120%;
  }

  .autoparkItems {
    flex-direction: column;
  }

  .autoparkItem {
    flex: 0 0 100%;
    width: 100%;
  }

  .autoparkInfo h6 {
    font-size: 20px;
    line-height: 120%;
  }

  .autoparkInfo p {
    font-size: 20px;
    line-height: 120%;
  }

  .oursbusTitle {
    flex-direction: column;
    gap: 64px;
  }

  .oursbusItems {
    gap: 5px;
  }

  .oursbusItem {
    line-height: 0;
    flex: 0 0 100%;
  }

  .oursbus img {
    height: 420px;
  }

  .trustItems {
    flex-direction: column;
  }

  .trustItem {
    flex-basis: 100%;
  }

  .solutions p {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 70px;
  }

  .solutionsItems {
    flex-direction: column;
  }

  .solutionsItem {
    width: 100%;
  }

  .driversTitle {
    flex-direction: column;
    gap: 64px;
  }

  .howItem span {
    font-size: 20px;
    line-height: 100%;
  }

  .busesItems {
    flex-direction: column;
  }

  .busesItem {
    flex: 0 0 100%;
    width: 100%;
  }

  .newsPageItems {
    grid-template-columns: 1fr;
    gap: 0;
    row-gap: 20px;
    grid-template-areas: "first" "second" "third" "fourth";
  }

  .newsPageItem:nth-child(1) .newsPageImage {
    height: 424px;
  }

  .otherNewsTitle {
    flex-direction: column;
    gap: 64px;
  }

  .contactsBox {
    flex-direction: column;
  }

  .contactsInfo h5,
  .contactsInfo ul li {
    font-size: 20px;
    line-height: 120%;
  }

  .modal {
    width: 80vw;
  }

  .modalForm div {
    flex-direction: column;
    gap: 0;
  }
}

@media only screen and (max-width: 440px) {
  .title {
    font-size: 38px;
  }

  .solutionsInfo h4 {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=responsive.css.map */