html {
    box-sizing: border-box;
    overflow-x: hidden;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

@font-face {
    font-family: 'Avenir Next 400';
    src: url('../fonts/AvenirNextCyr-Regular.eot');
    src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
        url('../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Regular.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next 500';
    src: url('../fonts/AvenirNextCyr-Medium.eot');
    src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
        url('../fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Medium.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next 600';
    src: url('../fonts/AvenirNextCyr-Demi.eot');
    src: local('Avenir Next Cyr Demi'), local('AvenirNextCyr-Demi'),
        url('../fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next 700';
    src: url('../fonts/AvenirNextCyr-Bold.eot');
    src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
        url('../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica 400';
    src: url('../fonts/HelveticaRegular.eot');
    src: local('Helvetica Regular'), local('Helvetica Regular'),
        url('../fonts/HelveticaRegular.eot') format('embedded-opentype'),
        url('../fonts/HelveticaRegular.woff') format('woff'),
        url('../fonts/HelveticaRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

a {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

button {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
}

ul,
li {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    list-style: none;
}

body {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    color: #FFFFFF;
    overflow-x: hidden;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 1200px;
}

.header__inner-all {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 0 13px 0;
}

.header__inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.9s ease;
}

.header__inner.sticky {
    background: #FFFFFF;
    box-shadow: 0 8px 4px -4px rgb(0 0 0 / 20%);
}

.header__inner.sticky li,
.header__inner.sticky .menu__list-link {
    color: #000000;
}

.header__logo {
    max-width: 47px;
    margin-right: 50px;
    /* margin-bottom: 10px; */
}

.header__logo img {
    width: 100%;
    border-radius: 50%;
}

.menu__btn,
.menu-mob {
    display: none;
}

.menu__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__list li {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0 25px;
}

.menu__list a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
}

.menu__list li:first-child,
.menu__list li:last-child {
    padding: 0 25px 0 0;
}

.menu__list li:last-child {
    margin-left: 25px;
    transition: all .5s;
}

.menu__list a:last-child {
    transition: all .5s;
}

.menu__list li:last-child {
    position: relative;
    /* padding-bottom: 10px; */
    transition: all .5s;
    padding: 10px 0;
}

.menu__list-link {
    position: relative;
}

.menu__sublist {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #FFFFFF;
    min-width: 237px;
    z-index: 9;
}

.menu__sublist li {
    background-color: #FFFFFF;
    padding: 0;
}

.menu__sublist li:first-child,
.menu__sublist li:last-child {
    padding: 0;
}

.menu__sublist li:last-child {
    margin-left: 0;
}

.menu__sublist a {
    display: inline-block;
    font-family: 'Avenir Next 500';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    transition: all .5s;
    padding: 19px 36px 15px 36px;
    width: 100%;
}

.menu__sublist a:hover {
    background: linear-gradient(90.54deg, #8E2DCD 0.47%, rgba(0, 0, 0, 0) 99.69%), #4755C8;
    color: #FFFFFF;
}

body._pc .menu__list > li:hover .menu__sublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
}

.header__info {
    /* padding-top: 23%; */
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 560px;
}

.header__info h1 {
    font-family: 'Avenir Next 700';
    font-size: 50px;
    line-height: 69px;
    margin-bottom: 48px;
}

.header__info p {
    font-family: 'Avenir Next 500';
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 50px;
}

.header__info button {
    background: #9F25FF;
    box-shadow: 0px 4px 97px rgba(252, 86, 255, 0.51);
    backdrop-filter: blur(192px);
    border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    padding: 18px;
    width: 280px;
    transition: all .5s;
}

.header__info button:hover {
    background: #B556FF;
}

.game-dev {
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/game-dev-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 71px 0 124px 0;
    position: relative;
}

.game-dev::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EBEBEB;
}

.game-dev::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #EBEBEB;
}

.game-dev h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 100px;
}

.game-dev__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.game-dev__item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    width: 29%;
    /* max-width: 350px; */
    min-height: 385px;
    text-align: center;
    padding: 33px 33px 38px 33px;
    margin-bottom: 20px;
}

.game-dev__item-icon {
    max-width: 90px;
    margin: 0 auto 24px auto;
}

.game-dev__item-icon img {
    width: 100%;
}

.game-dev__item-text p {
    font-size: 16px;
    line-height: 40px;
}

.game-dev__btn {
    display: flex;
    justify-content: center;
}

.game-dev__btn button {
    background: #9F25FF;
    box-shadow: 0px 4px 97px rgba(255, 86, 177, 0.51);
    backdrop-filter: blur(192px);
    border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    padding: 18px;
    transition: all .5s;
    width: 280px;
}

.game-dev__btn button:hover {
    background: #B556FF;
}

.gamers {
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/gamers-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 71px 0 124px 0;
    position: relative;
}

.gamers::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EBEBEB;
}

.gamers h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 100px;
    text-align: center;
}

.gamers__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.gamers__item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 29%;
    /* max-width: 350px; */
    min-height: 385px;
    text-align: center;
    padding: 33px 33px 38px 33px;
}

.gamers__item-icon {
    max-width: 90px;
    margin: 0 auto 24px auto;
}

.gamers__item-icon img {
    width: 100%;
}

.gamers__item-text p {
    font-size: 16px;
    line-height: 40px;
}

.gamers__btn {
    display: flex;
    justify-content: center;
}

.gamers__btn button {
    background: #9F25FF;
    box-shadow: 0px 4px 97px rgba(255, 86, 177, 0.51);
    backdrop-filter: blur(192px);
    border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    padding: 18px;
    transition: all .5s;
    width: 280px;
}

.gamers__btn button:hover {
    background: #B556FF;
}

.platform {
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/platform-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 71px 0 21px 0;
}

.platform h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 100px;
    text-align: center;
}

.platform__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.platform__item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    /* max-width: 350px; */
    width: 29%;
    min-height: 385px;
    text-align: center;
    padding: 33px;
    margin: 0 35px 100px 35px;
}

.platform__item:nth-child(1) {
    margin: 0 35px 100px 0;
}

.platform__item:nth-child(3) {
    margin: 0 0 100px 35px;
}

.platform__item-icon {
    max-width: 90px;
    margin: 0 auto 24px auto;
}

.platform__item-icon img {
    width: 100%;
}

.platform__item-text p {
    font-size: 16px;
    line-height: 40px;
}

.platform__slider {
    display: none;
}

.reward {
    margin: 71px 0 74px 0;
}

.reward h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 34px;
}

.reward p {
    font-size: 17px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 40px;
}

.reward__inner {
    display: flex;
    justify-content: space-between;
}

.reward__inner-mob {
    display: none;
}

.reward__tabs {
    width: 42%;
}

.reward__tab {
    position: relative;
    padding-bottom: 20px;
}

.reward__tab::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E7E7E7;
    left: 0;
    bottom: 0;
}

.reward__tab:last-child::after {
    content: none;
}

.reward__tab-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.reward__tab-info p {
    font-family: 'Avenir Next 600';
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
    color: #9F25FF;
}

.reward__tab-info span {
    font-family: 'Avenir Next 500';
    color: #9F25FF;
    font-size: 25px;
    line-height: 34px;
}

.reward__img {
    max-width: 467px;
    margin-left: 20px;
}

.reward__img img {
    width: 100%;
}

.reward-mob__img {
    display: none;
}

.blog {
    margin: 74px 0 98px 0;
}

.blog__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.blog__info-title h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.blog__info-link p {
    font-family: 'Avenir Next 600';
    font-size: 17px;
    line-height: 23px;
    color: #9F25FF;
}

.blog__info-title--mob,
.blog__info-link--mob {
    display: none;
}

.blog__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog__item {
    width: 32%;
    transition: all .5s;
}

.blog__item:hover {
    transform: scale(1.03);
}

.blog__item-img {
    position: relative;
}

.blog__item-img--img {
    display: flex;
    position: relative;
    border-radius: 10px;
}

.blog__item-img--img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .35);
    transition: 250ms background-color;
    border-radius: 10px;
}

.blog__item-img--img img {
    width: 100%;
    border-radius: 10px;
}

.blog__item-descr {
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 28px 30px 28px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog__item-all--date span {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #CFCFCF;
}

.blog__item-all-category p {
    font-family: 'Avenir Next 600';
    font-size: 19px;
    line-height: 26px;
    color: #FFFFFF;
}

.blog__slider {
    display: none;
}

.community {
    padding: 99px 0 81px 0;
}

.community__inner {
    display: flex;
    justify-content: space-between;
}

.community__soc {
    margin-right: 30px;
}

.community__soc h3 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 27px;
}

.community__soc-icons {
    display: flex;
}

.community__soc-icon {
    max-width: 45px;
    margin-right: 24px;
}

.community__soc-icon img {
    width: 100%;
}

.community__soc-icon:last-child {
    margin-right: 0;
}

.community__email {
    text-align: right;
}

.community__email h3 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 32px;
}

.community__form-all,
.community-black__form-all {
    display: flex;
}

.community__form input {
    font-family: 'Avenir Next 400';
    background: #F9F9F9;
    border-radius: 10px;
    font-size: 17px;
    line-height: 40px;
    color: #686868;
    padding: 3px 23px 3px 23px;
    border: none;
    outline: none;
    width: 325px;
    margin-right: 21px;
    height: 45px;
}

.community__form input::placeholder {
    font-size: 17px;
    line-height: 40px;
}

.community__form button {
    background: #9F25FF;
    border-radius: 10px;
    font-family: 'Avenir Next 600';
    font-size: 17px;
    line-height: 22px;
    padding: 11px;
    width: 112px;
    height: 45px;
    transition: all .5s;
}

.community__form button:hover {
    background: #B556FF;
}

.footer {
    margin: 80px 0 93px 0;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer__menu {
    display: flex;
}

.footer__dropdown-menu {
    margin-right: 52px;
}

.footermob-language__menu,
.footermob-black-language__menu {
    display: none;
}

.footer-language__list li,
.footer-language__bllist li {
    position: relative;
    transition: all .5s;
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.footer-language__bllist li {
    color: #FFFFFF;
}

.footer-language__list a,
.footer-language__bllist a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    padding-top: 10px;
}

.footer-language__list-link,
.footer-language__bllist-link {
    position: relative;
    padding-left: 25px;
    transition: all .5s;
}

.footer-language__list-link::before,
.footer-language__bllist-link::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 15px;
    background-image: url(../images/new-lang20.png);
    left: 0;
    top: 12px;
}

.footer-language__sublist,
.footer-language__blsublist {
    display: none;
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #FFFFFF;
    min-width: 91px;
    z-index: 9;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.footer-language__blsublist {
    box-shadow: none;
}

.footer-language__sublist li,
.footer-language__blsublist li {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}

.footer-language__sublist a,
.footer-language__blsublist a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 10px;
    transition: all .5s;
}

.footer-language__sublist a:hover,
.footer-language__blsublist a:hover {
    background: linear-gradient(90.54deg, #8E2DCD 0.47%, rgba(0, 0, 0, 0) 99.69%), #4755C8;
    color: #FFFFFF;
}

body._pc-lang .footer-language__list > li:hover .footer-language__sublist,
body._pc-lang .footer-language__bllist > li:hover .footer-language__blsublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
}

.footer-language__link-arrow,
.footer-language__bllink-arrow {
    position: relative;
    padding-right: 11px;
    transition: all .5s;
}

.footer-language__link-arrow::after,
.footer-language__bllink-arrow::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 5px;
    background-image: url(../images/language-arrow.svg);
    right: 0;
    top: 62%;
}

.footer__menu-list {
    display: flex;
    justify-content: space-between;
}

.footer__menu-list li {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    margin: 0 26px;
}

.footer__menu-list a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
}

.footer__menu-list li:first-child {
    margin: 0 26px 0 0;
}

.footer__link-arrow {
    position: relative;
    padding-left: 25px;
    padding-right: 11px;
}

.footer__link-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/language.svg);
}

.footer__link-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    width: 7px;
    height: 5px;
    background-image: url(../images/language-arrow.svg);
    transition: all .5s;
}

.footer__link-arrow:hover:after {
    transform: rotate(180deg);
}

.footer__menu-list li:last-child {
    margin: 0 0 0 26px;
}

.footer__soc {
    display: flex;
    align-items: center;
}

.footer__soc-icons {
    display: flex;
}

.footer__soc-icon {
    max-width: 25px;
    margin-right: 9px;
}

.footer__soc-icon img {
    width: 100%;
}

.footer__soc-copy {
    margin-left: 26px;
}

.footer__soc-copy p {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}


/* POPUPS */

.popup,
.popup-all,
.popup-air,
.popup-sale,
.popup-eco,
.popup-rfj,
.popup-smart,
.popup-graf {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.8s ease 0s;
    z-index: 9;
}

.popup.openpop,
.popup-all.open-all,
.popup-air.open-air,
.popup-sale.open-sale,
.popup-eco.open-eco,
.popup-rfj.open-rfj,
.popup-smart.open-smart,
.popup-graf.open-graf {
    opacity: 1;
    visibility: visible;
}

.popup.openpop .popup__content,
.popup-all.open-all .popup__content-all,
.popup-air.open-air .popup__content-air,
.popup-sale.open-sale .popup__content-sale,
.popup-eco.open-eco .popup__content-eco,
.popup-rfj.open-rfj .popup__content-rfj,
.popup-smart.open-smart .popup__content-smart,
.popup-graf.open-graf .popup__content-graf {
    transform: translate(0, 0);
    opacity: 1;
}

.popup__body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}

.popup__content {
    background-color: #FFFFFF;
    max-width: 1056px;
    padding: 60px 148px 229px 148px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0, 0);
    border-radius: 10px;
}

.popup__content h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 200px;
}

.popup__close {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/popup-close.svg);
    right: 30px;
    top: 30px;
}

.popup__inner {
    display: flex;
    align-items: center;
}

.popup__item {
    box-shadow: -1px -4px 4px rgba(207, 207, 207, 0.25), 1px 4px 4px rgba(207, 207, 207, 0.25);
    border-radius: 20px;
    width: 326px;
    height: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__inner a + a {
    margin-left: 114px;
}

.popup__schema {
    text-align: center;
    margin: 0 auto;
    max-width: 575px;
}

.popup__schema img {
    width: 100%;
}

.popup__content-all {
    background-color: #FFFFFF;
    max-width: 1056px;
    padding: 60px 243px 77px 243px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0, 0);
    border-radius: 10px;
}

.popup__content-all h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 46px;
}

.popup__content-all p {
    font-family: 'Avenir Next 500';
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    color: #696969;
    margin-bottom: 44px;
}

.popup__content-air {
    background-color: #FFFFFF;
    max-width: 1056px;
    padding: 60px 168px 80px 169px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0, 0);
    border-radius: 10px;
    text-align: center;
}

.popup__content-air h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.popup__content-air h6 {
    font-family: 'Avenir Next 700';
    font-size: 21px;
    line-height: 40px;
    color: #9F25FF;
    text-align: center;
    margin-bottom: 50px;
}

.popup__content-air img {
    max-width: 140px;
    width: 100%;
    margin-bottom: 41px;
}

.popup__content-air p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: #696969;
    margin-bottom: 18px;
}

.popup__content-air li {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: #696969;
    list-style-type: decimal;
    list-style-position: inside;
}

.popup__content-sale {
    background-color: #FFFFFF;
    max-width: 1056px;
    padding: 60px 168px 233px 169px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0, 0);
    border-radius: 10px;
    text-align: center;
}

.popup__content-sale h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.popup__content-sale h6 {
    font-family: 'Avenir Next 700';
    font-size: 21px;
    line-height: 40px;
    color: #9F25FF;
    text-align: center;
    margin-bottom: 37px;
}

.popup__content-sale ul {
    margin-bottom: 21px;
}

.popup__content-sale > ul > li {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: #696969;
    list-style-type: disc;
    list-style-position: inside;
}

.popup__content-sale > ol > li {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: #696969;
    list-style-type: decimal;
    list-style-position: inside;
}

.popup__content-eco {
    background-color: #FFFFFF;
    max-width: 1056px;
    padding: 40px 168px 40px 169px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0, 0);
    border-radius: 10px;
    text-align: center;
}

.popup__content-eco h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.popup__content-eco h6 {
    font-family: 'Avenir Next 700';
    font-size: 21px;
    line-height: 40px;
    color: #9F25FF;
    text-align: center;
    margin-bottom: 25px;
}

.popup__content-eco ol {
    margin-bottom: 29px;
}

.popup__content-eco li {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: #696969;
    list-style-type: decimal;
    list-style-position: inside;
}

.popup__content-eco p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: #696969;
    margin-bottom: 0;
}

.popup__content-eco > p > a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: #56E1FF;
}

.popup__content-eco img {
    margin-top: 29px;
    max-width: 120px;
    width: 100%;
}

.popup__content-rfj {
    background-color: #FFFFFF;
    max-width: 1056px;
    padding: 40px 54px 10px 55px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0, 0);
    border-radius: 10px;
    text-align: center;
}

.popup__content-rfj h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.popup__content-rfj--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.popup__content-rfj--item {
    width: 28%;
    margin: 0 26px 47px 26px;
}

.popup__content-rfj--item:nth-child(1) {
    margin: 0 26px 47px 0;
}

.popup__content-rfj--item:nth-child(5) {
    margin: 0 0 47px 26px;
}

.content-rfj__item-img {
    max-width: 65px;
    margin: 0 auto 32px auto
}

.content-rfj__item-img img {
    width: 100%;
}

.content-rfj__item-info h6 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #9F25FF;
    margin-bottom: 24px;
}

.content-rfj__item-info p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #696969;
    margin-bottom: 0;
}

.popup__content-smart {
    background-color: #FFFFFF;
    max-width: 1056px;
    padding: 60px 187px 118px 187px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0, 0);
    border-radius: 10px;
    text-align: center;
}

.popup__content-smart-info {
    margin-bottom: 153px;
}

.popup__content-smart-info h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.popup__content-smart-info h6 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #9F25FF;
    margin-bottom: 27px;
}

.popup__content-smart-info p {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    color: #696969;
    margin-bottom: 40px;
}

.popup__content-smart-note blockquote {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: #696969;
}

.popup__content-graf {
    background-color: #FFFFFF;
    max-width: 1056px;
    padding: 60px 243px 110px 243px;
    position: relative;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0, 0);
    border-radius: 10px;
    text-align: center;
}

.popup__content-graf h5 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

/* END POPUPS */


/* Page BLOG */

.header-white {
    margin-bottom: 130px;
}

.header-white__inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.9s ease;
}

.header-white__inner.sticky-white {
    background: #FFFFFF;
    box-shadow: 0 8px 4px -4px rgb(0 0 0 / 20%);
}

.header-white__inner-all {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 0 13px 0;
}

.header-white__logo {
    max-width: 47px;
    margin-right: 50px;
    /* margin-bottom: 10px; */
}

.header-white__logo img {
    width: 100%;
    border-radius: 50%;
}

.wmenu-mob {
    display: none;
}

.header-white__menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-white__menu-list li {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 0 25px;
}

.header-white__menu-list a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
}

.header-white__menu-list li:first-child {
    padding: 0 25px 0 0;
}

.header-white__menu-list li:last-child {
    padding: 0;
    margin-left: 25px;
    transition: all .5s;
}

.header-white__menu-list a:last-child {
    transition: all .5s;
}

.header-white__menu-list li:last-child {
    position: relative;
    /* padding-bottom: 10px; */
    transition: all .5s;
    padding: 10px 0;
}

.header-white__menu-list--link {
    position: relative;
}

.header-white__menu-sublist {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #FFFFFF;
    min-width: 237px;
    z-index: 9;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.header-white__menu-sublist li {
    background-color: #FFFFFF;
    padding: 0;
}

.header-white__menu-sublist li:first-child,
.header-white__menu-sublist li:last-child {
    padding: 0;
}

.header-white__menu-sublist li:last-child {
    margin-left: 0;
}

.header-white__menu-sublist a {
    display: inline-block;
    font-family: 'Avenir Next 500';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    transition: all .5s;
    padding: 19px 36px 15px 36px;
    width: 100%;
}

.header-white__menu-sublist a:hover {
    background: linear-gradient(90.54deg, #8E2DCD 0.47%, rgba(0, 0, 0, 0) 99.69%), #4755C8;
    color: #FFFFFF;
}

body._pc .header-white__menu-list > li:hover .header-white__menu-sublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
}

.navbar {
    position: relative;
    /* margin-top: 45px; */
}

.navbar-mob__categories {
    display: none;
}

.navbar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
}

.navbar__categories-list {
    display: flex;
}

.navbar__categories-list li {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
    margin: 0 25px;
    padding-bottom: 21px;
}

.navbar__categories-list li:first-child {
    margin: 0 25px 0 0;
}

.navbar__categories-list a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
}

.navbar__categories-active--link {
    position: relative;
}

.navbar__categories-active--link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #B61BFF;
}

.blog-content {
    margin: 35px 0 94px 0;
}

.blog-content__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-content__item {
    width: 32%;
    margin-bottom: 83px;
    transition: all .5s;
}

.blog-content__item:hover {
    transform: scale(1.03);
}

.blog-content__item:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.blog-content__item-image {
    position: relative;
}

.blog-content__item:nth-child(1) .blog-content__item-image {
    width: 56%;
    margin-right: 29px;
}

.blog-content__item-image-img {
    display: flex;
    position: relative;
}

.blog-content__item-image-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .35);
    transition: 250ms background-color;
    border-radius: 10px;
}

.blog-content__item-image-img img {
    width: 100%;
    border-radius: 10px;
}

.blog-content__item-image-descr {
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 28px 30px 28px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-content__item-image-date span {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #CFCFCF;
}

.blog-content__item-image-title h2 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #FFFFFF;
}

.blog-content__item-info {
    display: none;
}

.blog-content__item:nth-child(1) .blog-content__item-info {
    display: flex;
    flex-direction: column;
    color: #000000;
    width: 44%;
}

.blog-content__item:nth-child(1) .blog-content__item-info-titles {
    display: flex;
    margin-bottom: 26px;
}

.blog-content__item:nth-child(1) .blog-content__item-info-titles span {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-right: 27px;
}

.blog-content__item:nth-child(1) .blog-content__item-info-titles p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #838080;
}

.blog-content__item:nth-child(1) .blog-content__item-info-descr h1 {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 23px;
}

.blog-content__item:nth-child(1) .blog-content__item-info-descr p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    max-width: 294px;
}

.blog-content__btn {
    display: flex;
    justify-content: center;
}

.blog-content__btn button {
    background: #9F25FF;
    border-radius: 4px;
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 10px 10px 11px 10px;
    width: 280px;
    transition: all .5s;
}

.blog-content__btn button:hover {
    background: #B556FF;
}

/* END Page BLOG */


/* Page Announcements */

.announ-content {
    background-image: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../images/announ-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 355px;
    margin-top: 36px;
}

.announ-content h1 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 12px;
    padding-top: 69px;
}

.announ-content p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
}

.announ-card {
    margin: 74px 0 53px 0;
}

.announ-card__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.announ-card__item {
    width: 32%;
    margin-bottom: 83px;
    transition: all .5s;
}

.announ-card__item:hover {
    transform: scale(1.03);
}

.announ-card__item-img {
    position: relative;
}

.announ-card__item-image {
    display: flex;
    position: relative;
}

.announ-card__item-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .35);
    transition: 250ms background-color;
    border-radius: 10px;
}

.announ-card__item-image img {
    width: 100%;
    border-radius: 10px;
}

.announ-card__item-descr {
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 28px 30px 28px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.announ-card__item-date span {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #CFCFCF;
}

.announ-card__item-category p {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
}

.announ-card__item-info {
    display: none;
}

.announ-card__btn {
    display: flex;
    justify-content: center;
}

.announ-card__btn button {
    background: #9F25FF;
    border-radius: 4px;
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    width: 280px;
    padding: 10px 10px 11px 10px;
    transition: all .5s;
}

.announ-card__btn button:hover {
    background: #B556FF;
}

/* END Page Announcements */


/* Page Single Announcements */

.single-announ {
    margin-top: 36px;
}

.single-announ__image {
    position: relative;
    display: flex;
}

.single-announ__image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .35);
    transition: 250ms background-color;
}

.single-announ__image img {
    width: 100%;
}

.single-announ__info {
    color: #000000;
    padding: 54px 0 151px 0;
}

.single-announ__info-titles {
    margin-bottom: 33px;
    display: flex;
}

.single-announ__info-titles span {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-right: 56px;
}

.single-announ__info-titles p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #838080;
}

.single-announ__info-descr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.single-announ__descr-logo {
    display: flex;
    align-items: center;
}

.single-announ__descr-logo img {
    width: 100%;
}

.single-announ__descr-logo span {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 17px;
    line-height: 40px;
    margin-left: 9px;
}

.single-announ__descr-soc {
    display: flex;
    align-items: center;
}

.single-announ__descr-soc p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    margin-right: 14px;
}

.single-announ__descr-soc--links {
    display: flex;
}

.single-announ__descr-soc--links a + a {
    margin-left: 14px;
}

.single-announ__descr-soc--links img {
    width: 100%;
    max-width: 20px;
}

.single-announ__info-text h1 {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 33px;
}

.single-announ__info-text p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
}

.like-articles {
    margin-bottom: 190px;
}

.like-articles__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 63px;
}

.like-articles__info h2 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.like-articles__info a {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #9F25FF;
}

.like-articles__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.like-articles__item {
    width: 32%;
    transition: all .5s;
}

.like-articles__item:hover {
    transform: scale(1.03);
}

.like-articles__item-img {
    position: relative;
}

.like-articles__item-image {
    display: flex;
    position: relative;
}

.like-articles__item-image img {
    width: 100%;
    border-radius: 10px;
}

.like-articles__item-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .35);
    transition: 250ms background-color;
    border-radius: 10px;
}

.like-articles__item-descr {
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 28px 30px 28px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.like-articles__item-date span {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #CFCFCF;
}

.like-articles__item-category h2 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
}

.like-articles__item-info {
    display: none;
}

/* END Page Single Announcements */





/* Page Game Developers */

.header__game-devv {
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/game-bg.gif);
    min-height: 1000px;
}

.menu__list--active-link {
    font-family: 'Avenir Next 700' !important;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 22px;
}

.menu__list--active-link.sticky {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.jollity-help {
    padding: 71px 0 47px 0;
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/jollity-help-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.jollity-help::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EBEBEB;
}

.jollity-help::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #EBEBEB;
}

.jollity-help h2 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 100px;
    text-align: center;
}

.jollity-help__slider {
    display: none;
}

.jollity-help__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jollity-help__item {
    width: 29%;
    text-align: center;
    padding: 33px 33px 48px 33px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin: 0 37.5px 100px 37.5px;
}

.jollity-help__item:nth-child(1) {
    margin: 0 37.5px 100px 0;
}

.jollity-help__item:nth-child(3) {
    margin: 0 0 100px 37.5px;
}

.jollity-help__item-icon {
    max-width: 90px;
    margin: 0 auto 24px auto;
}

.jollity-help__item-icon img {
    width: 100%;
}

.jollity-help__item-text p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
}

.add-game {
    padding: 71px 0 110px 0;
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/add-game-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.add-game h3 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 100px;
    text-align: center;
}

.add-game__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.add-game__item {
    width: 29%;
    text-align: center;
    padding: 33px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin: 0 37.5px 100px 37.5px;
}

.add-game__item:nth-child(1) {
    margin: 0 37.5px 100px 0;
}

.add-game__item:nth-child(3) {
    margin: 0 0 100px 37.5px;
}

.add-game__item-icon {
    max-width: 90px;
    margin: 0 auto 24px auto;
}

.add-game__item-icon img {
    width: 100%;
}

.add-game__item-text p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
}

.community__game-devv {
    padding: 71px 0 81px 0;
}

/* END Page Game Developers */





/* Page Toceconomics */

.header-black__bg {
    background-image: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../images/toceconomics-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 725px;
}

.header-black__inner {
    background-color: #000000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.9s ease;
}

.header-black__inner-all {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 0 13px 0;
}

.header-black__inner.sticky-black {
    background: #FFFFFF;
    box-shadow: 0 8px 4px -4px rgb(0 0 0 / 20%);
}

.header-black__inner.sticky-black li,
.header-black__inner.sticky-black .menu-black__list-link {
    color: #000000;
}

.header-black__logo {
    max-width: 47px;
    margin-right: 50px;
    /* margin-bottom: 10px; */
}

.header-black__logo img {
    width: 100%;
    border-radius: 50%;
}

.menu-black__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-black__list li {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0 25px;
}

.menu-black__list a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
}

.menu-black__list li:first-child {
    padding: 0 25px 0 0;
}

.menu-black__list li:last-child {
    padding: 0;
    margin-left: 25px;
    transition: all .5s;
}

.menu-black__list a:last-child {
    transition: all .5s;
}

.menu-black__list li:last-child {
    position: relative;
    /* padding-bottom: 10px; */
    transition: all .5s;
    padding: 10px 0;
}

.menu-black__list-link {
    position: relative;
}

.menu-black__sublist {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #FFFFFF;
    min-width: 237px;
    z-index: 9;
}

.menu-black__sublist li {
    background-color: #FFFFFF;
    padding: 0;
}

.menu-black__sublist li:first-child,
.menu-black__sublist li:last-child {
    padding: 0;
}

.menu-black__sublist li:last-child {
    margin-left: 0;
}

.menu-black__sublist a {
    display: inline-block;
    font-family: 'Avenir Next 500';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    transition: all .5s;
    padding: 19px 36px 15px 36px;
    width: 100%;
}

.menu-black__sublist a:hover {
    background: linear-gradient(90.54deg, #8E2DCD 0.47%, rgba(0, 0, 0, 0) 99.69%), #4755C8;
    color: #FFFFFF;
}

body._pc .menu-black__list > li:hover .menu-black__sublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
}

.header-black__info {
    padding-top: 18%;
    max-width: 560px;
}

.header-black__info h1 {
    font-family: 'Avenir Next 700';
    font-size: 50px;
    line-height: 69px;
    margin-bottom: 39px;
}

.header-black__info button {
    background: #9F25FF;
    box-shadow: 0px 4px 97px rgba(252, 86, 255, 0.51);
    backdrop-filter: blur(192px);
    border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    padding: 18px;
    width: 280px;
    transition: all .5s;
}

.header-black__info button:hover {
    background: #B556FF;
}

.toc-cases {
    background: #000000;
    padding: 71px 0 45px 0;
}

.toc-cases h2 {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 45px;
}

.toc-cases__slider {
    display: none;
}

.toc-cases__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.toc-cases__item {
    width: 28%;
    background: linear-gradient(180deg, #8E2DCD 0%, rgba(0, 0, 0, 0) 100%), #4755C8;
    border-radius: 10px;
    margin: 0 46px 89px 46px;
    text-align: center;
}

.toc-cases__item-inner {
    background: rgba(0, 0, 0, .1);
    padding: 32px 58px;
    min-height: 411px;
    height: 100%;
}

.toc-cases__item:nth-child(1) {
    margin: 0 46px 89px 0;
}

.toc-cases__item:nth-child(3) {
    margin: 0 0 89px 46px;
}

.toc-cases__item-icon {
    max-width: 65px;
    margin: 0 auto 31px auto;
}

.toc-cases__item-icon img {
    width: 100%;
}

.toc-cases__item-text h3 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 31px;
}

.toc-cases__item-text p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
}

.schema {
    background: #000000;
    padding: 71px 0 186px 0;
}

.schema p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 84px;
    max-width: 795px;
    margin: 0 auto 84px auto;
}

.schema__inner {
    display: flex;
    justify-content: space-between;
}

.schema__cmob{
    display: none;
}

.schema__circle h4 {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 63px;
}

.schema__grafic h4 {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 54px;
}

.schema__grafic-image {
    max-width: 445px;
}

.schema__grafic-image-pk {
    width: 100%;
}

.schema__grafic-image--mob {
    display: none;
}

.schema__circle {
    margin: 0 auto 0 150px;
}

.schema__circle-image {
    max-width: 263px;
    position: relative;
    padding-top: 93px;
}

.schema__circle-image img {
    width: 100%;
}

.schema__circle-item01,
.schema__circle-item02,
.schema__circle-item03,
.schema__circle-item04,
.schema__circle-item05,
.schema__circle-item06,
.schema__circle-item07,
.schema__circle-item08 {
    background: #000000;
    box-shadow: 0px -2px 4px rgba(222, 222, 222, 0.25), 0px 3px 4px rgba(208, 208, 208, 0.25);
    border-radius: 15px;
    transition: all .5s;
}

.schema__circle-item01:hover,
.schema__circle-item02:hover,
.schema__circle-item03:hover,
.schema__circle-item04:hover,
.schema__circle-item05:hover,
.schema__circle-item06:hover,
.schema__circle-item07:hover,
.schema__circle-item08:hover {
    transform: scale(1.1);
}

.schema__circle-item01 {
    position: absolute;
    left: -55px;
    bottom: -40px;
    padding: 8px 11px 10px 9px;
    width: 105px;
    height: 61px;
}

.schema__circle-item02 {
    position: absolute;
    left: -145px;
    bottom: 155px;
    padding: 8px 13px 10px 10px;
    width: 135px;
    height: 61px;
}

.schema__circle-item03 {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 7px 28px 11px 26px;
    width: 105px;
    height: 61px;
}

.schema__circle-item04 {
    position: absolute;
    right: 15px;
    top: -5px;
    padding: 8px 11px 13px 10px;
    width: 101px;
    height: 62px;
}

.schema__circle-item05 {
    position: absolute;
    right: -80px;
    top: 60px;
    padding: 10px 18px 17px 18px;
    width: 89px;
    height: 63px;
}

.schema__circle-item06 {
    position: absolute;
    right: -130px;
    top: 145px;
    padding: 7px 4px 16px 9px;
    width: 118px;
    height: 63px;
}

.schema__circle-item07 {
    position: absolute;
    right: -120px;
    bottom: 65px;
    padding: 8px 16px 10px 13px;
    width: 105px;
    height: 61px;
}

.schema__circle-item08 {
    position: absolute;
    right: -50px;
    bottom: -45px;
    padding: 8px 19px 11px 19px;
    width: 108px;
    height: 61px;
}

.schema__item01-info,
.schema__item02-info,
.schema__item03-info,
.schema__item04-info,
.schema__item05-info,
.schema__item06-info,
.schema__item07-info,
.schema__item08-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schema__item01-info p,
.schema__item02-info p,
.schema__item03-info p,
.schema__item04-info p,
.schema__item05-info p,
.schema__item06-info p,
.schema__item07-info p,
.schema__item08-info p {
    font-family: 'Helvetica 400';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0;
    max-width: 100%;
}

.schema__item01-info span,
.schema__item02-info span,
.schema__item03-info span,
.schema__item04-info span,
.schema__item05-info span,
.schema__item06-info span,
.schema__item07-info span,
.schema__item08-info span {
    font-family: 'Helvetica 400';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.schema__item01-info p,
.schema__item02-info p,
.schema__item07-info p {
    padding-bottom: 8px;
}

.schema__item03-info p,
.schema__item06-info p {
    padding-bottom: 7px;
}

.schema__item04-info p {
    padding-bottom: 6px;
}

.schema__item07-info p,
.schema__item08-info p {
    padding-bottom: 5px;
}

.airdrop {
    padding: 71px 0 319px 0;
    background: #000000;
}

.airdrop__inner {
    display: flex;
    justify-content: space-between;
}

.airdrop__info {
    max-width: 547px;
}

.airdrop__info h4 {
    font-family: 'Avenir Next 600';
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 45px;
}

.airdrop__info p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    margin-bottom: 43px;
}

.airdrop__info button {
    background: #9F25FF;
    box-shadow: 0px 4px 97px rgba(252, 86, 255, .51);
    backdrop-filter: blur(192px);
    border-radius: 4px;
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 18px;
    width: 280px;
    transition: all .5s;
}

.airdrop__info button:hover {
    background: #B556FF;
}

.airdrop__image {
    max-width: 290px;
}

.airdrop__image img {
    width: 100%;
}

.airdrop__image-mob {
    display: none;
}

.community-black {
    padding: 71px 0 132px 0;
    background: #242424;
}

.community-black__inner {
    display: flex;
    justify-content: space-between;
}

.community-black__soc {
    margin-right: 30px;
}

.community-black__soc h3 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 27px;
}

.community-black__soc-icons {
    display: flex;
}

.community-black__soc-icon {
    max-width: 45px;
    margin-right: 24px;
}

.community-black__soc-icon:last-child {
    margin-right: 0;
}

.community-black__soc-icon img {
    width: 100%;
}

.community-black__email {
    text-align: right;
}

.community-black__email h3 {
    font-family: 'Avenir Next 700';
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.community-black__form input {
    font-family: 'Avenir Next 400';
    background: #F9F9F9;
    border-radius: 10px;
    font-size: 17px;
    line-height: 40px;
    color: #686868;
    padding: 3px 23px 2px 23px;
    border: none;
    outline: none;
    width: 325px;
    margin-right: 21px;
}

.community-black__form input::placeholder {
    font-size: 17px;
    line-height: 40px;
}

.community-black__form button {
    background: #9F25FF;
    border-radius: 10px;
    font-family: 'Avenir Next 600';
    font-size: 17px;
    line-height: 23px;
    padding: 11px;
    width: 112px;
    transition: all .5s;
}

.community-black__form button:hover {
    background: #B556FF;
}

.footer-black {
    padding: 29px 0 93px 0;
    background: #242424;
}

.footer-black__inner {
    display: flex;
    justify-content: space-between;
}

.footer-black__menu {
    display: flex;
}

.footer__dropdown-menu .footer-black__dropdown-title {
    display: inline-block;
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    padding-right: 11px;
    width: 100%;
    height: 100%;
}

.footer-black__dropdown-title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/language.svg);
}

.footer-black__dropdown-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 45%;
    width: 7px;
    height: 5px;
    background-image: url(../images/language-arrow.svg);
    transition: all .5s;
}

.footer-black__menu-list {
    display: flex;
    justify-content: space-between;
}

.footer-black__menu-list li {
    font-size: 15px;
    line-height: 21px;
    margin: 0 26px;
}

.footer-black__menu-list li:first-child {
    margin: 0 26px 0 0;
}

.footer-black__menu-list li:last-child {
    margin: 0 0 0 26px;
}

.footer-black__menu-list a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
}

.footer-black__soc {
    display: flex;
    align-items: center;
}

.footer-black__soc-icons {
    display: flex;
}

.footer-black__soc-icon {
    max-width: 25px;
    margin-right: 9px;
}

.footer-black__soc-icon img {
    width: 100%;
}

.footer-black__soc-copy {
    margin-left: 26px;
}

.footer-black__soc-copy p {
    font-size: 15px;
    line-height: 21px;
}

/* END Page Toceconomics */



/* Page Team */

.header-black__team-bg {
    background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 750px;
}

.team-content {
    background: #000000;
    padding: 71px 0 72px 0;
}

.team-content h2 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 34px;
}

.team-content p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}

.team-content li {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}

.our-team {
    background: #000000;
    padding: 71px 0 117px 0;
}

.our-team h3 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 47px;
}

.our-team__slider {
    padding-bottom: 96px;
}

.our-team__slider-item--all {
    max-width: 360px;
}

.our-team__slider-item--img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
}

.our-team__slider-item--title p {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    margin-top: 24px;
}

.our-team .slider-arrows {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 37px;
}

.our-team .slick-prev,
.our-team .slick-next {
    background-color: transparent;
}

.our-team .slick-prev {
    margin-right: 10px;
}

.our-team .slick-next {
    margin-right: 30px;
}

.our-team-join {
    text-align: center;
    padding-top: 71px;
}

.our-team-join h4 {
    font-family: 'Avenir Next 700';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 34px;
}

.our-team-join p {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
}

.our-team-join a {
    font-family: 'Avenir Next 500';
    font-weight: 500;
    color: #56E1FF;
}

/* END Page Team */


.menu-mob__active-link {
    background-color: #EFEEEE;
}

.header-menu_bgr {
    display: none;
}









/* MEDIA REQUESTS */

@media (max-width: 1180px) {
    .jollity-help__item:nth-child(1) {
        margin: 0 25px 100px 0;
    }
    .jollity-help__item {
        margin: 0 25px 100px 25px;
    }
    .jollity-help__item:nth-child(3) {
        margin: 0 0 100px 25px;
    }
    .add-game__item:nth-child(1) {
        margin: 0 25px 100px 0;
    }
    .add-game__item {
        margin: 0 25px 100px 25px;
    }
    .add-game__item:nth-child(3) {
        margin: 0 0 100px 25px;
    }
    .toc-cases__item:nth-child(1) {
        margin: 0 23px 89px 0;
    }
    .toc-cases__item {
        margin: 0 23px 89px 23px;
    }
    .toc-cases__item:nth-child(3) {
        margin: 0 0 89px 23px;
    }
    .our-team .slick-next {
        margin-right: 15px;
    }
}

@media (max-width: 1120px) {
    .platform__item:nth-child(1) {
        margin: 0 25px 100px 0;
    }
    .platform__item {
        margin: 0 25px 100px 25px;
    }
    .platform__item:nth-child(3) {
        margin: 0 0 100px 25px;
    }
    .popup__content,
    .popup__content-all,
    .popup__content-air,
    .popup__content-sale,
    .popup__content-smart {
        padding: 40px;
    }
    .popup__content h5 {
        margin-bottom: 80px;
    }
    .popup__content-eco {
        padding: 40px;
    }
    .popup__content-rfj {
        padding: 40px 40px 10px 40px;
    }
    .our-team__slider-item--all {
        max-width: 100%;
    }
    .our-team__slider-item--img {
        margin: 0 10px;
    }
    .our-team__slider-item--img img {
        height: 460px;
    }
    .header-black__info {
        padding-top: 23%;
    }
}

@media (max-width: 1070px) {
    .schema__inner {
        flex-direction: column;
    }
    .schema__circle {
        margin: 0 auto;
    }
    .schema__grafic {
        margin: 120px auto 0 auto;
    }
    .schema__grafic-image {
        max-width: 100%;
    }
}

@media (max-width: 1025px) {
    .header {
        min-height: 100vh;
    }
    .game-dev__item,
    .gamers__item {
        width: 30%;
    }
    .toc-cases__item {
        width: 30%;
    }
    .toc-cases__item:nth-child(1) {
        margin: 0 15px 89px 0;
    }
    .toc-cases__item {
        margin: 0 15px 89px 15px;
    }
    .toc-cases__item:nth-child(3) {
        margin: 0 0 89px 15px;
    }
}

@media (max-width: 1000px) {
    .game-dev__item,
    .gamers__item {
        width: 47%;
        margin: 0 auto 40px auto;
    }
    .platform__item:nth-child(1) {
        margin: 0 15px 100px 0;
    }
    .platform__item {
        margin: 0 15px 100px 15px;
        width: 31%;
    }
    .platform__item:nth-child(3) {
        margin: 0 0 100px 15px;
    }
    .reward__inner {
        display: none;
    }
    .reward h5,
    .reward p {
        text-align: center;
    }
    .reward__inner-mob {
        display: flex;
    }
    
    .reward-mob__tabs {
        max-width: 100%;
        width: 100%;
    }
    /* скрываем чекбоксы и блоки с содержанием */
    .reward-mob__tab-input,
    .reward-mob__tab-input + label ~ div {
        display: none;
    }
    /* вид текста label */
    .reward-mob__tab-input + label {
        font-family: 'Avenir Next 600';
        font-weight: 600;
        font-size: 25px;
        line-height: 25px;
        color: #9F25FF;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 18.5px 0;
    }
    /* вид текста label при активном переключателе */
    .reward-mob__tab-input:checked + label {
        color: #000000;
        font-size: 25px;
        line-height: 25px;
    }
    .reward-mob__tab-input:not(:checked) + label + div {
        display: none;
    }
    /* когда чекбокс активен показываем блоки с содержанием  */
    .reward-mob__tab-input:checked + label + div {
        display: block; 
        background: transparent;
        padding: 22px 0 50px 0;
        /* чуточку анимации при появлении */
        -webkit-animation:fade ease-in 0.5s; 
        -moz-animation:fade ease-in 0.5s;
        animation:fade ease-in 0.5s; 
        width: 100%;
    }
    /* анимация при появлении скрытых блоков */
    @-moz-keyframes fade {
        from { opacity: 0; }
    to { opacity: 1 }
    }
    @-webkit-keyframes fade {
        from { opacity: 0; }
    to { opacity: 1 }
    }
    @keyframes fade {
        from { opacity: 0; }
    to { opacity: 1 }   
    }
    .reward-mob__tab-input + label::after {
        content: "+";
        display: block;
        font-family: 'Avenir Next 500';
        font-weight: 500;
        color: #9F25FF;
        font-size: 37px;
        line-height: 37px;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .reward-mob__tab-input:checked + label::after {
        content: "-";
        font-size: 60px;
        line-height: 25px;
        color: #000000;
    }
    .reward-mob__tab01-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .reward-mob__tab01-content--img {
        background: #FFFFFF;
        box-shadow: -1px -4px 4px rgb(207 207 207 / 25%), 1px 4px 4px rgb(207 207 207 / 25%);
        border-radius: 10px;
        padding: 23px 30px;
        width: 240px;
        height: 228px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reward-mob__tab01-content--img img {
        width: 100%;
    }
    .reward-mob__tab01-content a + a {
        margin-left: 32px;
    }
    .reward-mob__tab02-content p {
        font-family: 'Avenir Next 500';
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        color: #696969;
        margin-bottom: 36px;
        padding-left: 0;
        padding-right: 0;
    }
    .reward-mob__tab02-content h5 {
        font-family: 'Avenir Next 700';
        font-size: 24px;
        line-height: 40px;
        color: #000000;
        text-align: center;
        margin-bottom: 43px !important;
    }
    .reward-mob__tab02-content img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 37px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reward-mob__tab02-content li {
        font-family: 'Helvetica 400';
        font-weight: 400;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        color: #000000;
        padding-bottom: 5px;
        display: flex;
        justify-content: center;
    }
    .reward-mob__tab02-content li > img {
        width: 100%;
        max-width: 8px;
        margin: 0 15px 0 0;
    }
    .reward-mob__tab03-content {
        text-align: center;
    }
    .reward-mob__tab03-content h5 {
        font-family: 'Avenir Next 700';
        font-size: 21px;
        line-height: 40px;
        color: #9F25FF;
        text-align: center;
        margin-bottom: 16px !important;
    }
    .reward-mob__tab03-content img {
        max-width: 140px;
        width: 100%;
        margin-bottom: 16px;
    }
    .reward-mob__tab03-content p {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #696969;
        margin-bottom: 16px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .reward-mob__tab03-content li {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #696969;
        list-style-type: decimal;
        list-style-position: inside;
    }
    .reward-mob__tab04-content {
        text-align: center;
    }
    .reward-mob__tab04-content h5 {
        font-family: 'Avenir Next 700';
        font-size: 21px;
        line-height: 40px;
        color: #9F25FF;
        text-align: center;
        margin-bottom: 28px !important;
    }
    .reward-mob__tab04-content ul {
        margin-bottom: 17px;
    }
    .reward-mob__tab04-content ul > li {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #696969;
        list-style-type: disc;
        list-style-position: inside;
    }
    .reward-mob__tab04-content ol > li {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #696969;
        list-style-type: decimal;
        list-style-position: inside;
    }
    .reward-mob__tab05-content {
        text-align: center;
    }
    .reward-mob__tab05-content h5 {
        font-family: 'Avenir Next 700';
        font-size: 21px;
        line-height: 40px;
        color: #9F25FF;
        text-align: center;
        margin-bottom: 21px !important;
    }
    .reward-mob__tab05-content ol {
        margin-bottom: 21px;
    }
    .reward-mob__tab05-content li {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #696969;
        list-style-type: decimal;
        list-style-position: inside;
    }
    .reward-mob__tab05-content p {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #696969;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .reward-mob__tab05-content > p > a {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #56E1FF;
    }
    .reward-mob__tab05-content img {
        margin-top: 21px;
        max-width: 120px;
        width: 100%;
    }
    .reward-mob__tab06-item {
        background: linear-gradient(180deg, #8E2DCD 0%, rgba(0, 0, 0, 0) 100%), #4755C8;
        border-radius: 10px;
        margin: 0 5px;
    }
    .reward-mob__tab06-item--all {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 21px 15px;
        min-height: 335px;
        height: 100%;
        text-align: center;
    }
    .reward-mob__tab06-item--img {
        max-width: 65px;
        margin: 0 auto 24px auto;
    }
    .reward-mob__tab06-item--img img {
        width: 100%;
    }
    .reward-mob__tab06-item--title h5 {
        font-family: 'Avenir Next 700';
        font-weight: 700;
        font-size: 19px;
        line-height: 26px;
        color: #FFFFFF;
        margin-bottom: 21px !important;
    }
    .reward-mob__tab06-item--text p {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .reward-mob__tab06-slider .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 44px;
    }
    .reward-mob__tab06-slider .slick-dots li {
        background: #D0D0D0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 15px;
    }
    .reward-mob__tab06-slider .slick-dots .slick-active {
        background: #EB01FF;
    }
    .reward-mob__tab06-slider .slick-dots button {
        background-color: transparent;
        font-size: 0;
    }
    .reward-mob__tab07-content {
        text-align: center;
    }
    .reward-mob__tab07-content h5 {
        font-family: 'Avenir Next 700';
        font-weight: 700;
        font-size: 17px;
        line-height: 23px;
        color: #9F25FF;
        margin-bottom: 13px !important;
    }
    .reward-mob__tab07-content p {
        font-family: 'Avenir Next 600';
        font-weight: 600;
        font-size: 17px;
        line-height: 40px;
        text-align: center;
        color: #696969;
        margin-bottom: 28px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        word-break: break-all;
    }
    .reward-mob__tab07-content blockquote {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #696969;
        margin-top: 8px;
    }
    .br-mob-tab {
        display: none;
    }
    .reward-mob__img {
        display: flex;
        max-width: 467px;
        margin: 40px auto 0 auto;
    }
    .reward-mob__img img {
        width: 100%;
    }
    .blog__item {
        width: 48%;
        margin: 0 auto 30px auto;
    }
    .footer__dropdown-menu {
        margin-right: 32px;
    }
    .footer__menu-list li:first-child,
    .footer-black__menu-list li:first-child {
        margin: 0 16px 0 0;
    }
    .footer__menu-list li,
    .footer-black__menu-list li {
        margin: 0 16px;
    }
    .footer__menu-list li:last-child,
    .footer-black__menu-list li:last-child {
        margin: 0 0 0 16px;
    }
    .footer__soc-copy,
    .footer-black__soc-copy {
        margin-left: 7px;
    }
    .jollity-help__item:nth-child(1) {
        margin: 0 15px 100px 0;
    }
    .jollity-help__item {
        margin: 0 15px 100px 15px;
    }
    .jollity-help__item:nth-child(3) {
        margin: 0 0 100px 15px;
    }
    .add-game__item:nth-child(1) {
        margin: 0 15px 100px 0;
    }
    .add-game__item {
        margin: 0 15px 100px 15px;
    }
    .add-game__item:nth-child(3) {
        margin: 0 0 100px 15px;
    }
    .add-game__item {
        width: 47%;
        margin: 0 auto 40px auto;
        min-height: 328px;
    }
    .add-game__item:nth-child(1) {
        margin: 0 auto 40px auto;
    }
    .add-game__item:nth-child(3) {
        margin: 0 auto 40px auto;
    }
    .toc-cases__item {
        width: 47%;
        margin: 0;
    }
    .toc-cases__item:nth-child(odd) {
        margin: 0 15px 70px 0;
    }
    .toc-cases__item:nth-child(even) {
        margin: 0 0 70px 15px;
    }
}

@media (max-width: 900px) {
    .menu__sublist {
        min-width: 180px;
    }
    .menu__sublist a {
        padding: 19px 15px 15px 15px;
    }
    .platform__item:nth-child(odd) {
        margin: 0 15px 70px 0;
    }
    .platform__item:nth-child(even) {
        margin: 0 0 70px 15px;
    }
    .platform__item {
        margin: 0;
        width: 47%;
    }
    .community__inner,
    .community-black__inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0 9px;
    }
    .community__email,
    .community-black__email {
        text-align: center;
        margin-bottom: 95px;
        background: #F9F9F9;
        border-radius: 10px;
        padding: 50px 0 86px 0;
        width: 100%;
        position: relative;
    }
    .community-black__email {
        background: #181717;
    }
    .community__email::after,
    .community-black__email::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60%;
        background-image: url(../images/com-mob-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        border-radius: 10px;
    }
    .community__form-all,
    .community-black__form-all {
        flex-direction: column;
        align-items: center;
    }
    .community__form input,
    .community-black__form input {
        margin-bottom: 15px;
        margin-right: 0;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(160, 160, 160, 0.25);
        position: relative;
        z-index: 2;
    }
    .community__form button,
    .community-black__form button {
        width: 325px;
        position: relative;
        z-index: 2;
    }
    .community__soc,
    .community-black__soc {
        margin-right: 0;
        text-align: center;
    }
    .community__soc-icons,
    .community-black__soc-icons {
        justify-content: center;
    }
    .community-black,
    .footer-black {
        background: #000000;
    }    
    .jollity-help__item {
        width: 47%;
        margin: 0;
    }
    .jollity-help__item:nth-child(odd) {
        margin: 0 15px 70px 0;
    }
    .jollity-help__item:nth-child(even) {
        margin: 0 0 70px 15px;
    }
    .header-black__info {
        padding-top: 25%;
    }
}

@media (max-width: 860px) {
    .header__inner-all,
    .header-black__inner-all,
    .header-white__inner-all {
        justify-content: space-between;
    }
    .header__logo,
    .header-black__logo,
    .header-white__logo {
        margin-right: 0px;
    }
    .menu,
    .header-white__menu,
    .menu-black {
        display: none;
    }
    .menu__btn {
        cursor: pointer;
        transition: transform 0.4s ease 0s;
        display: flex;
        align-items: center;
    }
    .menu__btn-descr p {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
    }
    .menu__btn-descr--blog p {
        color: #000000;
    }
    .menu__btn.show .menu__btn-descr p {
        color: #000000;
    }
    .menu__btn-arrow {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        width: 24px;
        height: 16px;
        background-color: transparent;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-left: 15px;
    }
    .menu__btn-arrow span {
        display: block;
        height: 2px;
        width: 100%;
        background: #FFFFFF;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .menu__btn-arrow--blog span {
        background-color: #000000;
    }
    .menu__btn-arrow span:nth-child(2) {
        width: 70%;
        margin: 5px 0;
    }
    .menu__btn-arrow span:nth-child(3) {
        width: 100%;
    }
    .menu__btn.show {
        height: 16px;
    }
    .menu__btn.show .menu__btn-arrow span {
        background: #000000;
    }
    .menu__btn.show .menu__btn-arrow span:nth-child(1) {
        width: 100%;
        transform: translate(0px, 8px) rotate(-45deg);
    }
    .menu__btn.show .menu__btn-arrow span:nth-child(2) {
        opacity: 0;
        transform: translateX(-20px);
    }
    .menu__btn.show .menu__btn-arrow span:nth-child(3) {
        width: 100%;
        transform: translate(0px, -6px) rotate(45deg);
    }
    .menu__btn-arrow--home {
        margin-left: 0;
    }
    .menu-mob {
        display: block;
        position: fixed;
        z-index: 11;
        left: auto;
        right: 0;
        top: 75px;
        height: auto;
        width: 100%;
        padding: 0px;
        background: #FFFFFF;
        overflow: auto;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        opacity: 0;
    }
    .menu-mob__list {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        overflow: auto;
        max-height: calc(100vh - 72px);
    }
    .menu-mob__list li {
        position: relative;
        display: block;
        height: auto;
        width: 100%;
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        transition: all .5s;
        color: #000000;
    }
    .menu-mob__list li > a,
    .menu-mob__list-link {
        position: relative;
        display: block;
        width: 100%;
        font-family: 'Avenir Next 500';
        font-weight: 500;
        padding: 16px 15px;
    }
    body._lock {
        overflow: hidden;
    }
    .menu-mob.show {
        opacity: 1;
        transform: translateX(0);
    }
    .header__inner.show,
    .header-black__inner.show {
        background-color: #FFFFFF;
    }
    .header-menu_bgr.show {
        opacity: 1;
        transform: translateX(0);
    }
    .header-menu_bgr {
        display: block;
        position: fixed;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 507px);
        background-color: rgba(0, 0, 0, .25);
        transform: translateX(100%);
        opacity: 0;
        transition: 0.4s;
    }
    .header__inner,
    .header-black__inner {
        transition: all 0.4s ease;
    }
    body._touch .menu__arrow {
        display: block;
    }
    body._touch .menu__arrow-chart {
        display: block;
        width: 12px;
        height: 12px;
        background-image: url(../images/sticky-arrow-black.svg);
        transition: transform 0.4s ease 0s;
        position: absolute;
        right: 15px;
        top: 31px;
    }
    body._touch .menu-mob__list > li._active .menu__arrow-chart {
        transform: rotate(180deg);
    }
    body._touch .menu-mob__list > li._active .menu-mob__sublist {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        pointer-events: all;
        display: block;
    }
    .menu-mob__list li ul {
        display: none;
    }
    .menu-mob__list li a {
        display: block;
    }
    .menu-mob__sublist a {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        transition: all .5s;
        color: #000000;
        padding: 16px 40px !important;
    }
    .menu-mob__sublist a:hover {
        color: #9F25FF;
        background-color: transparent !important;
    }
    .menu-mob__sublist {
        display: none;
    }
    .menu-mob__sublist{
        position: relative;
        flex: 1 1 100%;
    }
    .menu-mob__list-link {
        transition: all .5s;
    }
    .menu-mob__sublist a:hover,
    .menu-mob__list-link:hover {
        background: #EFEEEE;
    }
    .header__inner.sticky .menu__btn-arrow span,
    .header-black__inner.sticky-black .menu__btn-arrow span {
        background-color: #000000;
    }
    .header__inner.sticky .menu__btn-descr p,
    .header-black__inner.sticky-black .menu__btn-descr p {
        color: #000000;
    }
    .header-black__bg,
    .header-black__team-bg {
        background-image: none;
        min-height: 0px;
    }
    .header-black {
        background-image: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../images/toceconomics-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        min-height: 100vh;
    }
    .header-black-team {
        background-image: linear-gradient(to right, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../images/team-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
    }
    .header-black__inner {
        background-color: transparent;
    }
    .header-white__inner {
        box-shadow: 0px 2px 4px rgba(216, 216, 216, 0.25);
    }
}

@media (max-width: 800px) {
    .footer__dropdown-menu {
        margin-right: 10px;
    }
    .footer__menu-list li:first-child,
    .footer-black__menu-list li:first-child {
        margin: 0 5px 0 0;
    }
    .footer__menu-list li,
    .footer-black__menu-list li {
        margin: 0 5px;
    }
    .footer__menu-list li:last-child,
    .footer-black__menu-list li:last-child {
        margin: 0 0 0 5px;
    }
    .footer__soc-icon,
    .footer-black__soc-icon {
        margin-right: 5px;
    }
    .footer__soc-copy,
    .footer-black__soc-copy {
        margin-left: 5px;
    }
    .airdrop {
        padding: 71px 0 97px 0;
    }
    .airdrop__image {
        display: none;
    }
    .airdrop__image-mob {
        display: block;
    }
    .airdrop__inner {
        justify-content: center;
        text-align: center;
    }
    .airdrop__image-mob {
        max-width: 160px;
        margin: 0 auto 25px auto;
    }
    .airdrop__image-mob img {
        width: 100%;
    }
    .team-content {
        padding: 71px 28px 72px 28px;
    }
    .header-black__info {
        padding-top: 30%;
    }
}

@media (max-width: 740px) {
    .navbar__categories-list li:first-child {
        margin: 0 20px 0 0;
    }
    .navbar__categories-list li {
        margin: 0 20px;
    }
    .header__info {
        left: 0;
        right: 0;
        margin: auto;
        align-items: center;
        max-width: 100%;
        text-align: center;
        padding-left: 27px;
        padding-right: 27px;
    }
    .header-black__info {
        padding-top: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-left: 27px;
        padding-right: 27px;
    }
}

@media (max-width: 700px) {
    .header__info h1 {
        font-size: 40px;
        line-height: 55px;
    }
    
    .game-dev__item,
    .gamers__item {
        width: 100%;
    }
    .platform {
        padding: 71px 0 66px 0;
    }
    .platform__items {
        display: none;
    }
    .platform__slider {
        display: block;
    }
    .platform__slider-item {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        text-align: center;
        padding: 33px;
        min-height: 358px;
        margin: 0 5px;
    }
    .platform__slider-icon {
        max-width: 90px;
        margin: 0 auto 24px auto;
    }
    .platform__slider-icon img {
        width: 100%;
    }
    .platform__slider-text p {
        font-size: 16px;
        line-height: 40px;
    }
    .platform .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 47px;
    }
    .platform .slick-dots li {
        background: #FFFFFF;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 15px;
    }
    .platform .slick-dots button {
        background-color: transparent;
        font-size: 0;
    }
    .platform .slick-dots .slick-active {
        background: #D001FF;
    }
    .blog__items {
        display: none;
    }
    .blog__slider {
        display: block;
    }
    .blog__info {
        display: none;
    }
    .blog__info-title--mob {
        display: block;
    }
    .blog__info-title--mob h5 {
        font-family: 'Avenir Next 700';
        font-size: 24px;
        line-height: 33px;
        color: #000000;
        margin-bottom: 30px;
        text-align: center;
    }
    .blog__info-link--mob {
        display: block;
    }
    .blog__info-link--mob p {
        font-family: 'Avenir Next 600';
        font-size: 17px;
        line-height: 23px;
        color: #9F25FF;
        margin-top: 41px;
        text-align: center;
    }
    .blog__slider-item {
        border-radius: 50%;
        margin: 0 5px;
    }
    .blog__slider-img {
        position: relative;
    }
    .blog__slider-img--img {
        max-width: 100%;
        display: flex;
        position: relative;
    }
    .blog__slider-img--img::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .35);
        transition: 250ms background-color;
        border-radius: 10px;
    }
    .blog__slider-img--img img {
        width: 100%;
        border-radius: 10px;
    }
    .blog__slider-descr {
        display: none;
    }
    .blog__slider-all--date span {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 23px;
        color: #CFCFCF;
    }
    .blog__slider-all-category p {
        display: none;
    }
    .blog__slider .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .blog__slider .slick-dots li {
        background: #A7A7A7;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 12px;
    }
    .blog__slider .slick-dots button {
        font-size: 0;
        background-color: transparent;
    }
    .blog__slider .slick-dots .slick-active {
        background: #9F25FF;
    }
    .footer__inner,
    .footer-black__inner {
        flex-direction: column;
        align-items: center;
        padding: 0 14px;
    }
    .footer-black__inner {
        padding: 0 12px;
    }
    .footer__menu,
    .footer-black__menu {
        flex-direction: column;
        align-items: center;
        margin-bottom: 42px;
    }
    .footer__dropdown-menu {
        margin-right: 0;
        margin-bottom: 56px;
    }
    .footer__menu-list li:first-child,
    .footer-black__menu-list li:first-child {
        margin: 0 12.5px 0 0;
    }
    .footer__menu-list li,
    .footer-black__menu-list li {
        margin: 0 12.5px;
        color: #767676;
    }
    .footer-black__menu-list li {
        color: #FFFFFF;
    }
    .footer__menu-list li:last-child,
    .footer-black__menu-list li:last-child {
        margin: 0 0 0 12.5px;
    }
    .footer__soc,
    .footer-black__soc {
        flex-direction: column;
    }
    .footer__soc-icons,
    .footer-black__soc-icons {
        margin-bottom: 43px;
    }
    .footer-language__menu {
        display: none;
    }
    .footermob-language__menu {
        width: 100%;
        display: flex;
        color: #000000;
    }
    .footermob-black-language__menu {
        width: 100%;
        display: flex;
        color: #FFFFFF;
    }
    body._touch-lang .menu__arrow-lang,
    body._touch-lb .menu-black__arrow-lang {
        display: block;
        padding-bottom: 5px;
    }
    .footermob-language__list-link,
    .footermob-black-language__list-link {
        padding-left: 25px;
        padding-right: 12px;
    }
    .footermob-language__list-link::before,
    .footermob-black-language__list-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 20px;
        height: 15px;
        background-image: url(../images/new-lang20.png);
    }
    body._touch-lang .footermob-language__arrow-chart,
    body._touch-lb .footermob-black-language__arrow-chart {
        display: block;
        width: 7px;
        height: 5px;
        background-image: url(../images/lang-arrow-down.svg);
        background-repeat: no-repeat;
        transition: transform 0.3s ease 0s;
        position: absolute;
        right: 0;
        top: 9px;
    }
    body._touch-lb .footermob-black-language__arrow-chart {
        background-image: url(../images/lang-arrow-down-wh.svg);
    }
    body._touch-lang .footermob-language__list > li._active-lang .footermob-language__arrow-chart,
    body._touch-lb .footermob-black-language__list > li._active-lb .footermob-black-language__arrow-chart {
        transform: rotate(180deg);
    }
    body._touch-lang .footermob-language__list > li._active-lang .footermob-language__submenu-list,
    body._touch-lb .footermob-black-language__list > li._active-lb .footermob-black-language__submenu-list {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        pointer-events: all;
        display: block;
    }
    body._lock {
        overflow: hidden;
    }
    .footermob-language__list li ul,
    .footermob-black-language__list li ul {
        display: none;
    }
    .footermob-language__list li a,
    .footermob-black-language__list li a {
        display: block;
    }
    .footermob-language__submenu-list,
    .footermob-black-language__submenu-list {
        display: none;
    }
    .footermob-language__submenu-list,
    .footermob-black-language__submenu-list {
        position: relative;
        flex: 1 1 100%;
        box-shadow: 0 0 10px 5px rgb(221 221 221);
    }
    .footermob-black-language__submenu-list {
        box-shadow: none;
        background-color: #FFFFFF;
    }
    .footermob-language__list li,
    .footermob-black-language__list li {
        position: relative;
        display: block;
        height: auto;
        width: 100%;
        font-family: 'Avenir Next 600';
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
        color: #000000;
    }
    .footermob-black-language__list li {
        color: #FFFFFF;
    }
    .footermob-language__submenu-list li,
    .footermob-black-language__submenu-list li {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        transition: all .5s;
        color: #000000;
        text-align: center;
    }
    .footermob-language__submenu-list a,
    .footermob-black-language__submenu-list a {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        transition: all .5s;
        color: #000000;
        padding: 5px 0;
    }
    .footermob-language__submenu-list a:hover,
    .footermob-black-language__submenu-list a:hover {
        background: linear-gradient(90.54deg, #8E2DCD 0.47%, rgba(0, 0, 0, 0) 99.69%), #4755C8;
        color: #FFFFFF;
        font-family: 'Avenir Next 500';
        font-weight: 500;
    }
    .footer__soc-icon {
        margin-right: 9px;
    }
    .footer__soc-copy p {
        color: #767676;
    }
    .blog-content__item:nth-child(1) {
        flex-direction: column;
    }
    .blog-content__item:nth-child(1) .blog-content__item-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 17px;
    }
    .blog-content__item:nth-child(1) .blog-content__item-info {
        width: 100%;
    }
    .blog-content__item:nth-child(1) .blog-content__item-info-descr h1 {
        margin-bottom: 0;
    }
    .blog-content__item-info-descr p {
        display: none;
    }
    .blog-content__item:nth-child(1) {
        margin-bottom: 38px;
    }
    .blog-content__item-image-descr {
        display: none;
    }
    .blog-content__item {
        width: 100%;
        margin-bottom: 38px;
    }
    .blog-content__item-info {
        display: block;
    }
    .blog-content__item-info-titles {
        display: flex;
        margin-bottom: 26px;
    }
    .blog-content__item-info-titles span {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        margin-right: 27px;
        color: #000000;
    }
    .blog-content__item-info-titles p {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        color: #838080;
    }
    .blog-content__item-info-descr h1 {
        font-family: 'Avenir Next 600';
        font-weight: 600;
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 0;
        color: #000000;
    }
    .blog-content__item-image {
        margin-bottom: 17px;
    }
    .blog-content__item-image-img img {
        height: 375px;
        object-fit: cover;
    }
    .navbar__categories {
        display: none;
    }
    .navbar::after {
        display: none;
    }
    .navbar-mob__categories {
        display: flex;
        color: #000000;
    }
    body._touch-navbar .navbar-mob__arrow {
        display: block;
    }
    body._touch-navbar .navbar-mob__arrow-chart {
        display: block;
        width: 7px;
        height: 5px;
        background-image: url(../images/navbar-arrow.svg);
        background-repeat: no-repeat;
        transition: transform 0.3s ease 0s;
        position: absolute;
        right: -12px;
        top: 11px;
    }
    body._touch-navbar .navbar-mob__categories-list > li._active-navbar .navbar-mob__arrow-chart {
        transform: rotate(180deg);
    }
    body._touch-navbar .navbar-mob__categories-list > li._active-navbar .navbar-mob__sublist {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        pointer-events: all;
        display: block;
        position: absolute;
        z-index: 1;
        background: #FFFFFF;
        box-shadow: 0px -1px 4px rgba(160, 160, 160, 0.25), 2px 2px 4px rgba(160, 160, 160, 0.25);
        border-radius: 10px;
        margin-top: 5px;
        width: 185px;
    }
    .navbar-mob__categories-list li ul {
        display: none;
    }
    .navbar-mob__categories-list li a {
        display: block;
    }
    .navbar-mob__sublist {
        display: none;
    }
    .navbar-mob__sublist {
        position: relative;
        flex: 1 1 100%;
    }
    .navbar-mob__categories-list li {
        position: relative;
        display: block;
        height: auto;
        width: 100%;
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 23px;
        color: #000000;
    }
    .navbar-mob__sublist li {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 23px;
        transition: all .5s;
        color: #000000;
    }
    .navbar-mob__sublist a {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 17px;
        line-height: 23px;
        transition: all .5s;
        color: #000000;
        padding: 16px 15px;
    }
    .navbar-mob__sublist a:hover {
        color: #9F25FF;
        font-family: 'Avenir Next 500';
        font-weight: 500;
    }
    .like-articles__item {
        width: 100%;
        margin-bottom: 38px;
    }
    .like-articles__item-descr {
        display: none;
    }
    .like-articles__item-info {
        display: block;
        color: #000000;
    }
    .like-articles__item-img {
        margin-bottom: 17px;
    }
    .like-articles__item-image img {
        height: 375px;
        object-fit: cover;
    }
    .like-articles__item-info-titles {
        display: flex;
        margin-bottom: 26px;
    }
    .like-articles__item-info-titles span {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        margin-right: 27px;
    }
    .like-articles__item-info-titles p {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        color: #838080;
    }
    .like-articles__item-info-descr h6 {
        font-family: 'Avenir Next 600';
        font-weight: 600;
        font-size: 19px;
        line-height: 26px;
        color: #000000;
    }
    .like-articles__item-info-descr p {
        display: none;
    }
    .single-announ__image img {
        height: 185px;
    }
    .like-articles {
        margin-bottom: 0;
    }
    .like-articles__info a {
        display: none;
    }
    .announ-content {
        height: 280px;
    }
    .announ-card__item {
        width: 100%;
        margin-bottom: 38px;
    }
    .announ-card__item-image img {
        height: 375px;
        object-fit: cover;
    }
    .announ-card__item-descr,
    .announ-card__item-info-descr p {
        display: none;
    }
    .announ-card__item-info {
        display: block;
        color: #000000;
    }
    .announ-card__item-info-titles {
        display: flex;
        margin-bottom: 26px;
    }
    .announ-card__item-img {
        margin-bottom: 17px;
    }
    .announ-card__item-info-titles span {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        margin-right: 27px;
    }
    .announ-card__item-info-titles p {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        color: #838080;
    }
    .announ-card__item-info-descr h6 {
        font-family: 'Avenir Next 600';
        font-weight: 600;
        font-size: 19px;
        line-height: 26px;
    }
    .jollity-help__items {
        display: none;
    }
    .jollity-help__slider {
        display: block;
    }
    .jollity-help__slider-item {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        text-align: center;
        padding: 33px 33px 48px 33px;
        min-height: 328px;
        margin: 0 5px;
    }
    .jollity-help__slider-icon {
        max-width: 90px;
        margin: 0 auto 24px auto;
    }
    .jollity-help__slider-icon img {
        width: 100%;
    }
    .jollity-help__slider-text p {
        font-size: 14px;
        line-height: 40px;
    }
    .jollity-help .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 31px;
    }
    .jollity-help .slick-dots li {
        background: #FFFFFF;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 15px;
    }
    .jollity-help .slick-dots button {
        background-color: transparent;
        font-size: 0;
    }
    .jollity-help .slick-dots .slick-active {
        background: #D001FF;
    }
    .jollity-help {
        padding: 71px 0 66px 0;
    }
    .add-game__item {
        width: 100%;
    }
    .toc-cases__items {
        display: none;
    }
    .toc-cases__slider {
        display: block;
    }
    .toc-cases__slider-item {
        background: linear-gradient(180deg, #8E2DCD 0%, rgba(0, 0, 0, 0) 100%), #4755C8;
        border-radius: 10px;
        text-align: center;
        margin: 0 5px;
    }
    .toc-cases__slider-inner {
        background: rgba(0, 0, 0, .1);
        padding: 32px 58px;
        min-height: 375px;
        height: 100%;
    }
    .toc-cases__slider-icon {
        max-width: 65px;
        margin: 0 auto 31px auto;
    }
    .toc-cases__slider-icon img {
        width: 100%;
    }
    .toc-cases__slider-text h3 {
        font-family: 'Avenir Next 700';
        font-weight: 700;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 31px;
    }
    .toc-cases__slider-text p {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
    }
    .toc-cases .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 44px;
    }
    .toc-cases .slick-dots li {
        background: #FFFFFF;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 15px;
    }
    .toc-cases .slick-dots button {
        background-color: transparent;
        font-size: 0;
    }
    .toc-cases .slick-dots .slick-active {
        background: #EB01FF;
    }
    .our-team__slider-item {
        margin: 0 5px;
    }
    .our-team__slider-item--img img {
        height: 500px;
    }
    .our-team .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 56px;
    }
    .our-team .slick-dots li {
        background: #D0D0D0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 7.5px;
    }
    .our-team .slick-dots .slick-active {
        background: #EB01FF;
    }
    .our-team .slick-dots button {
        font-size: 0px;
        background-color: transparent;
    }
    .our-team .slider-arrows {
        display: none;
    }
    .our-team__slider-item--img {
        margin: 0;
    }
    .blog-content__item:hover {
        transform: none;
    }
    .announ-card__item:hover {
        transform: none;
    }
    .like-articles__item:hover {
        transform: none;
    }
}

@media (max-width: 600px) {
    .reward-mob__tab01-content--img {
        width: 175px;
        height: 145px;
    }
    .br-mob-tab {
        display: block;
    }
    .blog-content__item-image-img img {
        height: 250px;
        object-fit: cover;
    }
    .like-articles__item-image img {
        height: 280px;
    }
    .single-announ__image img {
        object-fit: cover;
    }
    .announ-card__item-image img {
        height: 280px;
    }
    .schema__circle {
        display: none;
    }
    .schema__cmob {
        display: block;
    }
    .schema__cmob h4 {
        font-family: 'Avenir Next 600';
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 40px;
    }
    .schema__cmob-image {
        max-width: 263px;
        text-align: center;
        margin: 0 auto;
    }
    .schema__cmob-image {
        width: 100%;
    }
    .schema__cmob-items ul {
        margin-top: 36px;
    }
    .schema__cmob-items li {
        font-family: 'Helvetica 400' !important;
        font-weight: 400 !important;
        font-size: 17px;
        line-height: 40px;
        color: #FFFFFF;
        margin-bottom: 5px;
    }
    .schema__cmob-items a {
        font-family: 'Helvetica 400' !important;
        font-weight: 400 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .schema__cmob-items img {
        max-width: 8px;
        width: 100%;
        margin-right: 15px;
    }
    .header-black__info h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 420px) {
    .header__logo,
    .header-black__logo,
    .header-white__logo {
        max-width: 30px;
    }
    .menu-mob {
        top: 58px;
    }
    .menu-mob__list li {
        font-size: 14px;
    }
    .menu-mob__sublist a {
        font-size: 14px;
    }
    .header-menu_bgr {
        height: calc(100% - 490px);
    }
    body._touch .menu__arrow-chart {
        right: 20px;
        top: 33px;
    }
    .menu__btn-descr p {
        font-size: 14px;
        line-height: 19px;
    }
    .header__info h1 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 39px;
    }
    .header__info-devv h1 {
        font-size: 30px !important;
        line-height: 37px !important;
        margin-bottom: 30px !important;
    }
    .header__info p {
        font-size: 16px;
        line-height: 37px;
        margin-bottom: 40px;
    }
    .header__info-devv p {
        font-size: 16px !important;
        line-height: 40px !important;
        margin-bottom: 30px !important;
    }
    .header__info button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px;
        width: 230px;
    }
    .header-white {
        margin-bottom: 100px;
    }
    .game-dev {
        padding: 45px 0 75px 0;
    }
    .game-dev h5 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 57px;
    }
    .game-dev__item {
        margin: 0 auto 57px auto;
        padding: 28px 35px 48px 35px;
        min-height: 358px;
    }
    .game-dev__item-icon {
        max-width: 60px;
        margin: 0 auto 22px auto;
    }
    .game-dev__item-text p {
        font-size: 14px;
    }
    .game-dev__items {
        margin-bottom: 0px;
    }
    .game-dev__btn button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px;
        width: 230px;
    }
    .gamers {
        padding: 44px 0 54px 0;
    }
    .gamers h5 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 57px;
    }
    .gamers__item {
        margin: 0 auto 57px auto;
        padding: 28px 35px 48px 35px;
        min-height: 358px;
    }
    .gamers__item-icon {
        max-width: 60px;
        margin: 0 auto 22px auto;
    }
    .gamers__item-text p {
        font-size: 14px;
    }
    .gamers__items {
        margin-bottom: 0px;
    }
    .gamers__btn button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px;
        width: 230px;
    }
    .platform {
        padding: 45px 0 66px 0;
    }
    .platform h5 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 42px;
    }
    .platform__slider-item {
        padding: 28px 35px;
        min-height: 320px;
    }
    .platform__slider-icon {
        max-width: 60px;
        margin: 0px auto 22px auto;
    }
    .platform__slider-text p {
        font-size: 14px;
    }
    .reward {
        margin: 44px 0;
    }
    .reward h5 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 41px;
    }
    .reward p {
        font-size: 15px;
        margin-bottom: 28px;
        padding-left: 28px;
        padding-right: 28px;
    }
    .blog {
        margin: 89px 0 113px 0;
    }
    .blog__info-title--mob h5 {
        font-size: 22px;
        line-height: 29px;
    }
    .community {
        padding: 0px 0 60px 0;
    }
    .community__email h3 {
        font-size: 22px;
        margin-bottom: 29px;
    }
    .community__form input,
    .community-black__form input {
        font-size: 15px;
        width: 290px;
    }
    .community__form input::placeholder,
    .community-black__form input::placeholder {
        font-size: 15px;
    }
    .community__form button,
    .community-black__form button {
        font-size: 15px;
        line-height: 20px;
        padding: 13px;
        width: 290px;
    }
    .community__email::after,
    .community-black__email::after {
        height: 62%;
    }
    .community__soc h3 {
        font-size: 22px;
        margin-bottom: 38px;
    }
    .community-black {
        padding: 0 0 118px 0;
    }
    .community-black__email h3 {
        font-size: 22px;
        margin-bottom: 29px;
    }
    .community-black__soc h3 {
        font-size: 22px;
        margin-bottom: 38px;
    }
    .community__email, .community-black__email {
        margin-bottom: 78px;
    }
    .footer {
        margin: 60px 0 54px 0;
    }
    .footer-black {
        padding: 0 0 54px 0;
    }
    .footermob-language__menu li,
    .footermob-black-language__list li {
        font-size: 12px;
        line-height: 16px;
    }
    .footermob-language__submenu-list li,
    .footermob-language__submenu-list a,
    .footermob-black-language__submenu-list li,
    .footermob-black-language__submenu-list a {
        font-size: 12px;
        line-height: 16px;
    }
    .footermob-language__list-link::before,
    .footermob-black-language__list-link::before {
        top: -1px;
    }
    body._touch-lang .footermob-language__arrow-chart,
    body._touch-lb .footermob-black-language__arrow-chart {
        top: 6px;
    }
    .footer__menu-list li,
    .footer-black__menu-list li {
        font-size: 12px;
        line-height: 16px;
    }
    .footer__soc-copy p,
    .footer-black__soc-copy p {
        font-size: 12px;
        line-height: 16px;
    }
    .footer-black__soc-icon {
        margin-right: 9px;
    }
    .reward-mob__tab-input + label {
        font-size: 19px;
        line-height: 24px;
    }
    .reward-mob__tab-input + label::after {
        font-size: 20px;
        line-height: 20px;
        top: 19px;
    }
    .reward-mob__tab-input:checked + label {
        font-size: 19px;
        line-height: 24px;
    }
    .reward-mob__tab-input:checked + label::after {
        font-size: 40px;
        line-height: 18px;
    }
    .reward-mob__tab01-content--img {
        width: 140px;
        height: 69px;
    }
    .reward-mob__tab-input:checked + label + div {
        padding: 36.5px 0;
    }
    .reward-mob__tab02-content p {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 36px !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .reward-mob__tab02-content h5 {
        font-size: 20px;
    }
    .reward-mob__tab02-content img {
        max-width: 180px;
    }
    .reward-mob__tab02-content li {
        font-size: 14px;
    }
    .reward-mob__tab03-content h5 {
        font-size: 18px;
    }
    .reward-mob__tab03-content img {
        max-width: 65px;
    }
    .reward-mob__tab03-content p {
        font-size: 15px;
        line-height: 30px;
    }
    .reward-mob__tab03-content li {
        font-size: 15px;
        line-height: 30px;
    }
    .reward-mob__tab04-content h5 {
        font-size: 17px;
        line-height: 30px;
    }
    .reward-mob__tab04-content ul > li,
    .reward-mob__tab04-content ol > li {
        font-size: 15px;
        line-height: 30px;
    }
    .reward-mob__tab05-content h5 {
        font-size: 18px;
        line-height: 30px;
    }
    .reward-mob__tab05-content li {
        font-size: 15px;
        line-height: 30px;
    }
    .reward-mob__tab05-content p {
        font-size: 15px;
        line-height: 30px;
    }
    .reward-mob__tab05-content > p > a {
        font-size: 15px;
        line-height: 30px;
    }
    .reward-mob__tab05-content img {
        max-width: 75px;
    }
    .reward-mob__tab06-item--img {
        max-width: 60px;
    }
    .reward-mob__tab06-item--title h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .reward-mob__tab07-content h5 {
        font-size: 15px;
        line-height: 18px;
    }
    .reward-mob__tab07-content p {
        font-size: 15px;
        line-height: 30px;
    }
    .reward-mob__tab07-content blockquote {
        font-size: 15px;
        line-height: 30px;
    }
    .blog-content__item-image-img img {
        height: 207px;
    }
    .blog-content__item-image-descr {
        padding: 22px 28px;
    }
    .blog-content {
        margin: 26px 0 94px 0;
    }
    .blog-content__item:nth-child(1) .blog-content__item-info-titles span {
        margin-right: 17px;
    }
    .blog-content__item-info-titles span {
        margin-right: 17px;
    }
    .blog-content__item:nth-child(1) .blog-content__item-info-titles,
    .blog-content__item-info-titles {
        margin-bottom: 16px;
    }
    .blog-content__btn button {
        font-size: 15px;
        line-height: 20px;
        padding: 12.5px 10px 13.5px 10px;
        width: 180px;
    }
    .navbar-mob__categories-list li {
        font-size: 16px;
        line-height: 22px;
    }
    .navbar-mob__sublist li,
    .navbar-mob__sublist a {
        font-size: 13px;
        line-height: 18px;
    }
    .single-announ {
        margin-top: 21px;
    }
    .single-announ__info {
        padding: 31px 0 75px 0;
    }
    .single-announ__info-titles span {
        margin-right: 21px;
    }
    .single-announ__descr-logo img {
        max-width: 20px;
    }
    .single-announ__descr-logo span {
        font-size: 13px;
        line-height: 25px;
        margin-left: 5px;
    }
    .single-announ__descr-soc p {
        font-size: 13px;
        line-height: 25px;
        margin-right: 12px;
    }
    .single-announ__descr-soc--links img {
        max-width: 15px;
    }
    .single-announ__descr-soc--links a + a {
        margin-left: 12px;
    }
    .single-announ__info-descr {
        margin-bottom: 33px;
    }
    .single-announ__info-text h1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 18px;
    }
    .single-announ__info-text p {
        font-size: 14px;
        line-height: 34px;
    }
    .like-articles__info h2 {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
    }
    .like-articles__info {
        margin-bottom: 21px;
    }
    .like-articles__item-image img {
        height: 230px;
    }
    .like-articles__item-descr {
        padding: 22px 28px;
    }
    .like-articles__item-info-titles span {
        margin-right: 17px;
    }
    .like-articles__item-info-titles {
        margin-bottom: 16px;
    }
    .like-articles__item-info-descr h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .like-articles {
        margin-bottom: 67px;
    }
    .announ-content {
        margin-top: 21px;
        height: 185px;
    }
    .announ-content h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-top: 30px;
    }
    .announ-content p {
        font-size: 15px;
        line-height: 20px;
    }
    .announ-card {
        margin: 30px 0 66px 0;
    }
    .announ-card__item-image img {
        height: 230px;
    }
    .announ-card__item-descr {
        padding: 22px 28px;
    }
    .announ-card__item-info-titles span {
        margin-right: 17px;
    }
    .announ-card__item-info-titles {
        margin-bottom: 16px;
    }
    .announ-card__btn button {
        font-size: 15px;
        line-height: 20px;
        width: 180px;
        padding: 12.5px 10px 13.5px 10px;
    }
    .jollity-help {
        padding: 45px 0 66px 0;
    }
    .jollity-help h2 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 34px;
    }
    .jollity-help__slider-item {
        padding: 28px 35px;
        min-height: 310px;
    }
    .jollity-help__slider-icon {
        max-width: 60px;
        margin: 0 auto 22px auto;
    }
    .add-game {
        padding: 45px 0 0 0;
        margin-bottom: 44px;
    }
    .add-game h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 57px;
    }
    .add-game__item {
        padding: 28px 35px;
        min-height: 295px;
        margin: 0 auto 70px auto;
    }
    .add-game__item-icon {
        max-width: 60px;
        margin: 0 auto 22px auto;
    }
    .add-game__item:nth-child(1) {
        margin: 0 auto 70px auto;
    }
    .add-game__item:nth-child(3) {
        margin: 0 auto 71px auto;
    }
    .toc-cases {
        padding: 44px 0 81px 0;
    }
    .toc-cases h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 58px;
    }
    .toc-cases__slider-inner {
        padding: 21px 15px;
        min-height: 320px;
    }
    .toc-cases__slider-icon {
        max-width: 60px;
        margin: 0 auto 24px auto;
    }
    .toc-cases__slider-text h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 21px;
    }
    .schema {
        padding: 81px 0 44px 0;
    }
    .schema p {
        font-size: 15px;
        margin: 0 28px 77px 28px;
    }
    .schema__cmob h4 {
        font-size: 22px;
    }
    .schema__cmob-items li {
        font-size: 15px;
    }
    .schema__grafic {
        margin: 95px auto 0 auto;
    }
    .schema__grafic h4 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .schema__grafic-image-pk {
        display: none;
    }
    .schema__grafic-image--mob {
        display: block;
        width: 100%;
        padding: 0 65px;
    }
    .airdrop {
        padding: 0px 0 97px 0;
    }
    .airdrop__info h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .airdrop__image-mob {
        max-width: 60px;
    }
    .airdrop__info p {
        font-size: 15px;
        margin-bottom: 25px;
        padding: 0 28px;
    }
    .airdrop__info button {
        font-size: 16px;
        line-height: 21px;
        padding: 12px;
        width: 240px;
    }
    .team-content {
        padding: 44px 28px 66px 28px;
    }
    .team-content h2 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 24px;
    }
    .team-content p,
    .team-content li {
        font-size: 15px;
    }
    .our-team {
        padding: 0px 0 118px 0;
    }
    .our-team h3 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 32px;
    }
    .our-team__slider-item--img img {
        height: 330px;
    }
    .our-team__slider-item--title p {
        margin-top: 29px;
    }
    .our-team__slider {
        padding-bottom: 76px;
    }
    .our-team-join {
        padding-top: 61px;
    }
    .our-team-join h4 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 24px;
    }
    .our-team-join p {
        font-size: 15px;
        padding: 0 28px;
    }
    .header-black__info h1 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 51px;
    }
    .header-black__info button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px;
        width: 240px;
    }
}

@media (max-width: 375px) {
    .header__info h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .header__info-devv h1 {
        font-size: 24px !important;
        line-height: 35px !important;
    }
    .header__info p {
        font-size: 18px;
        line-height: 35px;
    }
    .header__info-devv p {
        font-size: 18px !important;
        line-height: 40px !important;
    }
    .header__info button {
        font-size: 14px;
        line-height: 19px;
        width: 221px;
    }
    .game-dev h5 {
        font-size: 20px;
    }
    .game-dev__btn button {
        font-size: 14px;
        line-height: 19px;
        width: 221px;
    }
    .gamers h5 {
        font-size: 20px;
    }
    .gamers__btn button {
        font-size: 14px;
        line-height: 19px;
        width: 221px;
    }
    .platform h5 {
        font-size: 20px;
    }
    .reward h5 {
        font-size: 20px;
        line-height: 27px;
    }
    .reward p {
        font-size: 14px;
    }
    .blog__info-title--mob h5 {
        font-size: 20px;
        line-height: 27px;
    }
    .blog__slider-img--img img {
        height: 207px;
        object-fit: cover;
    }
    .community__email h3,
    .community-black__email h3 {
        font-size: 20px;
    }
    .community__form input,
    .community-black__form input {
        font-size: 13px;
        width: 250px;
    }
    .community__form input::placeholder,
    .community-black__form input::placeholder {
        font-size: 13px;
    }
    .community__form button,
    .community-black__form button {
        font-size: 14px;
        line-height: 19px;
        width: 250px;
    }
    .community__soc h3,
    .community-black__soc h3 {
        font-size: 20px;
        width: 246px;
    }
    .reward-mob__tab-input + label {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
    }
    .reward-mob__tab-input + label::after {
        font-family: 'Avenir Next 500';
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        top: 17px;
    }
    .reward-mob__tab-input:checked + label {
        font-size: 12px;
        line-height: 17px;
    }
    .reward-mob__tab-input:checked + label::after {
        font-size: 28px;
        line-height: 14px;
    }
    .reward-mob__tab02-content p {
        font-size: 13px !important;
    }
    .reward-mob__tab02-content h5 {
        font-size: 20px !important;
        line-height: 40px !important;
    }
    .reward-mob__tab02-content img {
        max-width: 160px;
    }
    .reward-mob__tab03-content h5 {
        font-size: 14px !important;
        line-height: 40px !important;
    }
    .reward-mob__tab03-content p {
        font-size: 13px !important;
    }
    .reward-mob__tab03-content li {
        font-size: 13px !important;
    }
    .reward-mob__tab04-content h5 {
        font-size: 13px !important;
    }
    .reward-mob__tab04-content ul > li,
    .reward-mob__tab04-content ol > li {
        font-size: 13px;
    }
    .reward-mob__tab05-content h5 {
        font-size: 13px !important;
    }
    .reward-mob__tab05-content li {
        font-size: 13px;
    }
    .reward-mob__tab05-content p {
        font-size: 13px !important;
    }
    .reward-mob__tab05-content > p > a {
        font-size: 13px !important;
    }
    .reward-mob__tab06-item--text p {
        font-size: 14px !important;
        line-height: 40px !important;
    }
    .reward-mob__tab06-item--all {
        min-height: 330px;
    }
    .reward-mob__tab07-content h5 {
        font-size: 13px !important;
    }
    .reward-mob__tab07-content h5 {
        font-size: 13px !important;
    }
    .reward-mob__tab07-content p {
        font-size: 13px !important;
        line-height: 30px !important;
    }
    .reward-mob__tab07-content blockquote {
        font-size: 13px !important;
    }
    .blog-content__item:nth-child(1) .blog-content__item-info-titles span,
    .blog-content__item-info-titles span,
    .blog-content__item:nth-child(1) .blog-content__item-info-titles p,
    .blog-content__item-info-titles p {
        font-size: 12px;
        line-height: 16px;
    }
    .blog-content__item:nth-child(1) .blog-content__item-info-descr h1,
    .blog-content__item-info-descr h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .blog-content__btn button {
        font-size: 14px;
        line-height: 19px;
        width: 147px;
    }
    .single-announ__info-titles span {
        font-size: 12px;
        line-height: 16px;
    }
    .single-announ__info-titles p {
        font-size: 12px;
        line-height: 16px;
    }
    .single-announ__info-text h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .single-announ__info-text p {
        font-size: 13px;
        line-height: 33px;
    }
    .like-articles__info h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .like-articles__item-info-titles p {
        font-size: 12px;
        line-height: 16px;
    }
    .like-articles__item-info-titles span {
        font-size: 12px;
        line-height: 16px;
    }
    .like-articles__item-info-descr h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .like-articles__item-image img {
        height: 207px;
    }
    .announ-content h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .announ-content p {
        font-size: 14px;
        line-height: 18px;
    }
    .announ-card__item-info-titles span,
    .announ-card__item-info-titles p {
        font-size: 12px;
        line-height: 16px;
    }
    .announ-card__item-info-descr h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .announ-card__btn button {
        font-size: 14px;
        line-height: 19px;
        width: 147px;
    }
    .announ-card__item-image img {
        height: 207px;
    }
    .jollity-help h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .add-game h3 {
        font-size: 20px;
    }
    .toc-cases h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .toc-cases__slider-inner {
        min-height: 330px;
    }
    .schema p,
    .schema__cmob-items li {
        font-size: 14px;
    }
    .schema__cmob h4,
    .schema__grafic h4 {
        font-size: 20px;
    }
    .airdrop__info h4 {
        font-size: 20px;
    }
    .airdrop__info p {
        font-size: 14px;
    }
    .airdrop__info button {
        font-size: 14px;
        padding: 12px;
        width: 221px;
    }
    .team-content h2 {
        font-size: 20px;
    }
    .team-content p,
    .team-content li {
        font-size: 14px;
    }
    .our-team h3,
    .our-team-join h4 {
        font-size: 20px;
    }
    .our-team-join p {
        font-size: 14px;
    }
    .header-black__info h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .header-black__info button {
        font-size: 14px;
        line-height: 19px;
        padding: 13px;
        width: 221px;
    }
}

@media (max-width: 350px) {
    .game-dev h5 {
        margin-bottom: 37px;
    }
    .game-dev__item {
        padding: 28px 35px 28px 35px;
    }
    .game-dev__item-icon {
        margin: 0 auto 12px auto;
    }
    .game-dev__item {
        margin: 0 auto 37px auto;
    }
    .gamers h5 {
        margin-bottom: 37px;
    }
    .gamers__item {
        padding: 28px 35px 28px 35px;
    }
    .gamers__item-icon {
        margin: 0 auto 12px auto;
    }
    .gamers__item {
        margin: 0 auto 37px auto;
    }
    .platform__slider-item {
        min-height: 300px;
    }
    .community__inner,
    .community-black__inner {
        padding: 0;
    }
    .footer__inner,
    .footer-black__inner {
        padding: 0;
    }
    .footer__menu-list li:first-child,
    .footer-black__menu-list li:first-child {
        margin: 0 10px 0 0;
    }
    .footer__menu-list li,
    .footer-black__menu-list li {
        margin: 0 10px;
    }
    .footer__menu-list li:last-child,
    .footer-black__menu-list li:last-child {
        margin: 0px 0 0 10px;
    }
    .reward-mob__tab01-content--img {
        width: 120px;
        height: 68px;
    }
    .reward-mob__tab03-content h5 {
        font-size: 13px !important;
    }
    .reward-mob__tab06-item--all {
        min-height: 340px;
    }
    .add-game__item {
        min-height: 305px;
    }
    .schema p {
        margin: 0 15px 77px 15px;
    }
    .airdrop__info p {
        padding: 0px 15px;
    }
    .team-content {
        padding: 44px 15px 66px 15px;
    }
    .our-team__slider-item--img img {
        height: 280px;
    }
    .our-team .slick-dots {
        margin-top: 40px;
    }
    .our-team-join p {
        padding: 0 15px;
    }
    .schema__grafic-image--mob {
        padding: 0 40px;
    }
}


@media (min-width: 861px) {
    .menu__sublist,
    .header-white__menu-sublist,
    .menu-black__sublist,
    .footer-language__sublist,
    .footer-language__blsublist {
        transform: translate(0px, 10%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease 0s;
    }
    .menu__list > li:hover .menu__sublist,
    .header-white__menu-list > li:hover .header-white__menu-sublist,
    .menu-black__list > li:hover .menu-black__sublist,
    .footer-language__list > li:hover .footer-language__sublist,
    .footer-language__bllist > li:hover .footer-language__blsublist {
        display: block;
    }
}

@media (min-height: 700px) and (max-height: 900px) { 
    .popup__content {
        padding: 60px 80px 120px 80px;
    }
    .popup__content h5 {
        margin-bottom: 50px;
    }
    .popup__content-all {
        padding: 40px 100px 40px 100px;
    }
    .popup__content-all h5,
    .popup__content-all p {
        margin-bottom: 10px;
    }
    .popup__content-air {
        padding: 40px 80px 40px 80px;
    }
    .popup__content-air h5,
    .popup__content-air h6,
    .popup__content-air img {
        margin-bottom: 20px;
    }
    .popup__content-air p {
        margin-bottom: 10px;
    }
    .popup__content-sale {
        padding: 60px 168px 60px 169px;
    }
    .popup__content-eco {
        padding: 40px 80px 40px 80px;
    }
    .popup__content-eco h5 {
        margin-bottom: 10px;
    }
    .popup__content-eco h6,
    .popup__content-eco ol {
        margin-bottom: 5px;
    }
    .popup__content-eco img {
        margin-top: 5px;
    }
    .popup__content-rfj {
        padding: 40px 40px 10px 40px;
    }
    .popup__content-rfj--item:nth-child(1) {
        margin: 0 26px 20px 0;
    }
    .popup__content-rfj--item {
        margin: 0 26px 20px 26px;
    }
    .popup__content-rfj--item:nth-child(5) {
        margin: 0 0 20px 26px;
    }
    .content-rfj__item-img {
        margin: 0 auto 10px auto;
    }
    .content-rfj__item-info h6 {
        margin-bottom: 10px;
    }
    .content-rfj__item-info p {
        line-height: 30px;
    }
    .popup__content-smart {
        padding: 50px 80px 50px 80px;
    }
    .popup__content-smart-info {
        margin-bottom: 60px;
    }
    .popup__content-graf {
        padding: 20px 80px 2px 80px;
    }
    .popup__content-graf h5 {
        margin-bottom: 5px;
    }
}


@media (min-height: 374px) and (max-height: 500px) {
    .menu-mob {
        height: calc(100% - 58px);
    }
    .header-menu_bgr.show {
        opacity: 0;
    }
    .header-menu_bgr {
        opacity: 0;
    }
    .header__logo,
    .header-black__logo,
    .header-white__logo {
        max-width: 30px;
    }
    .menu-mob {
        top: 58px;
    }
    .menu-mob__list li {
        font-size: 14px;
    }
    .menu-mob__sublist a {
        font-size: 14px;
    }
    body._touch .menu__arrow-chart {
        right: 20px;
        top: 33px;
    }
    .menu__btn-descr p {
        font-size: 14px;
        line-height: 19px;
    }


    .header__info h1,
    .header-black__info h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 19px;
    }
    .header__info p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .header__info button,
    .header-black__info button {
        font-size: 14px;
        line-height: 19px;
        padding: 13px;
        width: 221px;
    }
    .header__info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 400px;
        text-align: center;
    }
    .header-white {
        margin-bottom: 100px;
    }
    .header-black__info {
        padding-top: 0 !important;
    }
}

@media (min-height: 219px) and (max-height: 373px) {
    .menu-mob {
        height: calc(100% - 58px);
    }
    .header-menu_bgr.show {
        opacity: 0;
    }
    .header-menu_bgr {
        opacity: 0;
    }
    .header__logo,
    .header-black__logo,
    .header-white__logo {
        max-width: 30px;
    }
    .menu-mob {
        top: 58px;
    }
    .menu-mob__list li {
        font-size: 14px;
    }
    .menu-mob__sublist a {
        font-size: 14px;
    }
    body._touch .menu__arrow-chart {
        right: 20px;
        top: 33px;
    }
    .menu__btn-descr p {
        font-size: 14px;
        line-height: 19px;
    }
    .header__info h1,
    .header-black__info h1 {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 19px;
    }
    .header__info p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 19px;
    }
    .header__info button,
    .header-black__info button {
        font-size: 13px;
        line-height: 18px;
        padding: 11px;
        width: 211px;
    }
    .header__info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-left: 27px;
        padding-right: 27px;
        max-width: 400px;
    }
    .header-black__info {
        padding-top: 0 !important;
    }
    .header-white {
        margin-bottom: 100px;
    }
    .header-black__info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-left: 27px;
        padding-right: 27px;
    }
}