@media (max-width: 700px) {
    .information-block {
        display: grid;
        gap: 30px;
    }
    .support-right-main-title {
        text-align: center;
    }
}
@media (min-width: 700px) {
    .information-block {
        display: grid;
        gap: 30px;
        grid-template-columns: 300px 1fr;
    }
    .information-menu {
        position: sticky;
    }
}
.rules_chapter {
    text-align: center;
    font-size: 15px;
    opacity: 60%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.information-menu {
    display: grid;
    height: min-content;
    gap: 10px;
    top: 75px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: var(--bg);
    padding: 15px;
    border-radius: 6px;
}
.information-point {
    display: flex;
    gap: 10px;
    text-customt-weight: 600;
    align-items: center;
    cursor: pointer;
    color: var(--text-custom);
    border: solid 2px var(--bg);
    height: 40px;
    padding: 0px 10px;
    border-radius: 6px;
    transition: .5s;
    user-select: none;
}
.information-point img {
    width: 20px;
    height: 20px;
    fill: var(--text-custom);
    transition: .5s;
    opacity: 70%;
}
.information-point svg {
    width: 20px;
    height: 20px;
    fill: var(--text-custom);
    transition: .5s;
    opacity: 70%;
}
.information-point:hover {
    color: var(--text-default);
    background: var(--span);
}
.information-point:hover img {
    fill: var(--text-custom);
}
.information-point.active-point {
    color: var(--text-default);
    background: var(--span);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.information-point.active-point img {
    fill: var(--span);
    opacity: 100%;
}
.information-info {
    display: grid;
    gap: 15px;
}
.information-info-js {
    display: grid;
    gap: 15px;
}
.outer-support {
    display: flex;
}
.outer-support-left {
    user-select: none;
    position: sticky;
    width: 25%;
    top: 75px;
    height: min-content;
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: var(--bg);
    border-radius: 6px;
}
.outer-support-right {
    display: flex;
    padding: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: var(--bg);
    border-radius: 6px;
    flex-direction: column;
}
.outer-download {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.outer-download i, .server-download i {
    text-customt-size: 40px;
    color: var(--text-custom);
}
.outer-support-left-cat-item-title {
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    color: var(--text-custom);
    text-customt-weight: 600;
    transition: .5s;
}
.outer-support-left-cat-item-title.active {
    color: var(--text-custom);
    background-color: var(--span);
    transition: .5s;
}
.outer-support-left-cat-item-title:hover {
    color: var(--text-default);
    transition: .5s;
}
.outer-support-left-cat-item-title > i {
    margin-right: 5px;
}
.outer-support-left-cat-item-outher {
    border-left: solid 1px var(--span);
    padding: 10px 20px 0px 20px;
    margin: 0px 15px 10px 10px;
}
.outer-support-left-cat-item-outher.disable {
    display: none;
} 
.outer-support-left-cat-item-outher-text {
    cursor: pointer;
    text-customt-weight: 600;
    transition: .5s;
    color: var(--text-custom);
    padding: 5px 0 5px 0;
}
.outer-support-left-cat-item-outher-text:hover {
    color: var(--span);
    transition: .5s;
}
.outer-support-left-cat-item-outher-text.active {
    color: var(--span);
    transition: .5s;
}
.outer-support-left-cat-item-outher-text.active:hover {
    color: var(--span);
    transition: .5s;
}
.support-right-content {
    display: grid;
    margin-top: 15px;
    gap: 15px;
    text-customt-size: 10px;
    margin-bottom: auto;
    color: var(--text-default);
}
.support-right-content h3 {
    color: var(--text-default);
    padding: 15px 5px 5px 5px;
}
.support-right-content.disable {
    display: none;
}
.support-right-main-title.disable {
    display: none;
}
.support-right-content-spisor-outer-item {
    margin-top: 5px;
    display: flex;
    gap: 15px;
    align-items: baseline;
}
.support-right-content-spisor-number {
    border-radius: 6px;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    display: flex;
    color: var(--span);
    align-items: center;
    justify-content: center;
    text-customt-weight: 600;
    transition: .5s;
}
.support-right-content-spisor-text {
    white-space: pre-line;
    color: var(--text-default);
    transition: .5s;
}
.support-right-content-spisor-text img {
    max-width: 100%;
    max-height: 100%;
    opacity: .5;
    border-radius: 6px;
    transition: .5s;
}
.support-right-content-spisor-text img:hover {
    opacity: 1;
}
.support-right-content-spisor-text .dop-text {
    color: var(--span);
    margin-left: 5px;
}
.support-right-content-termins-outer-item {
    margin-bottom: 10px;
}
.support-right-content-temins-span {
    display: inline-block;
    border-radius: 6px;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: var(--span);
}
.support-flexotext { 
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    margin-right: 5px;
    background-color: var(--text-custom);
    color: var(--span);
}
.support-right-button-content {
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: var(--span);
    width: max-content;
    border-radius: 6px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--text-custom);
}
.rules-sroki {
    background-color: var(--text-custom);
}
.rules-table {
    background: var(--tablcolor)!important;
}
.rules-table th {
    color: var(--text-default)!important;
}
.news-blocks-test {
    margin-bottom: 10px;
    flex-direction: column;
    display: grid;
}
.news-text-custom-text-v2 {
    background-color: var(--text-custom);
    color: var(--text-custom);
    border-radius: 6px;
    padding: 15px;
    min-height: 300px;
    overflow-x: auto;
}
.news-vk-date-v2 {
    position: absolute;
    top: 10px;
    z-index: 1;
    text-align: center;
    right: 5px;
    color: var(--text-custom);
    text-customt-size: 8px;
}
.news_textgg-v2 {
    scrollbar-width: thin;
    scrollbar-color: var(--hover) var(--text-custom);
    scrollbar-gutter: unset;
}
.news_textgg-v2 {
    overflow-x: hidden;
    border-radius: 6px;
    position: relative;
}
.news_textgg-v2 news {
    white-space: pre-line;
    text-customt-family: 'Montserrat', sans-serif;
    text-customt-weight: var(--text-customt-weight-1);
}
.menu-rules {
    margin-left: 10px;
    margin-top: 10px;
}
.smail-lox {
    display: flex;
    background-color: var(--text-default-invert);
    border-radius: 6px;
    height: 30px;
    color: var(--span);
    text-customt-weight: 600;
    margin-top: 15px;
    text-customt-size: 8px;
    align-items: center;
    justify-content: center;
}
.card-block-sb-big {
    position: relative;
    min-height: 120px
}
.card-block-sb-big .figure {
    position: absolute;
    margin-left: 85%;
    width: 36%;
    top: 36px;
    height: 14%;
    background-color: var(--span);
    color: var(--text-custom);
}
.card-block-sb-big .figure_2 {
    position: absolute;
    margin-left: 92%;
    width: 22%;
    top: 59px;
    height: 14%;
    background-color: var(--span-addit);
}
.card-block-sb-big .figure3 {
    position: absolute;
    margin-left: 92%;
    width: 22%;
    top: 36px;
    height: 14%;
    color: var(--text-custom);
    background-color: var(--span);
}
.card-block-sb-big .figure2 {
    position: absolute;
    margin-left: 85%;
    width: 36%;
    top: 59px;
    height: 14%;
    background-color: var(--span-addit);
}
.card-block-sb-big h3 {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
    text-customt-size: 32px;
    text-customt-weight: 600;
    color: var(--default-text-color)
}
.card-block-sb-big .info {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
    text-customt-size: 13px;
    text-customt-weight: 400;
    color: var(--default-text-color)
}
@media (max-width: 575.98px) {
    .col-fixed {
        flex: 0 0 24.333333%;
        max-width: 24.333333%;
        margin-left: 2px;
    }
    .col-fixed1 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .card-block-sb-big .figure {
        display: none;
    }
    .card-block-sb-big .figure_2 {
        display: none;
    }
    .card-block-sb-big {
        position: relative;
        min-height: 70px
    }
    .card-block-sb-big h3 {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 10px;
        text-customt-size: 19px;
        text-customt-weight: 600;
        color: var(--default-text-color)
    }
    .card-block-sb-big .info {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 0px;
        text-customt-size: 6px;
        text-customt-weight: 400;
        color: var(--default-text-color)
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .col-fixed {
        flex: 0 0 24.333333%;
        max-width: 24.333333%;
        margin-left: 3px;
    }
    .col-fixed1 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .card-block-sb-big .figure {
        display: none;
    }
    .card-block-sb-big .figure_2 {
        display: none;
    }
    .card-block-sb-big {
        position: relative;
        min-height: 80px
    }
    .card-block-sb-big h3 {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 10px;
        text-customt-size: 28px;
        text-customt-weight: 600;
        color: var(--default-text-color)
    }
    .card-block-sb-big .info {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 0px;
        text-customt-size: 9px;
        text-customt-weight: 400;
        color: var(--default-text-color)
    }
}
@media (min-width: 410px) and (max-width: 1000px) {
div.stats-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: auto auto;
    border: 0px solid transparent;
    border-radius: 6px;
}}
@media (max-width: 410px) {
div.stats-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: auto;
    border: 0px solid transparent;
    border-radius: 6px;
}}
@media (min-width: 1000px) {
div.stats-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: auto auto auto auto;
    border: 0px solid transparent;
    border-radius: 6px;
}}
div.statistic-bloc{
    display: flex;
    position: relative;
    align-items: center;
    box-shadow: 0 0 2px rgba(93, 92, 92, 0.6);
    padding: 10px 15px;
    border-radius: 6px;
    height: 80px;
}
h1.statistic-cout {
    text-customt-size: 2.2em;
    position: absolute;
    top: 10px;
    color: var(--text-default);
}
div.statistic-icon {
    position: absolute;
    right: 15px;
    text-customt-size: 2.2em;
    color: var(--sidebar-gradient-1);
}
div.statistic-text{
    position: absolute;
    bottom: 10px;
    color: var(--text-custom);
}
@media (min-width: 1075px){
.news-blocks {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}}
@media (max-width: 1075px){
.news-blocks {
    display: flex;
    gap: 30px;
    flex-direction: column;
}}
.news_textgg news {
    white-space: pre-line;
    text-customt-family: 'Montserrat', sans-serif;
    text-customt-weight: var(--text-customt-weight-1);
}
.news_textgg {
    overflow-x: hidden;
    border-radius: 6px;
    position: relative;
}
.news-blocks-vk-date {
    position: relative;
}
.news-vk-date {
    position: absolute;
    top: 10px;
    z-index: 1;
    text-align: center;
    right: 0px;
    left: 0px;
    color: var(--text-custom);
    text-customt-size: 8px;
}
.news-blocks-vk-info {
    display: flex;
    padding: 10px 0px;
    margin: 0px 5px -30px 5px;
    justify-content: space-between;
}
.news-class-vk {
    display: flex;
    gap: 15px;
}
.news-class-vk div {
    padding: 5px 0px;
}
.news-text-custom-text {
    background-color: var(--text-custom);
    color: rgb(171, 178, 198);
    border-radius: 6px;
    padding: 15px;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
    overflow-x: auto;
}
.news-text-custom-text::-webkit-scrollbar-track{
    background-color: var(--text-custom)!important;
}
.news_textgg::-webkit-scrollbar {
    width: 4px;
    background-color: var(--hover);
    border-radius: 6px;
}
.news_textgg {
    scrollbar-width: thin;
    scrollbar-color: var(--hover) var(--text-custom);
    scrollbar-gutter: unset;
}
.news_textgg:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 99%;
    height: 5%;
    background: linear-gradient(0deg, var(--text-custom) 25%, transparent);
    z-index: 1;
    pointer-events: none;
}
.news_textgg:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 99%;
    height: 5%;
    background: linear-gradient(180deg, var(--text-custom) 25%, transparent);
    z-index: 1;
    pointer-events: none;
}
news center {
    display: grid;
    gap: 15px
}
.image_news {
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    border-radius: 6px;
}
.card-new-news {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: var(--bg);
    border-radius: 6px;
    padding: 15px 15px 30px 15px;
    position: relative;
}
/* NEW GOD */
.new-decoration-1 {
    position: absolute;
    top: -25px;
    left: 0px;
    width: 100%;
    z-index: 10;
    border-radius: 30% 30% 0 0;
}
.news-download {
    min-height: 300px;
    max-height: 300px;
}
.external-download-news {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.external-download-news i {
    text-customt-size: 40px;
    color: var(--bg);
}
.overlay_img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
    background-color: var(--news);
    backdrop-filter: blur(5px);
}
.overlay_img.active {
    opacity: 1;
    pointer-events: auto;
}
.overlay_img img {
    border-radius: 6px;
    max-width: 80%;
    max-height: 80%;
}

.rules_header {
    margin: 30px 0;
    border-left: 3px solid var(--span-color);
    border-right: 3px solid var(--span-color);
    background: linear-gradient(90deg, var(--navbar-first-color), rgba(255, 255, 255, 0) 50%), linear-gradient(270deg, var(--navbar-first-color), rgba(255, 255, 255, 0) 50%);
    padding: 15px 20px 12px 20px;
}

.rules_header h5 {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.rules_header h6 {
    font-weight: 700;
    font-size: 15.5px;
    text-transform: uppercase;
    color: var(--span-color);
    text-align: center;
}

@media (max-width: 700px) {
    .rules_header h6 {
        margin-top: 5px;
    }
    .rules_header h5 {
        font-size: 25px;
    }
}