@font-face {
    font-family: 'Manrope Light';
    src: url('../fonts/Manrope-Light.eot');
    src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-Light.woff2') format('woff2'), url('../fonts/Manrope-Light.woff') format('woff'),
      url('../fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'),
      url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Manrope Medium';
    src: url('../fonts/Manrope-Medium.eot');
    src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'),
      url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Manrope SemiBold';
    src: url('../fonts/Manrope-SemiBold.eot');
    src: url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope-SemiBold.woff') format('woff'),
      url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Manrope Bold';
    src: url('../fonts/Manrope-Bold.eot');
    src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-Bold.woff2') format('woff2'), url('../fonts/Manrope-Bold.woff') format('woff'),
      url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Manrope ExtraBold';
    src: url('../fonts/Manrope-ExtraBold.eot');
    src: url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Manrope-ExtraBold.woff2') format('woff2'), url('../fonts/Manrope-ExtraBold.woff') format('woff'),
      url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }
  
  ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
  }
  li::marker {
    color: rgb(236, 172, 26);
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
  }
  
  button {
    cursor: pointer;
  }
  html {
    width: 100%;
    height: 100%;
  }
  
  body {
    width: 100%;
    min-height: 100vh;
    background-color: #1a1a1a;
    color: #fff;
    font-family: 'Manrope';
    font-size: 18px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  p {
    font-family: 'Manrope';
    line-height: 150%;
  }
  
  a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
  }
  
  .wrapper {
    min-width: 1420px;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url('../assets/img/bg_top.webp') center top no-repeat;
    background-size: contain;
  }
  
  .container {
    width: 1420px;
    padding: 0 20px;
    margin: 0 auto;
  }
  
  /*FOOTER*/
  footer.footer {
    width: 100%;
    background: url('../assets/img/bg_bot.webp') center bottom no-repeat;
    background-size: cover;
  }
  .footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ico {
    display: inline-block;
  }
  
  .ico-checkmark {
    width: 16px;
    height: 16px;
    background: url('../assets/img/checkmark.svg') center no-repeat;
  }
  
  .ico-winner {
    width: 16px;
    height: 16px;
    background: url('../assets/img/ico/winner.svg') center no-repeat;
  }
  
  .ico-win {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background: url('../assets/img/ico/win.svg') center no-repeat;
  }
  
  .ico-Isplata {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  
  .ico-sub {
    width: 10px;
    height: 10px;
    background: url('../assets/img/ico/sub.svg') center no-repeat;
  }
  
  .ico-fire {
    width: 16px;
    height: 16px;
    background: url('../assets/img/ico/fire.svg') center no-repeat;
  }
  
  .ico-jackpot {
    width: 16px;
    height: 16px;
    background: url('../assets/img/ico/jackpot.svg') center no-repeat;
  }
  
  .ico-why {
    width: 48px;
    height: 48px;
    background: url('../assets/img/ico/why.svg') center no-repeat;
  }
  
  .ico-security {
    width: 48px;
    height: 48px;
    background: url('../assets/img/ico/security.svg') center no-repeat;
  }
  
  .ico-bonus {
    width: 48px;
    height: 48px;
    background: url('../assets/img/ico/bonus.svg') center no-repeat;
  }
  
  .ico-payment {
    width: 48px;
    height: 48px;
    background: url('../assets/img/ico/payment.svg') center no-repeat;
  }
  
  @media screen and (max-width: 1420px) {
    .container {
      width: 100%;
    }
    .wrapper {
      min-width: 320px;
    }
    footer.footer {
      height: auto;
    }
  }
  /*! 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 */
  }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    -webkit-box-sizing: content-box;
    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.
   */
  
  /**
   * 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 {
    -webkit-box-sizing: border-box;
    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'] {
    -webkit-box-sizing: border-box;
    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;
  }
  
  .header {
    height: 90px;
    background: #121212;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 5px 0;
  }
  
  .title_offersTitle {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(90deg, #9ef542, #3bf10d, #2bff01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
  }
  
  @media (max-width: 1300px) {
    .title_offersTitle {
      font-size: 32px;
    }
  }
  
  @media (max-width: 900px) {
    .title_offersTitle {
      font-size: 22px;
    }
  }
  .title_descr {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .headerLogo {
    width: 40px;
  }
  
  .headerText {
    font-size: 18px;
  }
  @media (max-width: 991px) {
    .headerText {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 1420px) {
    .header {
      height: 50px;
    }
  }
  
  .footer__logo_egth {
    width: 50px;
  }
  .footerLogoLink {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer {
    padding-top: 32px;
  }
  .footer__text {
    text-align: center;
    color: #fff;
    line-height: 150%;
    margin: 0 0 32px;
    font-size: 16px;
  }
  .footer__line {
    width: 100%;
    height: 2px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(53.96%, #ffffff),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 53.96%, rgba(255, 255, 255, 0) 100%);
  }
  .footer__logo_egth {
    object-fit: contain;
  }
  .footer__logos-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
    align-items: center;
  }
  .footer__logo {
    max-height: 40px;
  }
  .footer__logos-wrapper img {
    margin: 0 10px;
  }
  
  @media screen and (max-width: 1420px) {
    .footer {
      padding: 0 20px;
    }
    .footer__text {
      margin: 0 0 24px;
      font-size: 12px;
    }
    .footer__logos-wrapper {
      margin: 24px 0;
    }
    .footer__logos-wrapper img {
      height: 33px;
      margin: 10px 10px;
    }
  }
  .titling {
    margin: 48px 0;
  }
  .titling__h1-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .titling__h1-cover img {
    max-width: 698px;
    max-height: 92px;
    width: 100%;
    height: auto;
  }
  .titling__h1 {
    font-size: 66px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope ExtraBold';
    margin: 0;
  }
  .titling__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
  }
  .titling__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
  }
  .titling__info-item span {
    font-family: 'Manrope Medium';
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    margin-left: 7px;
  }
  
  .casino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .casino__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #7d7d7d;
    background-color: #181818;
    padding-bottom: 6px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 214, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(255, 214, 0, 0.25);
    margin-bottom: 48px;
    border-radius: 12px;
    max-width: 686px;
    width: 100%;
    overflow: hidden;
  }
  .casino__left {
    width: 50%;
    padding: 8px;
    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;
  }
  .casino__left > a {
    max-height: 116px;
  }
  .casino__left p,
  .casino__left h3 {
    margin: 0;
  }
  .casino__left p {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Manrope SemiBold';
    color: #7d7d7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .casino__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    background-color: #5b5b5b;
  }
  .casino__label span {
    font-family: 'Manrope ExtraBold';
    font-size: 14px;
    line-height: 140%;
    display: inline-block;
    margin-right: 6px;
  }
  .casino__img {
    aspect-ratio: 250/116.67;
    width: 100%;
    max-width: 250px;
  }
  
  .casino__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .casino__info:last-child {
    margin-bottom: 0;
  }
  .casino__score {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 35px;
  }
  .casino__score h3 {
    font-size: 16px;
    line-height: 33px;
    font-family: 'Manrope Light';
  }
  .casino__score span {
    font-size: 24px;
    line-height: 33px;
    font-family: 'Manrope Bold';
  }
  .casino__stars {
    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;
    padding: 0 12px;
  }
  .casino__Isplata {
    margin-right: 32px;
  }
  .casino__Isplata h3 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
    margin-right: 32px;
  }
  .casino__rate h3 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
  }
  .casino__right {
    width: 50%;
    padding: 0 8px 0;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .casino__bonus-title {
    color: #7d7d7d;
    font-family: 'Manrope Bold';
    font-size: 20px;
    text-align: center;
    margin: 0;
  }
  .casino__bonus-info {
    text-align: center;
    font-family: 'Manrope Light';
    background: url('../assets/img/bonus_bg.webp') center no-repeat;
    background-size: contain;
    line-height: 27px;
    font-size: 20px;
    margin: 0 0 24px;
  }
  .casino__bonus-info span {
    display: block;
    font-family: 'Manrope ExtraBold';
    font-size: 40px;
    line-height: 60px;
  }
  .casino__bonus-info b {
    font-family: 'Manrope Light';
    line-height: 40px;
  }
  .casino__get-bonus {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-family: 'Manrope SemiBold';
    width: 100%;
    padding: 2px 0;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid #7d7d7d;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 155, 43)), to(rgb(21, 146, 1)));
    background: linear-gradient(90deg, rgb(0, 155, 43) 0%, rgb(21, 146, 1) 100%);
  }
  .casino__subinfo {
    font-size: 14px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .casino__subinfo span {
    font-family: 'Manrope Bold';
  }
  .casino__subinfo .ico {
    margin-left: 4px;
  }
  
  .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 37px;
  }
  
  .star {
    width: 18px;
    height: 18px;
    background: url('../assets/img/ico/star.svg') center no-repeat;
    background-size: contain;
    margin-right: 3px;
  }
  
  .star-half {
    width: 18px;
    height: 18px;
    background: url('../assets/img/ico/star-half.svg') center no-repeat;
    background-size: contain;
  }
  
  .casino__item-vip {
    border: 1px solid #79f134;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 214, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(255, 214, 0, 0.5);
  }
  .casino__item-vip .casino__right {
    background: url('../assets/img/vip_bg.webp') center no-repeat;
    background-size: cover;
  }
  .casino__item-vip .casino__label {

    background: linear-gradient(
      90deg,
      rgb(159, 236, 26) 0%,
      rgb(114, 231, 30) 32%,
      rgb(201, 255, 100) 68%,
      rgb(143, 245, 53) 100%
    );
  }
  .casino__item-vip .casino__label .casino__get-bonus {
    border: 1px solid #79f134;
  }
  .casino__item-vip .casino__label span {
    color: #151515;
    display: inline-block;
  }
  
  @media screen and (max-width: 1420px) {
    .titling {
      margin: 8px 0 12px;
    }
    .titling__h1-cover {
      max-width: 600px;
      margin: 0 auto;
    }
    .casino {
      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;
      padding: 0 20px;
    }
    .casino__item {
      margin-bottom: 20px;
    }
    .casino__left {
      padding: 6px;
    }
    .casino__left .ico {
      width: 16px;
      height: 16px;
    }
    .casino__left > a {
      max-height: 77px;
    }
    .casino__left p {
      font-size: 8px;
    }
    .casino__right {
      padding-top: 12px;
    }
    .casino__label span {
      font-size: 10px;
    }
    .casino__label .ico {
      height: 12px;
      width: 12px;
      background-size: contain;
    }
    .casino__info {
      margin-bottom: 12px;
    }
    .casino__get-bonus {
      font-size: 16px;
      line-height: 22px;
      padding: 12px 0;
    }
    .casino__stars {
      padding: 0 8px;
    }
    .casino__score {
      margin-right: 0;
    }
    .casino__score span {
      font-size: 18px;
      line-height: 16px;
    }
    .casino__score h3 {
      line-height: 16px;
      font-size: 12px;
    }
    .casino__rate h3 {
      font-size: 12px;
      line-height: 16px;
      margin-top: 0;
    }
    .casino__Isplata {
      margin-right: 8px;
    }
    .casino__Isplata h3 {
      font-size: 12px;
      line-height: 16px;
      margin-top: 0;
    }
    .casino__bonus-title {
      font-size: 14px;
      line-height: 19px;
    }
    .casino__bonus-info {
      line-height: 22px;
      font-size: 16px;
      margin: 0 0 12px;
    }
    .casino__bonus-info span {
      display: block;
      font-family: 'Manrope ExtraBold';
      font-size: 24px;
      line-height: 33px;
    }
    .casino__bonus-info b {
      font-family: 'Manrope Light';
      line-height: 16px;
      line-height: 25px;
    }
    .casino__subinfo {
      font-size: 8px;
    }
    .stars {
      height: 18px;
      padding: 0 8px;
    }
    .star {
      width: 12px;
      height: 12px;
    }
  }
  @media screen and (max-width: 900px) {
    .titling__info {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr);
      grid-template-columns: repeat(2, 1fr);
      padding: 0 40px;
    }
    .titling__h1-cover {
      max-width: 270px;
      margin-bottom: 5px;
    }
    .titling__info-item {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 4px;
      margin-right: 0;
    }
    .titling__info-item span {
      font-size: 10px;
      word-break: keep-all;
      display: inline-block;
      margin-left: 8px;
    }
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
  }
  
  .pop-up {
    position: fixed;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    color: #fff;
    border: 1px solid #fff500;
    background-color: black;
    border-radius: 0;
    color: #fff;
    width: 370px;
    z-index: 1000;
    height: 500px;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 10px;
  }
  
  @media (max-width: 384px) {
    .pop-up {
      width: 90%;
    }
  }
  
  .pop-up__block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    gap: 10px;
    background-color: #ecac1a;
    height: 38px;
    color: black;
    border-radius: 5px;
    font-weight: 800;
  }
  
  .pop-up__section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
  }
  
  .pop-up__section__1 {
    color: #7d7d7d;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  
  .pop-up__section__2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
  }
  
  .pop-up__section__3 {
    font-size: 40px;
    font-weight: 800;
    margin: 0;
  }
  
  .pop-up__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 55px;
    color: #fff;
    border-radius: 20px;
  
    background-color: #0c9511;
  }
  
  #close-button {
    position: absolute;
    top: 0;
    right: 10px;
    border: none;
    width: 25px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    font-size: 16px;
    margin-top: 20px;
  }
  
  .footerMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .footerLink {
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .docWrap {
    padding: 50px 20px;
    max-width: 1220px;
    margin: 0 auto;
  }
  
  @media (max-width: 991px) {
    .footerMenu {
      gap: 10px;
      flex-direction: column;
    }
    .title_descr {
      max-width: 100%;
    }
    .title_offersTitle {
      text-align: center;
    }
  }
  
  .choose_rec {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .choose_rec h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      rgb(159, 236, 26) 0%,
      rgb(114, 231, 30) 32%,
      rgb(201, 255, 100) 68%,
      rgb(143, 245, 53) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: start;
    margin-bottom: 24px;
    width: 100%;
  }
  
  .choose_rec p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #bdbdbd;
    text-align: start;
    width: 100%;
    max-width: 950px;
  }
  
  .choose_rec ul {
    text-align: start;
    width: 100%;
    max-width: 950px;
  }
  
  .choose_rec li {
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #bdbdbd;
  }
  
  @media (min-width: 1200px) {
    .choose_rec h2 {
      font-size: 32px;
      margin: 0;
      padding-bottom: 15px;
      text-align: left;
      width: 100%;
    }
  
    .choose_rec p {
      font-size: 16px;
      /*width: 1220px;*/
      margin: 0;
    }
  
    .choose_rec ul {
      margin: 0;
      padding-top: 10px;
    }
  
    .choose_rec li {
      font-size: 16px;
      /*width: 1220px;*/
    }
  }
  
  /* -----------------BETTING STEP---------------- */
  
  .card_img {
    display: none;
  }
  
  .start_betting h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      rgb(159, 236, 26) 0%,
      rgb(114, 231, 30) 32%,
      rgb(201, 255, 100) 68%,
      rgb(143, 245, 53) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
  
    text-align: left;
  }
  
  .start_betting h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 158%;
    color: #202020;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    background: linear-gradient(
      90deg,
      rgb(159, 236, 26) 0%,
      rgb(114, 231, 30) 32%,
      rgb(201, 255, 100) 68%,
      rgb(143, 245, 53) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-top: 17px;
  }
  
  .start_betting h4 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
  }
  
  .start_betting p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #bdbdbd;
    margin-top: 12px;
  }
  .start_betting ul {
    padding: 0;
  }
  
  @media (max-width: 714px) {
    .start_betting {
      display: flex;
      flex-direction: column;
    }
  }
  
  @media (min-width: 1200px) {
    .start_betting {
      margin-bottom: 60px;
      width: 100%;
    }
  
    .card_img {
      display: flex;
      width: 24px;
      height: 24px;
      margin-top: 84px;
    }
  
    .start_betting ul {
      display: flex;
      gap: 10px;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .start_betting li {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
    }
  
    .start_betting h2 {
      font-size: 32px;
      text-align: start;
    }
  
    .start_betting li {
      display: flex;
      flex-direction: column;
    }
    .start_betting h3 {
      margin-bottom: 16px;
    }
  }
  
  /* ------------------types_of_betting------------------- */
  
  .types_of_betting {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .types_of_betting h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      rgb(159, 236, 26) 0%,
      rgb(114, 231, 30) 32%,
      rgb(201, 255, 100) 68%,
      rgb(143, 245, 53) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
  
    text-align: left;
    width: 100%;
    max-width: 950px;
  }
  
  .types_of_betting h3 {
    margin-bottom: 12px;
    margin-top: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
  }
  
  .types_of_betting p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #bdbdbd;
  }
  .types_of_betting ul {
    padding: 0;
  }
  
  @media (min-width: 1200px) {
    .types_of_betting h2 {
      font-size: 32px;
      text-align: start;
    }
  
    .types_of_betting h3 {
      font-size: 20px;
    }
  
    .types_of_betting p {
      font-size: 16px;
      max-width: 1220px;
    }
  }
  
  /* -------------------payment---------------- */
  
  .payment {
    margin-bottom: 60px;
  }
  
  .payment h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      rgb(159, 236, 26) 0%,
      rgb(114, 231, 30) 32%,
      rgb(201, 255, 100) 68%,
      rgb(143, 245, 53) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 24px;
  
    text-align: start;
    width: 100%;
    max-width: 950px;
  }
  
  .payment p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #bdbdbd;
    margin-bottom: 14px;
    text-align: start;
    width: 100%;
    max-width: 950px;
  }
  
  .payment ul {
    text-align: start;
    width: 100%;
    max-width: 950px;
  }
  
  .payment li {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #bdbdbd;
    list-style: disc;
    margin-bottom: 12px;
  
    max-width: 950px;
  }
  
  /* ---------------SAFE-------------- */
  
  .safe {
    padding-bottom: 60px;
  }
  
  .safe h2 {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    background: linear-gradient(
      90deg,
      rgb(159, 236, 26) 0%,
      rgb(114, 231, 30) 32%,
      rgb(201, 255, 100) 68%,
      rgb(143, 245, 53) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 24px;
  
    text-align: start;
    width: 100%;
    max-width: 950px;
  }
  
  .safe p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #bdbdbd;
    text-align: start;
    width: 100%;
    max-width: 950px;
  }
  
  .safe ul {
    display: flex;
    flex-direction: column;
    text-align: start;
    width: 100%;
    margin-top: 10px;
  
    max-width: 950px;
  }
  
  .safe li {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #bdbdbd;
    list-style: disc;
    margin-bottom: 12px;
  }
  
  .footer__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding-bottom: 20px;
  }
  
  @media (max-width: 500px) {
    .footer__flex {
      flex-direction: column;
    }
  }
  
  .footer__flex p {
    padding-bottom: 10px;
  }
  
  .footer h3,
  .footer h4 {
    text-align: center;
    padding-bottom: 10px;
  }
  
  .footerMenu {
    padding: 20px 0;
  }
  
  .copyright {
    text-align: center;
  }
  
  .content.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .docHeader {
    margin: 20px 0;
  }
  .docItemDesc,
  .docItemTitle {
    padding-bottom: 10px;
  }
  .docList {
    padding: 0 10px 0 30px;
    list-style: disc;
  }
  