@media screen and (max-width: 1560px) {
  .header--wrapper{
    padding: 0 20px;
  }
  section.intro {
      padding: 180px 0 120px;
  }
.footer--top {

    /* padding: 73px 20px 85px; */
}
.footer--bottom-wrapper{
  /* padding: 0 20px; */
}
}

@media screen and (max-width: 1280px) {
  header {
    height: 40px;
    padding: 0 20px;
  }

  .header--left {
    max-width: 320px;
    gap: 14px;
  }

  .header--left .logo-rent img,
  .header--left .logo-rent img.desktop {
    width: 122px;
    height: auto;
  }

  .header--left .logo-victory img {
    width: 146px;
    height: auto;
  }

  .header--left .line {
    height: 20px;
  }

  .header--info {
    top: 40px;
    height: 26px;
  }

  .header--info-wrapper {
    padding: 0 20px;
  }

  .header--info p {
    font-size: 12px;
    line-height: 26px;
  }

  .header--info-close {
    right: 20px;
    font-size: 12px;
  }

  .header--right .language-switcher span {
    font-size: 10px;
  }

  .header--right {
    max-width: 230px;
  }

  .header--right .connection {
    gap: 10px;
  }

  .header--right .connection a {
    font-size: 14px;
  }

  .header--right .connection .social--links a img {
    width: 14px;
    height: 14px;
  }

  .language-switcher img {
    width: 14px;
    height: 14px;
  }

  .language-switcher span {
    font-size: 10px;
  }

  section.intro {
    min-height: 360px;
    height: auto;
    padding: 40px 20px 0;
    margin-top: 40px;
  }

  .intro--widget-container {
    transform: translateY(155px);
    margin-bottom: -155px;
  }

  .intro--title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  body:has(#headerInfo:not([style*="display: none"])) section.intro {
    margin-top: 66px;
  }

  section.advantages {
    padding: 35px 25px 40px;
    margin: 130px auto 80px;
  }

  section.advantages h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
  }

  section.advantages .cards {
    display: flex;
    gap: clamp(12px, 2vw, 20px);
    padding-top: 30px;
    justify-content: space-between;
    width: 100%;
  }

  section.advantages .cards .card {
    flex: 1 1 0px;
    width: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
    height: auto;
    min-width: 0;
    padding: clamp(12px, 2vw, 18px);
    border-radius: 8px;
  }

  section.advantages .cards .card h4,
  section.advantages .cards .card .text-xl {
    font-size: clamp(13px, 1.6vw, 16px);
  }

  section.advantages .cards .card p,
  section.advantages .cards .card .text-lg {
    font-size: clamp(10px, 1.2vw, 12px);
  }

  section.about {
    position: relative;
    background: rgba(242, 243, 245, 1);
    background-color: rgba(242, 243, 245, 1);
    border-radius: 12px;
    overflow: hidden;
    padding: 40px 50px 48px;
    min-height: 320px;
    display: flex;
    align-items: center;
    margin-top: 60px;
  }

  section.about .about--content {
    position: relative;
    z-index: 3;
    max-width: 360px;
  }

  section.about h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    color: #031152;
    margin-bottom: 36px;
    text-align: left;
  }

  section.about .marker--list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
    margin: 0;
  }

  section.about .marker--list li {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  section.about .marker--icon-wrapper {
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  section.about .marker--list li img {
    height: auto;
    display: block;
    flex-shrink: 0;
  }

  section.about .marker--list li img.icon-car,
  section.about .marker--list li img[src*="car"] {
    width: 54px;
  }

  section.about .marker--list li img.icon-city,
  section.about .marker--list li img[src*="city"] {
    width: 44px;
  }

  section.about .marker--list li img.icon-country,
  section.about .marker--list li img[src*="country"] {
    width: 38px;
  }

  section.about .marker--list li .marker--text,
  section.about .marker--list li .marker--text span,
  section.about .marker--list li div .number,
  section.about .marker--list li div .text {
    font-size: 16px;
    font-weight: 600;
    color: #031152;
  }

  section.about .map--icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 90%;
    width: auto;
    max-width: 60%;
    object-fit: contain;
    object-position: right center;
    z-index: 1;
    pointer-events: none;
  }

  section.about .suitcase--icon {
    position: absolute;
    right: 14%;
    bottom: 0;
    height: 85%;
    width: auto;
    max-width: 30%;
    object-fit: contain;
    object-position: bottom center;
    z-index: 2;
    pointer-events: none;
  }

  section.reviews {
    padding: 0 20px;
    margin-top: 60px;
    width: 100%;
  }

  section.reviews h2 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .reviews-list {
    display: flex;
    justify-content: space-between;
    gap: clamp(10px, 1.8vw, 18px);
    margin-top: 30px;
    width: 100%;
  }

  .reviews-list .review {
    flex: 1 1 0px;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    gap: 10px;
    box-sizing: border-box;
    max-height: 180px;
  }

  .reviews-list .review .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
    flex-shrink: 0;
  }

  .reviews-list .review .header .ya-logo,
  .reviews-list .review .header .logo img {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0;
  }

  .stars {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .stars img {
    width: 10px !important;
    height: 10px !important;
  }

  .reviews-list .review .header .info {
    padding-top: 0;
    gap: 3px;
  }

  .reviews-list .review .header .info .name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px !important;
    color: #333;
    padding-bottom: 0;
  }

  .reviews-list .review .header .info .title-servises p {
    font-size: 7px !important;
    color: #aaa;
    margin: 0;
  }

  .reviews-list .review .description {
    max-height: 90px;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
  }

  .reviews-list .review .description::-webkit-scrollbar {
    width: 3px;
  }

  .reviews-list .review .description::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
  }

  .reviews-list .review .description p,
  .reviews-list .review p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 8px !important;
    color: #333;
    line-height: 1.35;
    margin: 0;
  }

  section.reviews .map-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    padding-left: 0;
    text-align: center;
  }

  section.reviews .map-link a {
    font-size: 11px;
    text-align: center;
  }

  section.faq {
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  section.faq h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }

  .faq-item {
    padding: 0;
  }

  .faq-question {
    padding: 16px 0 16px 20px;
  }

  .faq-question span,
  .faq-question .question--text {
    font-size: 16px;
    color: #031152;
  }

  .faq-indicator svg {
    width: 20px;
    height: 12px;
  }

  .faq-answer-content {
    font-size: 12px;
    line-height: 140%;
    padding: 0 0 16px 20px;
  }

  footer {
    /* padding: 24px 40px; */
  }

  .footer--top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 30px 50px;
    gap: 30px;
    background: #10349e;
  }

  .footer--top .connection {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
  }

  .footer--top .connection .connection-wrapper p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
  }

  .footer--top .connection .connection-wrapper a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
    display: inline-block;
  }

  .footer--top .footer--logos {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
  }

  .footer--top .footer--logos .logo-rent img {
    width: 105px;
    height: auto;
  }

  .footer--top .footer--logos .line {
    width: 1.5px;
    height: 18px;
    background-color: #e1e3e7;
  }

  .footer--top .footer--logos .logo-victory img {
    width: 120px;
    height: auto;
  }

  .footer--top .connection .social--links {
    display: grid;
    grid-template-columns: repeat(2, 125px);
    gap: 10px;
    padding-top: 0;
    margin: 0;
  }

  .footer--top .connection .social--links a img {
    width: 125px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer--top .direction {
    flex-grow: 1;
    max-width: 600px;
    min-width: 0;
  }

  .footer--top .direction h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
  }

  .footer--top .direction .direction-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px clamp(10px, 1.5vw, 20px);
    padding-top: 0;
    width: 100%;
  }

  .footer--top .direction .direction-russia {
    display: contents;
  }

  .footer--top .direction .direction-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }

  .footer--top .direction .direction-list p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
  }

  .footer--bottom {
    width: 100%;
    padding: 20px 30px;
    background: #000;
  }

  .footer--bottom-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .footer--bottom-left {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .footer--bottom-left .note {
    font-size: 9px;
    line-height: 1.4;
    color: #8fa0c9;
    margin-bottom: 2px;
  }

  .footer--bottom-left a {
    font-size: 9px;
    line-height: 1.4;
    color: #8fa0c9;
    text-decoration: none;
  }

  .footer--bottom-left a.active {
    color: #fff;
    text-decoration: underline;
  }

  .footer--bottom-right img {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .footer--top .direction .direction-list {
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 16px 24px;
  }

  .footer--top .direction .direction-russia {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, auto);
    grid-auto-flow: column;
    gap: 6px 12px;
  }

  .footer--top .direction .direction-russia .direction-items {
    display: contents;
  }
}

@media screen and (max-width: 820px) {
  section.advantages {
    margin: 190px auto;
  }
}

@media screen and (max-width: 768px) {
  #dropoff-content .search-form__group {
    margin-top: 0 !important;
  }

  .search-form:has(.sync-stations__checkbox:not(:checked)) #dropoff-content .sync-stations,
  .search-form:has(.sync-stations__checkbox:not(:checked)) .sync-stations,
  #dropoff-content:has(.sync-stations__checkbox:not(:checked)) .sync-stations {
    margin-bottom: 8px !important;
  }

  .desktop-only {
    display: none !important;
  }

  .burger-menu {
    display: flex;
  }

  header {
    padding: 0 20px !important;
  }

  .header--wrapper {
    position: relative;
    padding: 0 !important;
  }

  .mobile-br {
    display: block !important;
  }

  .header--info {
    top: 40px !important;
    height: auto !important;
    min-height: 40px !important;
    background: #10349e !important;
    padding: 8px 20px !important;
    display: flex !important;
    align-items: center !important;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 998 !important;
    box-sizing: border-box !important;
  }

  .header--info-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    position: relative !important;
    max-width: 100% !important;
  }

  .header--info p {
    font-family: var(--font-family) !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    color: #ffffff !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto !important;
    max-width: calc(100% - 28px) !important;
    white-space: normal !important;
  }

  .header--info p b,
  .header--info p strong {
    font-weight: 700 !important;
  }

  .header--info-close {
    position: static !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    width: 20px !important;
    height: 20px !important;
  }

  .header--info.hidden,
  .header--info[style*="display: none"] {
    display: none !important;
  }

  section.intro {
    min-height: 380px;
    height: auto;
    padding: 30px 20px 0 !important;
    margin-top: 40px;
    box-sizing: border-box !important;
    max-width: 100vw !important;
    width: 100% !important;
  }

  body:has(#headerInfo:not(.hidden):not([style*="display: none"])) section.intro {
    margin-top: 80px;
  }

  body:has(#headerInfo.hidden) section.intro,
  body:has(#headerInfo[style*="display: none"]) section.intro {
    margin-top: 40px !important;
  }

  .intro--content {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .intro--widget-container {
    transform: translateY(170px);
    margin-bottom: -170px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .intro--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 16px;
    width: 100%;
  }

  section.advantages {
    padding: 30px 16px 35px;
    margin: 170px auto 40px;
  }

  section.advantages h2 {
    font-size: 18px;
    font-weight: 700;
    color: #031152;
    text-align: left;
    margin: 0 0 18px 0;
  }

  section.advantages .cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 0;
    width: 100%;
  }

  section.advantages .cards .card {
    background-color: #102E8E !important;
    background-size: auto 85%;
    background-position: right 12px center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 14px 20px;
    height: auto;
    min-height: 125px;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  section.advantages .cards .card:nth-child(1) {
    background-image: url('../assets/icon/advantages/card.png') !important;
  }

  section.advantages .cards .card:nth-child(2) {
    background-image: url('../assets/icon/advantages/car.png'), linear-gradient(180deg, #052792 44.83%, #11339f 100%) !important;
  }

  section.advantages .cards .card:nth-child(3) {
    background-image: url('../assets/icon/advantages/suitcase.png') !important;
  }

  section.advantages .cards .card h4,
  section.advantages .cards .card .text-xl {
    font-size: clamp(13px, 3.8vw, 15.5px) !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  section.advantages .cards .card h4 br,
  section.advantages .cards .card .text-xl br {
    display: none !important;
  }

  section.advantages .cards .card p,
  section.advantages .cards .card .text-lg {
    font-size: 10.5px !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    max-width: 62% !important;
  }

  section.about {
    position: relative;
    margin: 40px auto;
    background: rgba(242, 243, 245, 1);
    background-color: rgba(242, 243, 245, 1);
    border-radius: 12px;
    overflow: hidden;
    padding: 24px 20px;
    min-height: 270px;
    display: block;
  }

  section.about .about--content {
    position: relative;
    z-index: 3;
    max-width: 65%;
  }

  section.about h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #031152;
    margin: 0 0 40px 0;
    text-align: left;
  }

  section.about h2 br {
    display: block !important;
  }

  section.about .marker--list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
  }

  section.about .marker--list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
  }

  section.about .marker--icon-wrapper {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  section.about .marker--list li img {
    height: auto;
    display: block;
    flex-shrink: 0;
  }

  section.about .marker--list li img.icon-car,
  section.about .marker--list li img[src*="car"] {
    width: 48px;
  }

  section.about .marker--list li img.icon-city,
  section.about .marker--list li img[src*="city"] {
    width: 38px;
  }

  section.about .marker--list li img.icon-country,
  section.about .marker--list li img[src*="country"] {
    width: 34px;
  }

  section.about .marker--list li .marker--text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
  }

  section.about .marker--list li .marker--text,
  section.about .marker--list li .marker--text span {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #031152;
  }

  section.about .map--icon {
    position: absolute !important;
    right: -65px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 110% !important;
    max-height: 115% !important;
    width: auto !important;
    max-width: 90% !important;
    object-fit: contain !important;
    object-position: right center !important;
    z-index: 1 !important;
    pointer-events: none !important;
    opacity: 0.95 !important;
  }

  section.about .suitcase--icon {
    position: absolute !important;
    right: 4% !important;
    bottom: 0 !important;
    height: auto !important;
    max-height: 80% !important;
    width: auto !important;
    max-width: 45% !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .header--right-mobile .connection a {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
  }

  .header--right-mobile .social--links {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .mobile-menu {
    width: 70%;
  }
}

@media screen and (max-width: 544px) {
  h2 {
    font-size: 20px;
  }

  .text-xl {
    font-size: 16px;
  }

  .text-lg {
    font-size: 14px;
  }

  section.reviews {
    padding: 0 20px;
    margin: 40px auto;
  }

  section.reviews h2 {
    font-size: 16px;
    font-weight: 700;
    color: #031152;
    margin-bottom: 16px;
    text-align: left;
  }

  section.reviews h2 span {
    display: inline;
  }

  .reviews-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 0 10px 0;
    margin: 0;
  }

  .reviews-list::-webkit-scrollbar {
    display: none;
  }

  .reviews-list .review {
    flex: 0 0 calc(50% - 5px);
    min-width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    scroll-snap-align: start;
    box-sizing: border-box;
    padding: 8px 10px 10px;
    gap: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .reviews-list .review .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 4px;
  }

  .reviews-list .review .header .info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .reviews-list .review .header .info .name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    color: #031152;
    padding-bottom: 0;
    line-height: 1.2;
  }

  .stars {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .stars img {
    width: 8px;
    height: 8px;
  }

  .reviews-list .review .header .info .title-servises p {
    font-size: 6px;
    color: #888;
    line-height: 1.1;
    margin: 0;
  }

  .reviews-list .review .header .ya-logo {
    width: 27px;
    height: 27px;
    object-fit: contain;
  }

  .reviews-list .review .description,
  .reviews-list .review p,
  .reviews-list .review .description p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 7px;
    line-height: 1.35;
    color: #333;
    margin: 0;
    overflow-y: auto;
    max-height: 80px;
  }

  section.reviews .map-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 14px;
    width: 100%;
  }

  section.reviews .map-link a {
    font-size: 8px;
    text-decoration: underline;
    color: #333;
  }

  section.faq {
    padding: 0 20px;
    margin: 40px auto;
  }

  section.faq h2 {
    font-size: 16px;
    font-weight: 700;
    color: #031152;
    padding: 14px 0;
    margin: 0;
    text-align: left;
  }

  .faq-item {
    padding: 0;
  }

  .faq-question {
    padding: 14px 0;
  }

  .faq-question span,
  .faq-question span.question--text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: #000d96;
    max-width: calc(100% - 20px);
    padding-right: 10px;
  }

  .faq-indicator svg,
  .faq-indicator img {
    width: 12px;
    height: 7px;
    display: block;
  }

  .faq-answer-content,
  .faq-answer p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    color: #333;
    padding: 0 0 14px 0;
  }

  /* FOOTER ДЛЯ МОБИЛЬНЫХ ЭКРАНОВ */
  footer {
    background: #10349e;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .footer--top {
    padding: 30px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .footer--top .connection {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  /* Логотипы вверху футера */
  .footer--top .footer--logos {
    order: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .footer--top .footer--logos .logo-rent img {
    width: 110px;
    height: auto;
    display: block;
  }

  .footer--top .footer--logos span.line {
    display: block;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.4);
  }

  .footer--top .footer--logos .logo-victory img {
    width: 130px;
    height: auto;
    display: block;
  }

  /* Блок телефона */
  .footer--top .connection .connection-wrapper {
    order: 2;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .footer--top .connection .connection-wrapper p {
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 4px 0;
  }

  .footer--top .connection .connection-wrapper a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
  }

  /* Магазины приложений: App Store, AppGallery, Google Play в один ряд */
  .footer--top .connection .social--links {
    order: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 0;
    margin: 0 0 24px 0;
    width: 100%;
  }

  .footer--top .connection .social--links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .footer--top .connection .social--links a:nth-child(2) {
    order: 1; /* App Store */
  }

  .footer--top .connection .social--links a:nth-child(3) {
    order: 2; /* AppGallery */
  }

  .footer--top .connection .social--links a:nth-child(1) {
    order: 3; /* Google Play */
  }

  .footer--top .connection .social--links a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Популярные направления */
  .footer--top .direction {
    order: 4;
    width: 100%;
  }

  .footer--top .direction h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 0 0 14px 0;
    padding: 0;
    line-height: 1.2;
    text-align: left;
  }

  /* Список городов: 2 колонки для РФ, 1 выделенная колонка строго для зарубежных направлений */
  .footer--top .direction .direction-list {
    display: grid;
    grid-template-columns: 1.85fr 1.15fr;
    gap: 8px 10px;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .footer--top .direction .direction-russia {
    display: grid;
    grid-template-rows: repeat(11, auto);
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 6px;
    width: 100%;
  }

  .footer--top .direction .direction-russia .direction-items {
    display: contents;
  }

  .footer--top .direction .direction-foreign {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }

  .footer--top .direction .direction-list p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.35;
    color: #fff;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Нижняя черная полоса */
  .footer--bottom {
    background: #000;
    width: 100%;
    padding: 16px 20px;
    margin: 0;
    box-sizing: border-box;
  }

  .footer--bottom-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .footer--bottom-left {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 60%;
  }

  .footer--bottom-left p.note {
    font-size: 7px;
    color: #888;
    line-height: 1.25;
    margin: 0 0 2px 0;
  }

  .footer--bottom-left a {
    font-size: 7px;
    color: #888;
    text-decoration: underline;
    line-height: 1.3;
  }

  .footer--bottom-left a.active {
    color: #fff;
  }

  .footer--bottom-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 38%;
  }

  .footer--bottom-right img {
    max-width: 130px;
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .mobile-menu {
    width: 100%;
  }

  .header--right-mobile {
    padding: 20px;
  }

  .header--right-mobile .connection a {
    font-size: 16px;
  }

  .header--right-mobile .social--links a img {
    width: 35px;
    height: 35px;
  }

  .header--right-mobile .language-switcher img {
    width: 18px;
    height: 18px;
  }

  .header--right-mobile .language-switcher span {
    font-size: 14px;
  }

  .header--left .logo-rent img.mobile {
    display: block;
  }

  .header--left .logo-rent img.desktop {
    display: none;
  }

  .header--left .line--mobile {
    display: block;
  }

  /* .header--left .logo-rent img {
    width: 100px;
  } */

  /* .header--left .logo-victory img {
    width: 80px;
  } */

  .header--left {
    max-width: 173px;
  }
}