/* =========================
   Fonts
========================= */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================
   Reset / Base
========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

:root {
  --color-text: #2f3547;
  --color-primary: #2b3350;
  --color-white: #ffffff;
  --color-section-blue: #e8f0fe;
  --color-section-grey: #f2f2f2;
  --radius-pill: 999px;
  --hero-width: 1440px;
  --transition: 0.2s ease;
}

body {
  min-width: 320px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-text);
  background: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  overflow: hidden;
}

/* =========================
   Buttons
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  transition: transform var(--transition), opacity var(--transition), background-color var(--transition);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary,
.btn--wide {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn--primary {
  width: 100%;
  max-width: 226px;
  margin-top: 62px;
  padding: 32px 56.5px;
}

.btn--wide {
  width: 100%;
  max-width: 100%;
}

/* =========================
   Hero / Header
========================= */

.main_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: var(--hero-width);
  height: 712px;
  margin: 0 auto;
  padding: 32px 39px 64px 140px;
  background-color: var(--color-section-blue);
  border-radius: 50px;
}

.main__left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 612px;
}

.main__left__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.nav__list li {
  display: inline-block;
  margin-right: 70px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.nav__list li:last-child {
  margin-right: 0;
}

.menu-toggle,
.menu-close {
  display: none;
}

.main__left__text {
  margin-top: 134px;
}

.hero__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.17;
  color: var(--color-text);
}

.hero__text {
  margin-top: 24px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.02em;
  color: var(--color-text);
  opacity: 0.8;
}

.main__right {
  position: relative;
  width: 100%;
  max-width: 667px;
  min-height: 680px;
  height: auto;
}

.hero__person {
  width: 100%;
  max-width: 584px;
  margin: 5px auto 0;
}

.hero__girl {
  display: block;
  width: 100%;
}

.hero__badge {
  position: absolute;
  z-index: 99;
  padding: 25.18px 33.58px;
  border: 1px solid #e6e8ec;
  border-radius: 15px;
  background: rgb(255 255 255 / 80%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-size: 20.98px;
  font-weight: 500;
  color: var(--color-primary);
}

.hero__badge--services {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hero__badge--payment {
  bottom: 132.64px;
  left: 0;
}

.hero__badge--checkin {
  right: 0;
  bottom: 171.64px;
}

/* =========================
   Language switcher
========================= */

.lang-switcher {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 26px;
}

.lang-switcher__btn,
.lang-switcher__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.lang-switcher__value {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-switcher__arrow {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1;
}

.lang-switcher__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 160px;
  padding: 8px 0;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.lang-switcher.is-open .lang-switcher__dropdown {
  display: block;
}

.lang-switcher__item {
  width: 100%;
  padding: 8px 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  text-align: left;
  color: var(--color-primary);
}

.lang-switcher__item:hover {
  background: #f3f3f3;
}

.lang-switcher__text {
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  color: var(--color-primary);
}

.flag {
  display: inline-block;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 50%;
}

.flag--ua {
  background: linear-gradient(to bottom, #0057b7 50%, #ffd700 50%);
}

.flag--ru {
  background: linear-gradient(to bottom, #ffffff 33.33%, #22408c 33.33%, #22408c 66.66%, #d52b1e 66.66%);
}

.flag--en {
  background:
    linear-gradient(to right, transparent 40%, #cf142b 40%, #cf142b 60%, transparent 60%),
    linear-gradient(to bottom, transparent 40%, #cf142b 40%, #cf142b 60%, transparent 60%),
    #ffffff;
}

.flag--ge {
  background:
    linear-gradient(to right, transparent 42%, #e41e20 42%, #e41e20 58%, transparent 58%),
    linear-gradient(to bottom, transparent 42%, #e41e20 42%, #e41e20 58%, transparent 58%),
    #ffffff;
}

/* =========================
   Layout / Sections
========================= */

.section {
  margin-top: 120px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 140px;
  padding-left: 140px;
}

.cards_wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.cards_left,
.cards_right {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 568px;
}

.section-title,
.section-title-moseratt {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.11;
  color: var(--color-text);
}

.section-title {
  font-family: "Inter", Arial, sans-serif;
}

.section-title-moseratt {
  font-family: "Montserrat", Arial, sans-serif;
}

.section-title::after,
.section-title-moseratt::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-title::after {
  background-image: url("/assets/img/arrow2.png");
}

.section-title-moseratt::after {
  background-image: url("/assets/img/arrow.png");
}

.section-title.no-arrow::after,
.section-title-moseratt.no-arrow::after {
  content: none;
}

/* =========================
   Cards
========================= */

.card,
.card_other_type {
  padding-top: 30px;
  padding-left: 16px;
  border-radius: 30px;
}

.card__title {
  padding-bottom: 10px;
}

.card__text {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-text);
  opacity: 0.8;
}

.auto,
.check,
.card_grey {
  background: var(--color-section-grey);
}

.online,
.card_blue {
  background: var(--color-section-blue);
}

.auto {
  min-height: 254px;
  margin-bottom: 24px;
}

.check {
  position: relative;
  min-height: 245px;
  margin-bottom: 24px;
}

.online {
  position: relative;
  min-height: 235px;
}

.auto .card__text:first-of-type,
.online .card__text:first-of-type,
.base .card__text:first-of-type {
  padding-bottom: 20px;
}

.check_abs {
  position: absolute;
  top: 30px;
  right: 2px;
}

.check_abs2 {
  display: none;
}

.online_abs {
  position: absolute;
  right: 5px;
  bottom: 17px;
}

.komiss,
.turbosms,
.promo,
.bymono {
  position: relative;
}

.komiss_abs {
  position: absolute;
  top: 26.5px;
  right: 28px;
}

.turbosms_abs {
  position: absolute;
  top: 32px;
  right: 39.6px;
}

.promo_abs {
  position: absolute;
  top: 32px;
  right: 0;
}

.bymono_abs {
  position: absolute;
  top: 40px;
  right: 16px;
}

.way4pay_abs {
  position: absolute;
  right: 16px;
  bottom: 40px;
}

.card_other_type {
  min-height: 254px;
  margin-bottom: 24px;
}

.card_other_type .card__title {
  padding-bottom: 16px;
}

.card_other_type .card__text {
  padding-bottom: 8px;
}

.section-title_other_type {
  width: 615px;
  margin-bottom: 27px;
}

.cards_right_other_type {
  margin-top: 97px;
}

.cards_left .card_other_type:last-child,
.cards_right .card_other_type:last-child {
  margin-bottom: 0;
}

/* =========================
   Mockup / Pricing / Integrations
========================= */

.mockup {
  position: relative;
  display: inline-block;
  padding-bottom: 35px;
}

.mockup__laptop {
  display: block;
  width: 100%;
}

.mockup__phone {
  position: absolute;
  right: 80px;
  bottom: 0;
}

.price_advantages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.advantages__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  min-height: 226px;
  margin-top: 32px;
  border-radius: 30px;
  text-align: center;
}

.c__side {
  background: var(--color-section-grey);
}

.c__center {
  background: var(--color-section-blue);
}

.advantages__card__title {
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.advantages__card__text {
  display: flex;
  align-items: flex-start;
  min-height: 80px;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: -0.02em;
  opacity: 0.8;
}

.integrations {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
}

.integrations img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================
   Contact form
========================= */

.last_section {
  min-height: 708px;
  margin-top: 120px;
  background-color: var(--color-section-grey);
}

.last_section_action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: var(--hero-width);
  margin: 0 auto;
  padding: 32px 39px 64px 140px;
}

.last_section_action_left {
  padding-top: 67px;
}

.last_section_action_right {
  padding-top: 80px;
}

.contact__form {
  width: 615px;
}

.form__group {
  position: relative;
  margin-bottom: 14px;
}

.form__group label {
  display: block;
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #262626;
}

.form__group input {
  width: 100%;
  height: 56px;
  padding: 18px 24px;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #262626;
}

.form__group input::placeholder {
  color: #97979e;
  opacity: 1;
}

.form__group input:focus {
  outline: 1px solid rgba(47, 53, 71, 0.25);
}

.form__group input.is-error {
  border-color: #ff4d4d;
}

.form__error {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.2;
  color: #ff4d4d;
}

.form__success {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  font-size: 16px;
  font-weight: 600;
}

/* =========================
   Footer
========================= */

.footer {
  padding: 120px 0;
  background: #2f3547;
}

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

.footer__menu,
.footer__socials,
.footer__phone {
  display: flex;
}

.footer__menu {
  gap: 48px;
}

.footer__menu a,
.footer__phone a {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.footer__socials {
  gap: 16px;
}

.footer__socials img {
  width: 20px;
  height: 20px;
}

.footer__phone {
  align-items: center;
  gap: 10px;
}

/* =========================
   Mobile
========================= */

@media (min-width: 960px) and (max-width: 1360px) {

  .card_other_type .card__text {
    font-size: 13px;
    line-height: 1.15;
    max-width: 50%;
  }
  
.turbosms_abs {
    top: 46px !important;
    right: 0 !important;
  }
  

}



@media (min-width: 768px) and (max-width: 1480px) {
  #features .section-title_other_type {
    width: auto;
    max-width: 470px;
  }
}




@media (max-width: 767px) {
  .main_section {
    position: relative;
    display: block;
    width: 100%;
    min-height: 818px;
    height: auto;
    padding: 17px 24px 24px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
  }

  .main__left,
  .cards_left,
  .cards_right {
    width: 100%;
    max-width: 100%;
  }

  .main__left__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .lang-switcher {
    z-index: 120;
    width: auto;
    height: 26px;
    background: transparent;
    order: 1;
  }

  .lang-switcher__text {
    font-size: 20px;
  }

  .menu-toggle {
    z-index: 120;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 22px;
    height: 18px;
    order: 2;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--color-text);
  }

  .main__left__top .nav {
    position: absolute;
    inset: 0;
    z-index: 200;
    display: none;
    padding: 96px 24px 24px;
    background: var(--color-section-blue);
    order: 3;
  }

  .nav.is-open {
    display: block;
  }

  .menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    display: block;
    width: 22px;
    height: 22px;
  }

  .menu-close::before,
  .menu-close::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--color-text);
  }

  .menu-close::before {
    transform: rotate(45deg);
  }

  .menu-close::after {
    transform: rotate(-45deg);
  }

  .nav__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .nav__list li {
    display: block;
    margin-right: 0;
    font-size: 22px;
    line-height: 1.2;
  }

  .main__left__text {
    margin-top: 76px;
  }

  .hero__title {
    width: 327px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero__text br,
  .section-title br,
  .section-title-moseratt br,
  .card__text br,
  #pricing .price_text .hero__text br,
  #pricing .advantages__card__text br,
  #features .section-title_other_type br,
  #features .card_other_type .card__text br {
    display: none;
  }

  .btn--primary {
    max-width: 100%;
    min-height: 84px;
    margin-top: 24px;
    padding: 0 32px;
  }

  .main__right {
    max-width: 100%;
    min-height: 340px;
    margin-top: 34px;
  }

  .hero__person {
    max-width: 270px;
    margin-top: 0;
  }

  .hero__badge {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 11px;
  }

  .hero__badge--services {
    top: 161.65px;
    right: -2.38px;
  }

  .hero__badge--payment {
    bottom: 90px;
    left: -3px;
  }

  .hero__badge--checkin {
    right: -2.38px;
    bottom: 100px;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section {
    margin-top: 120px;
  }

  .first_section {
    margin-top: 60px !important;
  }

  #features .section-title_other_type {
    order: 0;
  }

  .cards_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .cards_left,
  .cards_right {
    display: contents;
  }

  .cards_right,
  .cards_right_other_type {
    margin-top: 0;
  }

  .section-title,
  .section-title-moseratt {
    order: 1;
    padding-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .card {
    margin-bottom: 12px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .card:last-of-type {
    margin-bottom: 0;
  }

  .auto,
  .check,
  .online {
    min-height: auto;
  }

  .auto {
    order: 2;
  }

  .check {
    order: 3;
  }

  .online {
    order: 4;
  }

  .card__title {
    padding-bottom: 8px;
    font-size: 20px;
  }

  .card__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .section__action {
    width: 100%;
    margin-top: 12px;
    order: 5;
  }

  .section__action .btn,
  .btn--wide {
    width: 100%;
    max-width: 100%;
  }

  .btn--wide {
    min-height: 72px;
    font-size: 16px;
  }

  .check_abs,
  .online_abs {
    position: static;
    margin: 0 auto;
  }

  .check_abs2 {
    position: static;
    display: block;
    max-width: 184px;
    margin: 16px auto 0;
  }

  .komiss_abs {
    position: static;
    display: block;
    max-width: 140px;
    margin: 16px auto 0;
  }

  .mockup {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }

  .mockup__phone {
    display: none;
  }

  .mockup__laptop {
    width: 100%;
  }
  
  .mockup img {
    max-width: 100%;
    height: auto;
  }

  #pricing .section-title {
    padding-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  #pricing .price_text .hero__text {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }

  #pricing .price_advantages {
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  #pricing .advantages__card {
    width: 100%;
    min-height: 132px;
    margin-top: 0;
    border-radius: 24px;
  }

  #pricing .advantages__card__title {
    font-size: 32px;
    line-height: 1.2;
  }

  #pricing .advantages__card__text {
    display: block;
    min-height: auto;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  #features .section-title_other_type {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  #features .card_other_type {
    width: 100%;
    min-height: auto;
    margin-bottom: 12px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  #features .card_other_type .card__title {
    padding-bottom: 8px;
    font-size: 20px;
  }

  #features .card_other_type .card__text {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }

  #features .turbosms_abs,
  #features .promo_abs,
  #features .bymono_abs,
  #features .way4pay_abs {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  #features .turbosms_abs {
    max-width: 200px;
    margin-top: 12px;
    margin-right: 0;
    margin-left: 0;
  }

  #features .promo_abs {
    max-width: 211px;
    margin-top: 16px;
  }

  #features .bymono_abs,
  #features .way4pay_abs {
    max-width: 153px;
    margin-top: 20px;
  }

  .integrations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    margin-top: 24px;
  }

  .integrations img {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
  }

  .last_section {
    min-height: auto;
    margin-top: 120px;
  }

  .last_section_action {
    flex-direction: column;
    padding: 60px 24px 0;
  }

  .last_section_action_right {
    padding-top: 0;
  }

  .last_section_action_left {
    padding-top: 56px;
  }

  .last_section .section-title-moseratt {
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 34px;
  }

  .last_section .section-title-moseratt br {
    display: block;
  }

  .contact__form {
    width: 100%;
  }

  .form__group {
    margin-bottom: 12px;
  }

  .form__group input {
    height: 64px;
    padding: 20px 28px;
    border-radius: 10px;
    font-size: 16px;
  }

  .last_section .btn--wide {
    min-height: 86px;
    margin-top: 12px;
    font-size: 18px;
  }

  .last_section_action_left .hero__girl {
    width: 100%;
    max-width: 327px;
    margin: 0 auto;
  }

  .footer {
    padding: 40px 0;
  }

  .footer .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    column-gap: 24px;
  }

  .footer__logo {
    grid-row: 1;
    grid-column: 1;
  }

  .footer__logo img {
    max-width: 126px;
  }

  .footer__menu {
    grid-row: 1;
    grid-column: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .footer__menu a {
    font-family: "Inter", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .footer__inner::after {
    content: "";
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
    height: 1px;
    margin: 40px 0 28px;
    background: rgba(255, 255, 255, 0.55);
  }

  .footer__phone {
    grid-row: 3;
    grid-column: 1;
    gap: 10px;
  }

  .footer__phone a {
    font-size: 20px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .footer__phone img,
  .footer__socials img {
    flex: 0 0 auto;
  }

  .footer__socials {
    grid-row: 3;
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 118px;
    min-width: 118px;
    max-width: 118px;
    padding-left: 10px;
    gap: 14px;
  }

  .footer__socials img {
    width: 24px;
    height: 24px;
  }
  
  .komiss, .auto {
    margin-bottom: 12px !important;
  }
}
