*,
*::before,
*::after {
    box-sizing: border-box
}

ul,
ol {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul,
ol {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

article>*+* {
    margin-top: 1em
}

input,
button,
textarea,
select {
    font: inherit
}

@media(prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-family: "SHARKBOY & lavagirl";
    src: url("../fonts/shark/SHARKBOY&lavagirl.eot");
    src: url("../fonts/shark/SHARKBOY&lavagirl%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/shark/SHARKBOY&lavagirl.woff") format("woff"), url("../fonts/shark/SHARKBOY&lavagirl.woff2") format("woff2")
}

@font-face {
    font-family: "Circe Extra";
    src: url("../fonts/circe/Circe-ExtraBold.eot");
    src: url("../fonts/circe/Circe-ExtraBold%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-ExtraBold.woff2") format("woff2"), url("../fonts/circe/Circe-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/circe/Circe-Bold.eot");
    src: url("../fonts/circe/Circe-Bold%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Bold.woff2") format("woff2"), url("../fonts/circe/Circe-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/circe/Circe-Regular.eot");
    src: url("../fonts/circe/Circe-Regular%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Regular.woff2") format("woff2"), url("../fonts/circe/Circe-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Circe Extra";
    src: url("../fonts/circe/Circe-ExtraLight.eot");
    src: url("../fonts/circe/Circe-ExtraLight%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-ExtraLight.woff2") format("woff2"), url("../fonts/circe/Circe-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Circe";
    src: url("../fonts/circe/Circe-Light.eot");
    src: url("../fonts/circe/Circe-Light%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Light.woff2") format("woff2"), url("../fonts/circe/Circe-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.o-wrapper {
    padding: 0 15px
}

body {
    min-height: 100vh
}

.o-list {
    list-style: none;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

*,
*:before,
*:after {
    box-sizing: border-box
}

*:focus {
    outline: none !important
}

html {
    font-size: 62.5%
}

body {
    color: #303030;
    font-family: "Circe", sans-serif;
    background-color: #eff0f3;
    font-size: 1.6rem
}

.o-text-bold {
    font-weight: bold
}

.o-text-center {
    text-align: center
}

.o-text-up {
    text-transform: uppercase
}

img {
    max-width: 100%;
    height: auto
}

button,
a {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
    color: inherit
}

button picture img:hover,
a picture img:hover {
    transform: scale(1.02)
}

h1,
.h1 {
    font-size: 3rem
}

h2,
.h2 {
    font-size: 2.8rem
}

h3,
.h3 {
    font-size: 2.5rem
}

h4,
.h4 {
    font-size: 2.2rem
}

h5,
.h5 {
    font-size: 1.9rem
}

h6,
.h6 {
    font-size: 1.6rem
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: .2s
}

.o-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    color: #f6f7fb;
    height: 45px
}

.o-btn:hover {
    opacity: .8;
    cursor: pointer
}

.o-btn__small {
    width: 115px
}

.o-btn__large {
    width: 160px
}

.o-btn__max-large {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
}

.o-btn__blue {
    background-color: #178be3;
    padding-right: 15px
}

.o-btn__violet {
    padding: 10px;
    color: #f6f7fb;
    background-color: #8522c1
}

.c-page__container {
    display: flex;
    flex-direction: column
}

.c-page__content {
    width: -webkit-fill-available
}

.c-header {
    margin-bottom: 20px
}

.c-header__burger {
    background-color: #fff;
    border: 1.2px solid #fff;
    border-radius: 4px;
    padding: 7px;
    color: #d3d3d3;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    transition: .2s;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    right: 20px;
    width: 48px;
    height: 48px;
    z-index: 2
}

.c-header__burger:hover {
    border-color: #fff
}

.c-header__logo-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.c-header__nav-row {
    flex-direction: column;
    display: flex;
    gap: 20px
}

.c-header__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    justify-content: center
}

.c-header__buttons svg {
    margin-right: 10px
}

.c-header__title {
    display: none
}

.c-header__logotype {
    height: 45px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.c-header__leftbar {
    width: 100%
}

.c-header__title {
    font-family: "SHARKBOY & lavagirl";
    font-size: 35px;
    color: #1f6aed;
    text-align: center;
    position: relative
}

.c-header__main {
    width: 100%;
    display: flex;
    align-items: flex-end
}

.c-header__flex {
    height: unset
}

.c-header__badge {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #8e6cf0 0%, #6582fb 100%);
    box-shadow: 0 7px 13px #7977f640;
    transition: .25s ease;
    color: #fff;
    font-size: 20px
}

.c-header__badge:hover {
    translate: 0 -10px
}

.c-header__badge_rotate {
    transform: rotate(-90deg)
}

.c-header__badge__subname {
    color: #b9c3d2
}

.c-header__badge__name {
    color: #000
}

.c-header__badge__name_orange {
    color: #ed8e1f
}

.c-header__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    width: 50%
}

.c-header__games {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow-main)
}

.c-header__badge_gray {
    background-image: linear-gradient(0deg, #9da3b1 0%, #767a8f 100%);
    box-shadow: 0 7px 13px #9e9cae40
}

.c-header__badge_yellow {
    background-image: linear-gradient(0deg, #f0cc6c 0%, #e5a643 100%);
    box-shadow: 0 7px 13px #eab85740
}

.c-header__badge_violet {
    background-image: linear-gradient(0deg, #8e6cf0 0%, #6582fb 100%);
    box-shadow: 0 7px 13px #7977f640
}

.c-header__badge_blue {
    background-image: linear-gradient(0deg, #6ca1f0 0%, #65cffb 100%);
    box-shadow: 0 7px 13px #778cf640
}

.c-header__badge_purple {
    background-image: linear-gradient(0deg, #e26cf0 0%, #ae43e5 100%);
    box-shadow: 0 7px 13px #da68f240
}

.c-header__badge_red {
    background-image: linear-gradient(0deg, #f0856c 0%, #e55a43 100%);
    box-shadow: 0 7px 13px #ea675540
}

.c-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    margin-bottom: 15px;
    display: none
}

.c-header__nav svg {
    height: 15px;
    color: #b7c2d0
}

.c-header__nav-desctop a {
    margin-right: 35px;
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b
}

.c-header__nav-desctop a:hover {
    color: #2b2b2b99
}

.c-header__badges-desctop {
    display: flex
}

.c-header__badges-desctop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px
}

.c-header__badges-desctop__telegram {
    background-color: #218cf9
}

.c-header__badges-desctop__telegram:hover {
    opacity: .4;
    cursor: pointer
}

.c-header__badges-desctop__theme {
    border: 1px solid #dde3e9
}

.c-header__badges-desctop__theme:hover {
    opacity: .4;
    cursor: pointer
}

.c-header__badges-desctop__language {
    border: 1px solid #dde3e9
}

.c-header__badges-desctop__language:hover {
    opacity: .4;
    cursor: pointer
}

.c-header__badges-desctop__language-icon {
    display: block;
    width: 20px;
    height: 15px;
    overflow: hidden;
    border-radius: 500px
}

.c-aside {
    position: fixed;
    padding: 25px;
    left: 15px;
    top: 15px;
    width: 250px;
    flex-direction: column;
    align-items: unset;
    bottom: 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 7px 29px 0px #dee2f154;
    transition: 300ms;
    transition-timing-function: ease-in-out;
    opacity: 0;
    z-index: -1
}

.c-aside__logotype {
    height: 45px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-aside__close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #b1b7cd
}

.c-aside__close:hover {
    opacity: .7;
    cursor: pointer
}

.c-aside__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap
}

.c-aside__nav {
    display: flex;
    width: 100%;
    height: 45px
}

.c-aside__nav__support {
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b
}

.c-aside__nav__support:hover {
    color: #2b2b2b99
}

.c-aside__badges {
    display: flex
}

.c-aside__badges svg {
    height: 15px;
    color: #b7c2d0
}

.c-aside__badges a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px
}

.c-aside__badges__telegram {
    background-color: #218cf9
}

.c-aside__badges__telegram:hover {
    opacity: .3;
    cursor: pointer
}

.c-aside__badges__theme {
    border: 1px solid #dde3e9
}

.c-aside__badges__theme:hover {
    opacity: .3;
    cursor: pointer
}

.c-aside__badges__language {
    border: 1px solid #dde3e9
}

.c-aside__badges__language:hover {
    opacity: .3;
    cursor: pointer
}

.c-aside__badges__language-icon {
    display: block;
    width: 20px;
    height: 15px;
    overflow: hidden;
    border-radius: 500px
}

.is-aside-open {
    opacity: 1;
    z-index: 1000
}

.c-banner {
    background-image: url(../img/BannerImage.webp);
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: center;
    padding: 10px
}

.c-banner__content {
    flex-wrap: wrap;
    height: unset;
    padding-bottom: 25px;
    display: flex;
    justify-content: center
}

.c-banner__info-content {
    display: none;
    flex-direction: column
}

.c-banner__value {
    -o-object-fit: contain;
    object-fit: contain;
    width: 200px;
    height: 120px
}

.c-banner__numbers {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: -7px;
    color: #fff;
    text-shadow: 1px 1px 10px #000
}

.c-banner__timer-numbers {
    width: 25%;
    display: flex;
    padding: 5px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffffb3;
    font-size: 11px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1000px
}

.c-banner__timer-box {
    padding: 0 15px;
    width: 240px
}

.c-banner__timer-box-content {
    width: 100%;
    margin: 0 0 0 auto
}

.c-banner__timer-box-content__timer-text {
    display: flex;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    margin-bottom: -5px
}

.c-banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background: linear-gradient(180deg, #f6f7fb 0%, rgba(246, 247, 251, 0.8) 100%)
}

.c-banner__button:hover {
    background: #8522c1;
    color: #fff
}

.c-comment {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #6582fb;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px
}

.c-comment a:not([class]) {
    color: #fea;
    text-decoration: none
}

.c-comment a:not([class]):hover,
.c-comment a:not([class]):focus {
    text-decoration: underline
}

.c-comments {
    margin-bottom: 30px
}

.c-comment__name {
    width: 100%;
    text-align: left;
    font-size: 2rem
}

.c-comment__content {
    padding: 10px;
    display: inline-flex;
    text-align: left;
    width: 100%
}

.c-comment .o-btn__violet {
    margin-left: auto;
    background-image: linear-gradient(0deg, #8e6cf0 0%, #6582fb 100%)
}

.c-faq {
    margin-bottom: 30px
}

.c-faq a:not([class]) {
    color: #fea;
    text-decoration: none
}

.c-faq a:not([class]):hover,
.c-faq a:not([class]):focus {
    text-decoration: underline
}

.c-faq details[open] summary {
    border-radius: 4px 4px 0 0
}

.c-faq__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.c-faq__title {
    cursor: pointer;
    padding: 7px;
    padding-left: 30px;
    color: #fff;
    background-image: linear-gradient(0deg, #8e6cf0 0%, #6582fb 100%);
    font-weight: 600;
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    word-break: break-all;
    position: relative
}

.c-faq__title::-webkit-details-marker {
    display: none
}

.c-faq__title:before {
    content: "►";
    position: absolute;
    display: flex;
    left: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    color: #fff;
    width: 10px;
    height: 10px
}

.c-faq__content {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-top: 0;
    border-radius: 0 0 4px 4px
}

.c-text {
    margin-bottom: 25px
}

.c-text-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px
}

.c-text img {
    margin: auto
}

.c-text p {
    margin-bottom: 10px;
    font-size: 1.6rem
}

.c-text ul {
    padding-left: 25px;
    list-style-type: disc;
    font-size: 1.6rem;
    margin-bottom: 15px
}

.c-text ol {
    padding-left: 25px;
    list-style-type: decimal;
    font-size: 1.6rem;
    margin-bottom: 15px
}

.c-text a:not([class]) {
    color: #fea;
    text-decoration: none
}

.c-text a:not([class]):hover,
.c-text a:not([class]):focus {
    text-decoration: underline
}

.c-text .o-text-image_right {
    float: right;
    max-width: 40vw
}

.c-text .o-text-image_left {
    float: left;
    max-width: 40vw
}

.c-table-of-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    width: 100%;
    padding: 16px 40px;
    list-style: decimal;
    flex-direction: column
}

.c-table-of-content a:not([class]) {
    color: #6582fb;
    text-decoration: none;
    font-weight: bold
}

.c-table-of-content a:not([class]):hover,
.c-table-of-content a:not([class]):focus {
    text-decoration: underline
}

.c-table-of-content__wrapper {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-bottom: 40px
}

.c-table-of-content__item {
    width: 100%;
    margin-bottom: 10px
}

.c-table-of-content__item:nth-child(odd) {
    padding-right: 25px
}

.c-slot {
    overflow: hidden;
    position: relative;
    background-color: rgba(var(--bg-main), 1);
    box-shadow: 0 .25rem 2rem #00000017;
    border-radius: 10px;
    transition: .25s ease;
    cursor: pointer
}

.c-slot:hover {
    transform: scale(1.05)
}

.c-slots {
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 20px
}

.c-slots__title {
    width: 100%;
    display: block
}

.c-slot__icon {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden
}

.c-slot__icon::before {
    background: #ffab03;
    box-shadow: 0 8px 15px #1e1e1e80;
    border-radius: 8px;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    width: 100px;
    height: 40px;
    font-size: 16px;
    top: 0;
    margin: auto;
    font-weight: 600;
    color: #fff
}

.c-slot__image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    display: block
}

.c-slot__new {
    position: absolute;
    right: 15px;
    top: 10px;
    max-width: 40px;
    margin-left: auto;
    background: #ff5100;
    color: #000;
    padding: 0 6px;
    margin-bottom: 2px;
    line-height: 26px;
    font-size: 1.1rem;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.c-slot__name {
    font-weight: 800;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    z-index: 2
}

.c-slot:hover .c-slot__overflow {
    opacity: 1
}

.c-slot__overflow {
    opacity: 0;
    transition: .25s ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0000001a;
    z-index: 1
}

.c-slot__overflow:before {
    opacity: 0;
    transition: .25s ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0000001a;
    z-index: 1
}

.c-slot__overflow-demo {
    background: #ffab03;
    box-shadow: 0 8px 15px rgba(30, 30, 30, 0.5019607843);
    border-radius: 8px;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100px;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 16px;
    display: flex;
    top: 0;
    margin: auto;
    font-weight: 600;
    color: #fff;
    z-index: 1
}

@media screen and (min-width: 320px) {
    .c-slot {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width: 600px) {
    .c-slot {
        width: calc(33.3333333333% - 20px)
    }
}

@media screen and (min-width: 992px) {
    .c-slot {
        width: calc(20% - 20px)
    }
}

@media screen and (min-width: 1200px) {
    .c-slot {
        width: calc(16.6666666667% - 20px)
    }
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

table a:not([class]) {
    color: #fea;
    text-decoration: none
}

table a:not([class]):hover,
table a:not([class]):focus {
    text-decoration: underline
}

table th {
    background: #e9e9e9
}

table th,
table td {
    padding: 7px 10px;
    border: 1px solid #353535;
    min-width: 120px;
    text-align: center
}

.c-table__wrapper {
    margin-bottom: 15px;
    width: 100%;
    overflow-x: scroll
}

.c-table__wrapper::-webkit-scrollbar {
    display: none
}

.c-main h1,
.c-main h2,
.c-main h3,
.c-main h4,
.c-main h5,
.c-main h6 {
    margin-bottom: 10px;
    line-height: 1.2
}

.c-page__container {
    padding: 20px 40px;
    max-width: 1920px;
    margin: 0 auto
}

.c-footer {
    background-color: #fafbfd;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    text-align: center
}

.c-footer__info {
    padding: 15px
}

/*.c-footer__banner {
    display: none
}*/

.c-footer__chat {
    display: none
}

.c-footer__buttons {
    display: none
}

.c-footer__icons {
    display: flex;
    justify-content: center
}

.c-footer__license-logo {
    margin-left: 15px
}

.c-footer__links {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.c-footer__links__item {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    color: #2b2b2b;
    white-space: nowrap
}

.c-footer__links__item:hover {
    color: #b1b7cd
}

.c-footer__company__text {
    color: #b1b7cd;
    font-size: 12px;
    line-height: 8px
}

@media screen and (min-width: 350px) {
    .c-header__card {
        width: calc(25% - 5px);
        font-size: 12px
    }
}

@media screen and (min-width: 400px) {
    .c-header__title {
        display: flex
    }
    .c-banner__value {
        width: 100%;
        padding: 10px
    }
    .c-banner__timer-box {
        width: 390px
    }
}

@media screen and (min-width: 600px) {
    .c-banner__timer-box {
        order: 2;
        width: 50%
    }
    .c-banner__info-content {
        color: #fff;
        font-size: 14px;
        display: flex;
        order: 2;
        width: 50%
    }
    .c-banner__info-content__title {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 10px #000;
        line-height: 25px
    }
    .c-banner__info-content__description {
        color: #fff9
    }
}

@media screen and (min-width: 768px) {
    .c-table-of-content {
        flex-direction: row
    }
}

@media screen and (min-width: 900px) {
    .c-header__buttons {
        width: 350px
    }
    .c-header__nav-row {
        flex-direction: row
    }
    .c-header__games {
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%
    }
    .c-table-of-content__item {
        width: 50%
    }
}

@media screen and (min-width: 1030px) {
    .c-banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 73px #ffffff40;
        border-radius: 10px;
        height: 140px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 40px
    }
    .c-banner__content {
        flex-wrap: nowrap
    }
    .c-banner__info-content {
        padding-top: 25px
    }
    .c-banner__value {
        width: 530px;
        -o-object-fit: contain;
        object-fit: contain;
        order: 2
    }
    .c-banner__timer-box {
        max-width: 250px;
        margin: 0 0 0 auto;
        padding-top: 25px
    }
}

@media screen and (min-width: 1350px) {
    .c-header__nav {
        display: flex
    }
    .c-header__burger {
        display: none
    }
    .c-page__container {
        flex-direction: column;
        gap: 20px
    }
    .c-footer {
        min-width: 370px;
        display: flex;
        flex: 1 1 370px;
        flex-direction: column;
        background-color: unset
    }
    .c-footer__info {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px
    }
    .c-footer__buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        margin-bottom: 40px
    }
    .c-footer__icons {
        border-radius: 10px 10px 0 0
    }
    .c-footer__banner {
        margin: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .c-footer__banner__big-prize {
        width: 100%;
        background-color: #1f6aed;
        background-image: url(../img/prizebg.webp);
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        height: 90px;
        position: relative;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px
    }
    .c-footer__banner__info__title {
        color: #fffc;
        font-size: 15px
    }
    .c-footer__banner__info__subtitle {
        font-size: 23px;
        font-weight: 800
    }
    .c-footer__banner__badge {
        width: 100px;
        height: 50px;
        background-color: #fff;
        border-radius: 10px;
        color: #45433f;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        white-space: nowrap
    }
    .c-footer__banner__badge__description {
        font-size: 10px;
        font-weight: 700;
        margin-bottom: -5px
    }
    .c-footer__banner__badge__date {
        font-size: 18px;
        font-weight: 900
    }
    .c-footer__chat {
        border-radius: 10px;
        padding: 20px;
        transition: height .25s ease;
        overflow: hidden;
        height: 52px;
        margin-bottom: 20px;
        background-color: #fff
    }
    .c-footer__chat__header {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px
    }
    .c-footer__chat__title {
        font-weight: bolder;
        text-transform: uppercase
    }
    .c-footer__chat__hide {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        border: 1px solid #dbe1e7;
        border-radius: 50%;
        justify-content: center
    }
    .c-footer__chat__hide:hover {
        opacity: .7;
        cursor: pointer
    }
    .c-footer__chat__hide-icon {
        height: 15px;
        color: #b7c2d0
    }
    .c-footer__chat__online {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-weight: 600;
        color: #4ec03d;
        opacity: 1;
        transition: .25s ease
    }
    .c-footer__chat__online-icon {
        height: 18px;
        margin-right: 5px
    }
}