@media (max-width: 750px) {
  .desktop,
  .tablet {
    display: none;
  }

  .mobile {
    display: initial;
  }

  body {
    font-size: calc(100vw * 14 / 375);
    line-height: calc(100vw * 24 / 375);
  }

  .page {
    margin: calc(100vw * 32 / 375) calc(100vw * 20 / 375);
  }

  .main {
    flex: 1 0 100%;
    background: none;
    background-size: unset;
  }

  .picture {
    display: none;
  }

  .picture.mobile {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: calc(100vw * (99 - 35 - 32) / 375);
  }

  .header {
    position: static;
    width: 100%;
  }

  .header__logo {
    width: calc(100vw * 100 / 375);
  }

  .header__flags-item {
    margin-left: calc(100vw * 24 / 375);
  }

  .header__flags-img {
    width: calc(100vw * 32 / 375);
    border: calc(100vw * 2 / 375) solid transparent;
    border-radius: calc(100vw * 4 / 375);
  }

  .info {
    margin-top: calc(100vw * 40 / 375);
    padding-bottom: 0;
    background: none;
    background-size: unset;
  }

  .title {
    font-size: calc(100vw * 24 / 375);
    line-height: calc(100vw * 30 / 375);
  }

  .text {
    font-size: calc(100vw * 14 / 375);
    line-height: calc(100vw * 24 / 375);
    margin-top: calc(100vw * 24 / 375);
  }

  .cta {
    font-size: calc(100vw * 16 / 375);
    line-height: calc(100vw * 20 / 375);
    padding: calc(100vw * 16 / 375) calc(100vw * 24 / 375);
    margin-top: calc(100vw * 32 / 375);
    width: 100%;
  }

  .cta__icon {
    display: none;
  }

  .links {
    flex-flow: column;
    margin-top: calc(100vw * 28 / 375);
  }

  .links__item {
    margin-left: 0;
    margin-top: calc(100vw * 14 / 375);
  }

  .links__img {
    width: calc(100vw * 24 / 375);
  }

  .links__text {
    font-weight: 500;
    font-size: calc(100vw * 14 / 375);
    line-height: calc(100vw * 20 / 375);
    margin-left: calc(100vw * 16 / 375);
  }
}