@charset "UTF-8";
@font-face {
  font-family: "uzum";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TT_Uzum_Regular.woff2") format("woff2"), url("../fonts/TT_Uzum_Regular.woff") format("woff");
}
@font-face {
  font-family: "uzum";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TT_Uzum_Medium.woff2") format("woff2"), url("../fonts/TT_Uzum_Medium.woff") format("woff");
}
@font-face {
  font-family: "uzum";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/TT_Uzum_Bold.woff2") format("woff2"), url("../fonts/TT_Uzum_Bold.woff") format("woff");
}
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0 auto;
  font-family: "uzum", "Arial", sans-serif;
  color: #28262B;
  font-size: 12px;
  line-height: 16px;
}

a {
  text-decoration: none;
  color: #7000FF;
}

.container {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 92px;
    padding-right: 92px;
  }
}

h1, .h1 {
  font-size: 72px;
  line-height: 80px;
}

h2, .h2 {
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 960px) {
  h2, .h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: 24px;
}
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0 auto;
  font-family: "uzum", "Arial", sans-serif;
  color: #28262B;
  font-size: 12px;
  line-height: 16px;
}

a {
  text-decoration: none;
  color: #7000FF;
}

.container {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 92px;
    padding-right: 92px;
  }
}

.button {
  font-style: normal;
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  background: #7000FF;
  color: #FFF;
  cursor: pointer;
}
@media (min-width: 960px) {
  .button {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    min-height: 80px;
    padding: 24px;
    margin-top: 26px;
    border-radius: 24px;
  }
}
.button--inverted {
  background: #FFF;
  color: #7000FF;
}
.button--small {
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  padding: 4px 8px;
  min-width: 84px;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .button--small {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}

.page-header {
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #fff;
}

.navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 83px 12px 32px 12px 32px;
  grid-template-columns: 1fr 83px 32px 32px;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .navigation {
    -ms-grid-columns: 80px 1fr 83px 32px;
    grid-template-columns: 80px 1fr 83px 32px;
  }
}
@media (min-width: 1200px) {
  .navigation {
    -ms-grid-columns: 230px 1fr 153px 74px;
    grid-template-columns: 230px 1fr 153px 74px;
  }
}
@media (min-width: 1200px) {
  .navigation {
    padding-top: 32px;
    padding-bottom: 32px;
    -ms-grid-columns: 230px 1fr 153px 74px;
    grid-template-columns: 230px 1fr 153px 74px;
  }
}
@media (min-width: 1600px) {
  .navigation {
    -ms-grid-columns: 230px 1fr 153px 89px;
    grid-template-columns: 230px 1fr 153px 89px;
  }
}

.navigation__logo-item {
  width: 83px;
  margin-left: -5px;
}
@media (min-width: 1200px) {
  .navigation__logo-item {
    width: 165px;
    margin-left: -7px;
  }
}
@media (min-width: 1600px) {
  .navigation__logo-item {
    width: 160px;
    margin-left: 0;
  }
}

.navigation__wrapper {
  display: none;
}
@media (max-width: 768px) {
  .navigation__wrapper--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin-top: 24px;
    position: absolute;
    top: -16px;
    padding-top: 8px;
    padding-left: 11px;
    padding-right: 64px;
    background-color: #FFF;
    margin-left: -8px;
    width: 100%;
    z-index: 1000;
    padding-bottom: 64px;
  }
  .navigation__wrapper--open ~ .navigation__hamburger .navigation__hamburger-item {
    border: none;
    position: relative;
    z-index: 1100;
  }
  .navigation__wrapper--open ~ .navigation__hamburger .navigation__hamburger-item::before {
    display: none;
  }
  .navigation__wrapper--open ~ .navigation__hamburger .navigation__hamburger-item:after {
    display: inline-block;
    content: "×"; /* This will render the 'X' */
    font-size: 30px;
    font-weight: 200;
    margin-top: 5px;
    margin-left: 2px;
    color: #9c9b9e;
  }
  .navigation__wrapper--open .navigation__list-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #101010;
    display: block;
    margin-bottom: 16px;
  }
  .navigation__wrapper--open .navigation__list-link:hover {
    color: #7000FF;
  }
}
@media (min-width: 768px) {
  .navigation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .navigation__wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .navigation__list-item {
    margin-right: 16px;
  }
}
@media (min-width: 960px) {
  .navigation__list-item {
    margin-right: 32px;
  }
}
@media (min-width: 1200px) {
  .navigation__list-item {
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  .navigation__list-link {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #101010;
  }
  .navigation__list-link:hover {
    color: #7000FF;
  }
}
@media (min-width: 960px) {
  .navigation__list-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .navigation__list-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
}

.navigation__language-select {
  position: relative;
}
@media (min-width: 1200px) {
  .navigation__language-select {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .navigation__language-select {
    margin-right: 8px;
  }
}

.navigation__action {
  padding-bottom: 5px;
}

.navigation__action-item {
  border-radius: 2px;
}
@media (min-width: 1200px) {
  .navigation__action-item {
    border-radius: 8px;
    padding: 8px;
  }
}

.navigation__language-button {
  background: transparent;
  border: none;
  padding-right: 10px;
}
.navigation__language-button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
}
@media (min-width: 1200px) {
  .navigation__language-button {
    padding-right: 24px;
  }
  .navigation__language-button::before {
    top: 16px;
    border-width: 6px 4px 0 4px;
  }
}

.navigation__language-img {
  width: 16px;
}
@media (min-width: 1200px) {
  .navigation__language-img {
    width: 32px;
  }
}

.navigation__hamburger {
  text-align: right;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .navigation__hamburger {
    display: none;
  }
}

.navigation__hamburger-item {
  position: relative;
  border: solid #9c9b9e 2px;
  border-left: none;
  border-right: none;
  min-height: 12px;
  cursor: pointer;
  background: transparent;
  min-width: 16px;
}
.navigation__hamburger-item::before {
  content: "";
  position: absolute;
  height: 2px;
  display: block;
  width: 100%;
  left: 0;
  top: 3px;
  background-color: #9c9b9e;
}

.navigation__language-content {
  position: absolute;
  top: 21px;
  right: 5px;
}
.navigation__language-content--closed {
  display: none;
}
@media (min-width: 1200px) {
  .navigation__language-content {
    top: 40px;
    right: 24px;
  }
}

.bonus-container {
  background-color: #FFF848;
  border-radius: 16px;
  padding: 24px 32px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px;
  max-width: 55%;
}

.bonus-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  color: #21201F;
  margin: 0;
  padding: 0;
  position: relative;
}
.bonus-title span {
  font-size: initial;
  vertical-align: top;
}

.bonus-description {
  font-size: 20px;
  line-height: 24px;
  color: #21201F;
  margin-top: 8px;
  margin-bottom: 0;
}

.superscript {
  font-size: 14px;
  vertical-align: super;
  position: absolute;
  margin-left: 4px;
}

@media (max-width: 768px) {
  .bonus-container {
    padding: 16px 20px;
  }
  .bonus-title {
    font-size: 28px;
    line-height: 32px;
  }
  .bonus-description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .bonus-container {
    margin-top: 30px;
    max-width: 100%;
  }
}
.footnotes-container {
  margin: 0 auto;
  font-size: 8px;
  line-height: 1.5;
  color: #999;
  padding: 20px;
}

.footnote {
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  .promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .promo {
    position: relative;
    padding-right: 400px;
  }
}
@media (min-width: 1600px) {
  .promo {
    margin-top: 60px;
  }
}

.promo__text {
  line-height: 35px;
  margin-top: 23px;
  margin-bottom: 15px;
  position: relative;
  z-index: 300;
}
.promo__text--accent {
  color: #00C2FF;
}
@media (max-width: 640px) {
  .promo__text--hide {
    display: none;
  }
}
@media (min-width: 960px) {
  .promo__text {
    font-size: 54px;
    line-height: 1.15;
    margin-top: 73px;
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .promo__text {
    font-size: 72px;
    line-height: 80px;
    margin-top: 73px;
    max-width: 690px;
  }
}
@media (min-width: 1600px) {
  .promo__text {
    font-weight: 700;
    font-size: 104px;
    line-height: 120px;
    max-width: 990px;
  }
}
@media (min-width: 1920px) {
  .promo__text {
    font-size: 104px;
    line-height: 120px;
    max-width: 1000px;
  }
}

.promo__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 640px) {
  .promo__button {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 8px;
  }
}
@media (min-width: 960px) {
  .promo__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.promo__button-item {
  line-height: 16px;
  font-style: normal;
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  font-size: 12px;
  background: #7000FF;
  color: #FFF;
  cursor: pointer;
}
@media (max-width: 640px) {
  .promo__button-item {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .promo__button-item {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    margin-top: 26px;
    border-radius: 24px;
  }
}
@media (min-width: 1600px) {
  .promo__button-item {
    margin-top: 47px;
    font-weight: 700;
    font-size: 36px;
    line-height: 32px;
    min-height: 121.28px;
    padding: 36px;
  }
}

.promo__button-suggest {
  padding-left: 14px;
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: -0.02em;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 640px) {
  .promo__button-suggest {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  .promo__button-suggest {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    font-style: italic;
    padding: 0;
    margin-top: 32px;
  }
}
@media (min-width: 1600px) {
  .promo__button-suggest {
    font-size: 28px;
    margin-top: 55px;
  }
}

@media (min-width: 414px) {
  .promo__banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 960px) {
  .promo__banner-wrapper {
    position: absolute;
    top: 119px;
    right: -11px;
    left: 45.4%;
  }
}
@media (min-width: 1200px) {
  .promo__banner-wrapper {
    position: absolute;
    top: -51px;
    right: -11px;
    left: 45.4%;
  }
}
@media (min-width: 1600px) {
  .promo__banner-wrapper {
    position: absolute;
    top: -72px;
    right: -29px;
    left: unset;
  }
}

.promo__banner {
  width: 100%;
}
@media (min-width: 414px) {
  .promo__banner {
    max-width: 450px;
  }
}
@media (min-width: 960px) {
  .promo__banner {
    max-width: unset;
    margin-left: 0;
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .promo__banner {
    margin-left: 0;
    width: 712.5px;
    height: 850px;
  }
}
@media (min-width: 1920px) {
  .promo__banner {
    margin-left: 0;
    width: 817.88px;
    height: 873.44px;
    margin-right: 0;
  }
}

.promo__disclaimer {
  color: #948C9B;
  font-size: 7px;
  line-height: 8px;
  margin-top: 25px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .promo__disclaimer {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .promo__disclaimer {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-top: 105px;
    max-width: 300px;
  }
}
@media (min-width: 1600px) {
  .promo__disclaimer {
    font-size: 24px;
    max-width: 500px;
    margin-top: 119px;
    line-height: 24px;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .promo {
    padding: 30px 0;
    position: relative;
  }
  .promo__text {
    max-width: 360px;
  }
  .promo__banner-wrapper {
    position: absolute;
    top: 0px;
    right: -30px;
    width: 50%;
  }
}
.advantages {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .advantages {
    margin-top: 206px;
  }
}
@media (min-width: 1600px) {
  .advantages {
    margin-top: 250px;
  }
}

.advantages__header {
  padding-top: 34px;
}

.advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .advantages__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 80px;
  }
}
@media (min-width: 1600px) {
  .advantages__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.advantages__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 7px;
}
@media (min-width: 960px) {
  .advantages__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
}

.advantages__content {
  position: relative;
  z-index: 200;
}
@media (min-width: 960px) {
  .advantages__content {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }
}

.advantages__list-item {
  background-color: #F3F3F4;
  border-radius: 20px;
  padding: 20px;
  min-height: 172px;
  margin-bottom: 16px;
}
.advantages__list-item--bg-inside {
  position: relative;
  overflow: hidden;
}
.advantages__list-item--bg-inside::before {
  content: "";
  z-index: 100;
  position: absolute;
  bottom: -35px;
  right: 28px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #C1BEC7;
}
@media (min-width: 1200px) {
  .advantages__list-item--bg-inside::before {
    width: 200px;
    height: 200px;
    right: 80px;
    bottom: -33px;
  }
}
@media (min-width: 1200px) {
  .advantages__list-item {
    padding: 40px;
    border-radius: 40px;
    min-height: 384px;
    margin-bottom: 0;
  }
}

.steps {
  margin-top: 120px;
}
@media (min-width: 960px) {
  .steps {
    margin-top: 240px;
  }
}

.steps__list {
  counter-reset: LIST-ITEMS 0;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 16px;
}
@media (min-width: 960px) {
  .steps__list {
    padding-top: 34px;
  }
}
@media (min-width: 1600px) {
  .steps__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}

.steps__list-item {
  background-color: #F3F3F4;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 12px;
}
@media (min-width: 960px) {
  .steps__list-item {
    position: relative;
    padding: 40px;
    border-radius: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .steps__list-item {
    margin-bottom: 0;
  }
}
.steps__list-item::before {
  content: "0" counter(LIST-ITEMS);
  counter-increment: LIST-ITEMS;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
}
@media (min-width: 960px) {
  .steps__list-item::before {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.steps__list-item--accent {
  background-color: #7000FF;
  color: #FFF;
}
@media (min-width: 960px) {
  .steps__list-item--accent {
    min-height: 384px;
  }
}
.steps__list-item--accent .steps__title {
  margin-bottom: 26px;
}
@media (min-width: 960px) {
  .steps__list-item--accent .steps__title {
    max-width: 550px;
    margin-bottom: 71px;
  }
}
.steps__list-item--accent .steps__content {
  margin-bottom: 5px;
}
@media (min-width: 1600px) {
  .steps__list-item--cyclist {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (min-width: 1600px) {
  .steps__list-item--cyclists {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}
@media (min-width: 960px) {
  .steps__list-item--cyclist::after {
    content: "";
    display: block;
    width: 320px;
    height: 460px;
    position: absolute;
    right: 103px;
    bottom: 0;
    background-image: url("../img/cyclist.png");
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .steps__list-item--cyclist::after {
    right: 32px;
    width: 400px;
    height: 460px;
  }
}
@media (min-width: 1920px) {
  .steps__list-item--cyclist::after {
    width: 442px;
    height: 460px;
  }
}
@media (min-width: 960px) {
  .steps__list-item--cyclists::after {
    content: "";
    display: block;
    width: 650px;
    height: 458px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../img/cyclists.png");
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    border-bottom-right-radius: 40px;
  }
}
@media (min-width: 1600px) {
  .steps__list-item--cyclists::after {
    width: 600px;
    height: 458px;
  }
}
@media (min-width: 1920px) {
  .steps__list-item--cyclists::after {
    width: 791px;
    height: 458px;
  }
}

.steps__title {
  margin-top: 8px;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 960px) {
  .steps__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    margin-top: 24px;
  }
}
.steps__title--small {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1px;
}
@media (min-width: 960px) {
  .steps__title--small {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    max-width: 600px;
  }
}

@media (min-width: 960px) {
  .steps__content {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }
}
.steps__content p {
  margin-top: 40px;
  margin-bottom: 3px;
}
@media (min-width: 960px) {
  .steps__content p {
    margin-top: 99px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .faq {
    margin-top: 240px;
  }
}
@media (min-width: 1600px) {
  .faq {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}

@media (min-width: 1600px) {
  .faq__header {
    margin-top: 0;
  }
  .faq__header h2 {
    position: sticky;
    top: 40px;
    margin: 0;
  }
}

.faq__list {
  padding: 0;
  margin: 0;
  padding-top: 2px;
  list-style: none;
}
@media (min-width: 1600px) {
  .faq__list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

.faq__question {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  word-break: break-word;
}
@media (min-width: 960px) {
  .faq__question {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 33px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px) {
  .faq__question {
    margin-top: 6px;
  }
}

.faq__answer {
  margin-top: 14px;
  margin-bottom: 45px;
}
@media (min-width: 960px) {
  .faq__answer {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 86px;
    padding-right: 100px;
  }
}

.page-footer {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .page-footer {
    margin-top: 145px;
    padding-bottom: 103px;
  }
}
@media (min-width: 1600px) {
  .page-footer {
    margin-top: 0;
  }
}

.copyrights {
  text-align: center;
  margin-top: 80px;
}
@media (min-width: 1600px) {
  .copyrights {
    margin-top: 65px;
  }
}

.copyrights__logo {
  margin-bottom: 8px;
}

.copyrights__logo-image {
  width: 76.11px;
  margin-left: -6px;
}
@media (min-width: 960px) {
  .copyrights__logo-image {
    width: 150px;
    margin-left: -14px;
  }
}

.copyrights__contacts {
  font-weight: 500;
  font-size: 7px;
  margin-top: 14px;
}
@media (min-width: 960px) {
  .copyrights__contacts {
    font-weight: 500;
    font-size: 14px;
    margin-top: 29px;
  }
}
.copyrights__contacts p {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .copyrights__contacts p {
    line-height: 1.7;
  }
}

.copyrights__link {
  margin-top: 15px;
  display: block;
  font-weight: 500;
  font-size: 7px;
  line-height: 100%;
}
@media (min-width: 960px) {
  .copyrights__link {
    font-size: 14px;
    margin-top: 27px;
  }
}

@media (min-width: 1200px) {
  .keywords_tags {
    margin-top: 30px;
  }
}

.keywords_tags__list {
  padding: 0;
  margin: 0;
  padding-top: 2px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  width: calc(100% + 6px);
}

.keywords__list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 14px;
  margin: 5px 3px;
  background-color: #7000FF;
  color: #FFF;
}

.keywords__list-item_hidden {
  display: none;
  background-color: #FFF;
  color: #FFF;
}