@import url("../fonts/stylesheet.css");

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

a {
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

  font-family: 'Kanit';
  color: #fff;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background: linear-gradient(180deg, #380A73 0%, #000000 98%);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  max-width: 1500px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

a.btn {
  max-width: 235px;
  display: block;
  justify-content: center;
  align-items: center;
  color: #440B8B;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  border-radius: 389.733px;
  border: 5px solid #F3A5DD;
  background: linear-gradient(180deg, #220743 44.45%, #5612A9 100%);
  box-shadow: 0 0 12.2px 8px rgba(147, 105, 255, 0.70) inset, 0 0 30.1px 2px #9369FF;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
  white-space: nowrap;
}

a.btn span {
  background: linear-gradient(135deg, #F3A5DD 0.84%, #E68AE5 13.32%, #CF61F3 25.13%, #BC4AFC 38.27%, #AD49FF 50.68%, #9D58FF 65.53%, #8C75FF 77.21%, #7B99FF 89.5%, #6EB5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 40px;
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-composite: xor;
}

a.btn:hover {
  text-shadow: 0 0 0 #fff;
}

a.details {
  display: block;
  font-size: 0.7rem;
  color: #FFF;
  text-align: center;
  text-decoration: underline;
}

a.details:hover {
  text-decoration: none;
}

/* BANNER */
.banner__img--mob {
  display: none;
}

.banner {
  position: relative;
  background-size: cover;
  overflow: visible;
}

.banner .container {
  display: flex;
  align-items: flex-start;
}

.banner__content {
  padding: 50px 50px 50px 20px;
  min-width: 600px;
}

.banner__content > img {
  max-width: 100%;
}

.banner__content_img img {
  max-width: 150px;
  margin-bottom: 30px;
}

.banner__content_img img:nth-of-type(2) {
  align-self: center;
  margin-left: 30px;
}

@media screen and (min-width: 1100px) {

  .banner__img:before {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    right: 11%;
    width: 82%;
    height: 82%;
    background: linear-gradient(180deg, #c088f5 0%, #7D57FF 100%);
    opacity: 0.65;
    filter: blur(71.6377px);
    z-index: 1;
  }

  .banner__img>img {
    position: relative;
    z-index: 5;
  }
}

.banner__content p:first-of-type {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(135deg, #F3A5DD 0.84%, #E68AE5 13.32%, #CF61F3 25.13%, #BC4AFC 38.27%, #AD49FF 50.68%, #9D58FF 65.53%, #8C75FF 77.21%, #7B99FF 89.5%, #6EB5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner__content p:nth-of-type(2) {
  font-size: 2.1rem;
  text-transform: uppercase;
}

.banner__content p:nth-of-type(3),
.banner__content p:nth-of-type(4) {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.banner__content p:last-of-type {}

.banner__content_title {
  padding: 10px 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.banner__content_title span {
  сolor: #fff;
  font-size: 6rem;
}

.banner__content_img {
  position: relative;
  display: flex;
}

.banner__img {
  position: relative;
}

.banner__img img {
  max-width: 50vw;
  margin-top: 80px;
}

.banner__content .btn {
  margin-top: 33px;
}

.banner__content_methods {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.banner__content_methods img {
  border-style: none;
  margin: 0 10px 0 0;
  width: 75px;
}

.lang-switcher {
  position: absolute;
  left: 340px;
  top: 6px;
  height: 54px;
  width: 54px;
  padding: 12px 3px;
  background: #241F43;
  border-radius: 50px;
  box-shadow: 0 15px 10px -15px #000;
  z-index: 1;
  overflow: hidden;
}

.lang-switcher li:not(:first-child) {
  display: none;
}

.lang-switcher:hover {
  height: fit-content;
  width: fit-content;
  border-radius: 13px;
  padding: 10px;
}

.lang-switcher span {
  display: none;
}

.lang-switcher:hover span {
  display: inline;
}

.lang-switcher:hover li {
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
}

.lang-switcher li:hover {
  background: #58607D;
  border-radius: 13.5385px;
}

.lang-switcher li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.lang-switcher img {
  margin: 0 10px 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.lang-switcher li>span:after {
  content: "";
  height: 10px;
  width: 10px;
  background: #00BB83;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.lang-switcher li a span {
  color: #fff;
}


@media screen and (max-width: 768px) {

  .banner__content_title span {
    font-size: 3rem;
  }

  .banner__content_img {
    justify-content: center;
  }

  .banner__content_img img {
    max-width: 77px;
    margin-bottom: 0;
  }

  .banner__img img {
    max-height: 32vh;
    margin-top: -15px;
  }

  .banner__img--desctop {
    display: none;
  }

  .banner__img--mob {
    display: block;
  }

  a.btn {
    font-size: 1.1rem;
    padding: 1rem;
  }

  .banner__content .btn {
    margin: 25px auto;
  }

  .banner .container>* {
    z-index: 5;
  }

  .desctop-hidden {
    display: block;
    text-align: center;
    width: 100%;
  }

  .desctop-hidden img {
    margin: 15px auto;
    max-width: 100px;
  }

  .banner .container {
    padding: 0;
    flex-direction: column-reverse;
  }

  .banner__content {
    width: 90vw;
    min-width: auto;
    margin: 0 auto;
    padding: 15px 0;
    z-index: 2;
    text-align: center;
  }

  .banner__content_title {
    font-size: 2.6rem;
  }

  .banner__content p:first-of-type {
    font-size: 0.9rem;
    margin: 12px 0 5px 0;
  }

  .banner__content p:nth-of-type(2) {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }

  .banner__content p:nth-of-type(3),
  .banner__content p:nth-of-type(4) {
    font-size: 1.1rem;
  }

  .lang-switcher {
    top: 41px;
    right: -14px;
    left: auto;
  }

  .banner__img img {
    max-width: 100%;
  }

  .banner__img:before {
    background: none;
  }

  .banner__content_methods {
    justify-content: space-around;
  }

  .banner__content_methods img {
    margin: 0;
    width: 67px;
  }
}

/* /BANNER */

/* PAYMENT METHODS */

.payment-methods {
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}

@media screen and (max-width: 768px) {
  .payment-methods img {
    max-height: 55px;
  }
}

/* /PAYMENT METHODS */

/* STEPS */

.steps .container {
  padding: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 70px
}

.steps a {}

.steps .btn {
  margin: 0 auto;
}

.steps__item {
  position: relative;
  text-align: center;
  flex: 1;
}

.steps__item_bg {
  display: flex;
  column-gap: 30px;
  height: 100%;
  padding: 10px 20px;
  backdrop-filter: blur(26.617px);
  -webkit-backdrop-filter: blur(26.617px);
  border-radius: 20.2796px;
  z-index: 10;
  background: linear-gradient(208deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.steps__item_bg img {
  height: 110px;
}

.steps__item:first-of-type::before {
  content: "";
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(180deg, #C049DD 0%, #6400F8 100%);
  right: 77%;
  bottom: -20px;
  z-index: -1;
}

.steps__item:nth-child(2)::before {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(180deg, #C049DD 0%, #6400F8 100%);
  right: 30%;
  top: -50px;
  z-index: -1;
}

.steps__item:last-of-type::before {
  content: "";
  width: 140px;
  height: 140px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(180deg, #C049DD 0%, #6400F8 100%);
  right: -33px;
  bottom: -36px;
  z-index: -1;
}

.steps__item_img {
  max-width: 100px;
}

.steps__item_content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.steps__item_title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Kanit";
}

.steps__item_text {
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}

.steps__item_text img {
  max-height: 45px;
}

.steps__item_bonuses {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.steps__item_bonuses div {
  color: #5DEAB7;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.steps__item_bonuses div span {
  display: block;
  font-size: 2em;
}

@media screen and (max-width: 786px) {

  .steps__item_bg {
    align-items: center;
    height: 100px;
  }

  .steps__item_img {
    display: flex;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    justify-content: center;
  }

  .steps__item_img img {
    width: 100%;
    height: 100%;
  }

  .steps .container {
    padding-top: 65px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }

  .steps__item {
    width: 75vw;
  }

  .steps__item_bonuses div {
    font-size: 1rem;
  }

  .steps__item:nth-child(2) {
    width: 75vw;
    margin: 0;
  }

  .steps__item:nth-child(3) {
    margin: 0;
  }

  .steps__item:nth-child(3):after {
    left: 45px;
    top: -15px;
    padding: 10px;
    font-size: 0.6rem;
  }

  .steps__item:nth-child(2)::before {
    width: 90px;
    height: 90px;
    top: -5px;
    right: -20px;
  }

  .steps__item:first-of-type::before {
    top: 0;
    width: 100px;
    height: 100px;
    left: -10px;
  }

  .steps__item:last-of-type::before {
    content: "";
    bottom: -25px;
    left: -10px;
    width: 100px;
    height: 100px;
  }

  .steps__item_title {
    font-size: 1.5rem;
    white-space: wrap;
  }

  .steps__item_text {
    font-size: 0.9rem;
  }
}

/* /STEPS */

footer {
  padding: 60px 0;
}

footer .container {
  padding: 20px 25px;
}

footer .title-container {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .title__line {
  height: 0.9px;
  width: 100%;
  background-color: #7E77AC;
}

footer .title__text {
  min-width: 200px;
  font-size: 2.2rem;
  font-weight: bold;
  background: linear-gradient(135deg, #F3A5DD 0.84%, #E68AE5 13.32%, #CF61F3 25.13%, #BC4AFC 38.27%, #AD49FF 50.68%, #9D58FF 65.53%, #8C75FF 77.21%, #7B99FF 89.5%, #6EB5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.footer__last-icons {
  display: flex;
  justify-content: center;
}

.footer__last-icons {
  max-height: 20px;
}


/* FOOTER */

.footer_payments {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 20px;
  row-gap: 20px;
  padding: 15px 0;
}

.footer_payments:last-of-type {
  justify-content: center;
}

.payments:nth-child(1) {
  margin-bottom: 30px;
}

.payments:nth-child(1) img {
  height: 50px;
}

.payments:nth-child(2) img {
  height: 25px;
}

.payments {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 20px;
}

.payments__policies img {
  max-height: 40px;
}

.footer__providers {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.providers__item {
  margin: 10px;
  max-height: 25px;
  height: 100%;
}

.icon-18 {
  display: block;
  margin: 0 auto;
}

.copyright {
  padding: 20px 25px 5px;
  margin: 0 auto;
  max-width: 720px;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 768px) {

  footer {
    padding: 30px 0 50px;
  }

  footer .title__line {
    display: none;
  }

  footer .title__text {
    font-size: 1.8rem;
  }

  .providers__item {
    margin: 8px;
    max-height: 20px;
  }

  .payments {
    column-gap: 20px;
  }

  .payments:nth-child(1) img {
    max-height: 40px;
  }

  .payments:nth-child(2) img {
    height: 20px;
  }

  .payments__policies img {
    max-height: 30px;
  }
}

.terms {
  margin: 30px 100px 30px;
}

@media (max-width: 767px) {
  .terms {
    margin: 20px
  }
}

.terms .accordion {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 4px
}

.terms .accordion__header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  border-radius: 4px;
  text-decoration: underline;
  cursor: pointer
}

.terms .accordion__header-label {}

@media (max-width: 767px) {
  .terms .accordion__header {
    color: #fff
  }
}

.terms .accordion__header-icon:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: linear 0.2s
}

.terms .accordion__header.open {
  border-radius: 4px 4px 0 0
}

.terms .accordion__header.open .accordion__header-icon:before {
  content: "";
  transform: scaleY(-1)
}

.terms .accordion__header-label,
.terms .accordion__header-icon {
  color: #fff
}

.terms .accordion__content {
  max-height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #241F43;
  color: #7E77AC
}

.terms .accordion__content.open {
  max-height: initial;
  border-radius: 0 0 4px 4px
}

.terms .accordion__content-container {
  padding: 20px 35px
}

@media (max-width: 767px) {
  .terms .accordion__content-container {
    padding: 20px 15px
  }
}

p.center {
  margin: 20px;
  text-align: center;
}

span.underline {
  text-decoration: underline;
}

/* Benefits */
.benefits {
  margin: 50px 0;
}

.benefits .container {
  margin: 0 auto;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
  row-gap: 40px;
  max-width: 1000px;
  width: 100%;
}

.benefits__item {
  width: 101px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.benefits__item:nth-of-type(5) {
  margin-right: 50px;
}

.benefits__item:first-of-type {
  margin-left: 45px;
}

.benefits__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  text-align: center;
}

.benefits__item-title {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.benefits .btn {
  margin: 30px auto;
}

@media screen and (max-width: 786px) {
  .benefits {
    margin: 20px 0;
  }

  .footer_payments {
    justify-content: center;
    column-gap: 6px;
    align-items: center;
  }

  .benefits .container {
    padding: 10px 0;
    column-gap: 0;
    row-gap: 15px;
    justify-content: flex-start;
  }

  .benefits__item {
    width: 32%;
  }

  .benefits__item-title {
    font-size: 0.55rem;
  }

  .benefits__item:first-of-type {
    margin-left: 0;
  }

  .benefits__item:nth-of-type(5) {
    margin-right: 0;
  }

  .benefits__item-img img {
    height: 40px;
    width: 40px;
  }
}

/* /benefits */