@font-face {
    font-family: Teachers;
    src: url("../netlithium_fonts/netlithium_teachers-regular.woff2")
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../netlithium_fonts/netlithium_bebasneuebold.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: Teachers;
    background: #000;
}

#confirmButton {
    background-color: #5956E9;
    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;
}


.body__container {
    max-width: 1170px;
    margin: 0 auto
}

.netlithium_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.netlithium_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: 1170px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.netlithium_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
    padding-left: 0;
    list-style: none;
}

.header__links {
    gap: 10px;
}

.netlithium_header__burger {
    display: none
}

.netlithium_header__link {
    color: #fff;
    
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.netlithium_header__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.netlithium_header__link:hover {
    color: #FF9434;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.netlithium_header__block {
    max-width: 612px;
    width: 100%;
}

.netlithium_header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.active__lang {
    padding: 15px;
    border-radius: 5000px;
    border: 3px solid #fff;
    background: #1C1C1E;
}

.header__lang_1 {
    background: url("../netlithium_img/netlithium-lang-ch.webp") no-repeat center;
}

.header__lang_2 {
    background: url("../netlithium_img/netlithium-lang-en.webp") no-repeat center;
}

.netlithium_header__title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.netlithium_header__subtitle {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.netlithium_header__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.netlithium_header__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.netlithium_header__play {
    display: block;
    width: 210px;
    height: 65px;
    background: url("../netlithium_img/netlithium-header-icon-play.webp") no-repeat center;
    border-radius: 5px;
    border: 1px solid #4A02C7;
}

.netlithium_header__store {
    display: block;
    width: 210px;
    height: 65px;
    background: url("../netlithium_img/netlithium-header-icon-store.webp") no-repeat center;
    border-radius: 5px;
    border: 1px solid #4A02C7;
}


.netlithium_header__box {
    padding-top: 60px;
}

.netlithium_header__images{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.netlithium_header {
    padding-top: 40px;
    background: url("../netlithium_img/netlithium-header-background.webp") no-repeat center;
    background-size: cover;
}

.netlithium_info {
    padding-bottom: 80px;
    padding-top: 80px;
}
.netlithium_info__title {
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.netlithium_info__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.netlithium_info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}
.netlithium_info__head {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 575px;
    width: 100%;
}
.netlithium_info__text {
    max-width: 575px;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.netlithium_info__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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
}

.netlithium_features{
    padding-bottom: 80px;
}

.netlithium_features__wrap {
    background: url("../netlithium_img/netlithium-features-background.webp") no-repeat center left;
    padding-top: 0px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
}
.netlithium_features__content {
    max-width: 570px;
    width: 100%
}
.netlithium_features__title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.netlithium_features__text{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px; 
}

.netlithium_features__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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
}
.netlithium_features__item {
    padding: 20px;
    max-width: 370px;
    width: 100%;
    background: url("../netlithium_img/netlithium-features-item.webp") no-repeat center;
    background-size: cover;
    min-height: 154px;
}
.netlithium_features__head {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.netlithium_features__info {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}


.netlithium_game {
    border-bottom: 1px solid #0F02C7;
}
.netlithium_game__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../netlithium_img/netlithium-game-background.webp") no-repeat bottom left;
    padding-top: 140px;
    padding-bottom: 140px;
    background-size: 600px

}
.netlithium_game__content {
    max-width: 570px;
    width: 100%;
}
.netlithium_game__title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.netlithium_game__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}


.netlithium_reviews {
    padding-bottom: 80px;
    padding-top: 80px;
}

.netlithium_reviews__title {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.netlithium_reviews__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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
}
.netlithium_reviews__item {
    max-width: 380px;
    width: 100%;
    padding: 16px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 44, 192, 0.15)), to(rgba(14, 44, 192, 0.15))), #000;
    background: -o-linear-gradient(bottom, rgba(14, 44, 192, 0.15) 0%, rgba(14, 44, 192, 0.15) 100%), #000;
    background: linear-gradient(0deg, rgba(14, 44, 192, 0.15) 0%, rgba(14, 44, 192, 0.15) 100%), #000;
    min-height: 182px;
}
.netlithium_reviews__name {
    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;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.netlithium_reviews__name::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: 135px;
    height: 23px;
    background: url("../netlithium_img/netlithium-reviews-icon-star.webp") no-repeat center;
}
.netlithium_reviews__text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.netlithium_contact{
    background: url("../netlithium_img/netlithium-contact-background.webp") no-repeat center;
    background-size: cover;
    padding-bottom: 80px;
}

.netlithium_contact__wrap {
    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;
}

.netlithium_contact__content{
    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;
}

.netlithium_contact__title {
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.netlithium_contact__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.netlithium_contact__messages{
    display: none;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    width: 100%;
}

.netlithium_contact__form {
    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;
    max-width: 500px;
    width: 100%;
}

.netlithium_contact__input {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #FFF;
    margin-bottom: 10px;
}

.netlithium_contact__input::-webkit-input-placeholder{
    color: #fff;
}

.netlithium_contact__input::-moz-placeholder{
    color: #fff;
}

.netlithium_contact__input:-ms-input-placeholder{
    color: #fff;
}

.netlithium_contact__input::-ms-input-placeholder{
    color: #fff;
}

.netlithium_contact__input::placeholder{
    color: #fff;
}

.netlithium_contact__message {
    color: #fff;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #FFF;
    resize: none;
    margin-bottom: 10px;
}

.netlithium_contact__message::-webkit-input-placeholder{
    color: #fff;
}

.netlithium_contact__message::-moz-placeholder{
    color: #fff;
}

.netlithium_contact__message:-ms-input-placeholder{
    color: #fff;
}

.netlithium_contact__message::-ms-input-placeholder{
    color: #fff;
}

.netlithium_contact__message::placeholder{
    color: #fff;
}

.netlithium_contact__btn {
    color: #FFF;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    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;
    border-radius: 5px;
    border: 1px solid #000;
    background: #0F02C7;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    height: 60px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.netlithium_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.netlithium_contact__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.netlithium_contact__play {
    display: block;
    width: 210px;
    height: 65px;
    background: url(../netlithium_img/netlithium-header-icon-play.webp) no-repeat center;
    border-radius: 5px;
    border: 1px solid #4A02C7;
}
.netlithium_contact__store {
    display: block;
    width: 210px;
    height: 65px;
    background: url(../netlithium_img/netlithium-header-icon-store.webp) no-repeat center;
    border-radius: 5px;
    border: 1px solid #4A02C7;
}

.netlithium_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#050708), to(#45456E));
    background: -o-linear-gradient(top, #050708 0%, #45456E 100%);
    background: linear-gradient(180deg, #050708 0%, #45456E 100%);
}
.netlithium_footer__wrap {
    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;
}
.netlithium_footer__home {
    margin-bottom: 40px;
}
.netlithium_footer__top {
    max-width: 760px;
    margin-bottom: 40px;
}
.netlithium_footer__info {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.netlithium_footer__center {
    max-width: 570px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}
.netlithium_footer__address {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.netlithium_footer__address:hover {
    color: #FF9434;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.netlithium_footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
    gap: 30px;
}
.netlithium_footer__item {
    max-width: 570px;
    width: 100%;
}
.netlithium_footer__head {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.netlithium_footer__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.netlithium_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 570px;
    width: 100%;
}
.netlithium_footer__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.netlithium_footer__link:hover {
    color: #FF9434;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.modal {
    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, .8);
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__title {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.modal__titleadd {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #EAEAEA;
    font-size: 14px;
    font-weight: 400;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 10px;
    background: #FF9434;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 15px;
    border: 1px solid #4484BA;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.07);
            box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.07);
    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;
    padding: 24px;
    max-width: 400px
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.modal__close:focus,
.modal__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.cookie-popup.hidden {
    display: none
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%
}

.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.10);
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px
}

.popupcookie__close:focus,
.popupcookie__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.popupcookie__title {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1px;
    width: 100%
}

.popupcookie__subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 206px;
    border-radius: 10px;
    background: #FF9434;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 205px;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #FF9434;
    color: #FF9434;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__button:hover {
    border: 2px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
}

.popupcookie__btn:hover {
    background: #22272b;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.content__title,
.info__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
}

.desc__top {
    padding-top: 130px;
    padding-bottom: 50px
}


.desc__contact {
    padding-top: 70px;
    padding-bottom: 0px
}


.header__img_mob {
    display: none
}

.mob {
    display: none;
}

.popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.popup__box {
    border-radius: 20px;
    background: #fff;
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup__game {
    width: 100%;
    height: 400px
}

.popup__iframe {
    width: 100%;
    height: 100%
}

.popup__title {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px
}

.popup__name {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.popup__close:focus,
.popup__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_list {
    display: none;
}

.slick-prev,
.slick-next {
    display: none !important;
}

@media (max-width:1200px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .netlithium_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }


    .netlithium_header__links {
        display: none
    }

    .netlithium_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
    }

    .netlithium_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .netlithium_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .netlithium_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
    }

    .netlithium_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        background: rgba(153, 153, 153, 0.4);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        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;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .mob {
        display: block;
    }

    .netlithium_header__subtitle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .netlithium_header__block {
        max-width: 100%;
        padding-bottom: 50px;
    }

    .netlithium_header__subtitle {
        max-width: 60vw;
    }

    .netlithium_header__wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    .netlithium_header__title{
        font-size: 5vw;
    }

    .netlithium_header__img{
        margin-bottom: 0;
    }

    .netlithium_reviews__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

    .netlithium_contact__subtitle{
        text-align: center;
    }

    .netlithium_reviews__item{
        max-width: 100%;
        min-height: auto;
    }

    .netlithium_features__content{
        max-width: 46vw;
    }

    .netlithium_features__wrap {
        background: url(../netlithium_img/netlithium-features-background.webp) no-repeat center left;
        background-size: 350px;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .netlithium_game__content{
        max-width: 46vw;
    }

    .netlithium_game__wrap {
        background: url(../netlithium_img/netlithium-game-background.webp) no-repeat bottom left;
        background-size: 350px;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .netlithium_features__text{
        font-size: 16px;
    }

    .netlithium_info__wrap{
        gap: 20px;
    }

    .netlithium_features__items{
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .netlithium_features__item{
        max-width: 100%;
        min-height: auto;
    }


}

@media (max-width:767px) {
    .netlithium_header__subtitle{
        max-width: 100%;
    }

    .netlithium_contact__content{
        max-width: 100%;
    }

    .netlithium_contact__form{
        max-width: 100%;
    }

    .netlithium_header__wrap{
        -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;
    }

    .netlithium_header__img2{
        max-width: 300px;
    }

    .netlithium_header__title{
        font-size: 35px;
    }

    .netlithium_header__images{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .netlithium_header__box{
        padding-top: 60px;
    }

    .netlithium_header__button{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .netlithium_features__wrap {
        background: url(../netlithium_img/netlithium-features-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-top: 50px;
        padding-bottom: 320px;
    }

    .netlithium_features__content{
        max-width: 100%;
    }


    .netlithium_footer__center{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 17px;
    }

    .netlithium_footer__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }

    .netlithium_footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 17px;
    }

    .netlithium_info__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .netlithium_info__text{
        max-width: 100%;
    }

    .netlithium_info__head{
        max-width: 100%;
    }

    .netlithium_info__items{
        gap: 10px;
    }

    .netlithium_header__block {
        padding-bottom: 10px;
    }

    .netlithium_features__items{
        gap: 10px;
    }

    .netlithium_game__content{
        max-width: 100%;
    }

    .netlithium_game__wrap {
        background: url(../netlithium_img/netlithium-game-background.webp) no-repeat bottom center;
        background-size: 300px;
        padding-top: 0px;
        padding-bottom: 300px;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .netlithium_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .netlithium_header__title{
        font-size: 36px;
        margin-bottom: 10px;
    }

    .netlithium_header__subtitle{
        gap: 10px;
        font-size: 12px;
    }

    .netlithium_header__info{
        margin-bottom: 10px;
    }

    .netlithium_header__play{
        width: 160px;
        height: 52px;
        background: url(../netlithium_img/netlithium-header-icon-play.webp) no-repeat center;
        background-size: 160px;
    }

    .netlithium_header__store {
        display: block;
        width: 160px;
        height: 52px;
        background: url(../netlithium_img/netlithium-header-icon-store.webp) no-repeat center;
        background-size: 160px;
    }

    .netlithium_header__button{
        gap: 8px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .netlithium_header__logo{
        max-width: 160px;
    }

    .menu{
        top: 64px;
    }

    .netlithium_contact__title{
        font-size: 30px;
    }

    .netlithium_contact__subtitle{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .netlithium_header__img{
        max-width: 60px;
    }

    .netlithium_header__box {
    padding-top: 60px;
}

.netlithium_header__block{
    padding-bottom: 20px;
}

.netlithium_reviews__text{
    font-size: 14px;
}

.netlithium_reviews__title{
    font-size: 30px;
    margin-bottom: 20px;
}

.netlithium_reviews{
    padding-bottom: 60px;
    padding-top: 60px;
}

.netlithium_reviews__name{
    font-size: 16px;
}

    
.desc__top {
    padding-top: 130px;
    padding-bottom: 50px
}


.netlithium_features__title{
    font-size: 30px;
    margin-bottom: 20px;
}

.netlithium_features__text{
    font-size: 12px;
    line-height: 20px;
}

.netlithium_contact__play {
    width: 160px;
    height: 52px;
    background: url(../netlithium_img/netlithium-header-icon-play.webp) no-repeat center;
    background-size: 160px;
}

.netlithium_contact__store {
    display: block;
    width: 160px;
    height: 52px;
    background: url(../netlithium_img/netlithium-header-icon-store.webp) no-repeat center;
    background-size: 160px;
}

.netlithium_contact__button {
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.netlithium_footer__logo{
    max-width: 220px;
}

.netlithium_footer__info{
    font-size: 12px;
}

.netlithium_footer__head{
    font-size: 14px;
}
.netlithium_footer__text{
    font-size: 14px;
}

.netlithium_info {
    padding-bottom: 60px;
    padding-top: 60px;
}

.netlithium_info__title{
    font-size: 30px;
}

.netlithium_info__subtitle{
    margin-bottom: 60px;
    font-size: 12px;
}

.netlithium_info__head{
    font-size: 30px;
}

.netlithium_info__text{
    font-size: 12px;
}

.netlithium_info__wrap{
    margin-bottom: 20px;
}

.netlithium_features__wrap{
    padding-top: 0;
}

.netlithium_features__head{
    margin-bottom: 10px;
    font-size: 18px;
}

.netlithium_features {
    padding-bottom: 60px;
}

.netlithium_game__title{
    font-size: 30px;
}

.netlithium_game__text{
    font-size: 12px;
    margin-bottom: 15px;
}

.netlithium_reviews__items{
    gap: 10px;
}

.netlithium_contact{
    padding-bottom: 60px;
}

}