/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Inter';
  src: url('/fontsISEiYoh1/inter-variablefontISEiYoh1.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

body {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    #280348;
}

.headerISEiYoh1 {
  background: #080809;
}

.headerISEiYoh1__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 0;
}

.headerISEiYoh1__logo {
  display: block;
  width: 20px;
  height: 20px;
}

.headerISEiYoh1__text {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.58);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  white-space: nowrap;
}

.heroISEiYoh1 {
  background: linear-gradient(180deg, #32006f 0%, rgba(9, 13, 41, 0) 100%);
}

.heroISEiYoh1__inner {
  padding: 64px 16px 56px;
  text-align: center;
}

.heroISEiYoh1__title {
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.heroISEiYoh1__text {
  max-width: 980px;
  margin: 0 auto 22px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.heroISEiYoh1__subtitle {
  margin: 0 0 32px;
  color: #e100ff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.heroISEiYoh1__list {
  display: flex;
  justify-content: center;

  gap: 120px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.heroISEiYoh1__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.heroISEiYoh1__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.heroISEiYoh1__item-text {
  color: #e100ff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media (max-width: 768px) {
  .heroISEiYoh1__inner {
    padding: 28px 0px 32px;
  }

  .heroISEiYoh1__title {
    font-size: 16px;
    line-height: 120%;
  }

  .heroISEiYoh1__text {
    font-size: 10px;
    line-height: 130%;
  }

  .heroISEiYoh1__subtitle {
    font-size: 9px;
  }

  .heroISEiYoh1__list {
    gap: 10px;
  }

  .heroISEiYoh1__item-text {
    font-size: 6px;
    font-weight: 800;
    gap: 6px;
  }
}

.offerISEiYoh1 {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    #280348;
  padding: 24px 0;
}

.offerISEiYoh1__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offerISEiYoh1__item {
  display: grid;
  grid-template-columns: 147px 204px 186px 200px 320px;
  align-items: center;
  column-gap: 32px;

  width: 100%;
  padding: 20px 32px;

  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
}

.offerISEiYoh1__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.offerISEiYoh1__logo {
  width: 147px;
  height: 52.698px;
  object-fit: contain;
}

.offerISEiYoh1__bonus {
  text-align: center;
}

.offerISEiYoh1__bonus-label {
  color: #b5b5b5;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.offerISEiYoh1__bonus-title {
  margin-top: 6px;
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.offerISEiYoh1__rating {
  text-align: center;
}

.offerISEiYoh1__rating-value {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.offerISEiYoh1__stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 0;
  margin: 8px 0 6px;
  list-style: none;
}

.offerISEiYoh1__stars li {
  display: flex;
}

.offerISEiYoh1__stars img {
  width: 21.333px;
  height: 21.333px;
  aspect-ratio: 1 / 1;
  display: block;
}

.offerISEiYoh1__rating-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.offerISEiYoh1__text {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 340px;
  margin: 0 auto;
}

.offerISEiYoh1__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offerISEiYoh1__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 26px;
  min-width: 220px;

  border-radius: 11px;
  background: linear-gradient(
    97deg,
    #e100ff 5.19%,
    #ef79ff 72.33%,
    #e100ff 90.65%
  );

  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.offerISEiYoh1__payments {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.offerISEiYoh1__payments li {
  display: flex;
}

.offerISEiYoh1__payments img {
  width: 22px;
  height: 22px;
  aspect-ratio: 1 / 1;
  display: block;
}

@media (max-width: 1199px) {
  .offerISEiYoh1__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .offerISEiYoh1__item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      'logo   rating'
      'bonus  cta'
      'text   cta';
    column-gap: 16px;
    row-gap: 12px;

    padding: 16px;
    text-align: center;
  }

  .offerISEiYoh1__logo-wrap {
    grid-area: logo;
    justify-content: center;
  }

  .offerISEiYoh1__bonus {
    grid-area: bonus;
    text-align: center;
  }

  .offerISEiYoh1__rating {
    grid-area: rating;
    text-align: center;
  }

  .offerISEiYoh1__text {
    grid-area: text;
    text-align: center;
    max-width: none;
  }

  .offerISEiYoh1__cta {
    grid-area: cta;
    align-items: center;
  }

  .offerISEiYoh1__btn {
    width: 100%;
    max-width: 280px;
  }

  .offerISEiYoh1__payments {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .offerISEiYoh1__list {
    grid-template-columns: 1fr;
  }
  .offerISEiYoh1__item {
    width: 328px;
    max-width: 328px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 130px 160px;
    grid-template-areas:
      'logo   rating'
      'bonus  cta'
      'text   cta';

    column-gap: 12px;
    row-gap: 8px;

    padding: 14px;
    align-items: start;
  }

  .offerISEiYoh1__logo-wrap {
    grid-area: logo;
    display: flex;
    justify-content: center;
  }

  .offerISEiYoh1__logo {
    width: 100px;
    height: 36px;
    aspect-ratio: 25 / 9;
    object-fit: contain;
  }

  .offerISEiYoh1__bonus {
    grid-area: bonus;
    max-width: 150px;
  }

  .offerISEiYoh1__bonus-label {
    color: #b5b5b5;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  .offerISEiYoh1__bonus-title {
    margin-top: 4px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }

  .offerISEiYoh1__text {
    grid-area: text;
    max-width: 150px;

    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 8px;
    font-weight: 300;
    line-height: normal;
  }

  .offerISEiYoh1__rating {
    grid-area: rating;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    min-height: 24px;
    margin-top: 2px;
  }

  .offerISEiYoh1__rating-value {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .offerISEiYoh1__stars {
    display: flex;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .offerISEiYoh1__stars li {
    display: flex;
  }

  .offerISEiYoh1__stars img {
    width: 16px;
    height: 16px;
  }

  .offerISEiYoh1__stars li:nth-child(n + 4) {
    display: none;
  }

  .offerISEiYoh1__rating-text {
    display: none;
  }

  .offerISEiYoh1__cta {
    grid-area: cta;

    width: 149px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .offerISEiYoh1__btn {
    width: 149px;
    height: 44px;

    min-width: unset;
    max-width: unset;

    padding: 0;

    border-radius: 11px;
    background: linear-gradient(
      97deg,
      #e100ff 5.19%,
      #ef79ff 72.33%,
      #e100ff 90.65%
    );

    color: #000;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .offerISEiYoh1__payments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;

    margin: 0;
    padding: 0;
    list-style: none;
  }

  .offerISEiYoh1__payments img {
    width: 22px;
    height: 22px;
    aspect-ratio: 1 / 1;
    display: block;
  }
}

@media (max-width: 359px) {
  .offerISEiYoh1__list {
    grid-template-columns: 1fr;
  }
  .offerISEiYoh1__item {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 100px 100px;
    grid-template-areas:
      'logo   rating'
      'bonus  cta'
      'text   cta';

    column-gap: 12px;
    row-gap: 8px;

    padding: 14px;
    align-items: start;
  }
}

.offerISEiYoh1__accordion-row {
  grid-column: 1 / -1;
  list-style: none;
}

.reviewISEiYoh1[data-source='true'] {
  display: none;
}

.reviewISEiYoh1 {
  padding: 80px 0;
}

.reviewISEiYoh1__title {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.reviewISEiYoh1__intro {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  max-width: 900px;
  margin: 0 auto 48px;
}

.reviewISEiYoh1__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reviewISEiYoh1__item {
  background: #0a0a0a;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #32006f;
  padding: 32px;
  margin-bottom: 20px;
}

.reviewISEiYoh1__item-title {
  color: #e100ff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.reviewISEiYoh1__preview {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.reviewISEiYoh1__preview-img {
  width: 750px;
  height: 332.766px;
  object-fit: cover;
  border-radius: 20px;
}

.reviewISEiYoh1__preview-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewISEiYoh1__preview-logo img {
  background: #080809;
  padding: 24px 40px;
  border-radius: 20px;
  max-width: 200px;
}

.reviewISEiYoh1__text {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}

.reviewISEiYoh1 .offerISEiYoh1__item {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1190px) {
  .reviewISEiYoh1 .offerISEiYoh1__item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      'logo   rating'
      'bonus  cta'
      'text   cta';
    column-gap: 16px;
    row-gap: 12px;

    padding: 16px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .reviewISEiYoh1 {
    padding: 48px 0;
  }

  .reviewISEiYoh1__title {
    font-size: 18px;
  }

  .reviewISEiYoh1__intro,
  .reviewISEiYoh1__text {
    font-size: 14px;
  }

  .reviewISEiYoh1__item {
    padding: 5px;
  }

  .reviewISEiYoh1__item-title {
    font-size: 16px;
  }

  .reviewISEiYoh1__preview-img {
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 332.766;
  }

  .reviewISEiYoh1__preview-logo img {
    padding: 16px 24px;
    max-width: 150px;
  }
}

@media (max-width: 1020px) {
  .reviewISEiYoh1 .offerISEiYoh1__item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      'logo   rating'
      'bonus  cta'
      'text   cta';
    column-gap: 16px;
    row-gap: 12px;

    padding: 16px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .reviewISEiYoh1 .offerISEiYoh1__item {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 130px 160px;
    grid-template-areas:
      'logo   rating'
      'bonus  cta'
      'bonus   cta';

    column-gap: 12px;
    row-gap: 8px;

    padding: 14px;
    align-items: start;
  }
}

@media (max-width: 359px) {
  .reviewISEiYoh1 .offerISEiYoh1__item {
    width: 100%;
    max-width: 299px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 110px 137px;
    grid-template-areas:
      'logo rating'
      'bonus cta'
      'bonus cta';
    column-gap: 10px;
    row-gap: 8px;
    padding: 14px;
    align-items: start;
  }
}

.guideBlockISEiYoh1 {
  margin: 0 auto;
  padding: 30px 0;
}

.guideBlock__titleISEiYoh1 {
  color: #e100ff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.guideBlock__textISEiYoh1 {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 32px;
}

.guideBlockISEiYoh1 a {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .guideBlock__titleISEiYoh1 {
    font-size: 14px;
  }

  .guideBlock__textISEiYoh1 {
    font-size: 16px;
  }
}

.footerISEiYoh1 {
  background: #000;
  padding: 40px 0 24px;
}

.footer__gridISEiYoh1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.footer__titleISEiYoh1 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.footer__textISEiYoh1 {
  color: #faf9f0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.footer__copyrightISEiYoh1 {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

.footer__logosISEiYoh1 {
  margin: 32px auto;
}

.footer__logos-listISEiYoh1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
}

.footer__logos-listISEiYoh1 img {
  height: 32px;
  object-fit: contain;
}

.footer__navISEiYoh1 ul {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  margin-bottom: 30px;
}

.footer__navISEiYoh1 a {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.footer__ageISEiYoh1 {
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.footer__warningISEiYoh1 {
  color: #fc6161;
  text-align: center;
  text-shadow: 0 1px 3px #000;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 768px) {
  .footer__gridISEiYoh1 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__navISEiYoh1 ul {
    flex-direction: column;
    gap: 12px;
  }
}

.terms {
  background: linear-gradient(180deg, #32006f 0%, rgba(9, 13, 41, 0) 100%);
  padding: 40px 0;
}

.terms h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}

.terms h2 {
  margin-top: 20px;
}

.terms h2,
.terms p,
.terms ul,
.terms ol {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.terms-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .terms {
    padding: 20px 0;
  }

  .terms h1 {
    font-size: 16px;
  }
  .terms h2 {
    margin-top: 10px;
  }

  .terms-title {
    font-size: 10px;
  }

  .terms h2,
  .terms p,
  .terms ul,
  .terms ol {
    font-size: 12px;
  }
  .terms-title {
    margin-bottom: 40px;
  }
}
