/*Обнуление*/
*{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{height:100%;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: radial-gradient(circle closest-corner at 50% 30%, #ffc56e 5%, #ffffff 70%, transparent 270%), radial-gradient(circle closest-corner at 50% 100%, #ffc56e 155%, #ffffff 2000%, transparent 20%);*/
}
.header__container{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
}
.header__buttons{
    display: flex;
    gap: 10px;
}
.login,.sign{
    display: flex;
    padding: 10px 47px 10px 47px;
    justify-content: center;
    align-items: center;
    border-radius: 28.8px;
    background: #FF9D00;
    color: #FFF;
    text-align: center;
    font-size: 17.3px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s;
    border: 1px solid #FF9D00;
}
.login:hover,.sign:hover{
    background: none;
    color: #FF9D00;
    border: 1px solid #FF9D00;
    transition: 0.2s;
}
/*--------------------*/
.preview{
    background-image: url("../images/prev_back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 179px 0;
}
.preview__container{
    max-width: 1300px;
    margin: 0 auto;
}
.preview__text span{
    color: #FF9D00;
}
.preview__text h1{
    color: black;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 46px;
}
.preview__text p{
    color: #313131;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 44px;
}
.preview__text a{
    display: inline-flex;
    height: 71px;
    padding: 14px 77px 14px 77px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    background: #FF9D00;
    color: #FFF;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s;
    border: 1px solid #FF9D00;
}
.preview__text a:hover{
    background: none;
    border: 1px solid #FF9D00;
    color: #FF9D00;
    transition: 0.2s;
}
/*--------------------*/
.lottery{
    background-image: url("../images/block2_back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.lottery__container{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lottery__title{
    color: #000;
    text-align: center;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    max-width: 858px;
}
.lottery__main{
    width: 100%;
}
.lottery__main span{
    color: #FF9D00;
}
.lottery__text1{
    margin-bottom: 125px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.lottery__text1 p{
    color: #313131;
    /*text-align: center;*/
    font-size: 21.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.56px; /* 160% */
    margin-bottom: 13px;
    max-width: 960px;
    text-align: start;
}
.lottery__text1 h4{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.lottery__text2{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.lottery__text2 p{
    color: #313131;
    /*text-align: center;*/
    font-size: 21.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.56px; /* 160% */
    margin-bottom: 13px;
    max-width: 960px;
    text-align: end;
}
.lottery__text2 h4{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*--------------------*/
.responsible{
    background-image: url("../images/block3_back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.responsible__container{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
.responsible__container strong{
    color: #FF9D00;
}
.responsible__container a{
    font-weight: 700;
}
.responsible__title{
    color: #000;
    text-align: center;
    font-size: 43.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 44px;
}
.responsible__textUP{
    display: flex;
    justify-content: space-between;
    gap: 75px;
    margin-bottom: 40px;
}
.responsible__textUP p{
    color: #313131;
    text-align: center;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.56px; /* 160% */
    max-width: 486px;
}
.responsible__textDown p{
    color: #313131;
    text-align: center;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.56px; /* 160% */
}
/*--------------------*/
.notice{
    padding: 40px 0;
}
.notice p{
    color: #F00;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/*--------------------*/
.footer__container{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 0;
    flex-wrap: wrap;
}
/*--------------------*/
#Modal21 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modalcontent {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), #1D1028;
    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;
}
#noBtn:hover{background-color: #cdcdcd;transition: 0.2s;}
#yesBtn:hover{background-color: #cdcdcd;transition: 0.2s;}
.no-scroll {
    overflow: hidden;
}
.modal__yellow{
    background: #FF872A;
}
/*--------------------*/
.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-color: white;
    margin: 10% auto;
    border-radius: 5px;
    max-width: 460px;
    padding: 30px 40px 50px 40px;
}
.popup-content img{
    margin-bottom: 15px;
}
.close {
    color: #aaa;
    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 label{
    font-size: 18px;
    font-weight: 600;
}
form button {
    width: 100%;
    padding: 10px;
    background-color: #FF9D00;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #FF9D00;
    transition: 0.2s;
    font-size: 21px;
}
form button:hover {
    background: none;
    transition: 0.2s;
    border: 2px solid #FF9D00;
    color: #FF9D00;
}
/*--------------------*/
#Modal21 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modalcontent {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #b1b1b1 100%), #ff9d00;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 450px;
    margin: 20px;
}
.modalcontent img{
    margin-bottom: 20px;
}
.modalcontent p {margin-bottom: 20px;font-size: 24px;color: #FFFFFF}
.modalcontent button,.modalcontent a {
    margin: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    background-color: #ffffff;
}
#noBtn:hover{background-color: #cdcdcd;transition: 0.2s;}
#yesBtn:hover{background-color: #cdcdcd;transition: 0.2s;}
.no-scroll {
    overflow: hidden;
}
.modal__yellow{
    background: #FF872A;
}
/*--------------------*/
@media(max-width: 900px){
    .preview__container{
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
    }
    .preview{
        background-image: url("../images/prev_back_mini.png");
    }
    .lottery__container{
        padding: 0 15px;
    }
    .responsible__container{
        padding: 0 15px;
    }
}
@media(max-width: 575px){
    .responsible__textUP{
        display: block;
    }
    .Gamble{
        width: 300px;
    }
}
@media(max-width: 485px){
    .login, .sign{
        width: 100px;
        height: 50px;
        padding: 0;
    }
}


