@import url("https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "TikTok Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  background: #11171C;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
    gap: 24px;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

a, button {
  cursor: pointer;
  font-family: inherit;
  display: block;
  text-decoration: none;
  color: inherit;
  border: none;
}

ul,
ol {
  padding-left: 18px;
  margin: 0;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 42px;
  }
}

.h1 {
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
}

@media (min-width: 1200px) {
  .h1 {
    font-size: 48px;
  }
}

.h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
}

@media (min-width: 1200px) {
  .h2 {
    font-size: 48px;
  }
}

.h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

@media (min-width: 1200px) {
  .h3 {
    font-size: 24px;
  }
}

.accent {
  color: #2462ec;
}

.link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}

.link:hover, .link:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #2462ec;
}

.link:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: #ecae24;
}

.btn {
  font-family: inherit;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 12px;
  padding: 12px 24px;
  border: none;
  background: #2462ec;
  font-family: inherit;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn:hover, .btn:focus {
  background: #ecae24;
}

.btn:active {
  color: #2462ec;
}

.btn.w-full {
  max-width: 100%;
}

.btn__refuse {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

@media (min-width: 1200px) {
  .btn {
    padding: 14px 24px;
  }
}

.item-border {
  border: 1px solid #465a75;
  border-radius: 6px;
  padding: 6px;
  background: #11171c;
}

@media (min-width: 1200px) {
  .item-border {
    border-radius: 8px;
    padding: 12px;
  }
}

.header {
  padding-top: 12px;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .header {
    padding-top: 72px;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border: 1px solid #465a75;
  border-radius: 12px;
  padding: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#142d66), to(#0d121c));
  background: linear-gradient(180deg, #142d66 0%, #0d121c 100%);
}

@media (min-width: 1200px) {
  .header__content {
    padding: 24px;
    gap: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 100%;
}

@media (min-width: 1200px) {
  .header__left {
    gap: 10px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 100%;
}

@media (min-width: 1200px) {
  .header__right {
    max-width: 332px;
  }
}

.header__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border: 1px solid #465a75;
  border-radius: 12px;
  padding: 12px;
  background: #0d121c;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cards__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .cards__item {
    padding: 24px;
    gap: 50px;
  }
}

.cards__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 6px 0;
  padding: 6px 12px;
  background: #ecae24;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #09080f;
}

@media (min-width: 1200px) {
  .cards__label {
    padding: 12px 24px;
  }
}

.cards__left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .cards__left-block {
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cards__logo {
  width: 100%;
  max-width: 160px;
}

@media (min-width: 768px) {
  .cards__logo {
    max-width: 230px;
  }
}

.cards__logo-img {
  width: 100%;
}

.cards__bonus {
  font-weight: 700;
  font-size: 11px;
  line-height: 120%;
}

@media (min-width: 1200px) {
  .cards__bonus {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
  }
}

.cards__descr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 350px;
}

@media (min-width: 1200px) {
  .cards__descr-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cards__rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1200px) {
  .cards__rating-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cards__rating__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 1200px) {
  .cards__rating__title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cards__rating-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
}

@media (min-width: 768px) {
  .cards__rating-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
  }
}

.cards__rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards__rating-stars img {
  width: 100%;
  max-width: 14px;
}

@media (min-width: 768px) {
  .cards__rating-stars img {
    max-width: 20px;
  }
}

.cards__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .cards__right-block {
    max-width: 170px;
  }
}

@media (min-width: 1200px) {
  .cards__right-block {
    max-width: 310px;
  }
}

.cards__pmnt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}

@media (min-width: 1200px) {
  .cards__pmnt-block {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.cards__pmnt-block img {
  width: 100%;
  max-width: 50px;
  max-height: 22px;
}

@media (min-width: 1200px) {
  .cards__pmnt-block img {
    max-height: 100%;
    max-width: 90px;
  }
}

.cards__pmnt-block img.mc {
  max-width: 30px;
}

@media (min-width: 1200px) {
  .cards__pmnt-block img.mc {
    max-width: 60px;
  }
}

.disclaimer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border: 1px solid #465a75;
  border-radius: 12px;
  padding: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#142d66), to(#0d121c));
  background: linear-gradient(180deg, #142d66 0%, #0d121c 100%);
}

@media (min-width: 1200px) {
  .disclaimer__content {
    padding: 24px;
  }
}

.section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #09080f;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .footer__content {
    gap: 24px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .footer__list {
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .line {
  width: 100%;
  border: 1px solid #37404d;
}

.footer__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.cookie-popup {
  width: 100%;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  display: none;
}

.cookie-popup.show {
  display: block;
}

@media (min-width: 1200px) {
  .cookie-popup {
    max-width: 100%;
  }
}

.cookie-popup__content {
  position: relative;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #37404d;
  background: #09080f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

@media (min-width: 1200px) {
  .cookie-popup__content {
    padding: 40px;
  }
}

.cookie-popup__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}

.cookie-popup__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.cookie-popup__btns .btn {
  max-width: 100%;
}

@media (min-width: 768px) {
  .cookie-popup__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.form {
  border: 1px solid #465a75;
  border-radius: 12px;
  padding: 24px;
  background: #0d121c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .form__inputs {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.form__input {
  border-radius: 6px;
  padding: 12px;
  background: #09080f;
  border: none;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */