@media screen and (max-width: 1440px) {
  .layout {
    width: 1200px;
  }
  .about-hero__content {
    bottom: 50px;
  }
  .about-hero__img {
    width: 80%;
    margin: 0 auto;
  }
  .discounts__title {
    font-size: 32px;
  }
  .discounts__inner {
    padding: 40px;
  }
  .discounts__content {
    width: 48%;
  }
  .discounts__image {
    flex-basis: 50%;
 }
}
@media screen and (max-width: 1220px) {
  .layout {
    width: 1024px;
  }

  .main-form .vrc-car-name {
    font-size: 22px;
  }

  .about-hero__img-desc {
    width: 113%;
  }
}
@media screen and (max-width: 1044px) {
  .layout {
    width: 800px;
  }
  .menu {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
    font-size: 16px;
  }
  .line {
    fill: none;
    stroke: #000000;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 75;
    stroke-width: 6;
    stroke-dashoffset: -134;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -90;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .nav.cityChanger {
    display: none;
  }
  .burger {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    transition: all 0.4s;
    background-color: #0a3d98;
    background-image: url(../images/burger-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .burger .trp-language-switcher > div,
  .burger .trp-language-switcher > div > a, 
  .burger .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    background: transparent;
  }

  .burger.active {
    left: 0;
  }
  .mobile-none {
    display: none;
  }
  .nav {
    flex-direction: column;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 20px;
  }
  .nav__item.active {
    background: rgba(255, 255, 255, 0.15);
  }
  .nav__item {
    background-color: transparent;
  }
  .nav__link {
    color: #fff;
  }
  div.trp-language-switcher > div > a,
  div.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    /* color: #fff; */
    font-size: 14px;
  }
  .nav__item.current_page_item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
  }
  .lang__wrap {
    /* margin-top: 30px; */
    display: flex;
    gap: 0;
  }
  .lang__wrap span {
    color: #fff;
  }
  .logo {
    display: block;
    width: 130px;
    padding: 10px 0;
  }
  .turs-wrap__inner {
    gap: 40px;
    padding: 80px 0;
  }
  .turs {
    flex-direction: column;
  }
  .turs .turs__item img {
    width: 60%;
  }
  .form__content {
    flex: 1;
  }
  .form__title {
    font-size: 24px;
  }
  .footer__inner {
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact {
    padding: 80px 0 20px;
  }
  .about-hero__img {
    width: 100%;
  }
  .about-hero__inner {
    align-items: center;
  }
  .whyus__text,
  .about-car__text,
  .about-hero__text {
    font-size: 16px;
  }
  .about-car__title,
  .about-hero__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .whyus {
    padding-top: 70px;
  }
  .popup__inner {
    position: relative;
    width: 70%;
  }
  .benefits__title {
    font-size: 24px;
  }
  .benefits__right-item p {
    padding-top: 6px;
    font-size: 16px;
  }
  .terms__item p,
  .terms__text,
  .reviewsSlider__content,
  .discounts__text,
  .benefits__content li,
  .benefits__content p {
    font-size: 16px;
  }
  .discounts__title {
    color: #fff;
    font-size: 30px;
  }
  .reviews__title {
    font-size: 24px;
  }
  .reviews {
    padding: 70px 0;
  }
  .terms__title {
    font-size: 24px;
  }
  .terms__item {
    height: 250px;
  }
}

@media screen and (max-width: 800px) {
  .layout {
    width: 100%;
    padding: 0 20px;
  }
  .turs__content {
    padding: 20px;
  }
  .turs__title {
    font-size: 18px;
  }
  .turs__list-item p,
  .turs__list-item span {
    font-size: 14px;
  }
  .turs__list-item {
    flex-wrap: wrap;
  }
  .blue__btn {
    font-size: 18px;
  }
  .form__inner {
    flex-direction: column-reverse;
    margin: 0 20px;
    width: auto;
    padding: 20px;
  }
  .turs-wrap__inner {
    padding: 80px 20px;
  }
  .contact__title {
    font-size: 24px;
  }
  .contact__wrap {
    margin-top: 30px;
    gap: 20px;
    flex-direction: column;
  }
  .about-hero__content {
    right: 20px;
  }
  .whyus__bottom-content h3,
  .whyus__title {
    font-size: 18px;
  }
  .benefits__wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .benefits__right-item:first-child p {
    opacity: 0;
    display: none;
  }
  .benefits__item {
    width: 45%;
  }
  .benefits {
    padding-top: 50px;
  }
  .discounts {
    padding: 20px;
  }
  .discounts__title {
    font-size: 24px;
  }

  .terms__inner {
    flex-direction: column;
  }
  .terms__left {
    margin: 0;
    position: relative;
    translate: 0;
    margin-bottom: 30px;
  }
  .terms__elem {
    width: 100%;
  }
  .terms__item {
    scale: 1;
    filter: none;
  }
  .m-text-center {
    text-align: left;
    margin-left: 0;
  }
  .form-hero {
    padding: 30px 0;
  }
  .nav__item:hover .nav__overlay {
    scale: 0;
  }
}
@media screen and (max-width: 600px) {
  .turs .turs__item img {
    width: 100%;
  }
  .form__title {
    font-size: 16px;
  }
  .form__text {
    font-size: 14px;
  }
  .form__wrap {
    width: 100%;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__title {
    margin-bottom: 10px;
  }
  .footer__title.m-text-center {
    font-size: 14px;
  }
  .footer__inner {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer .logo {
    width: 184px;
  }
  .mkey__wrap img {
    width: 50px;
  }
  .burger nav {
    width: 100%;
    padding: 0 20px;
  }
  .nav {
    border-radius: 20px;
  }
  .nav__item {
    width: 100%;
    text-align: center;
  }
  .burger {
    background-size: 90%;
  }
  .contact__item p {
    font-size: 14px;
  }
  .footer {
    margin-top: 80px;
  }
  .footer .form__wrap .form__btn {
    margin: 0;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: auto;
  }
  .about-hero__img-mobile {
    display: block;
  }
  .about-hero__img-desc {
    display: none;
  }
  .about-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 70px 20px 20px;
    gap: 20px;
  }
  .about-hero {
    height: auto;
  }
  .about-hero__content {
    position: relative;
    width: 100%;

    right: 0;
    bottom: 0;
  }
  .about-hero__title {
    font-size: 18px;
  }
  .about-hero__text {
    font-size: 14px;
  }
  .whyus__bottom,
  .whyus__top {
    flex-direction: column;
  }
  .about-car {
    position: relative;
    height: 80vh;
  }
  .about-car__image {
    height: 100%;
  }
  .about-car__image img {
    height: 100%;
    object-fit: cover;
  }
  .whyus__item {
    padding: 20px;
    border-radius: 10px;
  }
  .whyus__item img {
    width: 37px;
    height: 30px;
    margin-bottom: 25px;
  }
  .whyus__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .whyus__bottom-content p,
  .whyus__text {
    font-size: 14px;
  }
  .whyus__bottom-content {
    padding: 0;
  }
  .whyus__bottom {
    padding: 20px;
  }
  .whyus__bottom-content p {
    margin-bottom: 20px;
  }
  .about-car__text,
  .blue__btn {
    font-size: 14px;
  }
  .about-car__title {
    font-size: 20px;
  }
  .popup__inner {
    position: relative;
    width: 90%;
    padding: 20px;
  }
  .popup__text {
    font-size: 14px;
    text-align: center;
  }
  .reviews__title,
  .popup__title {
    font-size: 18px;
  }
  .closeModal {
    font-size: 40px;
  }
  .terms__title,
  .benefits__content h3,
  .benefits__title {
    font-size: 18px;
  }
  .benefits__right-item p {
    padding-top: 10px;
    font-size: 14px;
  }
  .benefits__elem {
    flex-direction: column;
  }
  .benefits__item {
    width: 100%;
    /*height: 335px;*/
    height: auto;
    gap: 40px;
  }
  .benefits__content {
    padding: 20px;
  }
  .terms__item p,
  .terms__text,
  .reviewsSlider__content,
  .discounts__text,
  .benefits__content li,
  .benefits__content p {
    font-size: 14px;
  }
  .benefits__elem,
  .benefits__content h3 {
    margin-bottom: 20px;
  }
  .discounts__inner {
    flex-direction: column;
    padding: 20px;
  }
  .discounts__content {
    width: 100%;
  }
  .terms__text,
  .discounts__text {
    margin: 16px 0 30px;
  }
  .reviewsSlider__bottom p,
  .reviewsSlider__bottom h5 {
    font-size: 14px;
  }
  .terms__item {
    padding: 20px;
  }
  .terms__item h3 {
    font-size: 16px;
  }
}
