@font-face {
    font-family: inter;
    src: url("../luxbetto_fonts/luxbetto_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;
}

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: inter;
    background: #FFF;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.luxbetto_header__fixed {
    position: fixed;
    z-index: 10000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 170, 170, 0.40)), to(rgba(0, 0, 0, 0.1)));
    background: -o-linear-gradient(top, rgba(170, 170, 170, 0.40) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(180deg, rgba(170, 170, 170, 0.40) 0%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    top: 0px;
    left: 0;
}
.luxbetto_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: 1240px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

.luxbetto_header__box {
    padding-top: 40px;
}

.luxbetto_header {
    margin-bottom: 0px;
    padding-bottom: 50px;
    padding-top: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#FFB1B1), to(#C8FFBE));
    background: -o-linear-gradient(left, #FFB1B1 0%, #C8FFBE 100%);
    background: linear-gradient(90deg, #FFB1B1 0%, #C8FFBE 100%);
}


.luxbetto_header__block {
    max-width: 925px;
    width: 100%;
}

.luxbetto_header__wrap{
    background: url("../luxbetto_img/luxbetto-header-background.webp") no-repeat center right;
}

.luxbetto_header__title {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.luxbetto_header__subtitle {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.luxbetto_header__btn{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 503px;
    border: 1px solid #FF5959;
    background: -webkit-gradient(linear, left top, right top, from(#FFB114), to(#FFE792));
    background: -o-linear-gradient(left, #FFB114 0%, #FFE792 100%);
    background: linear-gradient(90deg, #FFB114 0%, #FFE792 100%);
    -webkit-box-shadow: 0px 1px 8.1px 0px rgba(255, 170, 0, 0.70);
            box-shadow: 0px 1px 8.1px 0px rgba(255, 170, 0, 0.70);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luxbetto_header__btn:hover {
    background: #fff;
}

.luxbetto_info {
    padding-top: 25px;
    padding-bottom: 25px;
}
.luxbetto_info__wrap {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
}
.luxbetto_info__title {
    color: #000;
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.luxbetto_info__text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.luxbetto_loto {
    padding-top: 50px;
    padding-bottom: 50px;
}
.luxbetto_loto__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;
}
.luxbetto_loto__item {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    border: 1px solid #000;
    background: #FFE792;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25) inset;
}
.luxbetto_loto__img {
    margin-bottom: 20px;
}
.luxbetto_loto__content {
    margin-bottom: 20px;
}
.luxbetto_loto__title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.luxbetto_loto__text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.luxbetto_loto__list {
    padding-left: 20px;
}
.luxbetto_loto__info {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.luxbetto_loto__btn{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 503px;
    border: 1px solid #FF5959;
    background: -webkit-gradient(linear, left top, right top, from(#FFB114), to(#FFE792));
    background: -o-linear-gradient(left, #FFB114 0%, #FFE792 100%);
    background: linear-gradient(90deg, #FFB114 0%, #FFE792 100%);
    -webkit-box-shadow: 0px 1px 8.1px 0px rgba(255, 170, 0, 0.70);
            box-shadow: 0px 1px 8.1px 0px rgba(255, 170, 0, 0.70);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luxbetto_loto__btn:hover {
    background: #fff;
}

.luxbetto_result {
    padding-top: 50px;
    padding-bottom: 50px;
}
.luxbetto_result__title {
    color: #000;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.luxbetto_result__subtitle {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.luxbetto_result__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;
}
.luxbetto_result__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;
    padding: 20px;
    max-width: 610px;
    width: 100%;
    border: 1px solid #5D5D5D;
    background: #FFF;
}
.luxbetto_result__text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.luxbetto_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #747474;
}
.luxbetto_footer__title {
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.luxbetto_footer__content {
    margin-bottom: 20px;
}
.luxbetto_footer__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.luxbetto_result__inner {
    margin-bottom: 20px;
}
.luxbetto_result__head {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.luxbetto_result__info {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.luxbetto_footer__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 10px;
}
.luxbetto_footer__links {
    padding-left: 0;
    list-style: none;
    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;
}
.luxbetto_footer__link {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luxbetto_footer__link:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.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: #000;
    -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: 50px 60px;
    max-width: 506px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    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;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__input {
    border-radius: 20px;
    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;
    line-height: normal;
}

.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: 100%;
    border-radius: 503px;
    border: 1px solid #FF5959;
    background: -webkit-gradient(linear, left top, right top, from(#FFB114), to(#FFE792));
    background: -o-linear-gradient(left, #FFB114 0%, #FFE792 100%);
    background: linear-gradient(90deg, #FFB114 0%, #FFE792 100%);
    -webkit-box-shadow: 0px 1px 8.1px 0px rgba(255, 170, 0, 0.70);
            box-shadow: 0px 1px 8.1px 0px rgba(255, 170, 0, 0.70);
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    letter-spacing: -0.14px;
    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
}


.modal_form__close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__links {
    color: #fff;
}


.modal__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.30);
    -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: 30px;
    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;
}



.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;
}

.modal_form__messages {
    display: none;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.modal_form__messagess {
    display: none;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}



@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .luxbetto_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -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;
    }

    .luxbetto_header__block{
        max-width: 60vw;
    }
}

@media (max-width: 768px) {
    .luxbetto_header__wrap {
        background: none;
        padding-top: 100px;
    }

    .luxbetto_header__block{
        max-width: 100%;
    }

    .luxbetto_header__container{
        background: url("../luxbetto_img/luxbetto-header-background-mob.webp") no-repeat right top;
    }

    .luxbetto_header__title{
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .luxbetto_header__nav {
        padding-left: 16px;
        padding-right: 16px;
    }

    .modal_form__content {
        padding: 40px 30px;
    }

    .modal_form__title {
        font-size: 30px;
    }

    .modal_form__links {
        font-size: 14px;
    }

    .luxbetto_header__title{
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
    }

    .luxbetto_header__subtitle{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .luxbetto_header__btn{
        margin: 0 auto;
    }

    .luxbetto_header__box{
        padding-top: 0;
    }

    .luxbetto_info__wrap{
        padding: 20px 16px;
    }

    .luxbetto_info__title{
        font-size: 20px;
    }

    .luxbetto_info__text{
        font-size: 14px;
    }

    .luxbetto_info{
        padding-top: 0;
        padding-bottom: 0;
    }

    .luxbetto_loto{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .luxbetto_loto__img{
        margin-bottom: 10px;
    }

    .luxbetto_loto__title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .luxbetto_loto__content{
        margin-bottom: 10px;
    }

    .luxbetto_loto__text{
        font-size: 14px;
    }

    .luxbetto_loto__info{
        font-size: 14px;
    }

    .luxbetto_loto__items{
        gap: 10px;
    }

    .luxbetto_result {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .luxbetto_result__title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .luxbetto_result__subtitle{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .luxbetto_result__item{
        padding: 10px;
    }

    .luxbetto_result__text{
        font-size: 14px;
    }

    .luxbetto_result__items{
        gap: 10px;
    }

    .luxbetto_footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .luxbetto_footer__title{
        font-size: 20px;
    }

    .luxbetto_footer__text{
        font-size: 14px;
    }

    .luxbetto_result__head{
        font-size: 18px;
    }

    .luxbetto_result__info{
        font-size: 14px;
    }

    .luxbetto_footer__items{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .luxbetto_footer__link{
        font-size: 18px;
    }

}