a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  word-wrap: break-word;
  scroll-behavior: smooth;
}
a,
button {
  cursor: pointer;
}
img {
  display: block;
}
@font-face {
  font-family: "Inter";
  src: local(""), url("/fonts/Inter-Regular.woff") format("woff"),
    url("/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: local(""), url("/fonts/Inter-Medium.woff") format("woff"),
    url("/fonts/Inter-Medium.woff") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: local(""), url("/fonts/Inter-SemiBold.woff") format("woff"),
    url("/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: local(""), url("/fonts/Inter_24pt-Bold.woff") format("woff"),
    url("/fonts/Inter_24pt-Bold.woff2") format("woff2");
  font-weight: 700;
}
body {
  font-family: sans-serif;
}
.wrapper {
  background-image: url("/img/bg-mob.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.header {
  background: #f2f2f2;
  padding-top: 12px;
  padding-bottom: 12px;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
}
.logo {
  width: 119px;
  height: 24px;
  display: block;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}
.main__logo {
  width: 100%;
  height: auto;
}
.burger {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  object-fit: cover;
}
.burger__img {
  width: 100%;
  height: auto;
}
.header__link {
  display: none;
}
.header__desk {
  display: none;
}
.header__tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__tab-menu {
  width: 320px;
  height: 417px;
  padding: 20px 0px;
  background: white;
}
.header__wrapper {
  position: relative;
}
.header__tab-menu {
  position: absolute;
  right: 0;
  top: 20px;
}
.header__tab-menu-item:first-child {
  margin-bottom: 32px;
  position: relative;
}
.header__tab-menu-item:first-child::before {
  content: "";
  display: block;
  height: 1px;
  width: 44px;
  bottom: -12px;
  background: #3f1263;
  position: absolute;
}
.header__tab-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1d1d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  height: 44px;
}
.header__tab-menu-item-button {
  border-radius: 40px;
  background: #3f1263;
  box-shadow: 0px 8px 16px 0px rgba(63, 18, 99, 0.25);
  padding: 8px 20px;
  color: #f2f2f2;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  display: block;
  text-decoration: none;
}
.header__tab-menu .header__tab-menu-item-button {
  color: white;
}
.header__desk-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 619px;
}
.hero {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero__title {
  color: #3f1263;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.hero__text {
  color: #1a1d1d;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.hero__button {
  border-radius: 32px;
  padding: 12px 20px 12px 12px;
  background: #f2f2f2;
  max-width: 215px;
  border: none;
  display: flex;
  align-items: center;
  color: rgba(26, 29, 29, 0.96);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.hero__wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.hero__regForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.kengooro {
  width: 100%;
  height: auto;
}
.steps {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f2f2f2;
}
.steps__title {
  text-align: center;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3f1263;
  margin-bottom: 40px;
}
.steps__text {
  color: #3f1263;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
.steps__list-item {
  border-radius: 16px;
  background: #f2f2f2;
  box-shadow: 0px 4px 10px 0px rgba(4, 40, 123, 0.2);
  margin-bottom: 20px;
  width: 100%;
  padding: 16px;
}
.steps__list-item:last-child {
  margin-bottom: 0;
}
.steps__list-item-content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.steps__list-item-img {
  margin-right: 24px;
}
.steps__list-item-title {
  color: #1a1d1d;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.steps__list-item-text {
  color: #756883;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.steps__list {
  margin-top: 40px;
}
.results {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 40px;
}
.results__title {
  text-align: center;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
  color: #3f1263;
}
.table {
  max-width: fit-content;
  display: block;
  overflow-x: scroll;
  margin: 0 auto;
  border-radius: 16px;
}
.table__col {
  padding: 8px 16px;
  text-align: center;
  vertical-align: middle;
}
.table__user {
  padding: 0 70px;
}
.table__row {
  background: #986ead;
}
.table__payment {
  padding: 0 60px;
}
.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 40px;
}
.table__direction,
.table__amount {
  padding: 0 47px;
}
.results__header {
  background: #3f1263;
  font-style: normal;
  font-family: "Inter";
  font-size: 16px;
  line-height: 120%;
  color: #f2f2f2;
  padding: 13px 60px;
  height: 52px;
}
.results__header-row {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}
.table__user {
  padding-left: 16px;
  padding-right: 16px;
}
.table__row {
  color: #f2f2f2;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.license {
  padding-top: 40px;
  background: #3f1263 100%;
  padding-bottom: 40px;
}
.license-title {
  color: #f2f2f2;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.license-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.license-wrapper-content-text {
  color: #f2f2f2;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.license-wrapper-content {
  margin-bottom: -20px;
}
.calculator {
  padding-top: 40px;
  background: #3f1263;
  padding-bottom: 40px;
}
.calculator-title {
  color: #f2f2f2;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.calculator-text {
  color: #f2f2f2;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.container__checkbox-text {
  width: 91%;
  display: block;
}
.plan__text {
  color: #1a1d1d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.plan__text-sum {
  color: #3f1263;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.upper_line {
  margin-top: 20px;
}
.container__checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Inter";
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  min-height: 75px;
  background: #fff;
  display: flex;
  padding: 12px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #986ead;
}
.calcilator__sum {
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  width: 100%;
}
.time {
  width: 100%;
}
.duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.month {
  color: #1a1d1d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.duration-month {
  color: #986ead;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.count {
  border-radius: 16px;
  background: #fff;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  flex-direction: column;
}
.count__text {
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.count__text {
  color: #1a1d1d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.count__sum {
  color: #986ead;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sum_wrapper {
  width: 100%;
}
.counts__numbers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.counts__numbers-item {
  color: #1a1d1d;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.investing__sum-profit {
  color: #1a1d1d;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.container__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container__checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.container__checkbox input:checked ~ .checkmark {
  background-color: #986ead;
}

.rangeInput {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: rgba(117, 104, 131, 0.25);
  border-radius: 4px;
  outline: none;
  position: relative;
}

.rangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid #986ead;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 3;
  opacity: 1;
}
.rangeInput::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 4px solid #986ead;
  border-radius: 50%;
  cursor: pointer;
}
.container__checkbox-text {
  display: flex;
  flex-direction: column;
}
.koala {
  width: 100%;
  height: auto;
}
.koala-desktop {
  display: none;
}
.examples {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f2f2f2;
}
.examples__title {
  color: #3f1263 100%;
  margin-bottom: 40px;
  text-align: left;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.user {
  display: flex;
  align-items: center;
}
.user__info {
  margin-left: 12px;
}
.user__info-name {
  color: #1a1d1d;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.user__info-year {
  color: #986ead;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.user__comment {
  color: #756883;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 77px;
}
.user__numbers {
  display: flex;
  width: 206px;
  justify-content: space-between;
  align-items: center;
}
.user__numbers-investment-text {
  color: #1a1d1d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.user__numbers-sum {
  color: #3f1263;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.user__numbers-invest {
  color: #986ead;
}
.examples__list {
  margin-bottom: 40px;
}
.examples__list-item {
  padding: 20px 12px;
  border-radius: 20px;
  background: #f2f2f2;
  box-shadow: 0px 4px 10px 0px rgba(4, 40, 123, 0.2);
  width: 280px;
  min-height: 351px;
}
.prev {
  border-radius: 20px;
  width: 28px;
  height: 28px;
  background-image: url("/img/prev.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  margin-right: 40px;
}
.next {
  border-radius: 20px;
  width: 28px;
  height: 28px;
  background-image: url("/img/next.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}
.buttons__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f2f2f2;
}
.register__title {
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  background: #3f1263;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flag {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form {
  width: 100%;
}
.marquee {
  background: #986ead;
  padding: 20px 0;
}
.marquee__infinite {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.marquee__items {
  display: flex;
  animation: marquee-infinite 20s linear infinite;
}
.marquee__item {
  padding: 0 6px;
  flex-shrink: 0;
  white-space: nowrap;
}
.marquee__img-bg {
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid #3f1263;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo__link {
  margin-bottom: 40px;
}
.navigate-box {
  margin-bottom: 40px;
  width: 100%;
}
.navigate__link {
  color: #f2f2f2;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies {
  color: #f2f2f2;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  margin-right: 40px;
  text-decoration: none;
}
.privacy {
  color: #f2f2f2;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  text-decoration: none;
}
@keyframes marquee-infinite {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.footer {
  background: #3f1263;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__tab-menu-item-link {
  text-decoration: none;
  color: #1a1d1d;
}
.header__desk-list-item-link {
  text-decoration: none;
  color: #1a1d1d;
}
.header__link {
  text-decoration: none;
}
@media screen and (min-width: 744px) {
  .wrapper {
    background-image: url("/img/bg-tab.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container {
    width: 664px;
    margin: 0 auto;
    padding: 0;
  }
  .logo {
    width: 159px;
    height: 32px;
  }
  .header__link {
    display: block;
    color: #f2f2f2;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 40px;
    background: #3f1263;
    box-shadow: 0px 8px 16px 0px rgba(63, 18, 99, 0.25);
    padding: 8px 20px;
    max-width: 200px;
  }
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero__regForm {
    width: 363px;
  }
  .steps__text {
    font-size: 20px;
    font-weight: 500;
  }
  .steps__list-item {
    width: 322px;
  }
  .steps__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .steps__list-item {
    min-height: 204px;
  }
  .steps__list-item:nth-child(3) {
    margin-bottom: 0;
  }
  .results {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .license {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .license-title {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .license-img {
    margin-bottom: 40px;
  }
  .license-wrapper-content-text {
    font-size: 20px;
  }
  .calculator {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .calculator-title {
    font-size: 32px;
  }
  .calculator-text {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .label__wrapper-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .calcilator__sum {
    margin-bottom: 20px;
  }
  .container__checkbox {
    margin-bottom: 0;
    margin-top: 0;
    width: 206px;
    height: 105px;
  }
  .plan__text {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .plan__text-sum {
    font-size: 24px;
  }
  .second {
    width: 237px;
  }
  .count__text {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .count__sum {
    font-size: 32px;
  }
  .count {
    padding: 20px 12px;
  }
  .examples {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .examples__list-item {
    width: 322px;
  }
  .register__title {
    margin-bottom: 60px;
    font-size: 40px;
  }
  .register {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .navigate__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper {
    background-image: url("/img/bg-desk.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container {
    width: 1200px;
  }
  .header__desk {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__tab {
    display: none;
  }
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero__title {
    font-size: 28px;
  }
  .hero__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hero__wrapper1 {
    margin-bottom: 0;
    width: 677px;
  }
  .hero__wrapper1 {
    align-items: flex-start;
  }
  .hero__title {
    text-align: left;
  }
  .hero__text {
    text-align: left;
  }
  .hero__text {
    margin-bottom: 167px;
  }
  .kengooro {
    width: 280px;
    height: 208px;
  }
  .steps__text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .steps__text {
    width: 860px;
    margin-bottom: 0;
  }
  .steps__text-wrapper {
    margin-bottom: 40px;
  }
  .steps__list-item {
    width: 285px;
    margin-bottom: 0;
  }
  .steps__list-item {
    min-height: 224px;
  }
  .table {
    width: 1200px;
    overflow-x: hidden;
    max-width: 1200px;
  }
  .license-img {
    width: 500px;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .license-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .koala {
    width: 655px;
  }
  .calculation {
    order: -1;
  }
  .calculator__sub-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .calculation {
    width: 665px;
    height: 412px;
  }
  .koala {
    display: none;
  }
  .calculator__sub-wrapper {
    position: relative;
    right: 0;
  }
  .koala-desktop {
    display: block;
    position: absolute;
    right: -130px;
    width: 665px;
  }
  .examples__list-item {
    width: 285px;
  }
  .register {
    text-align: left;
  }
  .flag {
    width: 598px;
  }
  .register__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form {
    width: 521px;
  }
  .navigate-box {
    width: 616px;
  }
  .hero__regForm {
    margin-right: 0;
    margin-left: 0;
  }
}
.header__link:hover {
  background: #3f1263;
}
.header__tab-menu-item-button:hover {
  background: #3f1263;
}
.header__tab-menu {
  display: none;
}
.active {
  display: block;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1111111111;
  left: 0;
  top: 0;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.62);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.second__step-modal {
  padding-top: 20px;
}
.modal-content {
  box-shadow: 0px 16px 48px rgba(24, 28, 50, 0.176);
  border-radius: 5px;
  min-width: 280px;
  margin: 0 auto;
  max-width: 685px;
  width: 100%;
}
.video {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 744px) {
  .modal {
    display: none;
    flex-direction: column;
  }
}
