/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
/*input::-ms-clear{display:none;}*/
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
/*ul li{list-style:none;}*/
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/
body {
    font-family: Roboto, sans-serif;
    background: linear-gradient(240deg, #8176AF 7.71%, #C0B7E8 76.71%);
}
header{
    background: rgba(0, 0, 0, 0.40);
    padding: 0 20px;
}
.header__container{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    display: flex;
    align-items: center;
}
.header-logo h1{
    font-size: 32px;
    color: #C0B7E8;
    font-weight: 700;
}
.header-buttons{
    display: flex;
    align-items: center;
    gap: 20px;
}
.login,.sign{
    display: flex;
    padding: 10px 47px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 1px solid #6A50A7;
    background: #6A50A7;
    color: #AC92EC;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: transform 0.3s ease;
}
.sign{
    border-radius: 28.8px;
    border: 2px solid #AC92EC;
    display: flex;
    padding: 10px 47px 10px 47px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #AC92EC;
    text-align: center;
    font-size: 17.3px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: none;
}
.login:hover,.sign:hover{
    transform: scale(1.1);
}
/*--------------------*/
.hero{
    background-image: url("./images/hero-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 625px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-container{
    max-width: 677px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.hero-container h2{
    color: #6A50A7;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 46px;
}
.hero-container p{
    color: #313131;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 46px;
}
.hero-container button{
    border-radius: 28.8px;
    background: #775abc;
    display: flex;
    padding: 14px 48px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: transform 0.3s ease;
    text-align: center;
}
.hero-container button:hover{
    transform: scale(1.04);
}
/*--------------------*/
.top{
    background-image: url("./images/top-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 20px;
}
.top-container{
    max-width: 1030px;
    margin: 0 auto;
}
.top-title{
    color: #6A50A7;
    text-align: center;
    font-size: 43.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}
.top-block{
    margin-bottom: 60px;
}
.top-block span{
    color: #6A50A7;
    font-size: 24px;
    font-weight: 700;
}
.top-block p{
    color: #313131;
    text-align: center;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.56px;
}
.top-block h5{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}
/*--------------------*/
.disclaimer{
    background: #AC92EC;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
}
.disclaimer span{
    color: #6A50A7;
    font-size: 24px;
    font-weight: 700;
}
.disclaimer-container{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.disclaimer p{
    text-align: center;
    color: #FFFFFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
/*--------------------*/
/*--------------------*/
.partners{
    display: flex;
    justify-content: center;
    gap: 30px;
    background: #AC92EC;
    padding: 35px 20px;
}
.powerball{
    width: 294px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(90deg,#6A50A7 0%, #C0B7E8 100%);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.powerball img{
    max-width: 100px;
}
.super66{
    width: 294px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(90deg,#6A50A7 0%, #C0B7E8 100%);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.super66 img{
    max-width: 100px;
}
.partners p{
    color: #FFF;
    font-size: 17.438px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 160.573% */
}
.partners h4{
    color: rgba(255, 255, 255, 0.90);
    font-size: 11.063px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 144.633% */
}
/*--------------------*/
.responsible{
    background-image: url("./images/disclaimer-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
}
.responsible-container{
    max-width: 1020px;
    margin: 0 auto;
}
.responsible-container h2{
    color: #6A50A7;
    text-align: center;
    font-size: 43.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.responsible-container p{
    color: #313131;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.56px; /* 123.429% */
    margin-bottom: 10px;
}
.responsible a{
    color: #6A50A7;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.56px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;;
}
/*--------------------*/
footer{
    background: #AC92EC;
    padding: 40px 20px;
}
.footer-help{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.footer__container p{
    color: #775abc;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

/*--------------------*/
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
    background: linear-gradient(240deg, #8176AF 7.71%, #C0B7E8 76.71%);
    margin: 10% auto;
    border-radius: 25px;
    max-width: 460px;
    padding: 30px 40px 50px 40px;
}
.popup-content a{
    color: #6A50A7;
}

.popup-content img{
    margin-bottom: 15px;
}
.close {
    color: white;
    float: right;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
form input {
    width: 100%;
    padding: 16px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
form input:hover{
    border: 1px solid #6A50A7;
}
form input:focus{
    border: 1px solid #6A50A7;
}
form label{
    font-size: 18px;
    font-weight: 600;
    color: white;
}
form button {
    width: 100%;
    display: flex;
    padding: 10px 47px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 1px solid #6A50A7;
    background: #6A50A7;
    color: white;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: transform 0.3s ease;
}
form button:hover {
    transform: scale(1.04);
}
/*--------------------*/
#Modal21 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modalcontent {
    background: linear-gradient(240deg, #8176AF 7.71%, #C0B7E8 76.71%);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 450px;
    margin: 20px;
}
.modalcontent img{
    margin-bottom: 20px;
}
.modalcontent p {margin-bottom: 20px;font-size: 18px;color: #FFFFFF}
.modalcontent button {
    margin: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    width: auto;
}
#noBtn:hover{background-color: #cdcdcd;transition: 0.2s;}
#yesBtn:hover{background-color: #cdcdcd;transition: 0.2s;}
.no-scroll {
    overflow: hidden;
}
/*--------------------*/

@media(max-width: 450px){
    .hero-container h2{
        font-size: 42px;
    }
    .hero-container p{
        font-size: 21px;
    }
    .header-logo img{
        max-width: 75px;
    }
    .header-logo h1{
        font-size: 16px;
    }
    header{
        padding: 5px 20px;
    }
    .login, .sign{
        padding: 10px 30px;
    }
    .top-title{
        font-size: 32px;
    }
    .top-block p{
        font-size: 18px;
        line-height: 25px;
    }
    .responsible-container p{
        font-size: 18px;
        line-height: 25px;
    }
    .responsible{
        padding: 30px 20px;
    }
    .responsible a{
        font-size: 19px;
    }
    .disclaimer-container{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
@media(max-width: 617px){
    .header-buttons{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .hero,.top{
        background-position: left;
    }
    .Gamble{
        max-width: 300px;
    }

}

