@font-face {
    font-family: Poppins;
    font-weight: 400;
    src: url("../luckycharmdraw-fonts/luckycharmdraw-poppins-regular.woff2");
}

@font-face {
  font-family: Poppins;
  font-weight: 700;
  src: url("../luckycharmdraw-fonts/luckycharmdraw-Poppins-Bold.woff2");
}

@font-face {
    font-family: Metamorphous;
    src: url("../luckycharmdraw-fonts/luckycharmdraw-Metamorphous.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: Poppins;
    background: linear-gradient(180deg, #C10000 0%, #000 100%);
  }


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

.luckycharmdraw-header {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
}

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

.luckycharmdraw-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;
  }

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


  .luckycharmdraw-hero{
    position: relative;
    background: url('../luckycharmdraw-img/luckycharmdraw-hero.webp') no-repeat center;
    background-size: cover;
    padding-bottom: 0px;
}

.luckycharmdraw-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}


  .luckycharmdraw-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;
  }

  .luckycharmdraw-header__burger{
    display: none;
  }

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

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

  .header__link__logo {
    color: #FFF;
    font-family: Metamorphous;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    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: 25px;
    border: 1px solid #FFF;
    transition: 0.4s;
    text-align: center;
    color: #fff;
  }

  .header__link_2{
    padding: 10px 30px;
    border-radius: 25px;
    background: #FFF;
    color: #000;
    text-align: center;
    transition: 0.4s;
  }

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

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

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

  .luckycharmdraw-hero__wrap {
    padding-top: 120px;
  }

  .luckycharmdraw-hero__img {
    max-width: 380px;
    width: 100%;
    height: 410px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header__wrap{
 
  }

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

  .luckycharmdraw-hero__title{
    color: #FFF;

    font-family: Metamorphous;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

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

  .luckycharmdraw-hero__link {
    max-width: 222px;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #990101;
    background: #C10000;
    box-shadow: 0px 4px 4px 0px rgba(4, 4, 4, 0.30);
    color: #FFF;
    font-family: Metamorphous;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition:background .3s ease-in-out ;
  }

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

  .luckycharmdraw-hero{

  }

  .luckycharmdraw-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;
}

.luckycharmdraw-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;
}

.luckycharmdraw-rating {
    padding: 60px 0;
}

.luckycharmdraw-rating__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.luckycharmdraw-rating__item {
    max-width: 295px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 20px;
    background: rgba(255, 255, 255, 0.20);
}

.luckycharmdraw-rating__title {
    color: #FFF;
    text-align: center;
    font-family: Metamorphous;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}

.luckycharmdraw-rating__text-top {
    margin-bottom: 20px;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.luckycharmdraw-rating__head {
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
}
.luckycharmdraw-rating__text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.luckycharmdraw-rating__text span {
    font-weight: 700;
}


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

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

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

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

  .luckycharmdraw-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;
  }

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

  .luckycharmdraw-machines-info__head{
    color: #FFF;
    font-family: Metamorphous;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

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

  .luckycharmdraw-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;
  }

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

  .luckycharmdraw-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: 20px;
    border-radius: 20px;
    background: #ECECEC;
    color: #000;
    width: 100%;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .luckycharmdraw-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;
  }

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

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

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

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

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

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

.luckycharmdraw-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;
}

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

.luckycharmdraw-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;
}

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

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

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

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

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

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


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


.rev {
  padding-top: 0;
}

.luckycharmdraw-reviews__box{

}

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

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


.luckycharmdraw-footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgba(0, 0, 0, 0.30);
}
.luckycharmdraw-footer__wrap{
    display: flex;
}
.luckycharmdraw-footer__wrap::before{
    content: '18+';
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: Metamorphous;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}
.luckycharmdraw-footer__content {
    max-width: 921px;
    margin: 0 auto;
}
.luckycharmdraw-footer__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 71px;
}
.luckycharmdraw-footer__links {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
}
.luckycharmdraw-footer__link {
    color: #FFF;
    font-family: Metamorphous;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    transition: 0.4s;
}

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

.luckycharmdraw-contact {
    padding-top: 80px;
    padding-bottom: 110px;
}
.luckycharmdraw-contact__wrap {
    max-width: 600px;
    margin: 0 auto;
}
.luckycharmdraw-contact__title {
    color:  #FFF;
    font-family: Metamorphous;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    letter-spacing: -0.48px;
    margin-bottom: 40px;
}
.luckycharmdraw-contact__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.luckycharmdraw-contact__label {
    color: #fff;
    font-family: Metamorphous;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.luckycharmdraw-contact__input {
    height: 47px;
    padding: 15px 10px 15px 20px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.luckycharmdraw-contact__message {
    height: 80px;
    resize: none;
    padding: 15px 10px 15px 20px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.luckycharmdraw-contact__btn {
    width: 179px;
    padding: 14px 24px;
    border-radius: 25px;
    border: 2px solid #990101;
    background: #C10000;
    box-shadow: 0px 4px 4px 0px rgba(4, 4, 4, 0.30);
    color: #fff;
    text-align: center;
    color: #FFF;
    font-family: Metamorphous;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    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: Poppins;
    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
}

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

.luckycharmdraw-about__box {
    margin: 0 auto;
    max-width: 700px;
}

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

.luckycharmdraw-about__text {
    margin-bottom: 20px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width:600px) {
    .luckycharmdraw-about {
        padding: 30px 0;
    }
    .luckycharmdraw-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: Metamorphous;
    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: Poppins;
    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;
}

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

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

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

.luckycharmdraw-demo__content{
    width: 100%;
}

.luckycharmdraw-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%;
}


.luckycharmdraw-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;
}


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

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

.luckycharmdraw-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;
    }

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

    .luckycharmdraw-header__links{
        display: none;
    }

    .luckycharmdraw-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: 10px;
    }

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

    /* Эффект перекрестия */
    .luckycharmdraw-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;
    }

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

    .luckycharmdraw-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;
    }

    .luckycharmdraw-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;
        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;
    }

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

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

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

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

      .luckycharmdraw-hero__wrap{
        padding-top: 81px;
    }

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

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


}


@media (max-width: 575px) {

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

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

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

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

    .luckycharmdraw-rating__box {

    }

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

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

    .luckycharmdraw-machines-info__images {
        height: 260px;
    }

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

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

    .luckycharmdraw-hero__title{
    }

    .luckycharmdraw-hero__img {
        margin: 0 auto;
        max-width: 328px;
        height: 269px;
        background-size: contain;
    }

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

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

    .luckycharmdraw-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;
    }

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

    .luckycharmdraw-hero{
        padding-top: 0px;
        background: url(../luckycharmdraw-img/luckycharmdraw-hero-mob.webp) no-repeat center;
        background-size: cover;
    }

    .luckycharmdraw-hero__box {

    }

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

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

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

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

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

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

    .contact__form{
        gap: 16px;
    }


    .modal-form__content{
        padding: 10px;
    }

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

    .luckycharmdraw-hero__wrap {

    }

    .luckycharmdraw-rating__text{

    }

    .luckycharmdraw-rating__item{
        max-width: 100%;
    }

    .luckycharmdraw-rating__item:nth-child(1):before {
        max-width: 24px;
        width: 100%;
        height: 24px;
        background-size: 24px;
    }
    .luckycharmdraw-rating__item:nth-child(2):before {
        max-width: 24px;
        width: 100%;
        height: 24px;
        background-size: 24px;
    }
    .luckycharmdraw-rating__item:nth-child(3):before {
        max-width: 24px;
        width: 100%;
        height: 24px;
        background-size: 24px;
    }
    .luckycharmdraw-rating__item:nth-child(4):before {
        max-width: 24px;
        width: 100%;
        height: 24px;
        background-size: 24px;
    }

    .luckycharmdraw-rating__items{
 
    }
    .luckycharmdraw-rating__title {
        font-size: 30px;
    }
    

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

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

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

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

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

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

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

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

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

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

.popup.active {
    display: flex;
}