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

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #E0E0E0;
  background-color: #0F1530;
}

a {
  color: inherit;
  display: inline-block;
}

h1 {
  line-height: 70px;
}

h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

h3 {
  font-size: 24px;
  padding-bottom: 15px;
}

li {
  list-style: none;
}

button {
  background: linear-gradient(0.5turn, #2206f5, #739fe6);
  padding: 8px 40px;
  border: none;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

button:hover {
  background: linear-gradient(0.5turn, #739fe6, #2206f5);
}

.buttons-block {
  display: flex;
}

.hero__buttons {
  margin-left: 20px;
}

.container {
  width: clamp(340px, 95%, 1220px);
  padding: 0 10px;
  margin: 0 auto;
}

.header__inner {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.hero__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 180px;
}

.hero-title {
  font-size: 66px;
  color: #FFF;
  font-weight: 400;
}

.hero__title-subtitle {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
  color: #0099FA;
  padding-top: 100px;
}

.hero__item {
  background-image: url(../img/shtrich.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}

.menu__button {
  background: linear-gradient(0.5turn, #2206f5, #739fe6);
  padding: 10px 15px 10px 15px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 12px;
  color: #ffffff;
}

.menu__button:hover {
  background-color: #739fe6;
  color: #ffffff;
}

.button__link {
  text-decoration: none;
}

.header__button {
  padding-top: 8px;
}

.header__button-bottom {
  text-align: center;
  padding-top: 50px;
}

.hero__inner-img {
  padding-top: 10px;
}

.platform {
  padding-top: 120px;
}

.platform__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.platform__img {
  padding-right: 40px;
}

.platform__text {
  padding-top: 50px;
}

.access {
  background-color: #D9D9D9;
  color: #000;
  margin-top: 100px;
  padding-top: 120px;
}

.access__wrappwr {
  display: flex;
  padding-top: 50px;
}

.access__item {
  display: flex;
  justify-content: space-between;
  padding-top: 150px;
}

.access__item-img {
  text-align: center;
}

.access__desctop-img {
  position: relative;
  top: -190px;
  z-index: 5;
}

.access__item-dummy {
  min-width: 45%;
}

.ways {
  position: relative;
  top: -315px;
  padding-top: 200px;
  background-color: #0F1530;
}

.ways__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.ways__inner {
  max-width: 45%;
}

.ways__money {
  padding-top: 60px;
}

.ways__money-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.pocket {
  position: relative;
  top: -300px;
  background-color: #D9D9D9;
  padding-bottom: 70px;
}

.pocket__title {
  color: #000;
  font-weight: 500;
  padding-top: 120px;
}

.pocket__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.pocket__inner {
  text-align: center;
}

.pocket__text {
  color: #000;
  font-weight: 600;
}

.pocket__icon {
  padding-bottom: 30px;
}

.pocket__button {
  text-align: center;
  position: relative;
  top: 150px;
  z-index: 6;
}

.reviews {
  position: relative;
  top: -120px;
}

.reviews__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.reviews__inner {
  text-align: center;
}

.reviews__img {
  padding-bottom: 40px;
}

.faq__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

.faq__inner {
  padding-top: 50px;
}

.faq__inner-qwest {
  min-width: 400px;
  padding-bottom: 100px;
}

.faq__inner-answer {
  padding-bottom: 50px;
}

.footer {
  background-color: #000;
  height: 250px;
}

.footer__text {
  color: #C9C9C9;
  font-size: 17px;
  padding: 50px;
}

.faq__wrapper {
  display: flexbox;
  flex-direction: column;
}

.faq__inner {
  padding-top: 30px;
}

.faq__quest {
  width: 660px;
  background-color: #20293A;
  border: 1px solid #888787;
  border-radius: 16px;
  margin-left: 40px;
}

.faq__quest-text {
  padding: 16px 60px;
}

.faq__answer {
  position: relative;
  width: 100%;
  background-color: #2B374C;
  border: 1px solid #888787;
  border-radius: 16px;
  top: -25px;
  z-index: -5;
}

.faq__answer-text {
  padding: 50px 40px 30px;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&& M E D I A &&&&&&&&&&&&&&&&&&&&&& */
@media (max-width: 768px) {
  .container {
    width: 740px;
  }
  .hero-title {
    font-size: 46px;
    line-height: 1.2;
  }
  .hero__img {
    display: none;
  }
  .hero__title-subtitle {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 100px;
  }
  .platform__wrapper {
    flex-direction: column;
  }
  .platform__title {
    font-size: 32px;
    width: 700px;
  }
  .platform__img {
    width: 550px;
  }
  .access__wrappwr {
    flex-direction: column;
  }
  .access__desctop-img {
    display: none;
  }
  .ways__wrapper {
    flex-direction: column;
  }
  .ways__money-inner {
    flex-direction: column;
  }
  .ways {
    position: relative;
    top: 0px;
    padding-top: 120px;
  }
  .ways__title {
    font-size: 30px;
    max-width: 600px;
  }
  .buttons-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    right: 100px;
  }
  .ways__inner {
    max-width: 90%;
  }
  .pocket__wrapper {
    flex-direction: column;
  }
  .reviews__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .container {
    max-width: 380px;
    padding-right: 20px;
  }
  .buttons-block {
    padding-top: 55px;
    right: 180px;
  }
  .hero-title {
    font-size: 36px;
    max-width: 360px;
  }
  .hero__title-subtitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 100px;
  }
  .platform__img {
    display: none;
  }
  .platform__text {
    max-width: 360px;
  }
  .platform__title {
    font-size: 30px;
    max-width: 360px;
  }
  .access__title {
    font-size: 30px;
  }
  .access__item {
    display: none;
  }
  .faq__inner-qwest {
    max-width: 400px;
  }
  .faq__quest {
    width: 300px;
  }
}

/*============================*/
.hero-title-two {
  font-size: 56px;
  font-weight: normal;
}
.note {
  width: 430px;
  padding: 20px;
  border: 2px solid #739fe6;
  border-radius: 20px;
  background-color: #2B374C;
  margin: 0 auto;
}

.platform-section {
  padding-top: 70px;
}

.hero-title-scalp {
  font-size: 54px;
  font-weight: normal;
  text-align: center;
  padding: 60px 0 70px;
}

.outline {
  padding-top: 40px;
  padding-bottom: 40px;
}

th {
  padding-bottom: 10px;
}

td {
  padding-bottom: 10px;
  border: 1px solid grey;
  padding-left: 10px;
  padding-top: 10px;
}

.sub-menu {
  display: flex;
  justify-content: space-between;
  width: 200px;
}