@font-face {
    font-family: actor;
    src: url("../luckyspinsy_fonts/luckyspinsy_actor-regular.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;
  }

  #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: actor;
    background: #FFF5E8;
  }


.body__container {
    max-width: 1120px;
    margin: 0 auto;
}

.luckyspinsy_header__fixed{
    position: fixed;
    z-index: 10000;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    background: #FFE3CB;
    top: 0px;
    left: 0;
}

.luckyspinsy_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: 1120px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .luckyspinsy_header__box{
    padding-top: 80px;
  }

  .header__link__logo{
    font-family: inter-blod;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
  }


.header_play{
    padding-bottom: 40px;
    padding-top: 0px;
}

.luckyspinsy_header__block{
    max-width: 744px;
    width: 100%;
    padding: 24px;
    border-radius: 0px 40px;
    background: rgba(0, 0, 0, 0.60);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}

  .luckyspinsy_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: 24px;
  }

  .luckyspinsy_header__burger{
    display: none;
  }

  .luckyspinsy_header__link{
    color: #884200;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; 
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .luckyspinsy_header__link:hover{
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      opacity: 0.5;
  }

  .header__link_1{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10000px;
    border: 1px solid #884200;
    background: -o-linear-gradient(358deg, #F4B515 -2.63%, #D0550E 101.69%);
    background: linear-gradient(92deg, #F4B515 -2.63%, #D0550E 101.69%);
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .header__link_1:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #884200;
  }

.header__link_2{
    color: #884200;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10000px;
    background: transparent;
    cursor: pointer;
    border: 2px solid #884200;
  }

.header__link_2:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #884200;
  }


  .luckyspinsy_header__title{
    color: #FFF;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .luckyspinsy_header__subtitle{
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 140%;
  }


.luckyspinsy_header{
    padding-top: 116px;
    padding-bottom: 177px;
    background: url("../luckyspinsy_img/luckyspinsy-header-background.webp") no-repeat center center;
    background-size: cover;
}

.luckyspinsy_discover {
    padding-top: 60px;
    padding-bottom: 60px;
}
.luckyspinsy_discover__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
}
.luckyspinsy_discover__left {
    max-width: 717px;
    width: 100%;
    border-radius: 40px 0px;
    background: #FFE3CB;
    padding: 24px;
}
.luckyspinsy_discover__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: #884200;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 24px;
}
.luckyspinsy_discover__title::before {
    content: "";
    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: 100%;
    max-width: 40px;
    height: 40px;
    background: url("../luckyspinsy_img/luckyspinsy-discover-icon.webp") no-repeat center center;
}
.luckyspinsy_discover__text {
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}
.luckyspinsy_discover__items {
    padding-left: 20px;
}
.luckyspinsy_discover__info {
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}
.luckyspinsy_discover__right {
    max-width: 371px;
    width: 100%;
    min-height: 480px;
    border-radius: 0px 40px;
    background: url("../luckyspinsy_img/luckyspinsy-discover-background.webp") no-repeat center center;
}

.luckyspinsy_social {
    padding-top: 40px;
    padding-bottom: 40px;
}
.luckyspinsy_social__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 24px 40px;
}
.luckyspinsy_social__text {
    color: #F2220B;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%; 
}

.luckyspinsy_game {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../luckyspinsy_img/luckyspinsy-background.webp") no-repeat center center;
    background-size: cover;
}
.luckyspinsy_game__title {
    color: #884200;
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    text-align: center;
    font-size: 53px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 40px;
}
.luckyspinsy_game__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
}
.luckyspinsy_game__wrap:last-child{
    margin-bottom: 0;
}
.luckyspinsy_game__content {
    max-width: 544px;
    width: 100%;
    padding: 24px;
    border-radius: 0px 40px;
    background: #FFE3CB;
}
.luckyspinsy_game__head {
    color: #884200;
    font-size: 31px;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 16px;
}
.luckyspinsy_game__text {
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}
.luckyspinsy_game__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10000px;
    border: 1px solid #884200;
    background: -o-linear-gradient(358deg, #F4B515 -2.63%, #D0550E 101.69%);
    background: linear-gradient(92deg, #F4B515 -2.63%, #D0550E 101.69%);
    width: 246px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luckyspinsy_game__link:hover{
    background: #fff;
    color: #884200;
}

.luckyspinsy_footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.luckyspinsy_footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 16px;
}
.luckyspinsy_footer__item {
    max-width: 544px;
    width: 100%;
}
.luckyspinsy_footer__head {
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 4px;
}
.luckyspinsy_footer__text {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 5px;
}
.luckyspinsy_footer__info {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
    -webkit-text-decoration-line: underline; 
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luckyspinsy_footer__info:hover{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.luckyspinsy_footer__social {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
.luckyspinsy_footer__link {
    width: 44px;
    height: 44px;
    display: block;
}
.footer__link_1{
    background: url("../luckyspinsy_img/luckyspinsy-footer-network-1.webp")
}
.footer__link_2{
    background: url("../luckyspinsy_img/luckyspinsy-footer-network-2.webp")
}
.luckyspinsy_footer__wrap {
    border-radius: 40px 0px;
    background: #FFE3CB;
    padding: 24px;
    margin-bottom: 16px;
}
.luckyspinsy_footer__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: #884200;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
}
.luckyspinsy_footer__header::before{
    content: "";
    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: 44px;
    height: 44px;
    background: url("../luckyspinsy_img/luckyspinsy-footer-age.webp") no-repeat center center;
}
.luckyspinsy_footer__content {
    color: #884200;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.luckyspinsy_footer__networks {
    padding-left: 0;
    list-style: none;
    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;
    gap: 20px;
    margin-bottom: 16px;
}
.luckyspinsy_footer__sup {
    color: #202020;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 150%; 
}

.luckyspinsy_responsible {
    padding-top: 60px;
    padding-bottom: 60px;
}
.luckyspinsy_responsible__title {
    color: #884200;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.luckyspinsy_responsible__inner {
    margin-bottom: 20px;
}
.luckyspinsy_responsible__text {
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}

  .slick-prev, .slick-next {
    display: none !important; 
}
.modal__text{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}

.luckyspinsy_contact__messages{
    display: none;
    color: #000;
    margin-top: 20px;
}

.luckyspinsy_contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FBFBFB;
}
.luckyspinsy_contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
}

.luckyspinsy_contact__title {
    color: #884200;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.luckyspinsy_contact__subtitle{
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 16px;
}
.luckyspinsy_contact__left {
    max-width: 544px;
    width: 100%
}
.luckyspinsy_contact__right{
    max-width: 544px;
    width: 100%;
    min-height: 570px;
    background: url("../luckyspinsy_img/luckyspinsy-contact-background.webp") no-repeat center center;
    border-radius: 20px;
}
.luckyspinsy_contact__form{
    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;
}

.luckyspinsy_contact__input {
    color: #301C12;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; 
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(48, 28, 18, 0.30);
    margin-bottom: 16px;
}

.luckyspinsy_contact__textarea{
    color: #301C12;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; 
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(48, 28, 18, 0.30);
    margin-bottom: 16px;
    resize: none;
    height: 183px;
}

.luckyspinsy_contact__btn {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    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;
    text-transform: uppercase;
    width: 246px;
    cursor: pointer;
    padding: 14px 24px;
    border-radius: 10000px;
    border: 1px solid #884200;
    background: var(--btn, linear-gradient(92deg, #F4B515 -2.63%, #D0550E 101.69%));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.luckyspinsy_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}



.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: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }




.luckyspinsy_demo__title{
    color: #884200;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 60px;
}

.luckyspinsy_demo__wrapper{
    border-radius: 10px;
    border: 1px solid #fff;
}

.luckyspinsy_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 543px;
    border-radius: 20px;
}

.luckyspinsy_demo__content{
    width: 100%;
}

.luckyspinsy_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%;
}


.luckyspinsy_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;
}


.luckyspinsy_demo__play:hover{
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luckyspinsy_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.luckyspinsy_demo{
    padding-top: 40px;
    padding-bottom: 40px;
}



.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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%;
    border-radius: 30px 0px;
    background: #FFF5E8;
    padding: 32px;
    max-width: 506px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title{
    color: #884200;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.modal_form__left{
    width: 100%;
}

.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__links{
    color: #301C12;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover{
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__input{
    border-radius: 10px;
    border: 1px solid rgba(48, 28, 18, 0.30);
    background: transparent;
    padding: 16px;
    width: 100%;
    margin-bottom: 16px;
    color: rgba(48, 28, 18, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}

.modal_form__resets{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-bottom: 24px;
}

.modal_form__reset{
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.modal_form__input::-webkit-input-placeholder{
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::-moz-placeholder{
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input:-ms-input-placeholder{
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::-ms-input-placeholder{
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::placeholder{
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__btn{
    padding: 14px 24px;
    width: 246px;
    border-radius: 50px;
    border-radius: 10000px;
    border: 1px solid #884200;
    background: -o-linear-gradient(358deg, #F4B515 -2.63%, #D0550E 101.69%);
    background: linear-gradient(92deg, #F4B515 -2.63%, #D0550E 101.69%);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__messages{
    display: none;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
.modal_form__messagess{
    display: none;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.modal_form__btn:hover{
    background: #fff;
    color: #884200;
    -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;
    border: none;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    background: transparent;
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    background: transparent;
}

.modal_form__sub{
    color: #4D4D4D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-top: 32px;
}

.desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.luckyspinsy_information {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../luckyspinsy_img/luckyspinsy-background.webp") no-repeat center center;
    background-size: cover;
}
.luckyspinsy_information__wrap {
    border-radius: 0px 40px;
    background: #FFE3CB;
    padding: 24px;
}
.luckyspinsy_information__title {
    color: #884200;
    font-size: 31px;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 16px;
}
.luckyspinsy_information__inner {
    margin-bottom: 20px;
}
.luckyspinsy_information__inner:last-child{
    margin-bottom: 0;
}
.luckyspinsy_information__text {
    color: #202020;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
}

.luckyspinsy_play {
    padding-top: 60px;
    padding-bottom: 60px;
}
.luckyspinsy_play__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
}

@media (max-width: 1199px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .luckyspinsy_header__fixed{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .luckyspinsy_header__links{
        display: none;
    }

    .luckyspinsy_header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 22px;
    }

    .luckyspinsy_header__title{
        font-size: 34px;
    }

    /* Эффект перекрестия */
    .luckyspinsy_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 1px;
            -ms-transform-origin: 1px;
                transform-origin: 1px;
    }
    
    .luckyspinsy_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .luckyspinsy_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
            -ms-transform-origin: 5px;
                transform-origin: 5px;
    }
    
    .luckyspinsy_header__line {
        height: 2px;
        background-color: #000;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        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: 15px;
        border-radius: 0px 0px 20px 20px;
        background: #FFE3CB;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 83px; 
        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; 
    }

    .luckyspinsy_contact__right{
        background: url(../luckyspinsy_img/luckyspinsy-contact-background.webp) no-repeat right bottom;
        background-size: 46vw;
    }

}

@media (max-width: 991px) {

    .luckyspinsy_discover__title{
        font-size: 28px;
    }

    .luckyspinsy_discover__text{
        font-size: 14px;
    }

    .luckyspinsy_discover__info{
        font-size: 14px;
    }

    .luckyspinsy_discover__left{
        padding: 10px;
    }

    .luckyspinsy_discover__wrap{
        gap: 10px;
    }

    .luckyspinsy_game__content{
        max-width: 44vw;
        padding: 16px;
    }

    .luckyspinsy_game__head{
        font-size: 21px;
    }

    .luckyspinsy_game__text{
        font-size: 14px;
    }

    .luckyspinsy_game__wrap{
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .footer__list{
        gap: 50px;
    }

    .luckyspinsy_contact__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }

    .luckyspinsy_discover__wrap{
        -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;
        gap: 16px;
    }

    .luckyspinsy_discover__right{
        min-height: 280px;
    }

    .luckyspinsy_discover__title{
        margin-bottom: 16px;
    }

    .luckyspinsy_discover__left{
        padding: 16px;
    }

    .luckyspinsy_game__wrap{
        -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;
        gap: 12px;
    }

    .luckyspinsy_game__content{
        max-width: 100%;
    }

    .luckyspinsy_game__head{
        margin-bottom: 8px;
    }

    .luckyspinsy_game__link{
        width: 100%;
    }

    .luckyspinsy_footer__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
    }

    .luckyspinsy_footer__item{
        max-width: 100%;
    }

    .luckyspinsy_contact__left{
        max-width: 100%;
    }

    .luckyspinsy_contact__right{
        max-width: 100%;
    }

    .luckyspinsy_contact__right {
        background: url(../luckyspinsy_img/luckyspinsy-contact-background.webp) no-repeat center bottom;
        background-size: 300px;
        min-height: 320px;
    }

    .luckyspinsy_contact__btn{
        width: 100%;
    }
}


@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .luckyspinsy_header__fixed{
        padding-left: 10px;
        padding-right: 10px;
    }

    .luckyspinsy_demo__title{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .luckyspinsy_demo__wrapper{
        padding-top: 240px;
        border-radius: 20px
    }

    .luckyspinsy_demo__start{
        min-height: 239px;
    }

    .luckyspinsy_demo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .menu{
        top: 60px;
    }
    .luckyspinsy_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .luckyspinsy_contact__title{
        margin-bottom: 8px;
        font-size: 30px;
    }

    .luckyspinsy_contact__input{
        margin-bottom: 8px;
    }

    .luckyspinsy_contact__subtitle{
        font-size: 14px;
        margin-bottom: 8px;
    }

    .luckyspinsy_contact__textarea{
        margin-bottom: 8px;
    }

    .luckyspinsy_contact__text{
        font-size: 14px;
    }

    .luckyspinsy_contact__btn{
        width: 100%;
        padding: 14px 24px;
        font-size: 16px;
    }

    
    .modal_form__content{
        padding: 40px 30px;
    }

    .modal_form__title{
        font-size: 30px;
    }

    .modal_form__links{
        font-size: 14px;
    }

    .luckyspinsy_header__icon{
        max-width: 201px;
        width: 100%;
    }

    .luckyspinsy_header__block{
        padding: 16px;
    }

    .luckyspinsy_header__title{
        font-size: 30px;
    }

    .luckyspinsy_header__subtitle{
        font-size: 17px;
    }

    .luckyspinsy_header{
        padding-bottom: 107px;
    }

    .luckyspinsy_header__box {
        padding-top: 30px;
    }

    .luckyspinsy_discover {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .luckyspinsy_social {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .luckyspinsy_social__wrap{
        padding: 24px;
    }

    .luckyspinsy_social__text{
        font-size: 17px;
    }

    .luckyspinsy_game {
        padding-top: 30px;
        padding-bottom: 30px;
        background: url(../luckyspinsy_img/luckyspinsy-background-mob.webp) no-repeat center center;
        background-size: cover;
    }

    .luckyspinsy_game__title{
        margin-bottom: 20px;
        font-size: 28px;
        font-variant-numeric: lining-nums proportional-nums;
        -webkit-text-stroke-width: 0.1px;
        -webkit-text-stroke-color: #FFF;
    }

    .luckyspinsy_game__wrap{
        margin-bottom: 20px;
    }

    .luckyspinsy_game__wrap:last-child{
        margin-bottom: 0;
    }

    .luckyspinsy_footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .luckyspinsy_footer__head{
        font-size: 14px;
    }

    .luckyspinsy_footer__text{
        font-size: 12px;
    }

    .luckyspinsy_footer__info{
        font-size: 12px;
    }

    .luckyspinsy_footer__wrap{
        padding: 16px;
    }

    .luckyspinsy_footer__header{
        font-size: 21px;
    }

    .luckyspinsy_footer__content{
        font-size: 12px;
    }

    .luckyspinsy_footer__sup{
        font-size: 12px;
    }

    .luckyspinsy_information {
        padding-top: 30px;
        padding-bottom: 30px;
        background: url(../luckyspinsy_img/luckyspinsy-background-mob.webp) no-repeat center center;
        background-size: cover;
    }

    .luckyspinsy_information__wrap{
        padding: 16px;
    }

    .luckyspinsy_information__title{
        font-size: 21px;
        margin-bottom: 8px;
    }

    .luckyspinsy_information__text{
        font-size: 14px;
    }

    .luckyspinsy_play__wrap{
        gap: 16px;
    }

    .luckyspinsy_play {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .luckyspinsy_responsible {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .luckyspinsy_responsible__title {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .luckyspinsy_responsible__inner {
        margin-bottom: 15px;
    }
    .luckyspinsy_responsible__text {
        font-size: 14px;
    }

    .desc__top{
        padding-top: 120px;
        padding-bottom: 30px;
    }
}