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

  .submenu-interface {
    display: none;
  }

  .nav-media_mob {
    display: none;
  }

  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: opacity .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;
  }
}

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

  .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: 2000px) {
  .submenu-content {
    gap: 90px;
    justify-content: flex-start;
  }

  .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%;
  }

  @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: 17px;
  }

  .telephone {
    font-size: 17px;
  }

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

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

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

  .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;
  }

}

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

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

  .telephone {
    font-size: 16px;
  }

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

  .btn-reserv {
    font-size: 14px;
    width: 135px;
    height: 35px;
  }

  .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: 10px 45px;
  }

  .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, .9) 0%, rgba(20, 20, 19, .9) 40.11%, rgba(20, 20, 19, .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;
  }

  .car-page__head {
    padding-top: 37px;
  }

  .car-page__title span {
    position: absolute;
    left: 0;
    top: -37px;
    margin-bottom: 0;
  }

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

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

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

  .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;
  }
}

@media screen and (max-width: 1100px) {

  .offset {
    margin-bottom: 90px;
  }

  .btn--glare {
    font-size: 16px;
    padding: 9px 9px 9px 20px;
  }

  .header {
    position: fixed;
  }

  .header__inner {
    height: 65px;
  }

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

  .header__logo:before {
    display: block;
    order: 1;
    padding-left: 15px;
    font-weight: 350;
    border-left: 1px solid rgba(255,255,255,0.15);
  }

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

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

  .submenu-items {
    width: 100%;
  }

  main.inner {
    padding-top: 90px;
  }

  h2.section-title {
    margin: 0 0 25px;
  }

  .intro {
    padding: 100px 0 25px;
    height: 700px;
  }

  .carusel-slide::before {
    width: 50px;
    height: 35px;
  }

  .text-cover_content h2.h3 {
    font-size: 22px;
  }

  .text-cover_content ul li {
    font-size: 16px;
  }

  .text-cover_content ul li:before {
    top: 8px;
  }

  .article-item_img img {
    height: 260px;
  }
  
  .site-footer {
    padding: 30px 0 0;
  }

  .footer-top {
    justify-content: flex-start;
    gap: 30px;
    margin: 0 0 20px;
  }

  .footer-col.contacts {
    margin: 0;
  }

  .footer-col.contacts {
    order: 1;
  }

  .footer-bottom {
    padding: 15px 0;
    gap: 10px;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .scroll-to-top {
    right: 30px;
  }

  .footer-copy {
    order: 1;
  }

  .footer-links a {
    order: 2;
  }

  .footer-col ul {
    gap: 10px;
  }

  .footer-logo {
    margin: 0 0 14px;
  }

  .footer-col {
    width: calc(32% - 12px);
    max-width: none;
    order: 2;
    padding-bottom: 20px;
  }

  .footer-col.logo-info{
    order: 3;
    gap: 6px;
    border: none;
    padding: 0;
  }

  .blocks-social {
    margin: 0 0 80px;
  }

  .blocks-social_imet {
    width: 100%;
  }

  .blocks-social_imet__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0 0 10px;
  }

  .blocks-social_imet p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    margin: 0 0 20px;
    width: 60%;
  }

  .blocks-social_btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    width: 240px;
    height: 50px;
  }

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

  .contacts {
    margin: 0 0 80px;
  }

  .contacts-content_items,
  .contacts-content_map {
    width: 100%;
  }

  .contacts-content_items {
    padding: 30px 25px;
    border-radius: 8px;
  }

  .contacts-content_map iframe {
    border-radius: 8px;
  }

  .contacts h2 {
    margin: 0 0 25px;
  }

  .article-content {
    gap: 40px 20px;
  }

  .article-item_img {
    margin-bottom: 20px;
  }

  .article-item_title {
    margin-bottom: 10px;
  }

  .article-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    margin: 0 0 25px;
  }

  .articles h2 {
    margin: 0 0 25px;
  }

  .article-read {
    max-width: 187px;
  }

  .article-item_title {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .article-item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .review-maps_grade p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #F1EAE4;
  }

  .review-maps_grade {
    margin: 0 0 15px;
  }

  .reviews-maps-tabs .tab {
    font-weight: 350;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .review-maps_grade {
    align-items: center;
  }

  .review-maps_content {
    gap: 20px;
  }

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

  .review-maps_item {
    padding: 20px 25px;
  }

  .review-maps_author__left img {
    width: 35px;
    height: 35px;
  }

  .review-maps_author__left {
    gap: 10px;
  }

  .review-maps_author__title {
    padding-left: 10px;
  }

  .review-maps_author__title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .stars span {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .review-maps_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .review-maps_item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .stars img {
    width: 18px;
    height: 18px;
  }

  .review-maps_grade span {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .reviews-maps-tabs {
    margin: 0 0 30px;
    gap: 15px;
  }

  .reviews-maps {
    margin: 0 0 80px;
  }

  .reviews-maps h2 {
    margin: 0 0 25px;
  }

  .carusel-reviews {
    max-width: 212px;
    margin: 0 auto 50px;
  }

  .carusel {
    margin: 0 0 80px;
  }

  .carusel h2 {
    margin: 0 0 25px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 175px;
  }

  .gallery {
    margin: 0 0 80px;
  }

  .gallery h2 {
    margin: 0 0 25px;
  }

  .faq {
    margin: 0 0 80px;
  }

  .faq h2 {
    margin: 0 0 25px;
  }

  .faq-item {
    width: 100%;
  }

  .faq-question span {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    width: 80%;
  }

  .text-cover {
    margin: 0 0 80px;
  }

  .text-cover::before {
    height: 460px;
  }

  .text-cover_blog {
    padding: 180px 0 0;
  }

  .text-cover_blog > h2 {
    margin: 0 0 25px;
  }

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

  .request {
    margin: 0 0 80px;
  }

  .request-content > p {
    font-weight: 350;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .form-consent p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .form-row input,
  .form-row .btn {
    width: calc(33% - 5px);
    height: 50px;
    max-width: none;
  }

  .form-row input:not(.btn) {
    height: 50px;
  }

  .services {
    margin: 0 0 80px;
  }

  .services-content h2 {
    margin: 0 0 25px;
  }

  .services-item_img {
    border-radius: 6px;
  }

  .services-item_link {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .advantage p {
    font-weight: 400;
    font-size: 14px;
  }

  .advantages-item_img {
    height: 110px;
  }

  .advantages-item_text div {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0 0 7px;
    width: 100%;
  }

  .advantages-item_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .advantages {
    margin: 0 0 80px;
  }

  .advantages h2 {
    margin: 0 0 25px;
  }

  .tab-content {
    gap: 40px 20px;
  }

  .car-tabs {
    gap: 10px 15px;
    margin: 0 0 25px;
  }

  .card-title {
    margin: 0 0 12px;
  }

  .card-title a {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .card-title span {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 3px 12px;
  }

  .card-characteristics {
    gap: 19px;
    margin: 0 0 20px;
  }

  .card-price {
    font-weight: 350;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .card-characteristic {
    padding-left: 19px;
    gap: 5px;
  }

  .card-characteristic img {
    width: 16px;
    height: 16px;
  }

  .card-characteristic p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .section-title {
    margin: 0 0 25px;
  }

  .header-text {
    top: 86px;
    width: 100%;
  }

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


  .header-advantages {
    max-width: 650px;
    align-items: flex-start;
    bottom: -40px;
  }

  .intro__text {
    max-width: 600px;
  }

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

  .intro__text p {
    font-size: 20px;
    margin-bottom: 25px;
  }

  h1 {
    font-weight: 350;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
  }

  h2, h2.section-title {
    font-weight: 350;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #FFFFFF;
  }

  h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFFFFF;
  }

  h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFFFFF;
  }

  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
  }

  .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;
    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(216,193,132,.15);
    border: 1px solid rgba(216,193,132,.50);
    cursor: pointer;
  }

  .burger span {
    left: 50%;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--accent);
    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 {
      transform: translateX(-50%) rotate(45deg);
      top: 14px;
  }
  .burger.active span:last-child {
      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,.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;
  }

  .services-item_link__img {
    border-radius: 6px;
  }

  .request-block {
    border-radius: 10px;
  }

  .request-content {
    padding: 30px 25px;
    gap: 25px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .gallery-item {
    border-radius: 6px;
  }

  .contacts-content_map iframe {
    height: 515px;
  }

  .catalog__find {
    flex-wrap: wrap;
    padding: 25px;
  }

  .catalog__find .form__item.place, .catalog__find .form__item.seats {
    max-width: none;
  }
  .form__item {
    width: 100%;
    max-width: none;
    min-width: 1px;
  }

  .catalog__find .form__item-pair, .catalog__find .form__item.seats {
    flex: initial;
    max-width: none;
    width: calc(50% - 5px);
    min-width: 1px;
  }

  .catalog__find .btn {
    min-width: 1px;
    width: 100%;
  }

  .filter-full {
    padding: 25px;
    border-radius: 10px;
  }

  .filter-full__col:nth-child(2) {
    width: 100%;
    height: auto;
  }

  .filter-full__col {
    width: calc(33.3% - 10px);
    flex-direction: row;
  }

  .car-page__chars-icon {
    width: 42px;
    height: 42px;
    border-radius: 4px;
  }

  .car-page__chars-icon img {
    width: 20px;
    height: 20px;
  }

  .car-page__chars-info span {
    font-size: 14px;
  }

  .car-page__chars-info span:nth-child(2), .car-page__chars-info a {
    font-size: 16px;
  }

  .rent-form {
    padding: 30px 25px;
    border-radius: 10px;
  }

  .rent-form h3 {
    margin-bottom: 25px;
  }

  .rent-form__content {
    gap: 10px;
  }

  .rent-form__content .form__item, .rent-form__content .form__item-pair {
    width: calc(50% - 5px);
  }

  .rent-form__content .btn {
    margin: 10px 0;
  }

  .tabs-block__list--big {
    margin-bottom: 25px;
    padding-bottom: 15px;
    overflow-x: auto;
  }

  .tabs-block__list--big .tab {
    flex: none;
  }

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

  .modal__form-title {
    font-size: 30px;
  }

  .modal__form-desc {
    font-size: 16px;
  }

}

@media screen and (max-width: 992px) {
  .article-item {
    width: 100%;
  }
  .article-item_img {
    border-radius: 6px;
  }
  .article-item_img img {
    height: 265px;
  }
  .article-item_title {
    min-height: 1px;
  }

  .catalog__filter {
    flex-direction: column;
    gap: 6px;
  }
  .catalog__filter-list {
    gap: 6px;
  }
  .catalog__filter-item {
    width: calc(33.3% - 2px);
  }
  .catalog__filter-list:nth-child(2) {
    flex: initial;
    justify-content: flex-start;
  }

  .catalog__filter-list:nth-child(2) .btn--dropdown, .catalog__filter-list:nth-child(2) .select__wrapper{
    width: calc(50% - 3px);
  }

  .filter-full {
    top: 110%;
  }

  .filter-full__list li .checkbox-wrapper.bordered label {
    width: 160px;
    padding: 9px 10px;
  }
  .car-page__images-item {
    max-width: calc(100% - 70px);
  }
  .car-page__images-item a img {
    height: 460px;
  }

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

  .car-page__images-item.swiper-slide {
    opacity: .5;
    transition: opacity .3s ease;
    transition-property: transfom, opacity;
  }

  .car-page__thumbs-item.swiper-slide.swiper-slide-visible {
    opacity: .5;
  }

  .car-page__thumbs-item.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    opacity: 1;
  }

  .car-page__images-item.swiper-slide-active {
    opacity: 1;
  }

  .car-page__images-item a img {
    border-radius: 8px;
  }

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

  .car-page__chars li {
    width: calc(50% - 17.5px);
  }

  .car-page__title span {
    font-size: 14px;
    padding: 4.5px 9px;
  }

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

  .car-page__rent-price span {
    font-size: 16px;
  }

  .car-page__rent {
    flex: none;
    gap: 15px;
  }

  .car-page__rent .btn {
    flex: none;
    width: 170px;
  }

  .tariffs__list-item {
    width: calc(33.3% - 7.5px);
  }

  .rules-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .rules-list {
    width: 100%;
  }

  .rules-list:nth-child(2) {
    width: 100%;
    border: none;
    padding: 0;
  }

  .rules-list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .car-page__bar-title {
    font-size: 18px;
  }
  .car-page__bar-price span {
    font-size: 12px;
  }
  .car-page__bar-price span:nth-child(1) {
    font-size: 16px;
    line-height: 110%;
  }
  .car-page__bar-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .car-page__bar-rent .btn {
    width: 150px;
  }

  .form-row p span {
    flex: 1 1 auto;
  }

  .form-row input:not(.btn) {
    width: 100%;
  }

  .text-cover_content .table-wrapper {
    overflow: auto;
  }

  .text-cover_content .table-wrapper table {
    width: max-content;
  }
  .gallery__modal {
    padding: 0 25px;
  }

  .gallery__modal img {
    border-radius: 4px;
  }

  .fslightbox-slide-btn-container {
    top: calc(50% - 38px) !important;
  }

  .fslightbox-slide-btn-container-previous {
    left: 25px !important;
  }

  .fslightbox-slide-btn-container-next {
    right: 25px !important;
  }
}

@media screen and (max-width: 767px) {

  .offset {
    margin-bottom: 50px;
  }

  .offset--sm {
    margin-bottom: 30px;
  }

  .btn {
    font-size: 16px;
    border-radius: 4px;
  }

  .btn i {
    width: 33px;
    height: 33px;
  }

  .btn i:before {
    font-size: 12px;
  }

  .container {
    padding: 0 15px;
  }

  .header__inner {
    height: 55px;
    gap: 15px;
  }

  .header__logo:before {
    display: none;
  }

  .menu {
    height: calc(100vh - 55px);
  }

  main.inner {
    padding-top: 80px;
  }
  .page-title {
    margin-bottom: 10px;
  }

  .page-subtitle {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .breadcrumbs {
    margin-bottom: 15px;
  }

  h2, h2.section-title {
    font-size: 28px;
  }

  .intro {
    padding: 85px 0 10px;
    height: 100vh;
    max-height: 655px;
    margin-bottom: 50px;
  }

  .intro__text {
    max-width: none;
  }

  .intro__text h1 {
    font-size: 36px;
  }

  .intro__text p {
    max-width: 85%;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .advantage {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  .advantage img {
    width: 32px;
    height: 32px;
  }

  .advantage p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
  }

  .car-tabs .tab {
    font-size: 18px;
  }

  .card a {
    border-radius: 6px;
  }

  .advantages-items {
    gap: 10px;
  }

  .advantages-item {
    padding: 20px 25px 20px 70px;
    border-radius: 6px;
  }

  .advantages-item img {
    width: 110px;
    height: 110px;
    left: -60px
  }

  .blocks-social_imet {
    padding: 30px 15px;
    width: 100%;
  }

  .faq-item {
    border-radius: 6px;
  }

  .faq-question {
    padding: 17px 15px;
  }

  .faq-answer {
    padding: 15px;
  }

  .article-item_text {
    margin-bottom: 15px;
  }

  .footer-col {
    width: 100%;
    order: 2;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(216, 228, 242, 0.25);
  }

  .footer-col > div {
    margin-bottom: 0;
  }

  .footer-col > div:before {
    display: block;
  }

  .footer-col ul {
    padding-top: 10px;
    transition: max-height 0.4s ease-out;
  }

  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-bottom {
    gap: 15px;
  }

  .footer-links {
    width: 100%;
  }

  .scroll-to-top {
    right: 15px;
    bottom: 75px;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
  }

  .article-content {
    gap: 25px;
  }

  .article-item_img {
    margin: 0 0 15px;
  }

  .btn--read i {
    width: 29px;
    height: 29px;
  }

  .btn--read i:before {
    font-size: 11px;
  }

  .review-maps_content {
    gap: 15px;
  }

  .review-maps_item {
    width: 100%;
  }

  .carusel-navigation {
    padding: 0 15px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }

  .gallery-item--large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-item:last-child {
    grid-column: span 2;
  }

  .gallery-item:last-child img {
    object-position: center 80%;
  }

  .text-cover::before {
    height: 332px;
  }

  .text-cover_blog {
    padding: 115px 0 0;
  }

  .more p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 10px 0 0;
  }

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

  .custom-checkbox {
    width: 14px;
    height: 14px;
  }

  .request-block {
    position: relative;
    height: auto;
    background-size: cover;
    background-position: right 30% center;
    border-radius: 6px;
  }

  .form-row, .form-row p {
    flex-direction: column;
    align-items: center;
  }

  .form-row input:not(.btn) {
    width: 100%;
    padding: 16.5px 15px;
    font-size: 16px;
  }

  .form-row input:not(.btn)::placeholder {
    font-size: 16px;
  }

  .form-row .btn {
    width: 100%;
  }

  .request-content {
    position: relative;
    z-index: 2;
    padding: 30px 15px;
    gap: 25px;
  }

  .form-row input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

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

  .request-content > p {
    font-weight: 350;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0%;
  }

  .form-consent p,
  .form-consent p a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .services-item {
    width: 100%;
  }

  .advantages-item {
    width: 100%;
  }

  .menu {
    padding: 10px 15px;
  }

  .tab-content {
    gap: 30px 0;
  }

  .card {
    width: 100%;
  }

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

  .blocks-social_imet p {
    width: 80%;
  }

  .faq-item.active .faq-answer {
    padding: 15px;
    gap: 10px;
  }
  
  .contacts-content {
    gap: 10px;
  }

  .contacts-content_items {
    gap: 15px;
    padding: 30px 15px;
    border-radius: 6px;
  }

  .contacts-content_item.last {
    padding-bottom: 5px;
  }

  .contacts-content .nav-social {
    margin-bottom: 10px;
  }

  .contacts-content .nav-social a {
    width: 35px;
    height: 35px;
  }

  .contacts-content .nav-social a:before {
    width: 16px;
    height: 16px;
  }

  .contacts-content_items .btn {
    height: 50px;
    max-width: none;
  }

  .contacts-content_map iframe {
    border-radius: 6px;
  }

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

  .review-maps_item {
    padding: 20px 15px;
  }

  .catalog__find {
    margin-bottom: 25px;
    padding: 30px 15px;
    border-radius: 6px;
  }

  .catalog__find .form__item-pair, .catalog__find .form__item.seats {
    width: 100%;
  }

  .catalog__find .form__item.place .field, .form__item.place .field {
    line-height: 48px;
    padding: 0 38px;
  }

  .field, .nice-select.filed, .catalog__find .btn {
    padding: 0 15px;
    font-size: 15px;
    height: 50px;
    border-radius: 4px;
  }

  .catalog__find .form__item-pair .form__item .field {
    height: 48px;
  }

  .form__item.seats .field {
    padding-left: 38px;
  }

  .form__item--icon:before {
    left: 15px;
  }

  .form__item-pair .form__item:before {
    right: 15px;
  }

  .nice-select .nice-select-dropdown {
    border-radius: 4px;
  }

  .form__item.place .nice-select .option {
    padding-left: 15px;
  }

  .catalog__filter-list {
    position: relative;
  }

  .catalog__filter-item {
    position: initial;
    height: 35px;
    line-height: 36px;
    padding: 3px 8px;
    font-size: 14px;
  }

  .catalog__filter-item:before {
    position: relative;
    top: initial;
    right: initial;
    font-size: 6px;
    transform: none;
    order: 3;
  }

  .catalog__filter-item span:only-of-type {
    flex: 1 1 auto;
    text-align: left;
  }

  .catalog__filter-item span.count {
    text-align: left;
    flex: 1 1 auto;
  }

  .catalog__filter-item.active:before {
    justify-content: flex-start;
    top: initial;
    transform: rotate(180deg);
  }

  .catalog__filter-item .clear {
    width: 14px;
    height: 14px;
  }

  .catalog__filter-item .clear:before {
    font-size: 9px;
  }

  .catalog__filter-dropdown {
    top: 38px;
    left: 0;
    width: 100%;
  }

  .catalog__filter-dropdown li {
    padding: 10px 8px;
    font-size: 14px;
  }

  .catalog__filter-list .btn--dropdown {
    font-size: 14px;
    padding: 4px 4px 4px 8px;
  }

  .catalog__filter-list .btn--dropdown i {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .catalog__filter-list .btn--dropdown i:before {
    font-size: 7px;
  }

  .select__wrapper.icon-sort {
    min-width: 1px;
  }

  .select__wrapper.icon-sort:before {
    left: 10px;
    font-size: 12px;
  }

  .select__wrapper.icon-sort .select {
    padding-left: 27px;
    height: 35px;
    line-height: 31px;
    font-size: 14px;
  }

  .select__wrapper.icon-sort .select:after {
    top: 50%;
    right: 11px;
    width: 7px;
    height: 7px;
  }

  .catalog__grid {
    margin-top: 25px;
  }

  .filter-full {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    height: 100vh;
    z-index: 99999;
  }

  .filter-full__head {
    display: flex;
  }

  .filter-full__content {
    gap: 5px;
    height: calc(100% - 105px);
    padding-bottom: 15px;
    overflow-y: auto;
  }

  .filter-full__col {
    flex-direction: column;
    gap: 5px;
  }
  
  .filter-full__col {
    width: 100%;
  }

  .filter-full__item {
    height: auto;
    padding: 15px;
    border-radius: 6px;
  }

  .filter-full__label {
    font-size: 16px;
  }

  .filter-full__list.horizontal {
    gap: 5px;
  }

  .filter-full__list:not(.colors) li {
    width: calc(50% - 2.5px);
  }

  .filter-full__list li .checkbox-wrapper.bordered label {
    width: 100%;
    font-size: 13px;
  }

  .filter-full__col .filter-full__list:not(.horizontal) li:not(:last-child) {
    margin-bottom: 5px;
  }

  .filter-full__action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1e1d1c;
    margin: 0;
    padding: 15px;
    gap: 5px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .filter-full__action .btn {
    width: calc(50% - 2.5px);
  }

  .swiper.car-page__thumbs {
    padding: 0 10px;
  }
  
  .car-page__photo {
    padding-top: 5px;
  }

  .car-page__images {
    margin-bottom: 15px;
  }

  .car-page__images-item.swiper-slide {
    max-width: calc(100% - 50px);
  }

  .car-page__images-item a img {
    height: 295px;
    border-radius: 6px;
  }

  .car-page__thumbs-item img {
    height: 60px;
    border-radius: 3px;
  }

  .carusel-navigation {
    padding: 0 8px;
  }

  .car-page__photo {
    margin-bottom: 30px;
  }

  .car-page__head {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    padding-top: 28px;
    padding-bottom: 15px;
  }

  .car-page__title span {
    top: -30px;
  }

  .car-page__title, .car-page__rent {
    width: 100%;
  }

  .car-page__rent {
    gap: 20px;
  }

  .car-page__rent-price {
    width: calc(45% - 20px);
  }

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

  .car-page__rent .btn {
    width: 55%;
    height: 45px;
  }

  .car-page__chars {
    gap: 10px;
  }

  .car-page__chars li {
    width: 100%;
  }

  .tariffs__list {
    gap: 5px;
  }

  .tariffs__list-item {
    width: calc(50% - 2.5px);
    padding: 12px 15px;
    border-radius: 4px;
  }

  .tariffs__list-item span {
    font-size: 14px;
  }

  .tariffs__list-item span:nth-child(2) {
    margin-top: 4px;
    font-size: 18px;
  }

  .rent-form {
    padding: 30px 15px;
  }
  .rent-form h3 {
    margin-bottom: 20px;
  }

  .rent-form__content .form__item, .rent-form__content .form__item-pair {
    width: 100%;
  }

  .rent-form__content .btn {
    height: 50px;
    margin: 5px 0;
  }

  .tabs-block__list--big {
    margin-bottom: 10px;
    gap: 20px;
  }

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

  .rules-wrapper {
    gap: 15px;
  }

  .rules-list li:not(:last-child) {
    margin-bottom: 15px;
  }

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

  .table-wrapper {
    border-radius: 8px;
  }

  .price-table th, .price-table td, .text-cover_content table td, .text-cover_content table thead td {
    font-size: 14px;
    padding: 15px 15px;
  }

  .equpiment-list {
    gap: 15px;
  }

  .equpiment-list li {
    width: 100%;
  }

  .description-text p {
    margin-bottom: 15px;
  }

  .car-page__bar-title {
    display: none;
  }

  .car-page__bar-col {
    gap: 10px;
  }
  .car-page__bar-rent {
    gap: 15px;
  }
  .car-page__bar-price {
    flex: none;
  }
  .car-page__bar-rent, .car-page__bar-rent .btn {
    flex: 1 1 auto;
  }

  .footer-col.footer-drop ul {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }

  .modal__form {
    width: calc(100% - 30px);
    padding: 30px 15px;
    border-radius: 6px;
  }

  .modal__form-title {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .modal__form-desc {
    margin-bottom: 20px;
    padding: 0;
  }

  .modal__form--success__icon {
    width: 65px;
    height: 65px;
  }

  .modal__form--success__icon:before {
    font-size: 20px;
  }

  .form-error, .wpcf7-response-output {
    padding: 2px 8px 4px 8px !important;
    top: initial;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  #cookie {
    flex-wrap: wrap;
    gap: 10px;
    bottom: 10px;
    width: calc(100% - 30px);
    max-width: none;
    padding: 15px;
    border-radius: 6px;
  }

  #cookie p {
    max-width: none;
    font-size: 12px;
    text-align: center;
  }

  #cookie .btn {
    width: 100%;
    height: 30px;
    font-size: 12px;
  }

  .form-row p > span:not(.wpcf7-spinner) {
    width: 100%;
  }

  .gallery__modal {
    padding: 0 15px;
  }

  .gallery__modal-row {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }

  .gallery__modal-row div {
    font-size: 20px;
  }

  .fslightbox-slide-btn-container {
    top: calc(50% - 52px) !important;
  }

  .fslightbox-slide-btn-container-previous {
    left: 15px !important;
  }

  .fslightbox-slide-btn-container-next {
    right: 15px !important;
  }

  .catalog__preloader {
    width: 60px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 375px) {
  .blocks-social_imet::after {
    right: -180px;
  }

  .card-characteristics {
    gap: 10px;
  }

  .card-characteristic {
    padding-left: 10px;
  }

  .blocks-social_imet .btn {
    padding: 15px;
  }
  

  .contacts-block_map {
    width: calc(100% - 30px);
  }

  .review-maps_grade {
    flex-wrap: wrap;
    gap: 5px 15px;
  }

  .review-maps_grade span {
    display: block;
    width: 100%;
  }

  .review-maps_date {
    font-size: 12px;
  }

  .review-maps_author__left .stars img {
    width: 14px;
    height: 14px;
  }

  .filter-full__list li .checkbox-wrapper.bordered label {
    gap: 5px;
    padding: 9px 5px;
  }
  .car-page__bar-rent .btn {
    height: 30px;
    font-size: 14px;
    padding: 5px 15px;
  }
  .car-page__bar-col .btn--go div {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 359px) {
  .filter-full__list:not(.colors) li {
    width: 100%;
  }

  .filter-full__action .btn {
    font-size: 14px;
    padding: 10px 10px;
  }

  .car-page__rent-price, .car-page__rent .btn {
    width: calc(50% - 10px);
  }
}

@media (hover:hover) {
  .header:hover {
    background-color: #21211F;
  }

  .scroll-to-top:hover {
    background-color: rgba(216,193,132,.75);
  }
}   