@charset "utf-8";
body {
    font-family: Roboto, Arial, sans-serif;
    color: var(--white);
    background: #07498f;
    min-width: 360px
}

body, h1, h2, h3, p, ul {
    margin: 0;
    padding: 0
}

footer {
    color: var(--color-text-footer)
}

.no-scroll {
    overflow: hidden
}

.containerMain {
    max-width: 1470px;
    margin: 0 auto;
    padding: 30px 15px
}

:root {
    --br-radius: 10px;
    --br-radius-adaptiv: 5px;
    --primary-bg-btn: linear-gradient(45deg, #019eff 0, #0009da 100%);
    --primary-text-btn: white;
    --secondary-bg-btn: rgba(255, 255, 255, 0.2);
    --secondary-text-btn: white;
    --title: white;
    --marker-list: #085fc8;
    --shadow-bg: none;
    --bg-main: rgba(255, 255, 255, 0.05);
    --secodary-text: #085fc8;
    --secondary-descr: #ced4e2;
    --bg-color: #090f1f;
    --header-bg: #090f1f;
    --registration-bg: linear-gradient(135deg, #2ab069 0, #079e4f 100%);
    --registration-text: white;
    --signUp-bg: linear-gradient(135deg, #0990ec 0, #085bb7 100%);
    --signUp-text: white;
    --signUp-border: 0;
    --tg-bg: linear-gradient(45deg, #00673e 0, #16bdf5 100%);
    --burger-game: linear-gradient(45deg, #019eff 0, #0009da 100%);
    --burger-bg: black;
    --text-burger: white;
    --bg-card-burger: linear-gradient(90deg, #1f2942 0, #131b2e 100%);
    --border-burger-item: none;
    --line-burger: #0990ec;
    --nav-text: white;
    --color-text-footer: white;
    --bg-comment-faq-block: rgba(255, 255, 255, 0.05);
    --bg-comment-faq-item: rgba(255, 255, 255, 0.05);
    --border-table: rgba(255, 255, 255, 0.05);
    --banner-bg: rgba(255, 255, 255, 0.05);
    --banner-title: white;
    --banner-data: #838486;
    --line-footer: #bbc0c6;
    --politic-footer: #787878;
    --white: #fff;
    --black: #000
}

h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: var(--title);
    margin-bottom: 15px
}

ul:not(##wpadminbar) {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 10px 0 20px 0
}

ol {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 10px 0 20px 20px
}

ul li {
    position: relative;
    padding-left: 20px
}

ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--marker-list);
    border-radius: 50%
}

@import url(./normalize.css);
@import url(./fonts.css);
@import url(./reboot.css);
@import url(./global.css);
@import url(./header.css);
@import url(./burger.css);
@import url(./tgRef.css);
@import url(./banner.css);
@import url(./scrollBtn.css);
@import url(./sectionInfo.css);
@import url(./sectionNav.css);
@import url(./sectionMain.css);
@import url(./faq.css);
@import url(./comment.css);
@import url(./table.css);
@import url(./gameSlider.css);
@import url(./footer.css); /*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.sectionGame {
    margin-bottom: 30px;
    background: var(--bg-comment-faq-block);
    border-radius: 16px;
    padding: 16px;
    display: none;
    overflow: hidden
}

.titleGames {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--title);
    margin: 0;
    margin-bottom: 10px
}

.gameList {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    list-style: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab
}

.gameList::-webkit-scrollbar {
    display: none
}

.gameItem {
    flex: 0 0 auto;
    scroll-snap-align: start;
    text-align: center
}

.game_text_slider {
    margin-top: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%
}

@media (max-width: 768px) {
    .sectionGame {
        display: block
    }
}

.section_nav {
    margin-bottom: 25px
}

.section_nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px
}

.section_nav_item {
    width: 100%;
    padding: 10px;
    background: var(--bg-main);
    border-radius: var(--br-radius);
    position: relative
}

.section_nav_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start
}

.section_nav_img {
    margin-bottom: 20px;
    margin: 0 auto;
    max-width: 80px
}

.section_nav_text {
    font-weight: 700;
    font-size: 10px;
    line-height: 120%
}

.section_nav_arrow {
    position: absolute;
    bottom: 10px;
    right: 5px
}

@media (max-width: 807px) {
    .section_nav_list {
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }

    .section_nav_img {
        margin-bottom: 10px
    }
}

@media (max-width: 565px) {
    .section_nav_text {
        font-size: 10px
    }

    .section_nav_list {
        gap: 5px
    }

    .section_nav_item {
        min-width: 95.18px
    }
}

.box_comment {
    margin-bottom: 30px;
    background: var(--bg-comment-faq-block);
    padding: 16px;
    border-radius: 16px
}

.box_avatar_name {
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.comment_avatar {
    margin-right: 10px
}

.title_comment {
    border-radius: var(--br-radius);
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px
}

.list_comment {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.item_comment {
    border-radius: var(--br-radius);
    background: var(--bg-comment-faq-item);
    padding: 25px 28px
}

.item_title_comment {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 2px
}

.span_comment {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: var(--banner-data)
}

.text_comment {
    font-size: 16px;
    line-height: 120%
}

@media (max-width: 568px) {
    .box_comment {
        margin-bottom: 20px
    }

    .title_comment {
        font-size: 20px;
        margin-bottom: 15px
    }

    .item_comment {
        padding: 20px 10px
    }

    .item_title_comment {
        font-size: 16px
    }

    .text_comment {
        font-size: 14px
    }
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto-Thin"), url(../fonts/RobotoThin.woff2) format("woff2"), url(../fonts/RobotoThin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto-Black"), url(../fonts/RobotoBlack.woff2) format("woff2"), url(../fonts/RobotoBlack.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto-Regular"), url(../fonts/RobotoRegular.woff2) format("woff2"), url(../fonts/RobotoRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto-Medium"), url(../fonts/RobotoMedium.woff2) format("woff2"), url(../fonts/RobotoMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto-Bold"), url(../fonts/RobotoBold.woff2) format("woff2"), url(../fonts/RobotoBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    box-sizing: border-box
}

html::-webkit-scrollbar {
    background: transparent;
    width: 0
}

*, ::after, ::before {
    box-sizing: inherit
}

main {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    gap: 23px
}

#bodybox {
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

@media (max-width: 820px) {
    main {
        padding: 20px 0
    }
}

.box_faq {
    margin-bottom: 30px;
    background: var(--bg-comment-faq-block);
    padding: 16px;
    border-radius: 16px
}

.title_faq {
    border-radius: var(--br-radius);
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px
}

.list_faq {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.item_faq {
    border-radius: var(--br-radius);
    background: var(--bg-comment-faq-item);
    padding: 25px 28px
}

.item_title_faq {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 13px
}

.text_faq {
    font-size: 16px;
    line-height: 120%
}

@media (max-width: 568px) {
    .box_faq {
        margin-bottom: 20px
    }

    .title_faq {
        font-size: 20px;
        margin-bottom: 15px
    }

    .item_faq {
        padding: 20px 10px
    }

    .item_title_faq {
        font-size: 16px
    }

    .text_faq {
        font-size: 14px
    }
}

.section_main {
    margin-bottom: 30px;
    background: #022d5a;
    border-radius: var(--br-radius);
    padding: 40px 28px
}

.section_main h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: var(--title);
    margin-bottom: 20px
}

.section_main h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: var(--title);
    margin-bottom: 20px
}

.section_main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px
}

.section_img {
    border-radius: var(--br-radius);
    box-shadow: var(--shadow-bg);
    width: 100%;
    margin-bottom: 30px;
    max-height: 300px
}

.section_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px
}

.section_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 30px;
    color: var(--secondary-descr)
}

.section_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.section_link {
    border-radius: var(--br-radius);
    padding: 16px 30px;
    background: var(--primary-bg-btn);
    color: var(--primary-text-btn);
    font-weight: 800;
    font-size: 16px;
    line-height: 120%
}

@media (max-width: 768px) {
    .section_main {
        margin-bottom: 20px;
        padding: 20px 10px
    }
}

@media (max-width: 568px) {
    .section_img {
        margin-bottom: 15px
    }

    .section_title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .section_text {
        font-size: 14px;
        margin-bottom: 15px
    }

    .section_link {
        padding: 12px 20px;
        font-size: 14px
    }
}

.tableSection {
    margin-bottom: 30px;
    background: var(--bg-comment-faq-block);
    border-radius: 16px;
    padding: 16px
}

.titleTable {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--title);
    margin: 0;
    margin-bottom: 10px
}

.table {
    width: 100%;
    border-collapse: collapse
}

.tableStroke:not(:last-child) {
    border-bottom: 1px solid var(--border-table)
}

.tableCell {
    padding: 12px 0 12px 0
}

.tableCell:first-child {
    text-align: left;
    width: 50%
}

.tableCell:last-child {
    text-align: right;
    width: 50%
}

.tg_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    background: var(--tg-bg);
    border-radius: var(--br-radius);
    padding: 10px 12px;
    margin-bottom: 15px;
    width: 100%;
    display: none
}

.tg_info {
    display: flex;
    align-items: center;
    width: 100%
}

.tg_info_title {
    display: flex;
    margin-right: 12px;
    border-right: 1px solid var(--white);
    padding-right: 12px
}

.prize_text {
    font-weight: 800;
    font-size: 16px;
    line-height: 110%;
    color: var(--white);
    margin: 0 auto
}

.tg_btn {
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    max-width: 40px
}

@media (max-width: 1024px) {
    .tg_container {
        display: flex
    }
}

.header_container {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--br-radius);
    background: #022d5a
}

.nav_logo_list {
    display: flex;
    align-items: center;
    color: var(--nav-text)
}

.logo_img {
    min-height: 20px;
    display: flex;
    margin-right: 19px
}

.header_nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px
}

.header_nav_item {
    padding: 0
}

.header_nav_link {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: .07em
}

.signUpBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.signUp {
    border: var(--signUp-border);
    padding: 10px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 168%;
    border-radius: 30px;
    color: var(--signUp-text);
    background: linear-gradient(0deg, #509aea 0, #428cdc 97%, #428cdc);
}

.registration {
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 168%;
    color: var(--registration-text);
    background: linear-gradient(0deg, #fa4d00 0, #fa5e00);
}

@media (max-width: 1024px) {
    .header_container {
        padding: 5px 15px
    }

    .header_nav {
        display: none
    }

    .signUp {
        padding: 8px 26px;
        font-size: 12px
    }

    .registration {
        padding: 8px 26px;
        font-size: 12px
    }
}

@media (max-width: 580px) {
    .signUpBox {
        gap: 10px
    }

    .logo_img {
        margin-right: 10px
    }

    .signUp {
        padding: 6px 10px;
        font-size: 12px
    }

    .registration {
        padding: 6px 10px;
        font-size: 12px
    }
}

.scrollBtn {
    padding: 5px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-footer);
    background: transparent;
    border: 0;
    outline: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    cursor: pointer
}

.scrollText {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    margin-right: 10px
}

.arrowNav {
    width: 24px;
    height: 24px;
    transition: transform .3s ease-in-out;
    transform: rotate(180deg)
}

.arrowNav path {
    stroke: var(--color-text-footer)
}

.nav_footer {
    border-top: 1px solid var(--line-footer);
    border-bottom: 1px solid var(--line-footer);
    padding: 31px 0;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start
}

.content_footer {
    max-width: 194px
}

.helper_footer {
    display: grid;
    gap: 20px;
    grid-template-columns:repeat(4, 1fr);
    width: 100%
}

.footer_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: var(--politic-footer);
    margin-bottom: 16px
}

.footer_link {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 8px
}

.politic {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: var(--politic-footer);
    margin-bottom: 40px
}

.footer_tg_container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 12px;
    background: var(--tg-bg);
    border-radius: var(--br-radius);
    max-width: 160px
}

.footer_tg_btn {
    max-width: 40px
}

@media (max-width: 768px) {
    .helper_footer {
        grid-template-columns:repeat(2, 1fr)
    }

    .content_footer {
        max-width: 100%
    }
}

@media (max-width: 568px) {
    .footer_title {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%
    }

    .helper_footer {
        gap: 5px
    }

    .footer_link {
        font-size: 12px
    }

    .politic {
        font-size: 12px
    }
}

.banner_container {
    margin-bottom: 14px;
    background: #022d5a;
    border-radius: var(--br-radius);
    padding: 30px 28px
}

.banner_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: var(--banner-title);
    margin: 0;
    margin-bottom: 5px
}

.banner_data {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    margin-bottom: 23px;
    color: var(--banner-data)
}

.banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px
}

.btn_link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 30px;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    color: var(--primary-text-btn);
    border-radius: var(--br-radius);
    background: var(--primary-bg-btn)
}

.banner_box {
    display: block;
    box-shadow: var(--shadow-bg);
    position: relative;
    margin-bottom: 23px;
    max-height: 500px
}

.img_banner {
    border-radius: var(--br-radius)
}

.banner_context {
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 455px
}

.banner_info {
    font-weight: 800;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 23px;
    color: var(--white)
}

.banner_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #ced4e2;
    margin-bottom: 41px
}

.banner_box_btn {
    display: flex;
    align-items: center;
    gap: 15px
}

.banner_btn_main {
    padding: 16px 30px;
    border-radius: var(--br-radius);
    background: var(--primary-bg-btn);
    color: var(--primary-text-btn)
}

.banner_btn_second {
    padding: 16px 30px;
    border-radius: var(--br-radius);
    background: var(--secondary-bg-btn);
    color: var(--secondary-text-btn)
}

.main_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: var(--color-text-footer);
    margin: 0;
    margin-bottom: 15px
}

@media (max-width: 1150px) {
    .banner_info {
        font-size: 35px
    }

    .banner_text {
        font-size: 16px;
        margin-bottom: 30px
    }
}

@media (max-width: 1024px) {
    .banner_context {
        display: none
    }

    .banner_info {
        margin-bottom: 10px
    }

    .banner_text {
        font-size: 19px;
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    .banner_container {
        padding: 20px 10px
    }

    .banner_info {
        font-size: 29px;
        margin-bottom: 7px
    }

    .banner_text {
        font-size: 14px;
        margin-bottom: 29px
    }

    .banner_btn_main {
        padding: 11px 21px
    }

    .banner_btn_second {
        padding: 11px 21px
    }
}

@media (max-width: 564px) {
    .banner_title {
        font-size: 24px;
        margin-bottom: 5px
    }

    .banner_data {
        font-size: 14px
    }

    .banner_info {
        font-size: 20px;
        margin-bottom: 3px
    }

    .banner_text {
        font-size: 10px;
        margin-bottom: 15px
    }

    .btn_link {
        font-size: 18px
    }

    .banner_box_btn {
        gap: 5px
    }

    .banner_btn_main {
        padding: 8px 13px;
        font-size: 10px;
        border-radius: var(--br-radius-adaptiv)
    }

    .banner_btn_second {
        padding: 8px 13px;
        font-size: 10px;
        border-radius: var(--br-radius-adaptiv)
    }
}

@media (max-width: 400px) {
    .banner_info {
        font-size: 15px;
        margin-bottom: 3px
    }

    .banner_text {
        font-size: 7px;
        margin-bottom: 15px
    }

    .banner_btn_main {
        padding: 6px 11px;
        font-size: 7px
    }

    .banner_btn_second {
        padding: 6px 11px;
        font-size: 7px
    }
}

.sectionInfoAdaptiv {
    display: none;
    margin-bottom: 23px
}

.sectionInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 324px;
    max-width: 324px
}

.imgInfo {
    box-shadow: var(--shadow-bg);
    margin-bottom: 28px;
    border-radius: var(--br-radius)
}

.box_game {
    background: rgb(2 45 90);
    padding: 22px 20px;
    border-radius: var(--br-radius);
    box-shadow: var(--shadow-bg)
}

.box_game_title {
    display: flex;
    margin-bottom: 20px;
    align-items: center
}

.game_img {
    margin-right: 7px;
    max-width: 29px;
    border-radius: var(--br-radius-adaptiv)
}

.game_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    margin-right: auto
}

.game_span {
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: var(--secodary-text)
}

.game_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin: 0;
    gap: 14px
}

.game_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.game_text {
    font-weight: 700;
    font-size: 12px;
    line-height: 120%
}

@media (max-width: 1024px) {
    .sectionInfo {
        display: none
    }
}

.btn_burger {
    display: none;
    background: transparent;
    outline: none;
    border: none
}

.box_burger {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(9, 15, 31, 0.8);
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.box_burger.active_burger {
    visibility: visible;
    opacity: 1
}

.box_burger_close {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-right: 3px solid var(--line-burger);
    border-radius: 0 10px 0 0;
    padding: 10px;
    padding-top: 35px;
    height: 100vh;
    transform: translateX(-100%);
    background: var(--burger-bg);
    overflow: scroll;
    transition: transform .3s ease-in-out;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.box_burger_close::-webkit-scrollbar {
    display: none
}

.active_burger .box_burger_close {
    transform: translateX(0)
}

.box_burger_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin-bottom: 30px;
    width: 100%
}

.btn_close_burger-menu {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: var(--text-burger)
}

.box_burger_svg path {
    fill: white
}

.box_burger_nav {
    margin-bottom: 15px
}

.box_burger_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 5px
}

.box_burger_item {
    width: 100%;
    padding: 10px;
    background: var(--bg-card-burger);
    border-radius: var(--br-radius);
    position: relative;
    min-width: 95px;
    border: var(--border-burger-item)
}

.box_burger_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start
}

.box_burger_img {
    margin-bottom: 20px
}

.box_burger_text {
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    color: var(--text-burger)
}

.box_burger_arrow {
    position: absolute;
    bottom: 10px;
    right: 5px
}

.burger_game {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--br-radius);
    background: var(--burger-game);
    padding: 19px 12px
}

.burger_game_text {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-burger)
}

.burger_game_img {
    max-width: 130px
}

@media (max-width: 1024px) {
    .btn_burger {
        display: flex
    }
}

@media (max-width: 350px) {
    .box_burger_close {
        border-right: none
    }
}

.section_main .lwptoc{
    display: none!important;
}

.lwptoc-transparent .lwptoc_i{
    border:none !important;
}

.lwptoc-notInherit .lwptoc_i DIV A {
    margin-left: 25px !important;
}