@font-face {
  font-family: "Helvetica-Neue-Light";
  src: url("/step1/fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica-Neue-Regular";
  src: url("/step1/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica-Neue-Bold";
  src: url("/step1/fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica-Neue-Black";
  src: url("/step1/fonts/HelveticaNeueCyr-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica-Neue-Black-Condensed";
  src: url("/step1/fonts/HelveticaNeueBlackCondensed.woff2") format("woff2");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
.page {
  font-family: "Helvetica-Neue-Regular", sans-serif;
}
.hero {
  position: relative;
  background: #000;
  background-image: url("/step1/img/bg-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0 154px;
  margin-bottom: 200px;
}
@media (max-width: 1100px) {
  .hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 680px) {
  .hero {
    padding-bottom: 40px;
  }
}
.hero__container {
  max-width: 1440px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
}
@media (max-width: 1385px) {
  .hero__container {
    padding: 0 60px;
  }
}
@media (max-width: 680px) {
  .hero__container {
    padding: 0 20px;
  }
}
.hero__logo {
  max-width: 91px;
  margin-bottom: 86px;
}
@media (max-width: 1100px) {
  .hero__logo {
    margin-bottom: 46px;
  }
}
.hero__title {
  font-family: "Helvetica-Neue-Black-Condensed";
  font-style: normal;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #1d9;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .hero__title {
    font-size: 32px;
    word-wrap: break-word;
  }
}
.hero__main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1100px) {
  .hero__main-content {
    flex-direction: column;
  }
}
.hero__video {
  max-width: 791px;
  width: 100%;
  border-radius: 30px;
  margin-right: 10px;
}
@media (max-width: 1100px) {
  .hero__video {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .hero__video {
    height: fit-content;
  }
}
.hero__form {
  max-width: 409px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #111;
  border-radius: 30px;
  margin-top: 30px;
}
@media (max-width: 680px) {
  .hero__form {
    padding: 20px 10px;
  }
}
.hero__arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 60px;
}
@media (max-width: 680px) {
  .hero__arrow {
    width: 50px;
    height: 50px;
  }
}
.hero__form-title {
  font-family: "Helvetica-Neue-Black-Condensed";
  font-style: normal;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #1d9;
  margin-bottom: 10px;
}
.results {
  padding-left: 60px;
  max-width: 1300px;
  margin: 0 auto 200px;
}
.results__table {
  margin: 0 auto;
}
.results__header {
  background-color: #111;
  font-style: normal;
  font-family: "Helvetica-Neue-Light";
  font-size: 20px;
  line-height: 120%;
  color: #1d9;
  padding: 13px 60px;
}
.results__header th {
  padding-top: 13px;
  padding-bottom: 13px;
}
.table {
  max-width: fit-content;
  display: block;
  overflow-x: scroll;
}
.table__row > td {
  padding-top: 24px;
  text-align: center;
  vertical-align: middle;
}
.table__user {
  padding: 0 70px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.table__payment {
  padding: 0 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.table__user-name {
  display: flex;
  align-items: center;
}
.table__image {
  margin-right: 14px;
}
.table__asset {
  padding: 0 40px;
}
.table__direction,
.table__amount,
.table__expiry-time,
.table__open-time {
  padding: 0 30px;
}
.questions {
  max-width: 1360px;
  padding: 0 60px 200px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .questions {
    padding: 0 20px 200px;
  }
}
.questions__title {
  font-family: "Helvetica-Neue-Black-Condensed";
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 60px;
}
@media (max-width: 1100px) {
  .questions__title {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .questions__title {
    font-size: 32px;
  }
}
.questions__list {
  display: grid;
  margin: 0 auto;
  width: fit-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 80px 100px;
}
@media (max-width: 1385px) {
  .questions__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .questions__list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.questions__question {
  text-align: center;
  max-width: 235px;
}
.questions__image {
  max-width: 60px;
  margin-bottom: 20px;
}
.questions__item-title {
  font-style: normal;
  font-family: "Helvetica-Neue-Bold";
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #333;
  margin-bottom: 16px;
}
.questions__text {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #4d4d4d;
}
.reviews {
  background: #000;
  background-image: url("/step1/img/bg-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 680px) {
  .reviews {
    padding: 60px 0 16px;
  }
}
.reviews__container {
  max-width: 1440px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .reviews__container {
    padding: 0 72px;
  }
}
@media (max-width: 680px) {
  .reviews__container {
    padding: 0 20px;
  }
}
.reviews__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 24% 10% 18% 8%;
  gap: 40px;
  margin: 0 auto 60px;
}
@media (max-width: 1385px) {
  .reviews__list {
    grid-template-columns: minmax(280px, 600px);
    grid-template-rows: none;
    justify-content: center;
    gap: 20px;
  }
}
.reviews__list li:nth-of-type(1) {
  grid-row: 1;
  grid-column: 1;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(1) {
    grid-row: 1;
  }
}
.reviews__list li:nth-of-type(2) {
  grid-row: 1/3;
  grid-column: 2;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
.reviews__list li:nth-of-type(3) {
  grid-row: 2/4;
  grid-column: 1;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }
}
.reviews__list li:nth-of-type(4) {
  grid-row: 3/5;
  grid-column: 2;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(4) {
    grid-column: 1;
    grid-row: 4;
  }
}
.reviews__list li:nth-of-type(5) {
  grid-row: 4/6;
  grid-column: 1;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(5) {
    grid-column: 1;
    grid-row: 5;
  }
}
.reviews__list li:nth-of-type(6) {
  grid-row: 5;
  grid-column: 2;
}
@media (max-width: 1385px) {
  .reviews__list li:nth-of-type(6) {
    grid-column: 1;
    grid-row: 6;
  }
}
.reviews__title {
  font-family: "Helvetica-Neue-Black-Condensed";
  font-style: normal;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .reviews__title {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .reviews__title {
    font-size: 32px;
  }
}
.reviews__review {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  height: fit-content;
}
@media (max-width: 680px) {
  .reviews__review {
    padding: 20px;
  }
}
.reviews__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reviews__image {
  max-width: 100px;
  margin-right: 16px;
}
@media (max-width: 680px) {
  .reviews__image {
    max-width: 60px;
    margin-right: 12px;
  }
}
.reviews__name {
  font-family: "Helvetica-Neue-Bold";
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  color: #3b5998;
}
@media (max-width: 680px) {
  .reviews__name {
    font-size: 16px;
  }
}
.reviews__text {
  font-family: "Helvetica-Neue-Regular";
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: #4d4d4d;
}
@media (max-width: 680px) {
  .reviews__text {
    font-size: 14px;
  }
}
.reviews__form {
  max-width: 509px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #111;
  border-radius: 30px;
  margin-bottom: 60px;
}
.reviews__form-title {
  font-family: "Helvetica-Neue-Black-Condensed";
  font-style: normal;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #1d9;
  margin-bottom: 10px;
}
.reviews__support-title {
  font-family: "Helvetica-Neue-Black-Condensed";
  font-style: normal;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}
@media (max-width: 1100px) {
  .reviews__support-title {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .reviews__support-title {
    font-size: 32px;
  }
}
.reviews__support-text {
  font-family: "Helvetica-Neue-Bold";
  font-style: normal;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  max-width: 874px;
  margin: 0 auto 30px;
}
@media (max-width: 680px) {
  .reviews__support-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.reviews__logo {
  display: block;
  max-width: 91px;
  margin: 0 auto 30px;
}
@media (max-width: 1100px) {
  .reviews__logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .reviews__logo {
    margin-bottom: 30px;
  }
}
.footer {
  max-width: 1440px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  color: #ddd;
}
@media (max-width: 1100px) {
  .footer {
    padding: 0 60px;
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .footer {
    padding: 0 20px;
  }
}
.footer__links {
  display: flex;
}
@media (max-width: 1100px) {
  .footer__links {
    order: 1;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.footer__links p:first-of-type {
  margin-right: 40px;
}
@media (max-width: 1100px) {
  .footer__paragraph {
    order: 2;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .hero__main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
