

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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


html,
body {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

input,
button,
textarea {
  font-family: inherit;
}

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

textarea,
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: inherit;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: inherit;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

address {
  font-style: normal;
}

strong {
  display: block;
}

@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/your-bonus-fonts/your-bonus-nunito-sans-regular.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Halant';
  font-style: normal;
  font-weight: 700;
  src: url(/your-bonus-fonts/your-bonus-halant-700.woff2) format('woff2');
}


:root {
  --font-family: 'Nunito Sans', sans-serif;
  --font-secondary: 'Halant', sans-serif;
  --container-width: 1140px;
  --container-step: 100px;
  --container-step-tablet: 30px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #010101;
  --main: #F9F9F9;
  --black: #0C0D0D;
  --tx-color: var(--white);
  --white: #F9F9F9;
  --tx-main-color: var(--white);
  --brown: #2F0014;
  --hover: #7B68EE;
  --active: #4169E1;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-text-stroke-width: 1px;
  font-family: var(--font-secondary), sans-serif;
  letter-spacing: 1px;
  color: var(--white, #F9F9F9);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

p, li {
  color: var(--white, #F9F9F9);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.font-secondary {
  font-family: var(--font-secondary), sans-serif;
}

.txt-color {
  color: var(--tx-main-color);
}

.txt-color-black {
  color: var(--black);
}

.txt-color-brown {
  color: #D4A27A;
}

.span-color {
  color: var(--tx-color);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 1300px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
  @media (max-width: 1300px) {
    margin-bottom: 80px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-90 {
  margin-bottom: 90px;
  @media (max-width: 1300px) {
    margin-bottom: 70px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-60 {
  margin-bottom: 60px;
  @media (max-width: 1300px) {
    margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-80 {
  margin-bottom: 80px;
  @media (max-width: 1300px) {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-20-10 {
  margin-bottom: 20px;
  @media (max-width: 1300px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-24-16 {
  margin-bottom: 24px;
  @media (max-width: 991px) {
    margin-bottom: 16px;
  }
}

.mg-bottom-16-12 {
  margin-bottom: 16px;
  @media (max-width: 600px) {
    margin-bottom: 12px;
  }
}

.mg-bottom-24 {
  margin-bottom: 24px;
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-30-10 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
  @media (max-width: 600px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30-20 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-20-30 {
  margin-bottom: 20px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-50-40 {
  margin-bottom: 50px;

  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-8 {
  margin-bottom: 8px;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid #999;
  background: var(--white, #F9F9F9);
  padding: 14px 16px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  @media (max-width: 600px) {
    font-size: 16px;
  }
}

textarea {
 min-height: 100px;
}

.textarea-padding {
  padding: 14px 16px;
}

.popap_page {
  display: none;
}

.popap_page:active {
  display: block;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

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

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

.rd-transfer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.your-bonus-page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family), sans-serif;
  font-weight: 500;
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page);
}

.your-bonus_terms {
  padding: 80px 0;
  @media (max-width: 600px) {
    padding: 40px 0;
  }
}

.your-bonus-main {
  flex: 1 1 auto;
}


.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

button,
a {
  color: var(--tx-color);
}

.brr-20-10 {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .brr-20-10 {
    border-radius: 10px;
  }
}

.brr-20 {
  border-radius: 20px;
}

.brr-10 {
  border-radius: 10px;
  overflow: hidden;
}

.age {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.liner {
  border-radius: 10px;
  width: 100%;
  height: 16px;
  position: relative;
}
.liner span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
}

.mb-section:not(:last-child) {
  margin-bottom: 80px;
  @media (max-width: 1220px) {
    margin-bottom: 80px;
  }
  @media (max-width: 1300px) {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px;
  @media (max-width: 1300px) {
    margin-bottom: 25px;
  }
  @media (max-width: 600px) {
    margin-bottom: 20px;
  }
}

.mb-section-last {
  margin-bottom: 80px;
  @media (max-width: 1300px) {
      margin-bottom: 60px;
  }
  @media (max-width: 600px) {
      margin-bottom: 40px;
  }
}

.mb-6:not(:last-child) {
  margin-bottom: 6px;
}

.mb-10:not(:last-child) {
  margin-bottom: 10px;
}

.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.p-16-8 {
  padding: 16px;
}
@media (max-width: 1300px) {
  .p-16-8 {
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .p-16-8 {
    padding: 8px;
  }
}

.p-20 {
  padding: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ptb-40-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.ptb-50-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .ptb-50-40 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .ptb-50-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

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

.ptb-16-14 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  .ptb-16-14 {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-all;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 254px;
}
@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}
.logo:focus-visible {
  color: var(--hover);
}
.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.logo span {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.letter-logo-shadow {
  margin-bottom: -8px;
  margin-right: -4px;
  margin-left: -4px;
}

.letter-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1px;
  word-break: break-all;
}

.letter-dash {
  margin-bottom: 6px;
}

.tx-40-26 {
  font-weight: 700;
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 26px;
  }
}

.tx-40-32 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 36px;
  }
  @media (max-width: 600px) {
    font-size: 32px;
  }
}

.tx-40-22 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 22px;
  }
}


.tx-40-18 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-40-20 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-26-20 {
  font-size: 26px;
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-48-38 {
  font-size: 48px;
  @media (max-width: 1300px) {
    font-size: 42px;
  }
  @media (max-width: 600px) {
    font-size: 38px;
  }
}

.tx-48-24 {
  font-size: 48px;
  @media (max-width: 991px) {
    font-size: 36px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.tx-60-30 {
  font-weight: 700;
  font-size: 60px;
  @media (max-width: 1220px) {
    font-size: 50px;
  }
  @media (max-width: 1300px) {
    font-size: 40px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}


.tx-60-26 {
  font-weight: 700;
  font-size: 60px;
  @media (max-width: 1220px) {
    font-size: 50px;
  }
  @media (max-width: 1300px) {
    font-size: 40px;
  }
  @media (max-width: 600px) {
    font-size: 26px;
  }
}



.tx-60-40 {
  font-weight: 400;
  font-size: 60px;

@media (max-width: 1220px) {
    font-size: 50px;
}
@media (max-width: 600px) {
    font-size: 40px;
}
}

.tx-80-34 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-80-34 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .tx-80-34 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .tx-80-34 {
    font-size: 34px;
  }
}

.tx-70-30 {
  font-size: 70px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.tx-70-40 {
  font-size: 70px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 40px;
  }
}

.tx-56-26 {
  font-size: 56px;
  line-height: 100%;
  font-variant-numeric: lining-nums proportional-nums;
  @media (max-width: 1220px) {
    font-size: 42px;
  }
  @media (max-width: 1100px) {
    font-size: 36px;
  }
  @media (max-width: 600px) {
    font-size: 26px;
  }
}

.tx-50-24 {
  font-size: 50px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 40px;
  }
  @media (max-width: 1100px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.mg-top-bottom-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-40-30 {
  margin-top: 40px;
  @media (max-width: 991px) {
    margin-top: 30px;
  }
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-32 {
  margin-top: 32px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-40-20 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-40-12 {
  margin-bottom: 40px;
  @media (max-width: 600px) {
    margin-bottom: 12px;
  }
}

.mg-bottom-40-30 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.mg-bottom-50 {
  margin-bottom: 50px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-bottom-16 {
  margin-bottom: 16px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.pd-top-bottom-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.tx-30-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-30-18 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-38-20 {
  font-size: 38px;

  @media (max-width: 1220px) {
    font-size: 30px;
  }
  @media (max-width: 991px) {
    font-size: 28px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-32-24 {
  font-size: 32px;
  @media (max-width: 1220px) {
    font-size: 30px;
  }
  @media (max-width: 991px) {
    font-size: 28px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}


.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}

.text-yellow {
  color: #CC9D33;
}

.tx-12-150 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
}

.tx-12-8 {
  font-weight: 400;
  font-size: 12px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-10-8 {
  font-weight: 400;
  font-size: 10px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 12px;
  }
}


.tx-16-150 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tx-color);
}

.line-height-150 {
  line-height: 150%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-120-140 {
  line-height: 120%;
  @media (max-width: 600px) {
    line-height: 140%;
  }
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140 {
  line-height: 140%;
}

.tx-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-12 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .tx-20-12 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tx-20-12 {
    font-size: 12px;
  }
}

.tx-24-20 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-24-20 {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.tx-24-22 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  @media (max-width: 600px) {
    font-size: 22px;
  }
}


.tx-20-16 {
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-16 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-28-18 {
  font-size: 28px;

  @media (max-width: 991px) {
    font-size: 18px;
  }
}

.tx-24-14 {
  font-size: 24px;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-24-16 {
  font-size: 24px;
  @media (max-width: 991px) {
    font-size: 16px;
  }
}

.tx-24-18 {
  font-size: 24px;
  @media (max-width: 991px) {
    font-size: 18px;
  }
}


.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .tx-main {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 16px;
  }
}

.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.h100 {
  min-height: 0;
  height: 100%;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

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

.text-left {
  text-align: left;
}


.text-center-max600{
  @media (max-width: 600px) {
    text-align: center;
  }
}

.text-center-min600{
  @media (min-width: 600px) {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
  letter-spacing: 1px;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.your-bonus-header {
  padding: 12px 0;
  background: linear-gradient(0deg, #898989 0%, #505050 24.04%, #000 83.65%), #000;
  color: white;
  z-index: 7;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%; */
  @media (max-width: 600px) {
    padding: 10px 0;
  }
}

.text-capitalize {
  text-transform: capitalize;
}

.right-header-container {
  display: flex;
  align-items: center;
  gap: 20px;
  @media (max-width: 600px) {
    gap: 8px;
  }
}

.right-header-container img {
  width: 24px;
  height: 24px;
  @media (max-width: 600px) {
    width: 32px;
    height: 32px;
  }
}

header .your-bonus-logo img:nth-child(2) {
  width: 107px;
  height: 20px;
}

header .your-bonus-logo img:nth-child(1) {
  width: 24px;
  height: 24px;
}

.your-bonus-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 24px;
  gap: 4px;
}

.your-bonus-header__container {
 display: flex;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 991px) {
    align-items: flex-start;
    gap: 4px;
  }
}

@media (max-width: 991px) {
  .your-bonus-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 1000;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .your-bonus-header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.your-bonus-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.your-bonus-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .your-bonus-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .your-bonus-header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.your-bonus-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(45deg);
}

.your-bonus-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(-45deg);
}

.your-bonus-nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.your-bonus-nav.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  @media (max-width: 991px) {
    display: none;
  }
}

.your-bonus-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  @media (max-width: 991px) {
    background: none;
  }
}



@media (max-width: 991px) {
  .your-bonus-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .your-bonus-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .your-bonus-nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.your-bonus-nav__link {
  font-variant-numeric: lining-nums proportional-nums;
  padding: 5px 20px;
  border-radius: 20px;
  color: var(--white, #F9F9F9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.your-bonus-nav__link.active {
  border-radius: 20px;
  background: linear-gradient(0deg, #450B0B 0%, #DC4025 100%);
}

.your-bonus-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .your-bonus-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.your-bonus-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 8px;
}

.btn {
  display: flex;
  max-width: 227px;
  height: 50px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid var(--white, #F9F9F9);
  background: linear-gradient(0deg, #450B0B 0%, #DC4025 100%);
  color: var(--white, #F9F9F9);
  font-family: Halant, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  @media (max-width: 600px) {
    max-width: 100%;
  }
}

.btn:hover {
  background: linear-gradient(0deg, #450B0B 0%, #f37e6c 49.04%);
}

.btn.play-btn-about{
  max-width: 100%;
  width: 100%;
}

.partners {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24px;
  @media (max-width: 991px) {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
}

.partners a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners a img {
  height: 40px;
}

.partners a img:nth-child(2) {
  max-height: 40px;
}

.partners li {
  max-height: 40px;
  overflow: hidden;
}

.footer-text-2side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-text-2side div{
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 605px;
  width: 100%;
}

.your-bonus_footer_container {
  display: flex;
  flex-direction: column;
}

.your-bonus-footer__link {
  color: var(--white, #F9F9F9);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.your-bonus-footer__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  @media (max-width: 991px) {
    flex-wrap: wrap;
  }
  @media (max-width: 600px) {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.form_page {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.your-bonus-disclaimer-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  height: 100%;
}


.your-bonus-hero-section {
  padding: 80px 0;
  @media (max-width: 991px) {
    padding: 60px 0;
  }
  @media (max-width: 600px) {
    padding: 40px 0;
  }
}

.container-422 {
  max-width: 422px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.your-bonus-hero-container {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid var(--white, #F9F9F9);
  background: linear-gradient(125deg, rgba(0, 0, 0, 0.62) 42.57%, rgba(0, 0, 0, 0.00) 61.46%),
  url(/your-bonus-img/your-bonus-hero-container-img.webp) lightgray 50% / cover no-repeat;
  height: 389px;
  @media (max-width: 600px) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 100%),
    url(/your-bonus-img/your-bonus-hero-container-img-mobile.webp) lightgray 50% / cover no-repeat;
    height: auto;
    padding: 24px;
  }
}

.success-message {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: none;
}

.success-message.active {
  display: block;
}

.western-picture {
  width: 100%;
  max-height: 360px;
  overflow: hidden;
  border-radius: 10px;
}

.promo-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  @media (max-width: 600px) {
    gap: 14px;
  }
}

.promo-list li{
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  @media (max-width: 600px) {
    font-size: 16px;
  }
}

.promo-left-container {
  max-width: 610px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.promo-right-container {
  max-width: 610px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.promo-right-container img{
  object-fit: cover;
}

.your-bonus-about-us-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
  @media (max-width: 991px) {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}

.your-bonus_footer {
  background: linear-gradient(0deg, #898989 0%, #505050 24.04%, #000 83.65%), #000;
  padding: 80px 0;
  @media (max-width: 600px) {
    padding: 40px 0;
  }
}

.disclaimer-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  @media (max-width: 600px) {
    gap: 10px;
  }
}

.contact-2-side {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  @media (max-width: 991px) {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.container-610 {
  max-width: 610px;
  width: 100%;
}

.contact-img {
  border-radius: 10px;
  border: 1px solid #2490CA;
  overflow: hidden;
}

.contact-img img{
  object-fit: cover;
}

.games-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(267px, 0fr));
  gap: 20px;
  justify-items: center;
  justify-content: center;
}

.game-item {
  width: 267px;
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(4px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.game-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.game-item:hover::before {
  transform: translateX(100%);
}

.game-item:hover {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow:
          0 20px 40px rgba(255, 255, 255, 0.4);
  .game-image {
    filter: brightness(0.5);
  }
}

.game-image {
  width: 227px;
  height: 227px;
  margin-bottom: 15px;
  object-fit: cover;
}

.game-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.game-title {
  color: var(--white, #F9F9F9);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.game-item:hover .game-title {
  color: #ffffff;
}

.game-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.star {
  width: 20px;
  height: 20px;
}

.rating-text {
  color: var(--white, #F9F9F9);
  text-align: center;
  font-family: Padauk, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  border-radius: 30px;
  border: 1px solid #F9F9F9;
  background: linear-gradient(0deg, #450B0B 0%, #DC4025 100%);
  color: var(--white, #F9F9F9);
  font-family: Halant, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.3s ease;
  max-width: 227px;
}

.play-button:hover {
  background: linear-gradient(0deg, #450B0B 0%, #ed7a66 49.04%);
  transform: translateY(-2px);
}

.play-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .games-list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 0fr));
    gap: 15px;
  }

  .game-item {
    width: 260px;
    padding: 15px;
  }

  .game-image {
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 480px) {

  .game-image {
    width: 248px;
    height: 230px;
  }

  .games-list {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 300px) {
  .game-image {
    width: 235px;
    height: 230px;
  }
}

/* Дополнительные эффекты */

.your-bonus-game-list-section {
  padding: 80px 0;
  @media (max-width: 991px) {
    padding: 60px 0;
  }
  @media (max-width: 600px) {
    padding: 40px 0;
  }
}



.accordion-item {
  overflow: hidden;
}

.accordion-header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  @media (max-width: 600px) {
    padding: 16px;
  }
}

.faq-icon {
  width: 24px;
  height: 24px;
}

.plus-icon {
  width: 40px;
  height: 40px;
}

.accordion-title {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--white, #F9F9F9);
  font-family: "Chakra Petch", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 600px) {
    align-items: flex-start;
  }
}

.accordion-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.accordion-arrow.rotated {
  transform: rotate(360deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content.expanded {
  max-height: 500px;
}

.accordion-text {
  padding: 0 20px 20px 20px;
  color: var(--white, #F9F9F9);
  font-family: Padauk, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 16px;
  }
}

.aujackpotsearch-faq {
  color: #ffffff;
}

.accordion-faq-list {
  border-radius: 20px;
  background: linear-gradient(180deg, #321300 0%, #5C2301 63.94%, #763006 100%);
  padding: 32px;
  @media (max-width: 600px) {
    padding: 20px;
  }
}

.footer_container-text {
  border-radius: 20px;
  border: 1px solid #F9F9F9;
  padding: 16px;
  @media (max-width: 600px) {
    border-radius: 10px;
    border: 1px solid #F9F9F9;
    padding: 16px 12px;
  }
}

.container-605 {
  max-width: 605px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.flex-footer-2-container {
  display: flex;
  gap: 30px;
  @media (max-width: 991px) {
    flex-direction: column;
    gap: 16px;
  }
}

.hero-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.hero-list li{
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #9747FF 0%, #1A291C 77.88%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-list li img{
  width: 24px;
  height: 24px;
}

.display-none {
  display: none;
  @media (max-width: 991px) {
    display: block;
  }
}

.display-none-max {
  @media (max-width: 991px) {
    display: none;
  }
}

.padding-section {
  padding: 80px 0;
  @media (max-width: 991px) {
    padding: 60px 0;
  }
  @media (max-width: 600px) {
    padding: 40px 0;
  }
}

.flex-2-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.flex-2-container-img {
  max-width: 299px;
  height: 294px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  @media (max-width: 991px) {
    max-width: 100%;
    height: auto;
  }
}

.flex-2-container-img img {
  object-fit: cover;
}

.flex-2-container-text {
  max-width: 809px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.contact-container {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(5px);
  padding: 32px;
  max-width: 884px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  @media (max-width: 600px) {
    padding: 16px;
  }
}

.contact-form {
  width: 100%;
}

.contact-form-mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.contact-form-mail img {
  width: 24px;
  height: 24px;
}

.form-group {
  width: 100%;
}

.form-group input, textarea {
  margin-top: 8px;
}

.footer-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 991px) {
    justify-content: center;
  }
}

.message-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.message-icon li {
  width: 32px;
  height: 32px;
}


