/*! 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 {
    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 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  



@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-display: swap;
    src: url("../luckyspinsslots-fonts/luckyspinsslots-Montserrat-Regular.woff2");
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-display: swap;
    src: url("../luckyspinsslots-fonts/luckyspinsslots-Montserrat-Medium.woff2");
}

@font-face {
    font-family: Montserrat;
  font-weight: 700;
  font-display: swap;
  src: url("../luckyspinsslots-fonts/luckyspinsslots-Montserrat-Bold.woff2");
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-display: swap;
    src: url("../luckyspinsslots-fonts/luckyspinsslots-Montserrat-ExtraBold.woff2");
  }


html{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }

  p,h1,h2,h3,h4,h5,h6, ul{
    margin: 0;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

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

  #confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


  img {
    max-width: 100%;
  }

  body{
    font-family: Montserrat;
    background: #000;
  }


.container {
  position: relative;
    max-width: 1260px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
}

.luckyspinsslots-header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: #000;
    width: 100%;
}

.luckyspinsslots-header__fixed{
    position: relative;
    top: 0px;
    left: 0;
    padding: 0 10px;
}

.mb-120-78 {
    margin-top: 120px;
}

@media (max-width:600px) {
    .mb-120-78 {
        margin-top: 78px;
    }
}

.luckyspinsslots-header__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1240px;
    margin: 0 auto;
  }

  .luckyspinsslots-header__box{
    padding-top: 50px;
  }


  .luckyspinsslots-hero{
    position: relative;
    background-size: cover;
    padding-bottom: 0px;
}

  .luckyspinsslots-header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 30px;
  }

  .luckyspinsslots-header__burger{
    display: none;
  }

  .luckyspinsslots-header__link{
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  .luckyspinsslots-header__link:hover{
      transition: 0.4s;
      opacity: 0.5;
  }

  .header__link__logo {
    color: #FFF;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
  }

  .header__link__logo:hover {
    color: #0F640E;
  }

  .header__list{
    display: flex;
    gap: 20px;
  }

  .header__link_1{
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #FFF;
    transition: 0.4s;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
  }

  .header__link_2{
    padding: 10px 30px;
    border-radius: 5px;
    background: #FFF;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    transition: 0.4s;
  }

  .header__link_1:hover{
      transition: 0.4s;
      background: #1E1E1E;
  }

  .header__link_2:hover{
      transition: 0.4s;
      background: #1E1E1E;
  }

  .luckyspinsslots-hero__block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 700px;
    gap: 20px;
  }


  .luckyspinsslots-hero__img {
    max-width: 500px;
    width: 100%;
    height: 410px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../luckyspinsslots-img/luckyspinsslots-hero-two.webp");
    border-radius: 150px 50px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    box-shadow: 0px 4px 50px 0px #AF81AD;
  }

  .header__wrap{
 
  }

  .header__wrap__index{
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .luckyspinsslots-hero__title{
    color: #FFF;

    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .luckyspinsslots-hero__subtitle{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .luckyspinsslots-hero__link {
    max-width: 222px;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #14121C;
    background: linear-gradient(180deg, #794985 0%, #FEA24A 100%);
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition:background .3s ease-in-out ;
  }

  .luckyspinsslots-hero__link:hover {
    background: #0F640E;
  }

  .luckyspinsslots-hero{

  }

  .luckyspinsslots-about-info {
    padding: 60px 0;
  }

  .luckyspinsslots-about-info__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .luckyspinsslots-about-info__title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .luckyspinsslots-about-info__text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  @media (max-width:600px) {
    .luckyspinsslots-about-info__title {
        font-size: 30px;
    }
  }

  .luckyspinsslots-hero__lang{
    display: none;
    width: 43px;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #1D2123;
    background: #FFF;
    color: #1D2123;
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .active__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.luckyspinsslots-header__lang:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #1D2123;
    color: #FFF;
}

  .slick-prev, .slick-next {
    display: none !important;
}

.luckyspinsslots-machines-info__item{
    position: relative;
    max-width: 400px;
    width: 100%;
  }

  .luckyspinsslots-machines-info__inner{
    position: relative;
    margin-bottom: 20px;
    height: 400px;
    border-radius: 10px;
  }

  .luckyspinsslots-machines-info__images {
    display: block;
    width: 100%;
    height: 400px;
  }

  .luckyspinsslots-machines-info__inner img {
    max-width: none;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .luckyspinsslots-machines-info__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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .luckyspinsslots-machines-info__content:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }

  .luckyspinsslots-machines-info__head{
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  .luckyspinsslots-machines-info__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .luckyspinsslots-machines-info__rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .luckyspinsslots-machines-info__numb{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }

  .luckyspinsslots-machines-info__play{
    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;
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #14121C;
    background: linear-gradient(180deg, #794985 0%, #FEA24A 100%);
    color: #000;
    width: 100%;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .luckyspinsslots-machines-info__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;
    padding: 10px 20px;
    border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #FFF;
    background: #777;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .luckyspinsslots-machines-info__play:hover{
    background: #4f4e4e;
    color: #fff;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }

  .luckyspinsslots-machines-info__info:hover{
    background: #000;
    color: #fff;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

  .slick-prev, .slick-next {
    display: none !important;
}

.luckyspinsslots-machines-info__items{
    position: relative;
}

.luckyspinsslots-machines-info__arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.luckyspinsslots-machines-info__contents{
    max-width: 610px;
}

.luckyspinsslots-machines-info__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.luckyspinsslots-machines-info__slider{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:60px 20px;
    padding-left: 0;
    list-style: none;
}

.luckyspinsslots-machines-info__next{
    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;
    width: 40px;
    height: 40px;
    border: 1px solid #FFF;
    background: transparent;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.90);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luckyspinsslots-machines-info__next:nth-child(2){
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.luckyspinsslots-machines-info__button{
    max-width: 235px;
    width: 100%;
}

.luckyspinsslots-machines-info__title{
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 60px;
}

.luckyspinsslots-machines-info__subtitle{
    color: #9196A5;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.luckyspinsslots-machines-info{
    padding: 60px 0;
}

.luckyspinsslots-machines-info__name{
    font-family: Montserrat;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px;
}


.luckyspinsslots-reviews {
    padding: 60px 0;
}


.rev {
  padding-top: 0;
}

.luckyspinsslots-reviews__box{

}

.luckyspinsslots-reviews__title {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}
.luckyspinsslots-reviews__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    padding-left: 0;
    list-style: none;
}
.luckyspinsslots-reviews__item {
    max-width: 373px;
    width: 100%;
    border-radius: 10px;
    background: rgba(115, 74, 133, 0.50);
    padding: 50px 24px;
}
.luckyspinsslots-reviews__head {
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.luckyspinsslots-reviews__text::before{
    content: '';
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    background: url("../luckyspinsslots-img/luckyspinsslots-star.svg") no-repeat center;
}
.luckyspinsslots-reviews__text {
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 17px;
}


.luckyspinsslots-footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgba(0, 0, 0, 0.30);
}
.luckyspinsslots-footer__wrap{
    display: flex;
}

.luckyspinsslots-footer__content {
    max-width: 921px;
    margin: 0 auto;
}
.luckyspinsslots-footer__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 71px;
}
.luckyspinsslots-footer__cards {
    max-width: 121px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.luckyspinsslots-footer__age {
    width: 100%;
    height: 42px;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.luckyspinsslots-footer__date {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.luckyspinsslots-footer__links {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
}
.luckyspinsslots-footer__link {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    transition: 0.4s;
}

.luckyspinsslots-footer__link:hover {
    color: #FFA600;
     text-decoration-line: none;
    transition: 0.4s;
}

.luckyspinsslots-contact {
    padding-top: 100px;
    padding-bottom: 100px;
}
.luckyspinsslots-contact__wrap {
    max-width: 600px;
    margin: 0 auto;
}
.luckyspinsslots-contact__title {
    color:  #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    letter-spacing: -0.48px;
    margin-bottom: 40px;
}
.luckyspinsslots-contact__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.luckyspinsslots-contact__label {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.luckyspinsslots-contact__input {
    height: 47px;
    padding: 15px 10px 15px 20px;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #131313;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.luckyspinsslots-contact__message {
    height: 80px;
    resize: none;
    padding: 15px 10px 15px 20px;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #131313;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.luckyspinsslots-contact__btn {
    width: 179px;
    padding: 14px 24px;
    border-radius: 10px;
    border: 1px solid #14121C;
    background: linear-gradient(180deg, #794985 0%, #FEA24A 100%);
    color: #fff;
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    
    margin: 0 auto;
}

.modal-form {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.modal-form__content {
    position: relative;
    top: 0%;
    background: #FFF;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-form__title{
    color: #4E4E4E;
    font-family: Montserrat;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal-form__left{
    width: 100%;
}

.modal-form__subtitle{
    color:  #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

.modal-form__inner{
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
}

.modal-form__text{
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.modal-form__links{
  color: #A246F7;
    transition: 0.4s;
}

.modal-form__links:hover{
    transition: 0.4s;
    color: #FFD800;
}

.modal-form__label{
    color: #FFD800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal-form__input{
    border: none;
    border-bottom: 1px solid rgba(78, 78, 78, 0.20);
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 400;
}

.modal-form__input::-webkit-input-placeholder{
    color: #4E4E4E;
}

.modal-form__input::-moz-placeholder{
    color: #4E4E4E;
}

.modal-form__input:-ms-input-placeholder{
    color: #4E4E4E;
}

.modal-form__input::-ms-input-placeholder{
    color: #4E4E4E;
}

.modal-form__input::placeholder{
    color: #4E4E4E;
}

.modal-form__btn{
    padding: 10px 20px;
    width: 200px;
    border-radius: 20px;
    background: #16683C;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal-form__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal-form__wrappper{
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modal__text{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal-form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000
}


.modal-form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000
}

.luckyspinsslots-about {
    padding: 50px 0;
}

.luckyspinsslots-about__box {
    max-width: 700px;
}

.luckyspinsslots-about__title {
    color: #FFF;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.luckyspinsslots-about__text {
    margin-bottom: 20px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width:600px) {
    .luckyspinsslots-about {
        padding: 30px 0;
    }
    .luckyspinsslots-about__title {
        font-size: 30px;
    }
}

.text-about {
    font-weight: 700;
}

.modal {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.modal__title{
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.modal__titleadd{
    margin: 0;
    margin-bottom: 10px;
    color: #4E4E4E;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__text{
    margin: 0;
    margin-bottom: 20px;
    color: #4E4E4E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #4E4E4E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    border:none;
    border-radius: 30px;
    background: #16683C;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    border:none;
    border-radius: 13px;
    border: 1px solid #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btns{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}


.modal__content {
    padding: 0 16px;
    margin-top: -100px;
}

@media (max-width:575px) {
    .modal__content {

        margin-top: -65px;
    }
      
}

.mb-90 {
    margin-top: 90px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-form_contact__checkbox {
    opacity: 0;
    position: absolute
}
.modal-form_contact__labels {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #4E4E4E;
    font-weight: 400
}

.modal-form_contact__labels:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #999397;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal-form_contact__checkbox:checked+.modal-form_contact__labels:before {
    background-color: #fff;
    border-color: #999397
}

.modal-form_contact__labels:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 20%;
    width: 14px;
    height: 20px;
    border: solid #999397;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
    -ms-transform: translateY(-50%) rotate(45deg) scale(0);
    transform: translateY(-50%) rotate(45deg) scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.modal-form_contact__checkbox:checked+.modal-form_contact__labels:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
    -ms-transform: translateY(-50%) rotate(45deg) scale(1);
    transform: translateY(-50%) rotate(45deg) scale(1)
}

.modal-form_contact__inner{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
}


.cookie-popup.hidden {
    display: none;
  }

  .popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 540px;
    background: #FFF;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #4E4E4E;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
}

.popupcookie__subtitle{
    color: #4E4E4E;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.popupcookie__btn{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 20px;
    background: #16683C;
    color: #FFF;
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.popupcookie__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
            border-radius: 20px;
            border: 2px solid #4E4E4E;
    color: #4E4E4E;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    width: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width:575px) {
  .popupcookie__button {
    padding: 10px 8px;
    font-size: 15px;
    font-style: normal;
  }
  .popupcookie__btn {
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 400;
    font-style: normal;
  }
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.popup {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.popup__box {
    border-radius: 20px;
    background: #FFF;
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.popup__game{
    width: 100%;
    height: 400px;
    border-radius: 4px;
}

.popup__iframe{
    width: 100%;
    height: 100%;
}

.popup__title{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


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


.info__title, .content__title{
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.header__img_mob{
    display: none;
}

.popup {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.popup__box {
border-radius: 4px;
background: #292C2F;
    margin: 15% auto;
    padding: 15px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.popup__game{
    border-radius: 4px;
    width: 100%;
    height: 400px;
}

.popup__iframe{
    width: 100%;
    height: 100%;
}

.popup__title{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.luckyspinsslots-demo__title{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.luckyspinsslots-demo__wrapper{
    border-radius: 10px;
    border: 1px solid #060606;
}

.luckyspinsslots-demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 600px;
    border-radius: 20px;
}

.luckyspinsslots-demo__content{
    width: 100%;
}

.luckyspinsslots-demo__start{
    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;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}


.luckyspinsslots-demo__play{
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 13px;
    background: #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.luckyspinsslots-demo__play:hover{
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luckyspinsslots-demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.luckyspinsslots-demo{
    margin-bottom: 0px;
}


.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .luckyspinsslots-header__fixed{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .luckyspinsslots-header__links{
        display: none;
    }

    .luckyspinsslots-header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 42px;
        height: 30px;
        position: fixed;
        right: 16px;
        z-index: 3;
    }

    .luckyspinsslots-header__title{
        font-size: 38px;
    }

    /* Эффект перекрестия */
    .luckyspinsslots-header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 0px 1px;
    }

    .luckyspinsslots-header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }

    .luckyspinsslots-header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        /* -webkit-transform-origin: 5px; */
        -ms-transform-origin: 5px;
        transform-origin: 20px 9px;
    }

    .luckyspinsslots-header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header__list {
      flex-direction: column;
    }

    .menu {
        height: 100vh;
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 50px;
        z-index: 3;
        background: linear-gradient(90deg, #2f312f 0%, #3e3e3e 100%);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;

        border-radius: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu.active body {
        overflow: hidden;
    }

    .header__img_mob{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc{
        display: none;
    }

    .luckyspinsslots-footer__wrap{
        flex-direction: column-reverse;
        gap: 41px;
    }

    .luckyspinsslots-footer__wrap::before{
        order: 1;
        justify-content: inherit;
    }

    .luckyspinsslots-footer__content{
        max-width: 100%;
    }

    .luckyspinsslots-footer__text{
        margin-bottom: 41px;
    }

    .luckyspinsslots-hero__block{
      max-width: 100%;
    }

    .luckyspinsslots-hero__wrap {
        flex-direction: column-reverse;
        gap: 20px;
    }


}


@media (max-width: 575px) {

  .luckyspinsslots-hero__block{
    max-width: 100%;
    gap: 11px;
  }

  .luckyspinsslots-hero__link {
    margin: 0 auto;
    max-width: 169px;
    height: 37px;
    font-size: 14px;
  }

  .luckyspinsslots-hero {
    padding-top: 16px;
  }

    .container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .luckyspinsslots-machines-info__slider {
      gap: 60px;
    }

    .luckyspinsslots-machines-info__inner {
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 260px;
        width: 100%;
        height: 260px;
    }

    .luckyspinsslots-machines-info__images {
        height: 260px;
        width: 260px;
    }

    .luckyspinsslots-machines-info__head {
        font-size: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .luckyspinsslots-hero__fixed{
        padding-left: 10px;
        padding-right: 10px;
    }

    .luckyspinsslots-hero__title{
    }

    .luckyspinsslots-hero__img {
        margin: 0 auto;
        max-width: 328px;
        height: 269px;
        background-size: contain;
        background-image: url("../luckyspinsslots-img/luckyspinsslots-hero-mob-two.webp") !important;

    }

    .luckyspinsslots-machines-info__inner img {
        height: 260px;
        width: 260px;
    }

    .luckyspinsslots-hero__subtitle{
        font-size: 14px;
    }

    .luckyspinsslots-hero__play{
        font-size: 16px;
    }

    .luckyspinsslots-demo__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .popupcookie__title{
        font-size: 20px;
    }

    .popupcookie__subtitle{
        font-size: 12px;
    }

    .modal__title{
        font-size: 20px;
    }

    .modal__subtitle{
        font-size: 12px;
    }

    .modal__btn{
        padding: 10px;
        font-size: 14px;
    }

    .modal__link{
        padding: 10px;
        font-size: 14px;
    }

    .luckyspinsslots-demo__wrapper{
        padding-top: 500px;
    }

    .luckyspinsslots-hero{
        padding-top: 0px;
        background-size: cover;
    }

    .luckyspinsslots-hero__box {

    }

    .luckyspinsslots-hero__title{
        font-size: 30px;
    }

    .luckyspinsslots-hero__play{
        width: 200px;
        padding: 12px 10px;
        font-size: 20px;
    }

    .luckyspinsslots-demo__start{
        min-height: 239px;
    }

    .luckyspinsslots-machines-info__title{
        font-size: 30px;
        margin-bottom: 40px;
    }

    .luckyspinsslots-machines-info__content{
        padding: 20px;
        opacity: 1;
    }

    .luckyspinsslots-machines-info{
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .contact__form{
        gap: 16px;
    }


    .modal-form__content{
        padding: 10px;
    }

    .luckyspinsslots-heror__block{
        max-width: 100%;
    }

    .luckyspinsslots-hero__wrap {

    }

    .luckyspinsslots-machines-info__name{
        font-size: 14px;
    }

    .luckyspinsslots-machines-info__play{
        font-size: 16px;
    }

    .luckyspinsslots-machines-info__info{
        font-size: 16px;
    }

    .luckyspinsslots-reviews{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .luckyspinsslots-reviews__title{
        font-size: 24px;
    }

    .luckyspinsslots-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .luckyspinsslots-footer__text{
        font-size: 14px;
    }

    .luckyspinsslots-footer__links{
        flex-direction: column;
        gap: 10px;
    }

    .luckyspinsslots-contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .luckyspinsslots-contact__title{
        font-size: 30px;
        letter-spacing: -0.3px;
    }
}

.popup.active {
    display: flex;
}