@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/roboto-v20-cyrillic-300.eot');
  src: url('./fonts/roboto-v20-cyrillic-300.eot?#iefix') format('embedded-opentype'),
       url('./fonts/roboto-v20-cyrillic-300.woff2') format('woff2'),
       url('./fonts/roboto-v20-cyrillic-300.woff') format('woff'),
       url('./fonts/roboto-v20-cyrillic-300.ttf') format('truetype'),
       url('./fonts/roboto-v20-cyrillic-300.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v20-cyrillic-regular.eot');
  src: url('./fonts/roboto-v20-cyrillic-regular.eot?#iefix') format('embedded-opentype'),
       url('./fonts/roboto-v20-cyrillic-regular.woff2') format('woff2'),
       url('./fonts/roboto-v20-cyrillic-regular.woff') format('woff'),
       url('./fonts/roboto-v20-cyrillic-regular.ttf') format('truetype'),
       url('./fonts/roboto-v20-cyrillic-regular.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-v20-cyrillic-500.eot');
  src: url('./fonts/roboto-v20-cyrillic-500.eot?#iefix') format('embedded-opentype'),
       url('./fonts/roboto-v20-cyrillic-500.woff2') format('woff2'),
       url('./fonts/roboto-v20-cyrillic-500.woff') format('woff'),
       url('./fonts/roboto-v20-cyrillic-500.ttf') format('truetype'),
       url('./fonts/roboto-v20-cyrillic-500.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-v20-cyrillic-700.eot');
  src: url('./fonts/roboto-v20-cyrillic-700.eot?#iefix') format('embedded-opentype'),
       url('./fonts/roboto-v20-cyrillic-700.woff2') format('woff2'),
       url('./fonts/roboto-v20-cyrillic-700.woff') format('woff'),
       url('./fonts/roboto-v20-cyrillic-700.ttf') format('truetype'),
       url('./fonts/roboto-v20-cyrillic-700.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/roboto-v20-cyrillic-900.eot');
  src: url('./fonts/roboto-v20-cyrillic-900.eot?#iefix') format('embedded-opentype'),
       url('./fonts/roboto-v20-cyrillic-900.woff2') format('woff2'),
       url('./fonts/roboto-v20-cyrillic-900.woff') format('woff'),
       url('./fonts/roboto-v20-cyrillic-900.ttf') format('truetype'),
       url('./fonts/roboto-v20-cyrillic-900.svg#Roboto') format('svg');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('./img/bg.png');
  background-size: cover;
  background-position: center;
  z-index: -100;
}

h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  padding: 0 80px;
}

.container {
  width: 76.875vw;
  margin: 0 auto;
}

.back-bottom {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;

  border: 2px solid #fff;
  border-radius: 4px;
  padding: 5px 40px;
  transition: background-color 0.5s;
}

.back-bottom__text {
  position: relative;
  padding-left: 25px;
}

.back-bottom__text::before {
  display: block;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.06189 0C12.4619 0 16.0619 3.58889 16.0619 7.97531C16.0619 12.3617 12.4619 15.9506 8.06189 15.9506C3.66189 15.9506 0.0618896 12.3617 0.0618896 7.97531C0.0618896 3.58889 3.66189 0 8.06189 0ZM8.06189 14.5948C11.7419 14.5948 14.7019 11.644 14.7019 7.97531C14.7019 4.30667 11.7419 1.3558 8.06189 1.3558C4.38189 1.3558 1.42189 4.30667 1.42189 7.97531C1.42189 11.644 4.38189 14.5948 8.06189 14.5948ZM9.26189 5.18395L7.26189 7.17778H12.0619V8.77284H7.26189L9.26189 10.7667L8.06189 11.963L4.06189 7.97531L8.06189 3.98765L9.26189 5.18395Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.title-block {
  margin-top: 30px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.title-block__logo svg {
  width: 30px;
  height: auto;
}

.title-block__text {
  margin-top: 10px;
}

.about {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.about__title {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.about__items {
  margin-top: 15px;
  display: flex;
}

.about__item {
  flex-basis: 33%;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.about__item:not(:last-child) {
  margin-right: 20px;
}

.about__item-icon svg {
  width: 30px;
  height: auto;
}

.about__item-text {
  margin-top: 5px;
}

.instruction {
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
}

.instruction__wrapper {
  width: 66.666%;
  padding-left: 80px;
}

.instruction__step {
  display: flex;
}

.instruction__step:not(:first-child) {
  margin-top: 40px;
}

.instruction__step:last-child .instruction__description::before {
  display: none;
}

.instruction__step-image {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  margin-right: 40px;
  width: 50%;
}

.instruction__step-image img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.instruction__description {
  display: flex;
  position: relative;
  width: 50%;
  padding-right: 40px;
}

.instruction__description::before {
  position: absolute;
  display: block;
  content: '';
  left: 30px;
  top: 0;
  bottom: -40px;
  background-color: #fff;
  width: 2px;
  z-index: -1;
}

.instruction__number {
  color: #0b5497;
  background: #fff;
  width: 60px;
  height: 60px;
  font-weight: 900;
  font-size: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insturction__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-left: 20px;
  margin-top: 6px;
}

.instruction__qr {
  width: 33.3333%;
}

.instruction__qr-image {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  width: 144px;
  height: 144px;
}

.instruction__qr-image img {
  display: block;
  width: 100%;
}

.instruction__qr-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}

.instruction__qr-link {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  margin-top: 16px;
  color: inherit;
  text-decoration: none;
}

.instruction__qr-link::after {
  display: block;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.06189 0C12.4619 0 16.0619 3.58889 16.0619 7.97531C16.0619 12.3617 12.4619 15.9506 8.06189 15.9506C3.66189 15.9506 0.0618896 12.3617 0.0618896 7.97531C0.0618896 3.58889 3.66189 0 8.06189 0ZM8.06189 14.5948C11.7419 14.5948 14.7019 11.644 14.7019 7.97531C14.7019 4.30667 11.7419 1.3558 8.06189 1.3558C4.38189 1.3558 1.42189 4.30667 1.42189 7.97531C1.42189 11.644 4.38189 14.5948 8.06189 14.5948ZM9.26189 5.18395L7.26189 7.17778H12.0619V8.77284H7.26189L9.26189 10.7667L8.06189 11.963L4.06189 7.97531L8.06189 3.98765L9.26189 5.18395Z' fill='white'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.last-question {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto 50px auto;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.last-question::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 40px;
  height: 40px;
  top: 15px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='20' cy='20' r='19' stroke='white' stroke-width='2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 14C30 12.9 29.1 12 28 12H12C10.9 12 10 12.9 10 14V26C10 27.1 10.9 28 12 28H28C29.1 28 30 27.1 30 26V14ZM28 14L20 18.99L12 14H28ZM12 26H28V16L20 21L12 16V26Z' fill='white'/%3e%3c/svg%3e ");
  background-size: 100%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .instruction__step-image {
    width: 150px;
  }

  .instruction__description {
    width: inherit;
  }
}

@media (max-width: 1024px) {
  h2 {
    padding: 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }
  .back-bottom {
    position: static;
    margin: 20px;
    justify-content: center;
    font-size: 13px;
    line-height: 20px;
  }

  .title-block {
    font-size: 20px;
    line-height: 25px;
  }

  .about__title {
    font-size: 16px;
    line-height: 20px;
  }

  .about__items {
    flex-direction: column;
    justify-content: center;
  }

  .about__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .insturction__text {
    font-size: 16px;
    line-height: 20px;
  }

  .instruction__qr {
    display: none;
  }

  .instruction__wrapper {
    padding: 0;
    width: 100%;
  }

  .instruction__step {
    flex-direction: column;
  }

  .instruction__step-image {
    width: 100%;
    margin-right: 0;
  }

  .instruction__description {
    width: 100%;
  }

  .instruction__step:last-child .instruction__description::before {
    display: block;
    height: 40px;
  }

  .instruction__number {
    margin-top: 10px;
  }
  .insturction__text {
    margin-top: 10px;
  }
  .last-question {
    padding-top: 55px;
  }

  .last-question::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 3.125vw;
    line-height: 3.906vw;
    padding: 0 6.25vw;
  }

  .back-bottom {
    font-size: 1.016vw;
    line-height: 1.563vw;

    left: 2.344vw;
    top: 2.344vw;
    border: 0.156vw solid #fff;
    border-radius: 0.313vw;
    padding: 0.391vw 3.125vw;
  }

  .back-bottom__text {
    padding-left: 1.953vw;
  }

  .back-bottom__text::before {
    width: 1.563vw;
    height: 1.563vw;
  }

  .title-block {
    margin-top: 2.344vw;
    font-size: 1.953vw;
    line-height: 2.344vw;
  }

  .title-block__logo svg {
    width: 2.344vw;
  }

  .title-block__text {
    margin-top: 0.781vw;
  }

  .about {
    margin-top: 3.125vw;
    margin-bottom: 4.688vw;
  }

  .about__title {
    font-size: 2.031vw;
    line-height: 2.344vw;
  }

  .about__items {
    margin-top: 1.172vw;
  }

  .about__item {
    font-size: 0.938vw;
    line-height: 1.172vw;
  }

  .about__item:not(:last-child) {
    margin-right: 1.563vw;
  }

  .about__item-icon svg {
    width: 2.344vw;
  }

  .about__item-text {
    margin-top: 0.391vw;
  }

  .instruction {
    margin-top: 1.563vw;
    margin-bottom: 4.688vw;
  }

  .instruction__wrapper {
    padding-left: 6.25vw;
  }

  .instruction__step:not(:first-child) {
    margin-top: 3.125vw;
  }

  .instruction__step-image {
    padding: 0.781vw;
    border-radius: 0.313vw;
    margin-right: 3.125vw;
    width: calc(66.6666% - 3.125vw);
  }

  .instruction__step-image img {
    width: 100%;
    border-radius: 0.1563vw;
  }

  .instruction__description {
    padding-right: 3.125vw;
  }

  .instruction__description::before {
    left: 2.344vw;
    bottom: -3.125vw;
    width: 0.156vw;
  }

  .instruction__number {
    width: 4.688vw;
    height: 4.688vw;
    font-size: 3.125vw;
    line-height: 3.125vw;
  }

  .insturction__text {
    font-size: 1.563vw;
    line-height: 2.344vw;
    margin-left: 1.563vw;
    margin-top: 0.469vw;
  }

  .instruction__qr-image {
    padding: 0.781vw;
    border-radius: 0.313vw;
    width: 11.25vw;
    height: 11.25vw;
  }

  .instruction__qr-text {
    font-size: 1.094vw;
    line-height: 1.563vw;
    margin-top: 1.25vw;
  }

  .instruction__qr-link {
    font-size: 1.406vw;
    line-height: 2.344vw;
    margin-top: 1.25vw;
  }

  .instruction__qr-link::after {
    width: 1.563vw;
    height: 1.563vw;
    right: -2.344vw;
  }

  .last-question {
    width: calc(76.875vw - 160px);
    text-align: left;
    font-size: 1.25vw;
    line-height: 1.563vw;
  }

  .last-question::before {
    width: 3.125vw;
    height: 3.125vw;
    top: 1.172vw;
    margin-right: 0.781vw;
  }
}