@font-face {
    font-family: poppins;
    src: url("../lottoshu_fonts/lottoshu_poppins-regular.woff2");
}

@font-face {
    font-family: poppins-bold;
    src: url("../lottoshu_fonts/lottoshu_poppins-bold.woff2");
}

#confirmButton {
    border-radius: 100px;
    background: -o-linear-gradient(left, #00C4E6 0%, #A321FF 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00C4E6), to(#A321FF));
    background: linear-gradient(90deg, #00C4E6 0%, #A321FF 100%);
    border: none;
    color: #fff;
    font-family: poppins-bold;
    font-size: 17px;
    padding: 10px 60px;
    width: 100%;
    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;
}

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;
}

img {
    max-width: 100%;
}

body {
    font-family: poppins;
    background: #1E0801;
}


.body__container {
    max-width: 1196px;
    margin: 0 auto;
}

.lottoshu_header__burger {
    display: none
}

.lottoshu_header__fixed {
    position: fixed;
    z-index: 10000;
    background: #240000;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.30);
    width: 100%;
    top: 0px;
    left: 0;
}

.lottoshu_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;
}

.lottoshu_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1196px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.lottoshu_header {
    padding-top: 260px;
    padding-bottom: 200px;
    background: url("../lottoshu_img/lottoshu-header-background.webp") no-repeat center;
    background-size: cover;
}

.lottoshu_header__title {
    color: #FFF;
    text-align: center;
    font-family: poppins-bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.lottoshu_about {
    padding-top: 80px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#411F06), to(#120000));
    background: -o-linear-gradient(right, #411F06 0%, #120000 100%);
    background: linear-gradient(270deg, #411F06 0%, #120000 100%);
}

.lottoshu_about__title {
    color: #FFEBAE;
    text-align: center;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.lottoshu_about__text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.lottoshu_about__text:last-child {
    margin-bottom: 0;
}

.lottoshu_next {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #120000;
}

.lottoshu_next__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.lottoshu_next__images {
    width: 588px;
    height: 198px;
    background: url("../lottoshu_img/lottoshu-next-background.webp") no-repeat center;
}

.lottoshu_next__content {
    max-width: 588px;
    width: 100%;
}

.lottoshu_next__title {
    color: #FFEBAE;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.lottoshu_next__head {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lottoshu_next__span {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
}

.lottoshu_next__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.lottoshu_results {
    padding-top: 80px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#411F06), to(#120000));
    background: -o-linear-gradient(left, #411F06 0%, #120000 100%);
    background: linear-gradient(90deg, #411F06 0%, #120000 100%);
}

.lottoshu_results__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.lottoshu_results__content {
    max-width: 588px;
    width: 100%;
}

.lottoshu_results__image {
    width: 588px;
    height: 175px;
    background: url("../lottoshu_img/lottoshu-recent-background.webp") no-repeat center;
}

.lottoshu_results__title {
    color: #FFEBAE;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lottoshu_results__head {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lottoshu_results__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.lottoshu_results__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.lottoshu_results__btn {
    color: #FFF;
    text-align: center;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: #0A780A;
    background: repeating-linear-gradient(75grad, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0) 100%), #0A780A;
    border: none;
    cursor: pointer;
    transition: 0.4s;
    animation: mymove 5s infinite linear;
}

@keyframes mymove {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 500px 0px;
    }
}

.lottoshu_results__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.lottoshu_past {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #120000;
}

.lottoshu_past__title {
    color: #FFEBAE;
    text-align: center;
    font-family: poppins-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.lottoshu_past__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
}

.lottoshu_past__item {
    max-width: 385px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #841000;
    background: -webkit-gradient(linear, left top, left bottom, from(#841000), to(#2C0601));
    background: -o-linear-gradient(top, #841000 0%, #2C0601 100%);
    background: linear-gradient(180deg, #841000 0%, #2C0601 100%);
}

.lottoshu_past__head {
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.lottoshu_past__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px;
    padding-left: 0;
    list-style: none;
}

.lottoshu_past__number {
    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: 61px;
    height: 61px;
    border-radius: 1000px;
    background: -webkit-gradient(linear, right top, left top, from(#622F00), to(#C88326));
    background: -o-linear-gradient(right, #622F00 0%, #C88326 100%);
    background: linear-gradient(270deg, #622F00 0%, #C88326 100%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.lottoshu_past__text {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.lottoshu_past__btn {
    color: #FFF;
    text-align: center;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: #0A780A;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
}

.lottoshu_past__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.lottoshu_how {
    padding-top: 80px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#411F06), to(#120000));
    background: -o-linear-gradient(right, #411F06 0%, #120000 100%);
    background: linear-gradient(270deg, #411F06 0%, #120000 100%);
}

.lottoshu_how__title {
    color: #FFEBAE;
    text-align: center;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.lottoshu_how__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.lottoshu_how__item {
    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;
    max-width: 284px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #000;
    background: -webkit-gradient(linear, right top, left top, from(#622F00), to(#C88326));
    background: -o-linear-gradient(right, #622F00 0%, #C88326 100%);
    background: linear-gradient(270deg, #622F00 0%, #C88326 100%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.lottoshu_how__numbers {
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    border: 1px solid #841000;
    background: -webkit-gradient(linear, left top, left bottom, from(#841000), to(#2C0601));
    background: -o-linear-gradient(top, #841000 0%, #2C0601 100%);
    background: linear-gradient(180deg, #841000 0%, #2C0601 100%);
    margin-bottom: 20px;
}

.lottoshu_how__number {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.lottoshu_how__text {
    color: #FFF;
    text-align: center;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.lottoshu_why {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #120000;
}

.lottoshu_why__title {
    color: #FFEBAE;
    text-align: center;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.lottoshu_why__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.lottoshu_why__item {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 284px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #C88326;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.lottoshu_why__item::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: 115px;
    height: 100px;
    background: url("../lottoshu_img/lottoshu-why-image.webp") no-repeat center;
}

.lottoshu_why__text {
    color: #FFF;
    text-align: center;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.lottoshu_newsletter {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #1E0801;
}

.lottoshu_newsletter__title {
    margin-bottom: 40px;
    color: #FFEBAE;
    text-align: center;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.lottoshu_newsletter__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}

.lottoshu_newsletter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.lottoshu_newsletter__input {
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #C88326;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    background: #120000;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.lottoshu_newsletter__messages {
    display: none;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.lottoshu_newsletter__btn {
    color: #FFF;
    text-align: center;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: #0A780A;
    border: none !important;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoshu_newsletter__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.lottoshu_legal {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #120000;
}

.lottoshu_legal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.lottoshu_legal__item {
    max-width: 578px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #C88326;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.lottoshu_legal__title {
    color: #FFEBAE;
    text-align: center;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lottoshu_legal__text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.lottoshu_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #240000;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.30);
}

.lottoshu_footer__wrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.lottoshu_footer__left {
    max-width: 395px;
    width: 100%;
}

.lottoshu_footer__img {
    margin-bottom: 10px;
}

.lottoshu_footer__info {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}

.lottoshu_footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 1196px;
    width: 100%;
}

.lottoshu_footer__inner {
    max-width: 282px;
    width: 100%;
}

.lottoshu_footer__head {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lottoshu_footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.lottoshu_footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
}

.footer__social_1 {
    background: url("../lottoshu_img/lottoshu-footer-network-1.webp") no-repeat center;
}

.footer__social_2 {
    background: url("../lottoshu_img/lottoshu-footer-network-2.webp") no-repeat center;
}

.lottoshu_footer__networks {
    padding-left: 0;
    list-style: none;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lottoshu_footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    list-style: none;
}

.lottoshu_footer__link {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoshu_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #C88326;
}

.lottoshu_info__title {
    color: #FFF;
    text-align: center;
    font-family: poppins-bold;
    font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lottoshu_info__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.lottoshu_info__subtitle{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.lottoshu_info__head{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
}

.lottoshu_info__list{
    padding-left: 30px;
    margin-bottom: 15px;
}

.lottoshu_info__info{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.lottoshu_info__items {
    padding-left: 30px;
    margin-bottom: 15px;
}

.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;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__title {
    color: #F3F0FF;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1px;
}

.modal__titleadd {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1px;
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    color: #F3F0FF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}

.modal__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 100px;
    background: -o-linear-gradient(left, #00C4E6 0%, #A321FF 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00C4E6), to(#A321FF));
    background: linear-gradient(90deg, #00C4E6 0%, #A321FF 100%);
    width: 100%;
    color: #fff;
    font-family: poppins-bold;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 100px;

    border: 2px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 15px;
    border: 1px solid #4484BA;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    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: 20px 45px;
    max-width: 450px;
    min-height: 263px;
    gap: 10px;
    width: 100%
}

.modal__content_age {
    padding: 24px;
    max-width: 453px;
    min-height: 183px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.modal__close:focus,
.modal__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.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: 20px;
    background: -webkit-gradient(linear, right top, left top, from(#411F06), to(#120000));
    background: -o-linear-gradient(right, #411F06 0%, #120000 100%);
    background: linear-gradient(270deg, #411F06 0%, #120000 100%);
    padding: 20px;
    max-width: 450px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #FFF;
    font-family: poppins-bold;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    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__links {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__input {
    border-radius: 20px;
    border: 1px solid #C88326;
    background: #120000;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 20px;
    height: 59px;
    width: 100%;
    margin-bottom: 20px;
    color: #B0B0B0;
    text-align: center;
    font-family: poppins-bold;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.modal_form__input::-webkit-input-placeholder {
    color: #B0B0B0;
}

.modal_form__input::-moz-placeholder {
    color: #B0B0B0;
}

.modal_form__input:-ms-input-placeholder {
    color: #B0B0B0;
}

.modal_form__input::-ms-input-placeholder {
    color: #B0B0B0;
}

.modal_form__input::placeholder {
    color: #B0B0B0;
}

.modal_form__btn {
    padding: 15px 20px;
    width: 223px;
    border-radius: 15px;
    background: #0A780A;
    font-family: poppins-bold;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    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;
    background: transparent;
    border: none;
    cursor: pointer;
}


.modal_form__close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}

.modal_form__links {
    color: #fff;
}



.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: #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;
}

.terms__list {
    margin-bottom: 10px;
}

.terms__info {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.desc__top {
    padding-top: 140px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.modal_form__messages {
    display: none;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal_form__messagess {
    display: none;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lottoshu_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .lottoshu_next__content {
        max-width: 44vw;
    }

    .lottoshu_next__images {
        width: 500px;
        height: 198px;
        background: url(../lottoshu_img/lottoshu-next-background.webp) no-repeat center;
        background-size: 500px;
    }

    .lottoshu_results__content {
        max-width: 44vw;
    }

    .lottoshu_results__image {
        width: 500px;
        height: 175px;
        background: url(../lottoshu_img/lottoshu-recent-background.webp) no-repeat center;
        background-size: 500px;
    }
}

@media (max-width: 991px) {
    .lottoshu_next__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lottoshu_next__images {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .lottoshu_next__content {
        max-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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .lottoshu_header {
        padding-top: 200px;
        padding-bottom: 150px;
    }

    .lottoshu_header__title {
        font-size: 40px;
    }

    .lottoshu_results__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lottoshu_results__content {
        max-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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .lottoshu_results__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .lottoshu_legal__wrap {
        gap: 20px;
    }

    .lottoshu_legal__item {
        max-width: 100%;
    }

    .lottoshu_footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lottoshu_footer__left {
        max-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;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lottoshu_footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lottoshu_footer__inner {
        max-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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lottoshu_footer__networks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}

@media (max-width: 767px) {
    .lottoshu_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;
        gap: 10px;
    }

    .lottoshu_newsletter__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


@media (max-width: 575px) {
    .body__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .modal_form__content {
        padding: 40px 30px;
    }

    .modal_form__title {
        font-size: 30px;
    }

    .modal_form__links {
        font-size: 14px;
    }

    .modal__btn {
        font-size: 14px;
    }

    .modal_form__wrappper {
        padding: 0;
    }

    .lottoshu_next__images {
        width: 280px;
        height: 100px;
        background: url(../lottoshu_img/lottoshu-next-background.webp) no-repeat center;
        background-size: 280px;
    }


    .lottoshu_results__image {
        width: 280px;
        height: 90px;
        background: url(../lottoshu_img/lottoshu-recent-background.webp) no-repeat center;
        background-size: 280px;
    }

    .lottoshu_header {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .lottoshu_header__title {
        font-size: 20px;
        line-height: 120%;
    }

    .lottoshu_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoshu_about__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lottoshu_about__text {
        font-size: 14px;
    }

    .lottoshu_next {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoshu_next__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lottoshu_next__head {
        font-size: 14px;
    }

    .lottoshu_next__span {
        font-size: 14px;
    }

    .lottoshu_next__text {
        font-size: 14px;
    }

    .lottoshu_results {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoshu_results__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lottoshu_results__head {
        font-size: 14px;
    }

    .lottoshu_results__text {
        font-size: 14px;
    }

    .lottoshu_results__inner {
        margin-bottom: 20px;
    }

    .lottoshu_past {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoshu_past__title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .lottoshu_past__item {
        padding: 10px;
    }

    .lottoshu_past__head {
        text-align: center;
    }

    .lottoshu_past__numbers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lottoshu_past__number {
        width: 55px;
        height: 55px;
    }

    .lottoshu_past__numbers {
        gap: 6px;
    }

    .lottoshu_past__items {
        margin-bottom: 20px;
    }

    .lottoshu_how {
        padding-top: 40px;
        padding-bottom: 40px;
        ;
    }

    .lottoshu_how__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lottoshu_how__item {
        padding: 10px;
        max-width: 100%;
    }

    .lottoshu_why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoshu_why__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lottoshu_why__item::before {
        width: 57px;
        height: 50px;
        background: url(../lottoshu_img/lottoshu-why-image.webp) no-repeat center;
        background-size: 57px;
    }

    .lottoshu_why__item {
        padding: 10px;
        max-width: 100%;
    }

    .lottoshu_newsletter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoshu_newsletter__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lottoshu_newsletter__subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .lottoshu_newsletter__inner {
        margin-bottom: 20px;
    }

    .lottoshu_newsletter__btn {
        padding: 15px 10px;
        width: 100%;
    }

    .lottoshu_legal {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoshu_legal__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .lottoshu_legal__item {
        padding: 10px;
    }

    .lottoshu_legal__text {
        font-size: 14px;
    }

    .lottoshu_info__title {
        font-size: 20px;
    }

    .lottoshu_info__text {
        font-size: 14px;
    }
}