@font-face {
    font-family: inter;
    src: url("../fonts/inter.woff2");
}

#confirmButton{
    background-color: #5956E9;
    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;
}

#confirmButton1{
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton1:hover{
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


html{
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
  }
  
  *,
  *::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;
  }
  
  img {
    max-width: 100%;
  }
  
  body{
    font-family: inter;
  }
.particles-js-canvas-el {
    position: fixed;
    z-index: -1;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto;
}



.lottdreams_header__fixed{
    position: fixed;
    z-index: 10000;
    background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(top, #949494 0%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(180deg, #949494 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    top: 0px;
    left: 0;
}

.lottdreams_header__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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.lottdreams_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;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }

  .lottdreams_header__box{
    padding-top: 60px;
  }

  .header__link__logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
  }

  .header__block{
    max-width: 1030px;
    width: 100%;
  }


  .lottdreams_header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    list-style: none;
    padding-left: 0;
  }

  .lottdreams_header__burger{
    display: none;
  }


  .lottdreams_header__link{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .header__btn_log{
    color: #000;
    border-radius: 20px;
    background: #F9C11E;
  }

  .header__btn_reg{
    border-radius: 20px;
    border: 1px solid #FFF;
  }
  

  .lottdreams_header__link:hover{
    background-color: #d9fa34;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }


  .lottdreams_header{
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-top: 40px;
  }

  .lottdreams_header_bg{
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .lottdreams_header__wrap{
    gap: 20px;
    background: url("../img/body-circle-background.webp") no-repeat center left;
    background-size: 500px;
    max-width: 1028px;
    margin: 0 auto;
  }

  .lottdreams_header__wraps{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    background: url("../img/header-background.webp") no-repeat center left;
  }
  
  .header__wrap{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lottdreams_header__images{
    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;
  }

  .lottdreams_header__block{
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 570px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .lottdreams_header__title{
    color: #000;
    text-align: right;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .lottdreams_header__subtitle{
    color: #000;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }

.lottdreams_header__name {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom: 4px;
}

.lottdreams_header__play{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; 
    letter-spacing: -0.6px;
    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: 210px;
    height: 48px;
    border-radius: 503px;
    border: 1px solid #000;
    background: transparent;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10);
            box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottdreams_header__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.winforlifenow_header__items {
    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: 0px;
    max-width: 303px;
    width: 100%;
}

.winforlifenow_header__time {
    color: #000;
    font-size: 64px;
    font-weight: 700;
    line-height: 128.5%;
}


.lottdreams_header__forms{
    border-radius: 20px;
    background: #04004A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
}

.lottdreams_header__right{
    max-width: 520px;
    width: 100%;
}

.lottdreams_header_contact__title{
    color: #FFF;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottdreams_header_contact__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.lottdreams_header_contact__lable{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.lottdreams_header_contact__form{
    width: 100%;
}

.lottdreams_header_contact__input{
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.lottdreams_header_contact__message{
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    margin-bottom: 24px;
}

.lottdreams_header_contact__email{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}

.lottdreams_header_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;
}

.lottdreams_header_contact__btn{
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    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;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #FFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottdreams_header_contact__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.lottdreams_header_form{
    padding-bottom: 80px;
    padding-top: 40px;
    margin-bottom: 0;
}

.lottdreams_frequently {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #86D9FF;
}
.lottdreams_frequently__title {
    color: #000;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}

.accordion{
    max-width: 821px;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}


.accordion__item {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding: 20px 0px;
  }

  .lottdreams_frequently__arrow{
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 30px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../img/faq-icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
.accordion__arrow_rotated {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

  .accordion__header {
    position: relative;
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: normal; 
    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;
    padding-bottom: 0px;
    font-weight: 500;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }

  .accordion__header::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }

  .accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .accordion__text{
    max-width: 650px;
  }

  .accordion__content {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal; 
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
  }

  .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
  }


.lottdreams_advantages {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF;
}
.lottdreams_advantages__wrap {
    max-width: 609px;
    margin: 0 auto;
}
.lottdreams_advantages__title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.lottdreams_advantages__form {
    width: 100%;
    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;
}
.lottdreams_advantages__label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.lottdreams_advantages__input {
    padding: 15px 10px 15px 15px;
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.lottdreams_advantages__message {
    padding: 15px 10px 15px 15px;
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    height: 104px;
    resize: none;
}
.lottdreams_advantages__btn {
    border-radius: 20px;
    border: 2px solid #000;
    padding: 15px 20px;
    width: 100%;
    background: transparent;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.14px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottdreams_advantages__btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottdreams_advantages {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lottdreams_advantages__title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.lottdreams_advantages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.lottdreams_advantages__item {
    max-width: 295px;
    min-height: 404px;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #5B5B5B;
    background: rgba(0, 0, 0, 0.20);
}
.lottdreams_advantages__head {
    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;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.advantages__head_1::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: 165px;
    height: 165px;
    background: url("../img/advantages-image-1.webp")  no-repeat center center;
}
.advantages__head_2::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: 220px;
    height: 120px;
    background: url("../img/advantages-image-2.webp")  no-repeat center center;
}
.advantages__head_3::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: 181px;
    height: 191px;
    background: url("../img/advantages-image-3.webp")  no-repeat center center;
}
.advantages__head_4::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: 200px;
    height: 200px;
    background: url("../img/advantages-image-4.webp")  no-repeat center center;
}
.lottdreams_advantages__text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.lottdreams_winners {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lottdreams_winners__title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.lottdreams_winners__items {
    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: 20px;
    padding-left: 0;
    list-style: none;
}
.lottdreams_winners__item {
    border-radius: 30px;
    border: 1px solid #5B5B5B;
    background: #86D9FF;
    max-width: 295px;
    width: 100%;
    padding: 30px 20px;
}
.lottdreams_winners__head {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.lottdreams_winners__text {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
}

.lottdreams_about {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #86D9FF;
}
.lottdreams_about__wrap {
    max-width: 819px;
    width: 100%;
    margin: 0 auto;
}
.lottdreams_about__title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.lottdreams_about__text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.lottdreams_about__head {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.lottdreams_gaming {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #86D9FF;
}
.lottdreams_gaming__title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.lottdreams_gaming__text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.lottdreams_gaming__bold {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.lottdreams_footer {
    background: #CCC;
    padding-top: 50px;
    padding-bottom: 50px;
}
.lottdreams_footer__title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.lottdreams_footer__text {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.lottdreams_footer__info {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: underline;
}

.lottdreams_footer__info:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
}

.lottdreams_footer__items {
    padding-top: 20px;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}
.lottdreams_footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
    list-style: none;
    width: 100%;
}
.lottdreams_footer__link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.176px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottdreams_footer__link:hover {
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}


.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;
    border: 1px solid #FFF;
    background: rgba(148, 148, 148, 0.20);
    -webkit-box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
            box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
    padding: 24px;
    max-width: 420px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title{
    color:  #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.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__links{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.modal_form__label{
    color: #FFD800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__input{
    border: 1px solid #000;
    background: #E1E1E1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 15px 10px 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
}

.modal_form__input::-webkit-input-placeholder{
    color: #808080;
}

.modal_form__input::-moz-placeholder{
    color: #808080;
}

.modal_form__input:-ms-input-placeholder{
    color: #808080;
}

.modal_form__input::-ms-input-placeholder{
    color: #808080;
}

.modal_form__input::placeholder{
    color: #808080;
}

.modal_form__btn{
    padding: 15px 20px;
    width: 143px;
    border-radius: 50px;
    background: #86D9FF;
    color: #000;
    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: #fff
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__links{
    color: #fff;
}

  
  .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: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(27, 46, 121, 0.30);
    -webkit-backdrop-filter: blur(4.800000190734863px);
            backdrop-filter: blur(4.800000190734863px);
    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;
}

.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: 40px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



  .modal {
    display: none; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
                backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    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 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border:none;
    border-radius: 30px;
    background: #86D9FF;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 10px;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.btn{
    background: transparent;
    border: 1px solid #FFF;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    background: rgba(148, 148, 148, 0.70);
    -webkit-box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
            box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
    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;
    padding: 24px;
    width: 100%;
    max-width: 500px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img{
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.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: 600px;
    width: 100%;
    border-radius: 30px;
    background: rgba(148, 148, 148, 0.70);
    -webkit-box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
            box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.popupcookie__btn{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -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: 50px;
background: #86D9FF;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.popupcookie__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -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;
    border-radius: 30px;
    border: 1px solid #86D9FF;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.header__hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.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;
  }

  .terms__list{
    margin-bottom: 10px;
}

.terms__info{
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}


  .desc__top{
    padding-top: 140px;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.lottdreams_conclusiondop__text_line{
    text-decoration: underline;
}

.mob{
    display: none;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lottdreams_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .lottdreams_header__links{
        display: none;
    }

    .lottdreams_header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .lottdreams_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;
    }
    
    .lottdreams_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .lottdreams_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 7px;
            -ms-transform-origin: 7px;
                transform-origin: 7px;
    }
    
    .lottdreams_header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 30px;
        background: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 84px; 
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-pack: center; 
            -ms-flex-pack: center; 
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lottdreams_header__forms{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lottdreams_header__left{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .lottdreams_header__right{
        max-width: 100%;
    }

    .lottdreams_header__forms{
        padding: 20px;
    }

    .lottdreams_header__box {
        padding-top: 0px;
        position: relative;
    }
    .lottdreams_header__wrap{
        gap: 20px;
        background: none;
      }
    

    .lottdreams_header__wraps{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        background: none;
    }

    .lottdreams_header__block{
        max-width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lottdreams_header__images{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


    .lottdreams_header__title{
        font-size: 50px;
        text-align: center;
    }

    .lottdreams_header{
        margin-bottom: 40px;
        padding-bottom: 20px;
        padding-top: 100px;
    }

    .lottdreams_header__background{
        background: url(../img/header-background.webp) no-repeat center center;
        position: absolute;
        top: 0;
        -webkit-filter: blur(5px);
                filter: blur(5px); /* Уровень размытия */
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .accordion__header{
        font-size: 22px;
    }

    .lottdreams_header__subtitle{
        text-align: center;
    }


    
}

@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .lottdreams_header__nav{
        padding-left: 16px;
        padding-right: 16px;
    }

    .lottdreams_header__title{
        font-size: 24px;
    }

    .lottdreams_header{
        padding-top: 60px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .lottdreams_header__subtitle{
        font-size: 18px;
    }

    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc{
        display: none;
    }

    .parissympa_demo__wrapper{
        padding-top: 260px;
    }

    .lottdreams_header_bg{
        padding-top: 0px;
        padding-bottom: 24px;
        margin-bottom: 0;
      }

      .lottdreams_header_form{
        padding-bottom: 40px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .lottdreams_header__forms{
        padding: 16px;
        gap: 40px;
    }

    .lottdreams_header_contact__title{
        margin-bottom: 16px;
    }

    .lottdreams_header_contact__inner{
        margin-bottom: 16px;
    }

    .lottdreams_header_contact__input{
        margin-bottom: 12px;
    }

    .lottdreams_header_contact__message{
        margin-bottom: 16px;
    }

    .lottdreams_header_contact__btn{
        width: 100%;
        font-size: 12px;
        padding: 10px 20px;
    }

    .popupcookie__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btn{
        width: 100%;
    }

    .popupcookie__button{
        width: 100%;
    }

    .lottdreams_header__logo{
        max-width: 200px;
    }

    .lottdreams_header__title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .lottdreams_header__subtitle{
        font-size: 16px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .lottdreams_header__play{
        width: 152px;
        font-size: 16px;
        margin: inherit;
    }

    .lottdreams_players{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header__title{
        font-size: 32px;
    }

    .winforlifenow_header__time{
        font-size: 30px;
    }

    .lottdreams_header__link{
        padding: 10px 16px;
    }

    .lottdreams_header__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }

    .lottdreams_header__link{
        width: 100%;
    }

    .lottdreams_header__box {
        padding-top: 90px;
    }

    .desc__top {
        padding-top: 220px;
    }

    .modal_form__links{
        font-size: 14px;
    }

    .winforlifenow_header__items{
        max-width: 182px;
    }

    .lottdreams_header__name{
        font-size: 18px;
    }

    .lottdreams_footer {
        background: #949494;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottdreams_footer__title{
        font-size: 24px;
        margin-bottom: 40px;
    }

    .lottdreams_footer__text{
        font-size: 16px;
    }

    .lottdreams_footer__items{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .lottdreams_footer__links{
        -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;
    }

    .lottdreams_information__text{
        font-size: 14px;
    }

    .lottdreams_header__background{
        background-size: 300px;
    }

    .lottdreams_winners {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottdreams_winners__title{
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .lottdreams_winners__item{
        padding: 10px 20px;
        border-radius: 30px;
    }

    .lottdreams_winners__head{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .lottdreams_winners__text{
        font-size: 24px;
    }

    .lottdreams_advantages {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottdreams_advantages__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .lottdreams_advantages__head{
        margin-bottom: 30px;
        gap: 30px;

    }

    .lottdreams_advantages__text{
        font-size: 16px;
    }

    .lottdreams_advantages__item{
        min-height: auto;
    }

    .lottdreams_frequently__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .lottdreams_about__head{
        font-size: 16px;
    }

    .accordion__header{
        font-size: 20px;
    }
    .accordion__item {
        padding: 10px 0px;
    }


    .accordion__content{
        font-size: 16px;
    }

    .lottdreams_about__title{
        font-size: 24px;
    }

    .lottdreams_about__text{
        font-size: 16px;
    }

    .lottdreams_header__block{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lottdreams_gaming {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .lottdreams_gaming__title {
        font-size: 24px;
    }
}