@font-face {
    font-family: nunitoSans;
    src: url("../sloplayzone_fonts/sloplayzone_nunitoSans-regular.woff2");
}

@font-face {
    font-family: Halant;
    src: url("../sloplayzone_fonts/sloplayzone_halant-bold.woff2");
}

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: nunitoSans;
    background: #17252A;
}


.body__container {
    max-width: 1140px;
    margin: 0 auto;
}

.sloplayzone_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #17252A;
    top: 0px;
    left: 0;
}

.sloplayzone_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: 1140px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sloplayzone_header__box {
    padding-top: 59px;
}

.sloplayzone_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: 40px;
}

.sloplayzone_header__burger {
    display: none;
}


.sloplayzone_header__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sloplayzone_header__lang{
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.active__lang{
    color: #FFF;
}

.sloplayzone_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}


.sloplayzone_header__title {
    color: #FFF;
    text-align: center;
    font-family: Halant;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.sloplayzone_header__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}


.sloplayzone_header {
    background: url("../sloplayzone_img/sloplayzone-header-background.webp") no-repeat center center;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}

.sloplayzone_header__dropdown {
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 4px;
}

.sloplayzone_header__dropdown-content {
    display: none; 
    min-width: 100%;
    z-index: 1;
    padding-top: 10px;
}

.sloplayzone_header__dropdown.open .sloplayzone_header__dropdown-content {
    display: block; 
}

.sloplayzone_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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; 
}

.sloplayzone_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;
}

.sloplayzone_header__dropdown.open .sloplayzone_header__down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.active_lang{
    color: #fff;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.sloplayzone_about {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about_black{
    background: #080808;
}
.sloplayzone_about__wrap {
    background: url("../sloplayzone_img/sloplayzone-about-background.webp") no-repeat center right;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sloplayzone_about__content {
    max-width: 619px;
    width: 100%;
}
.sloplayzone_about__title {
    color: #FFF;
    font-family: Halant;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.sloplayzone_about__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.about_color{
    color: #fff
}


.sloplayzone_about__text:last-child{
    margin-bottom: 0;
}


.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.sloplayzone_info {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #3AADA9;
}
.sloplayzone_info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../sloplayzone_img/sloplayzone-info-background.webp") no-repeat center left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sloplayzone_info__content {
    max-width: 852px;
    width: 100%;
}
.sloplayzone_info__title {
    color:  #070707;
    font-family: Halant;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.sloplayzone_info__subtitle {
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.sloplayzone_entertainment {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #17252A;
}
.sloplayzone_entertainment__wrap {
    background: url("../sloplayzone_img/sloplayzone-entertainment-background.webp") no-repeat center right;
}
.sloplayzone_entertainment__content {
    max-width: 690px;
    width: 100%;
}
.sloplayzone_entertainment__title {
    color: #FFF;
    font-family: Halant;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom: 20px;
}
.sloplayzone_entertainment__items {
    padding-left: 0;
    list-style: none;
    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;
}
.sloplayzone_entertainment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    max-width: 335px;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.20);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.sloplayzone_entertainment__item:nth-child(1)::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: 100%;
    max-width: 76px;
    height: 76px;
    background: url("../sloplayzone_img/sloplayzone-entertainment-icon-4.webp") no-repeat center center;
}
.sloplayzone_entertainment__item:nth-child(2)::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: 100%;
    max-width: 76px;
    height: 76px;
    background: url("../sloplayzone_img/sloplayzone-entertainment-icon-3.webp") no-repeat center center;
}
.sloplayzone_entertainment__item:nth-child(3)::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: 100%;
    max-width: 76px;
    height: 76px;
    background: url("../sloplayzone_img/sloplayzone-entertainment-icon-2.webp") no-repeat center center;
}
.sloplayzone_entertainment__item:nth-child(4)::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: 100%;
    max-width: 76px;
    height: 76px;
    background: url("../sloplayzone_img/sloplayzone-entertainment-icon-1.webp") no-repeat center center;
}
.sloplayzone_entertainment__contents{
    max-width: 219px;
    width: 100%;
}
.sloplayzone_entertainment__head {
    color: #FFF;
    font-family: Halant;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
}
.sloplayzone_entertainment__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}


.sloplayzone_game {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #3AADA9;
}
.sloplayzone_game__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../sloplayzone_img/sloplayzone-machines-background.webp") no-repeat center left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sloplayzone_game__content {
    max-width: 560px;
    width: 100%;
}
.sloplayzone_game__title {
    color: #070707;
    font-family: Halant;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.sloplayzone_game__text {
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.sloplayzone_game__text:last-child{
    margin-bottom: 0;
}

.sloplayzone_disclaimer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #17252A;
}
.sloplayzone_disclaimer__wrap{
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.20);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    padding: 16px;
}
.sloplayzone_disclaimer__title {
    color: #FFF;
    font-family: Halant;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom: 20px;
}
.sloplayzone_disclaimer__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.sloplayzone_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #3AADA9;
}
.sloplayzone_footer__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: 30px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.sloplayzone_footer__item {
    max-width: 555px;
    width: 100%;
}
.sloplayzone_footer__head {
    color: #070707;
    font-family: Halant;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sloplayzone_footer__text {
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.mb15{
    margin-bottom: 15px;
}
.sloplayzone_footer__info{
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sloplayzone_footer__info:hover{
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sloplayzone_footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.sloplayzone_footer__phone::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: 100%;
    max-width: 24px;
    height: 24px;
    background: url("../sloplayzone_img/sloplayzone-footer-icon-phone.webp") no-repeat center center;
}
.sloplayzone_footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.sloplayzone_footer__address::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: 100%;
    max-width: 24px;
    height: 24px;
    background: url("../sloplayzone_img/sloplayzone-footer-icon-map.webp") no-repeat center center;
}
.sloplayzone_footer__links {
    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;
    margin-bottom: 30px;
}
.sloplayzone_footer__link {
    color: #070707;
    font-family: Halant;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sloplayzone_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: underline;
}
.sloplayzone_footer__networks {
    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;
}
.sloplayzone_footer__age {
    width: 40px;
    height: 40px;
    background: url("../sloplayzone_img/sloplayzone-footer-icon-age.webp") no-repeat center center;
}
.sloplayzone_footer__instagram {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../sloplayzone_img/sloplayzone-footer-icon-network-2.webp") no-repeat center center;
}
.sloplayzone_footer__telegram {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../sloplayzone_img/sloplayzone-footer-icon-network-1.webp") no-repeat center center;
}


.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;
}



.sloplayzone_demo__title {
    color: #000;
    
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 84px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sloplayzone_demo__wrap{
    width: 100%;
}

.sloplayzone_demo__wrapper {
    border-radius: 10px;
    border: 1px solid #323232;
}

.sloplayzone_demo__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 600px;
    border-radius: 20px;
}

.sloplayzone_demo__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.sloplayzone_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%;
}


.sloplayzone_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;
}


.sloplayzone_demo__play:hover {
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sloplayzone_demo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sloplayzone_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;
    }

    .sloplayzone_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sloplayzone_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;
    }

    .sloplayzone_header__title {
        font-size: 36px;
    }

    /* Эффект перекрестия */
    .sloplayzone_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;
    }

    .sloplayzone_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .sloplayzone_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;
    }

    .sloplayzone_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: #17252A;
        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;
    }

    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc{
        display: none;
    }

    .sloplayzone_about__content{
        max-width: 44vw;
    }

    .sloplayzone_about__wrap {
        background: url(../sloplayzone_img/sloplayzone-about-background.webp) no-repeat center right;
        background-size: 500px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sloplayzone_game__content{
        max-width: 44vw;
    }

    .sloplayzone_game__wrap {
        background: url(../sloplayzone_img/sloplayzone-machines-background.webp) no-repeat center left;
        background-size: 500px;
    }

    .sloplayzone_info__content{
        max-width: 66vw;
    }

    .sloplayzone_footer__item{
        max-width: 100%;
    }

    .sloplayzone_entertainment__content{
        max-width: 52vw;
    }

    .sloplayzone_entertainment__item{
        max-width: 100%;
    }

    .sloplayzone_entertainment__contents{
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .sloplayzone_about__content{
        max-width: 100%;
    }

    .sloplayzone_about__wrap {
        background: url(../sloplayzone_img/sloplayzone-about-background.webp) no-repeat center bottom;
        background-size: 500px;
        padding-top: 0px;
        padding-bottom: 500px;
    }

    .sloplayzone_game__content{
        max-width: 100%;
    }

    .sloplayzone_game__wrap {
        background: url(../sloplayzone_img/sloplayzone-machines-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-bottom: 320px;
    }

    .sloplayzone_info__wrap {
        background: url(../sloplayzone_img/sloplayzone-info-background.webp) no-repeat center bottom;
        padding-top: 0px;
        padding-bottom: 280px;
    }

    .sloplayzone_info__content{
        max-width: 100%
    }

    .sloplayzone_entertainment__wrap {
        background: url(../sloplayzone_img/sloplayzone-entertainment-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-bottom: 400px;
        padding-top: 0;
    }

    .sloplayzone_entertainment__content{
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sloplayzone_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sloplayzone_demo__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .sloplayzone_demo__wrapper {
        padding-top: 615px;
        border-radius: 20px
    }

    .sloplayzone_demo__start {
        min-height: 239px;
    }

    .sloplayzone_demo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .desc__top {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .sloplayzone_header{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sloplayzone_header__title{
        font-size: 36px;
        margin-bottom: 20px;
    }

    .sloplayzone_header__subtitle{
        font-size: 16px;
    }

    .sloplayzone_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sloplayzone_about__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sloplayzone_about__text{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sloplayzone_about__wrap {
        background: url(../sloplayzone_img/sloplayzone-about-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-top: 0px;
        padding-bottom: 280px;
    }

    .sloplayzone_entertainment {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sloplayzone_entertainment__title{
        font-size: 20px;
    }

    .sloplayzone_entertainment__head{
        font-size: 16px;
    }

    .sloplayzone_info{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sloplayzone_info__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sloplayzone_info__wrap{
        padding-bottom: 260px;
    }

    .sloplayzone_game {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sloplayzone_game__wrap{
        padding-top: 0;
    }

    .sloplayzone_game__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sloplayzone_game__text{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sloplayzone_disclaimer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sloplayzone_disclaimer__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sloplayzone_disclaimer__text{
        font-size: 16px;
    }

    .sloplayzone_footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sloplayzone_footer__items{
        gap: 20px;
    }

    .sloplayzone_footer__links{
        max-width: 328px;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
         margin: 0 auto;
         margin-bottom: 20px;
    }

    .sloplayzone_footer__networks{
        max-width: 328px;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 auto;
    }

    .sloplayzone_footer__items{
        margin-bottom: 20px;
    }

}