@media screen and (min-width: 1101px) {
  .submenu-interface {
    display: none;
  }

  .nav-media_mob {
    display: none;
  }

  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1000;
    min-width: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }

  .menu-item.has-sub.open .submenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media screen and (min-width: 1250px) {
  .container {
    margin: 0 auto;
    padding: 0 50px;
  }
  .burger {
    display: none;
  }
}

@media screen and (min-width: 1750px) {
  .header__inner {
    gap: 65px;
  }

  .advantages-item {
    height: 220px;
  }

  .car-page__photo .container .carusel-navigation--thumb {
    left: -25px;
    width: calc(100% + 50px);
  }
}

@media screen and (min-width: 1921px) {
  .container {
    margin: 0 7.5%;
    padding: 0;
  }
}

@media screen and (min-width: 2000px) {
  .submenu-content {
    gap: 45px 90px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .submenu-items {
    width: 100%;
    max-width: 750px;
  }

  .submenu-items:only-child {
    max-width: none;
  }

  .intro {
    height: 1200px;
  }

  .blocks-social_imet::after {
    right: 40px;
  }

  .catalog__find .form__item.place {
    max-width: none;
  }

  .catalog__find .form__item-pair {
    min-width: 450px;
  }

  .catalog__find .form__item.seats {
    max-width: none;
    min-width: 230px;
  }

  .car-page__images-item {
    max-width: 1110px;
  }

  .car-page__images-item a img {
    height: 650px;
  }

  .car-page__thumbs-item img {
    height: 160px;
  }

  .car-page__chars li {
    width: calc(20% - 28.5px);
  }

  .tariffs__list-item {
    width: calc(12.5% - 9px);
  }

  .car-page__thumbs-item img {
    object-position: center 80%;
  }

  .blog__content-article > img {
    max-width: 1100px;
    height: 650px;
  }

  @keyframes blick {
    0% {
      transform: translate(-500%, -25%) rotate(30deg);
    }

    100% {
      transform: translate(4500px, -25%) rotate(30deg);
    }
  }
}

@media screen and (max-width: 1650px) {
  .menu {
    gap: 30px;
  }

  .menu-item a {
    font-size: 15px;
  }

  .telephone {
    font-size: 15px;
  }

  .nav-telephone p {
    font-size: 12px;
  }

  .btn-reserv {
    font-size: 15px;
    width: 150px;
  }

  .header__logo .logo {
    width: 90px;
    height: 100%;
  }

  .header__inner-lc {
    margin-right: 10px;
  }

  .header__inner-lc .lc__profile {
    font-size: 15px;
  }

  .header__inner-lc .lc__out {
    margin: 0 0 2px;
    width: 14px;
    height: 14px;
  }

  .nav-contacts {
    gap: 15px;
  }

  .nav-media {
    gap: 15px;
  }

  .submenu-items p {
    font-size: 24px;
  }

  .submenu-items ul li a {
    font-size: 18px;
  }

  .submenu-items ul li a span {
    font-size: 14px;
  }

  .submenu {
    padding: 20px 0 40px;
  }

  .contacts-content_items {
    width: calc(40% - 12px);
  }

  .contacts-content_map {
    width: calc(60% - 12px);
  }

  .contacts-content {
    gap: 20px;
  }

  .blocks-social_imet::after {
    top: 25px;
    right: -35%;
  }

  .car-page__bar-inner {
    gap: 15px;
  }

  .car-page__bar-rent {
    gap: 20px;
  }

  .car-page__bar-rent .btn {
    width: 180px;
  }

  .car-page__bar-col .btn--go span {
    margin-right: 20px;
  }

  .car-page__bar-price span:nth-child(1) {
    font-size: 20px;
  }

  .loyalty-get__block.loyalty > img {
    right: -100px;
  }
  .car-page__head.new .car-page__title:before {
    order: 0;
    margin-bottom: 0;
  }

  .car-page__head.premium .car-page__title:after {
    order: 1;
    margin-bottom: 0;
  }

  .car-page__head.new .car-page__title span {
    order: 1;
    margin-bottom: 0;
  }

  .car-page__head.premium .car-page__title span {
    order: 2;
  }

  .car-page__head h1 {
    order: 4;
    width: 100%;
  }
}

@media screen and (max-width: 1450px) {
  .container {
    margin: 0 auto;
    padding: 0 25px;
  }
  .menu {
    gap: 20px;
  }

  .menu-item a {
    font-size: 14px;
  }

  .telephone {
    font-size: 14px;
  }

  .nav-telephone p {
    font-size: 12px;
  }

  .btn-reserv {
    font-size: 12px;
    width: 115px;
    height: 30px;
  }

  .header__logo .logo {
    width: 80px;
  }

  .nav-contacts {
    gap: 10px;
  }

  .nav-media {
    gap: 10px;
  }

  .submenu-items p {
    font-size: 20px;
  }

  .submenu-items ul li a {
    font-size: 16px;
  }

  .submenu-items ul li a span {
    font-size: 14px;
  }

  .submenu-items ul li {
    min-width: 195px;
  }

  .submenu {
    padding: 15px 0 30px;
  }

  .submenu-content {
    gap: 45px 45px;
  }

  .nav-social_whatsapp,
  .nav-social_telegram {
    width: 30px;
    height: 30px;
  }

  .intro-h1 {
    font-weight: 350;
    font-size: 65px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
  }

  .header-text p {
    font-weight: 350;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0 0 20px;
  }

  .advantages-item {
    padding: 30px 20px 30px 85px;
  }

  .advantages-item img {
    width: 160px;
    height: 160px;
    left: -95px;
  }

  .advantages-item_text div {
    width: 90%;
    font-size: 24px;
  }

  .advantages-item_text p {
    font-size: 16px;
  }

  .request-content {
    gap: 40px;
    padding: 40px 50px;
  }

  .request-block::before {
    background: linear-gradient(
      270deg,
      rgba(20, 20, 19, 0.9) 0%,
      rgba(20, 20, 19, 0.9) 40.11%,
      rgba(20, 20, 19, 0.7) 100%
    );
  }

  .carusel-content {
    padding: 0 150px;
  }

  .contacts-content {
    gap: 20px;
  }

  .contacts-content_items {
    width: calc(40% - 10px);
  }

  .contacts-content_item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
  }

  .contacts-tel {
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    margin: 5px 0 0;
  }

  .contacts-content_map {
    width: calc(60% - 10px);
  }

  .contacts-block_map {
    width: initial;
    left: 15px;
    bottom: 15px;
  }

  .blocks-social_imet::after {
    right: -42%;
  }
  .review-maps_date {
    font-size: 14px;
  }

  .review-maps_author__left {
    gap: 10px;
  }
  .review-maps_author__title {
    padding-left: 10px;
  }
  .stars img {
    width: 18px;
    height: 18px;
  }

  .tabs-block__list--big {
    gap: 30px;
  }

  .tabs-block__list--big .tab {
    font-size: 32px;
  }

  .promo-block__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      270deg,
      rgba(20, 20, 19, 0.85) 0%,
      rgba(20, 20, 19, 0.85) 40.11%,
      rgba(20, 20, 19, 0.6) 100%
    );
    z-index: -1;
  }

  .loyalty-club__block:nth-child(1) img {
    right: initial;
    left: 300px;
  }

  .loyalty-club__block:nth-child(2) img {
    right: initial;
    left: 170px;
  }

  .intro-inner--loyalty .intro-inner__content p {
    width: 50%;
  }

  .intro-inner--loyalty {
    overflow: hidden;
  }

  .intro-inner--loyalty .intro-inner__content img {
    width: 665px;
    height: 465px;
    right: -100px;
  }

  .intro-inner--loyalty.club .intro-inner__content img {
    width: 665px;
    height: 538px;
  }

  .loyalty-levels table tr th span {
    font-size: 20px;
  }

  .loyalty-levels table tr td {
    font-size: 16px;
  }

  .loyalty-get__block > img {
    right: -190px;
  }

  .lc-content__card {
    width: 478px;
    height: 320px;
    right: -30px;
  }
}

@media screen and (max-width: 1249px) {
  .carusel-navigation {
    margin: 0 auto;
    padding: 0 25px;
    width: -webkit-fill-available;
  }

  .intro-h1 {
    font-weight: 350;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #ffffff;
  }

  .header-text p {
    font-weight: 350;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0 0 20px;
  }

  .menu {
    gap: 20px;
  }

  .menu-item a {
    font-size: 14px;
  }

  .telephone {
    font-size: 14px;
  }

  .nav-telephone p {
    font-size: 10px;
  }

  .btn-reserv {
    font-size: 12px;
    width: 115px;
    height: 30px;
  }

  .header__logo .logo {
    width: 70px;
  }

  .nav-contacts {
    gap: 10px;
  }

  .nav-media {
    gap: 10px;
  }

  .submenu-items p {
    font-size: 20px;
  }

  .submenu-items ul li a {
    font-size: 16px;
  }

  .submenu-items ul li a span {
    font-size: 14px;
  }

  .submenu-items ul li {
    min-width: 185px;
  }

  .menu-item > a {
    padding: 30px 0;
  }

  .card {
    gap: 20px;
    width: calc(50% - 10px);
  }

  .services-items {
    gap: 40px 20px;
  }

  .services-item {
    width: calc(50% - 10px);
    gap: 15px;
  }

  .advantages-items {
    flex-wrap: wrap;
  }

  .advantages-item {
    width: calc(50% - 10px);
  }

  .advantages-item img {
    width: 120px;
    height: 120px;
    left: -65px;
  }

  .contacts-content_item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .contacts-content_item div {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .contacts-mail {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .contacts-content_item {
    padding-bottom: 25px;
  }

  .contacts-tel {
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
    margin: 5px 0 0;
  }

  .contacts-social_whatsapp,
  .contacts-social_telegram {
    width: 35px;
    height: 35px;
  }

  .contacts-social_whatsapp::before,
  .contacts-social_telegram::before {
    width: 18px;
    height: 18px;
    background-size: contain;
  }

  .btn-callback {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    width: 100%;
    height: 50px;
  }

  .footer-top {
    gap: 15px;
  }

  .review-maps_item {
    width: calc(50% - 10px);
    gap: 15px;
  }

  .blocks-social_imet {
    padding: 35px 25px;
    border-radius: 8px;
  }

  .blocks-social_imet:after {
    right: -50%;
  }

  .carusel-content {
    padding: 0 100px;
  }

  .carusel-prev,
  .carusel-next {
    display: none;
    width: 38px;
    height: 38px;
  }

  .carusel-prev:before,
  .carusel-next:before {
    margin-left: 1px;
    margin-bottom: 1px;
    font-size: 8px;
  }

  .car-page__photo .container .carusel-navigation--thumb {
    left: 0;
    width: 100%;
  }

  .car-page__photo .container .carusel-navigation--thumb div {
    display: flex;
  }

  .swiper.car-page__thumbs {
    padding: 0 15px;
  }

  .tabs-block__list--big .tab {
    font-size: 30px;
  }

  .rules-wrapper {
    gap: 40px;
  }

  .rules-list {
    width: calc(50% - 20px);
  }

  .rules-list:nth-child(2) {
    padding-left: 40px;
  }

  .car-page__info-contents .tab-content {
    padding-top: 0;
  }

  .rules-list li dt,
  .rules-list li dd {
    font-size: 16px;
  }

  .price-table th,
  .price-table td {
    font-size: 16px;
    padding: 15px 20px;
  }

  .equpiment-list li {
    font-size: 16px;
    line-height: 24px;
  }

  .description-text p {
    font-size: 16px;
  }
  .car-page__bar {
    padding: 10px 0;
  }
  .car-page__bar-col .btn--go {
    height: auto;
    padding: 0;
    gap: 0;
    border: none;
  }
  .car-page__bar-col .btn--go span,
  .car-page__bar-col .btn--go i {
    display: none;
  }
  .car-page__bar-title {
    font-size: 20px;
  }

  .car-page__bar-rent .btn {
    height: 40px;
    font-size: 16px;
  }

  .scroll-to-top {
    bottom: 80px;
  }

  .site-footer--car {
    padding-bottom: 60px;
  }

  main.inner.banner {
    padding-top: 75px;
  }

  .intro-inner--promo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      270deg,
      rgba(20, 20, 19, 0.85) 0%,
      rgba(20, 20, 19, 0.85) 40.11%,
      rgba(20, 20, 19, 0.6) 100%
    );
    z-index: -1;
  }

  .intro-inner--promo__bg {
    object-position: initial;
  }

  .advantages--col-3 .advantages-item {
    width: 100%;
  }

  .loyalty-get__inner {
    flex-wrap: wrap;
  }

  .loyalty-get__block {
    width: 100%;
    padding: 30px 25px;
  }

  .loyalty-get__block .qr-code {
    right: 25px;
  }

  .services-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .services-list ul a {
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .header {
    position: fixed;
  }

  .header__inner {
    height: 65px;
  }

  .header__logo {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .header__phone-icon {
    display: block;
  }

  .nav-telephone {
    align-items: flex-start;
  }

  .menu-item_link.icon-chevrone:before {
    transform: rotate(-90deg);
    font-size: 7px;
  }

  .submenu-items {
    width: 100%;
  }
  .submenu-interface {
    display: flex;
    gap: 7px;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .back {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #f1eae4;
  }

  .back:hover,
  .back:active {
    color: #d8c184;
  }

  .back::before {
    content: "";
    background: url(../images/back.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
  }

  .submenu-interface_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-item .all {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    gap: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #f1eae4;
  }

  .menu-item .all::after {
    content: "";
    background: url(../images/all.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
  }

  .submenu-interface_title span {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #f1eae4;
  }

  .submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  }

  .menu-item > a {
    padding: 0;
  }

  .menu-item.has-sub.active {
    border: none;
    padding: 0;
  }

  .menu-item.has-sub.active > .submenu {
    position: unset;
    width: 100%;
    padding: 0 0 20px;
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }

  .menu-item.hidden {
    display: none;
  }

  .menu-item.has-sub.active > .submenu .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .submenu-items p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 12px;
  }

  .submenu-content {
    flex-direction: column;
    gap: 15px;
  }

  .menu-item.has-sub.active .menu-item_link {
    display: none;
  }

  .submenu-items ul li {
    width: 100%;
    padding: 7px 15px;
  }

  .submenu-items ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .submenu-items ul li a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  #menu {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  }

  .nav.open #menu {
    max-height: 100vh;
    opacity: 1;
    transform: translateY(0);
    overflow: auto;
  }

  .nav-contacts {
    gap: 10px;
  }

  .nav-menu {
    padding: 11px 0;
  }

  .submenu {
    background-color: transparent;
  }

  .burger {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: rgba(241, 234, 228, 0.15);
    border: 1px solid rgba(241, 234, 228, 0.5);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .burger.active {
    background-color: rgba(216, 228, 242, 0.15);
    border-color: #d8c184;
  }

  .burger span {
    left: 50%;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--light);
    border-radius: 50px;
    transition: all 0.2s ease;
    transform: translateX(-50%);
  }

  .burger span:first-child {
    top: 11px;
  }
  .burger span:last-child {
    top: auto;
    bottom: 11px;
  }
  .burger.active span:first-child {
    background-color: var(--accent);
    transform: translateX(-50%) rotate(45deg);
    top: 14px;
  }
  .burger.active span:last-child {
    background-color: var(--accent);
    transform: translateX(-50%) rotate(-45deg);
    bottom: 14px;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 25px;
    background: #21211f;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 65px);
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 2555, 255, 0.1);
  }

  .menu-item a svg,
  .menu-item a:hover svg {
    transform: rotate(270deg);
    width: 18px;
    height: 18px;
  }

  .menu.active {
    display: flex;
  }

  .menu.active .nav-media_mob {
    display: none;
  }

  .menu-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    width: 100%;
    color: #f1eae4;
    border-bottom: 1px solid #f1eae426;
    padding: 0 0 15px;
  }

  .nav-media_mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 35px;
  }

  .menu-item:first-child {
    padding: 15px 0;
  }

  .menu-item a {
    justify-content: space-between;
    width: 100%;
  }

  .nav-media,
  .nav-button {
    display: none;
  }
}
