/*Обнуление*/
*{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: #112012;
}
header{
    background-image: url("./images/header_back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 740px;
}
.header__container{
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.header__logo{
    display: flex;
    align-items: center;
}
.header__logo h1{
    color: #659E38;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header__container button{
    border-radius: 28.8px;
    border: 2px solid #659E38;
    display: flex;
    padding: 16px 42px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #659E38;
    text-align: center;
    font-size: 17.3px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: none;
    transition: 0.2s;
}
.header__container button:hover{
    background: #659E38;
    transition: 0.2s;
    color: white;
}
.preview__container{
    max-width: 690px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 600px;
}
.preview__container h2{
    color: #55B76B;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 46px;
}
.preview__container p{
    color: white;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 46px;
}
.preview__container button{
    border-radius: 50px;
    background: #659E38;
    display: flex;
    height: 71.78px;
    padding: 14px 48px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: #659E38 2px solid;
    transition: 0.2s;
}
.preview__container button:hover{
    background: none;
    border: #659E38 2px solid;
    color: #659E38;
    transition: 0.2s;
}
/*--------------------*/
.play{
    background-image: url("./images/play__back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 20px;
}
.play__container{
    max-width: 1250px;
    margin: 0 auto;
}
.play__container span{
    color: #659E38;
}
.play__title{
    color: #55B76B;
    text-align: center;
    font-size: 43.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 100px;
}
.play__main-block{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.play__main-block p{
    color: #FFF;
    text-align: center;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.56px; /* 160% */
    max-width: 900px;
}
.play__main-block h4{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.second{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
/*--------------------*/
.disclaimer{
    background: #659E38;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
}
.disclaimer span{
    color: red;
    font-size: 24px;
    font-weight: 700;
}
.disclaimer-container{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.disclaimer p{
    text-align: center;
    color: #FFFFFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.disclaimer h3{
    display: flex;
    width: 45px;
    height: 45px;
    padding: 10px 6px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9999px;
    border: 0 solid #FDE68A;
    background: #DC2626;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    color: white;
    text-align: center;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*--------------------*/
footer{
    background-image: url("./images/footer__back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 20px;
}
.responsible span{
    color: #659E38;
}
.responsible{
    margin-bottom: 60px;
}
.responsible__container{
    max-width: 1250px;
    margin: 0 auto;
}
.responsible__title{
    color: #55B76B;
    text-align: center;
    font-size: 43.2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}
.responsible__main-two{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.responsible__main-two p{
    max-width: 500px;
    color: #FFF;
    text-align: center;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px; /* 100% */
}
.responsible__main-one{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.responsible__main-one p{
    max-width: 600px;
    color: #FFF;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
}
/*--------------------*/
.help__text{
    color: #F00;
    text-align: center;
    font-size: 17.3px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.help__images{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
/*--------------------*/
/*--------------------*/
.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(219deg, #659E38 31.71%, #373737 88.71%);    margin: 10% auto;
    border-radius: 25px;
    max-width: 460px;
    padding: 30px 40px 50px 40px;
}
.popup-content a{
    color: white;
    text-decoration: none;
}

.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;
    font-size: 21px;
}
form input:hover{
    border: 1px solid #659E38;
}
form input:focus{
    border: 1px solid #659E38;
}
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: 2px solid #659E38;
    background: #659E38;
    color: white;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s;
}
form button:hover {
    background: none;
    border: 2px solid #659E38;
    color: white;
    transition: 0.2s;
}
/*--------------------*/
#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(219deg, #659E38 31.71%, #373737 88.71%);
    margin: 10% auto;
    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: 1000px){
    .play{
        background-position: left;
    }
}
@media(max-width: 620px){
    .header__container{
        flex-direction: column;
        align-items: stretch;
    }
    .header__logo{
        justify-content: center;
    }
    .Gamble{
        max-width: 250px;
    }
}
@media(max-width: 540px){
    .preview__container h2{
        font-size: 45px;
    }
    .preview__container p{
        font-size: 21px;
    }
    .play__title{
        font-size: 33px;
        margin-bottom: 40px;
    }
    .play__main-block p{
        font-size: 18px;
    }
    .responsible__main-two{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}
@media(max-width: 480px){
    .disclaimer-container{
        flex-direction: column;
        justify-content: center;
    }
}