@font-face {
    font-family: clashdisplay;
    src: url("../stakexwin_fonts/stakexwin_clashdisplay-variable.ttf");
}

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;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    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;
}



img {
    max-width: 100%;
}

body {
    font-family: clashdisplay;
    background: #151515;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.stakexwin_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B3ED9), color-stop(50.48%, #2D2FA5), to(#202173));
    background: -o-linear-gradient(top, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
    background: linear-gradient(180deg, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
    top: 0px;
    left: 0;
}

.stakexwin_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.stakexwin_header__box {
    padding-top: 59px;
}

.stakexwin_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 20px;
}

.header__links{
    gap: 20px;
}

.stakexwin_header__burger {
    display: none;
}

.header__link__logo{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
}

.stakexwin_header__link {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.stakexwin_header__lang{
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.active__lang{
    color: #FFF;
}

.stakexwin_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}


.stakexwin_header__title {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.stakexwin_header__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}


.stakexwin_header {
    background: url("../stakexwin_img/stakexwin-header-background.webp") no-repeat center center;
    background-size: cover;
    padding-bottom: 170px;
    padding-top: 170px;
    margin-bottom: 80px;
}

.stakexwin_header__dropdown {
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#891F82), to(#EF36E3));
    background: -o-linear-gradient(top, #891F82 0%, #EF36E3 100%);
    background: linear-gradient(180deg, #891F82 0%, #EF36E3 100%);
}

.stakexwin_header__dropdown-content {
    display: none; 
    min-width: 100%;
    z-index: 1;
    padding-top: 10px;
}

.stakexwin_header__dropdown.open .stakexwin_header__dropdown-content {
    display: block; 
}

.stakexwin_header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; 
}

.stakexwin_header__down {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.stakexwin_header__dropdown.open .stakexwin_header__down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.active_lang{
    color: #fff;
}

.stakexwin_info {
    margin-bottom: 80px;
}
.stakexwin_info__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 30px;
}
.stakexwin_info__text {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%; /* 24px */
    margin-bottom: 15px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.stakexwin_games {
    margin-bottom: 80px;
}
.stakexwin_games__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 30px;
}
.stakexwin_games__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;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.stakexwin_games__item {
    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;
    max-width: 295px;
    width: 100%;
    min-height: 295px;
    border-radius: 10px;
    border: 1px solid #D9DCFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B3ED9), color-stop(50.48%, #2D2FA5), to(#202173));
    background: -o-linear-gradient(top, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
    background: linear-gradient(180deg, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
}
.stakexwin_games__content {
    position: relative;
}
.stakexwin_games__wrap {
    position: absolute;
    top: 0;
    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: 25px;
    max-width: 255px;
    width: 100%;
    min-height: 255px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.80)), to(rgba(0, 0, 0, 0.80)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.stakexwin_games__wrap:hover {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.stakexwin_games__name {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.stakexwin_games__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 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: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#891F82), to(#EF36E3));
    background: -o-linear-gradient(top, #891F82 0%, #EF36E3 100%);
    background: linear-gradient(180deg, #891F82 0%, #EF36E3 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 235px;
}

.stakexwin_games__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.stakexwin_features {
    margin-bottom: 80px;
}
.stakexwin_features__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.stakexwin_features__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.stakexwin_features__item {
    max-width: 610px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B3ED9), color-stop(50.48%, #2D2FA5), to(#202173));
    background: -o-linear-gradient(top, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
    background: linear-gradient(180deg, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
}
.stakexwin_features__text {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.stakexwin_social {
    margin-bottom: 80px;
}
.stakexwin_social__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%; 
    text-transform: uppercase;
    margin-bottom: 30px;
}
.stakexwin_social__items {
    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;
    padding-left: 0;
    list-style: none;
}
.stakexwin_social__item {
    max-width: 610px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B3ED9), color-stop(50.48%, #2D2FA5), to(#202173));
    background: -o-linear-gradient(top, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
    background: linear-gradient(180deg, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
}
.stakexwin_social__head {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 20px;
    border-bottom: 2px solid #FFF;
    margin-bottom: 20px;
}
.stakexwin_social__list {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.stakexwin_social__info {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.stakexwin_faq {
    margin-bottom: 80px;
}
.stakexwin_faq__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.stakexwin_faq__items {
    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: 20px;
}
.stakexwin_faq__item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B3ED9), color-stop(50.48%, #2D2FA5), to(#202173));
    background: -o-linear-gradient(top, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
    background: linear-gradient(180deg, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
}
.stakexwin_faq__head {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.stakexwin_faq__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%; 
}

.stakexwin_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B3ED9), color-stop(50.48%, #2D2FA5), to(#202173));
    background: -o-linear-gradient(top, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
    background: linear-gradient(180deg, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
}
.stakexwin_footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.stakexwin_footer__title::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: 54px;
    height: 54px;
    background: url("../stakexwin_img/stakexwin-footer-age.webp") no-repeat center;
}
.stakexwin_footer__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}
.stakexwin_footer__head {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 10px;
}
.stakexwin_footer__info {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%; 
    margin-bottom: 10px;
}
.stakexwin_footer__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%; 
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.stakexwin_footer__link:hover {
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.stakexwin_footer__sup {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-top: 30px;
}

.stakexwin_footer__politica:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: underline;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.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;
}


.stakexwin_about {
    margin-bottom: 80px;
}
.stakexwin_about__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 30px;
}
.stakexwin_about__items {
    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: 20px;
    margin-bottom: 40px;
}
.stakexwin_about__item {
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B3ED9), color-stop(50.48%, #2D2FA5), to(#202173));
    background: -o-linear-gradient(top, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
    background: linear-gradient(180deg, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
}
.stakexwin_about__head {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.stakexwin_about__text {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}
.stakexwin_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}



.stakexwin_demo__title {
    color: #000;
    
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 84px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.stakexwin_demo__wrap{
    width: 100%;
}

.stakexwin_demo__wrapper {
    border-radius: 10px;
    border: 1px solid #323232;
}

.stakexwin_demo__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 600px;
    border-radius: 20px;
}

.stakexwin_demo__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.stakexwin_demo__start {
    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;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}


.stakexwin_demo__play {
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    background: #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.stakexwin_demo__play:hover {
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.stakexwin_demo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.stakexwin_demo {
    padding-top: 80px;
    padding-bottom: 80px;
}


.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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 0px;
    background: #FFF5E8;
    padding: 32px;
    max-width: 506px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #884200;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.modal_form__left {
    width: 100%;
}

.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: #301C12;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    -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: 10px;
    border: 1px solid rgba(48, 28, 18, 0.30);
    background: transparent;
    padding: 16px;
    width: 100%;
    margin-bottom: 16px;
    color: rgba(48, 28, 18, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.modal_form__resets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 24px;
}

.modal_form__reset {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.modal_form__input::-webkit-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::-moz-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input:-ms-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::-ms-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__btn {
    padding: 14px 24px;
    width: 246px;
    border-radius: 50px;
    border-radius: 10000px;
    border: 1px solid #884200;
    background: -o-linear-gradient(358deg, #F4B515 -2.63%, #D0550E 101.69%);
    background: linear-gradient(92deg, #F4B515 -2.63%, #D0550E 101.69%);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__messages {
    display: none;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.modal_form__btn:hover {
    background: #fff;
    color: #884200;
    -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: #000;
    font-size: 24px;
}


.modal_form__close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}

.modal_form__sub {
    color: #4D4D4D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 32px;
}

.desc__top {
    padding-top: 120px;
    padding-bottom: 50px;
}

.mob_nav{
    display: none;
}


.mob{
    display: none;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stakexwin_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stakexwin_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
    }

    .stakexwin_header__title {
        font-size: 36px;
    }

    /* Эффект перекрестия */
    .stakexwin_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px;
    }

    .stakexwin_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .stakexwin_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px;
    }

    .stakexwin_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px;
        background: -webkit-gradient(linear, left top, left bottom, from(#3B3ED9), color-stop(50.48%, #2D2FA5), to(#202173));
        background: -o-linear-gradient(top, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
        background: linear-gradient(180deg, #3B3ED9 0%, #2D2FA5 50.48%, #202173 100%);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 52px;
        left: 0;
        width: 100%;

        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    .mob_nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dec_nav{
        display: none;
    }

    .stakexwin_header{
        margin-bottom: 40px;
    }

    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc{
        display: none;
    }
    

}

@media (max-width: 991px) {
    .stakexwin_games__wrap{
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .stakexwin_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .stakexwin_demo__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .stakexwin_demo__wrapper {
        padding-top: 615px;
        border-radius: 20px
    }

    .stakexwin_demo__start {
        min-height: 239px;
    }

    .stakexwin_demo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .desc__top {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .stakexwin_header{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .stakexwin_header__title{
        font-size: 26px;
        margin-bottom: 20px;
    }

    .stakexwin_header__subtitle{
        font-size: 16px;
    }

    .stakexwin_info{
        margin-bottom: 40px;
    }

    .stakexwin_info__title{
        margin-bottom: 20px;
        font-size: 22px;
    }

    .stakexwin_info__text{
        font-size: 16px;
    }

    .stakexwin_games__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .stakexwin_games__items{
        gap: 10px;
    }

    .stakexwin_games{
        margin-bottom: 40px;
    }

    .stakexwin_features__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .stakexwin_features__text{
        font-size: 16px;
    }

    .stakexwin_features{
        margin-bottom: 40px;
    }

    .stakexwin_social{
        margin-bottom: 40px;
    }

    .stakexwin_social__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .stakexwin_social__head{
        font-size: 22px;
    }

    .stakexwin_social__info{
        font-size: 16px;
    }

    .stakexwin_faq{
        margin-bottom: 40px;
    }

    .stakexwin_faq__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .stakexwin_faq__head{
        margin-bottom: 10px;
        font-size: 18px;
    }

    .stakexwin_footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .stakexwin_footer__title{
        gap: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .stakexwin_footer__text{
        font-size: 14px;
    }

    .stakexwin_footer__head{
        font-size: 16px;
    }

    .stakexwin_footer__info{
        font-size: 14px;
    }

    .stakexwin_footer__link{
        font-size: 14px;
    }

    .stakexwin_footer__sup{
        padding-top: 20px;
        font-size: 14px;
    }

    .stakexwin_about__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .stakexwin_about__items{
        gap: 10px;
    }
    
    .stakexwin_about__head{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .stakexwin_about__text{
        font-size: 14px;
    }

    .stakexwin_about{
        margin-bottom: 40px;
    }
}