@font-face {
    font-family: Fredoka;
    src: url("../fonts/Fredoka-Regular.ttf");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: Fredoka;
    src: url("../fonts/Fredoka-SemiBold.ttf");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: Fredoka;
    src: url("../fonts/Fredoka-Bold.ttf");
    font-display: swap;
    font-weight: 700;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: "Fredoka", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    background: #f8f7f5;
}

ul,
ol,
li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    line-height: 1.25;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: 700;
}

a {
    display: inline-block;
    color: #6c6c6c;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #6c6c6c;
}

a:active {
    color: #6c6c6c;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

picture {
    display: block;
}

img {
    max-width: 100%;
}

svg {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb__item:last-child .breadcrumb__link {
    color: #858fa0;
}

.breadcrumb__item:last-child .breadcrumb__link:hover {
    color: #858fa0;
}

.breadcrumb__item + .breadcrumb__item::before {
    content: ">";
    display: block;
    margin: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}

.breadcrumb__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}

@media screen and (hover: hover) {
    .breadcrumb__link:hover {
        color: #54c80b;
    }
}


.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 0;
}

.header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 10.5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: #252a34;
    background: #e9e5dc;
    border: none;
    border-radius: 8px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.header__btn > svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    color: #252a34;
}

.header__btn > * + * {
    margin-left: 6px;
}

.header__btn:focus {
    outline: none;
}

.header__btn:hover {
    opacity: .7;
}

.header__btn--green {
    background: #ccebcc;
}

.header__btn + .header__btn {
    margin-left: 8px;
}

.footer {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .footer {
        margin-top: 40px;
    }
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 0;
}

@media screen and (max-width: 1023px) {
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 767px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.footer__logotype {
    display: block;
    overflow: hidden;
    min-width: 32px;
    width: 32px;
    height: 32px;
}

.footer__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .footer__logotype {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .footer__logotype + .footer__copyright,
    .footer__copyright + .footer__logotype {
        margin-left: 12px;
    }
}

@media screen and (max-width: 767px) {
    .footer__logotype + .footer__copyright,
    .footer__copyright + .footer__logotype {
        margin-top: 12px;
    }
}

.footer__copyright {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 1023px) {
    .footer__list {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .footer__item + .footer__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 12px;
    }

    .footer__item + .footer__item::before {
        content: "|";
        margin-right: 12px;
        font-size: 14px;
        font-weight: normal;
        color: #c8d0dc;
    }
}

@media screen and (max-width: 767px) {
    .footer__item + .footer__item {
        margin-top: 12px;
    }
}

.footer__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}

@media screen and (hover: hover) {
    .footer__link:hover {
        color: #2563eb;
    }
}

@media screen and (max-width: 767px) {
    .footer__link {
        text-align: center;
    }
}

.scroll-disabled {
    overflow: hidden;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.section-indent {
    margin-top: 30px;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .section-indent {
        margin-top: 25px;
        padding-top: 25px;
    }
}

.section-indent-sm {
    margin-top: 15px;
    padding-top: 15px;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin: 0 auto 40px;
    padding: 0 32px 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    background: #f5ecd1;
    -webkit-clip-path: polygon(12.108% 97.857%, 12.108% 97.857%, 10.704% 97.101%, 9.482% 96.202%, 8.422% 95.103%, 7.498% 93.748%, 6.688% 92.079%, 5.969% 90.04%, 5.317% 87.574%, 4.709% 84.623%, 4.122% 81.131%, 3.533% 77.041%, 3.533% 77.041%, 2.93% 72.176%, 2.373% 66.846%, 1.869% 61.174%, 1.425% 55.284%, 1.047% 49.298%, 0.743% 43.34%, 0.519% 37.533%, 0.383% 31.999%, 0.34% 26.862%, 0.399% 22.245%, 0.399% 22.245%, 0.465% 19.814%, 0.532% 17.809%, 0.606% 16.173%, 0.696% 14.847%, 0.808% 13.776%, 0.951% 12.9%, 1.13% 12.162%, 1.354% 11.505%, 1.63% 10.872%, 1.966% 10.204%, 1.966% 10.204%, 3.138% 8.592%, 4.809% 7.175%, 7.031% 5.94%, 9.857% 4.875%, 13.34% 3.967%, 17.533% 3.202%, 22.488% 2.569%, 28.257% 2.054%, 34.894% 1.644%, 42.45% 1.327%, 42.45% 1.327%, 48.741% 1.178%, 54.495% 1.163%, 59.781% 1.29%, 64.666% 1.563%, 69.217% 1.99%, 73.5% 2.576%, 77.585% 3.327%, 81.538% 4.249%, 85.426% 5.349%, 89.316% 6.633%, 89.316% 6.633%, 91.136% 7.356%, 92.712% 8.135%, 94.062% 8.993%, 95.206% 9.955%, 96.161% 11.046%, 96.947% 12.29%, 97.583% 13.711%, 98.087% 15.335%, 98.478% 17.185%, 98.775% 19.286%, 98.775% 19.286%, 98.941% 21.545%, 99.111% 25.433%, 99.276% 30.563%, 99.43% 36.551%, 99.566% 43.01%, 99.675% 49.555%, 99.753% 55.8%, 99.79% 61.359%, 99.78% 65.847%, 99.715% 68.878%, 99.715% 68.878%, 99.608% 71.107%, 99.468% 72.936%, 99.26% 74.423%, 98.946% 75.627%, 98.49% 76.607%, 97.857% 77.422%, 97.009% 78.13%, 95.912% 78.791%, 94.527% 79.463%, 92.821% 80.204%, 92.821% 80.204%, 87.133% 82.553%, 81.336% 84.813%, 75.478% 86.971%, 69.611% 89.011%, 63.786% 90.918%, 58.051% 92.679%, 52.459% 94.278%, 47.059% 95.701%, 41.901% 96.933%, 37.037% 97.959%, 37.037% 97.959%, 34.884% 98.287%, 32.295% 98.536%, 29.403% 98.709%, 26.346% 98.805%, 23.259% 98.827%, 20.276% 98.775%, 17.534% 98.651%, 15.169% 98.456%, 13.315% 98.191%, 12.108% 97.857%);
    clip-path: polygon(12.108% 97.857%, 12.108% 97.857%, 10.704% 97.101%, 9.482% 96.202%, 8.422% 95.103%, 7.498% 93.748%, 6.688% 92.079%, 5.969% 90.04%, 5.317% 87.574%, 4.709% 84.623%, 4.122% 81.131%, 3.533% 77.041%, 3.533% 77.041%, 2.93% 72.176%, 2.373% 66.846%, 1.869% 61.174%, 1.425% 55.284%, 1.047% 49.298%, 0.743% 43.34%, 0.519% 37.533%, 0.383% 31.999%, 0.34% 26.862%, 0.399% 22.245%, 0.399% 22.245%, 0.465% 19.814%, 0.532% 17.809%, 0.606% 16.173%, 0.696% 14.847%, 0.808% 13.776%, 0.951% 12.9%, 1.13% 12.162%, 1.354% 11.505%, 1.63% 10.872%, 1.966% 10.204%, 1.966% 10.204%, 3.138% 8.592%, 4.809% 7.175%, 7.031% 5.94%, 9.857% 4.875%, 13.34% 3.967%, 17.533% 3.202%, 22.488% 2.569%, 28.257% 2.054%, 34.894% 1.644%, 42.45% 1.327%, 42.45% 1.327%, 48.741% 1.178%, 54.495% 1.163%, 59.781% 1.29%, 64.666% 1.563%, 69.217% 1.99%, 73.5% 2.576%, 77.585% 3.327%, 81.538% 4.249%, 85.426% 5.349%, 89.316% 6.633%, 89.316% 6.633%, 91.136% 7.356%, 92.712% 8.135%, 94.062% 8.993%, 95.206% 9.955%, 96.161% 11.046%, 96.947% 12.29%, 97.583% 13.711%, 98.087% 15.335%, 98.478% 17.185%, 98.775% 19.286%, 98.775% 19.286%, 98.941% 21.545%, 99.111% 25.433%, 99.276% 30.563%, 99.43% 36.551%, 99.566% 43.01%, 99.675% 49.555%, 99.753% 55.8%, 99.79% 61.359%, 99.78% 65.847%, 99.715% 68.878%, 99.715% 68.878%, 99.608% 71.107%, 99.468% 72.936%, 99.26% 74.423%, 98.946% 75.627%, 98.49% 76.607%, 97.857% 77.422%, 97.009% 78.13%, 95.912% 78.791%, 94.527% 79.463%, 92.821% 80.204%, 92.821% 80.204%, 87.133% 82.553%, 81.336% 84.813%, 75.478% 86.971%, 69.611% 89.011%, 63.786% 90.918%, 58.051% 92.679%, 52.459% 94.278%, 47.059% 95.701%, 41.901% 96.933%, 37.037% 97.959%, 37.037% 97.959%, 34.884% 98.287%, 32.295% 98.536%, 29.403% 98.709%, 26.346% 98.805%, 23.259% 98.827%, 20.276% 98.775%, 17.534% 98.651%, 15.169% 98.456%, 13.315% 98.191%, 12.108% 97.857%);
}

.section-heading__title {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
    color: #2563eb;
}

@media screen and (max-width: 767px) {
    .section-heading__title {
        font-size: 28px;
    }
}

.section-heading__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #ebe7e0;
}

.section-inner__breadcrumb {
    margin: 0 auto;
    padding: 30px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.section-inner__head {
    margin-bottom: 30px;
}

.content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #6c6c6c;
}

.content > * {
    margin-bottom: 26px;
}

.content > *:last-child {
    margin-bottom: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 6px;
    font-weight: bold;
}

.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
    margin-top: 6px;
}

.content h1 {
    font-size: 36px;
}

.content h2 {
    font-size: 24px;
}

.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 18px;
}

.content i {
    color: #6e7786;
}

.content a:not([class]) {
    display: inline;
    text-decoration: underline;
    color: #54c80b;
}

.content a:not([class]):hover {
    text-decoration: none;
    color: #54c80b;
}

.content ul:not([class]) > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content ul:not([class]) > li::before {
    content: "";
    display: block;
    margin-top: 6px;
    margin-right: 12px;
    min-width: 8px;
    width: 8px;
    height: 8px;
    background: #6c6c6c;
    border-radius: 50%;
}

.content ul:not([class]) > li:not([class]) + li:not([class]) {
    margin-top: 8px;
}

.content .float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .content .float-right {
        width: 300px;
        height: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .content .float-right {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .content .float-right {
        width: 115px;
        height: 115px;
    }
}

@media screen and (min-width: 1024px) {
    .content .float-left {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .content .float-left {
        width: 150px;
        height: 150px;
    }
}

.game {
    position: relative;
    z-index: 1;
    min-height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: var(--bg2);
    overflow: hidden;
}

.game-locked::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(5, 19, 40, 0.1);
}

.game.preview-hidden::before {
    opacity: 0;
    pointer-events: none;
}

.game.preview-hidden .game__preview {
    display: none;
}

.game__preview {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 402px;
    width: 100%;
    padding: 45px 35px;
    text-align: center;
    background: rgba(5, 19, 40, 0.5);
    border-radius: 30px;
}

.game__preview.is--hidden {
    display: none;
}

@media screen and (max-width: 575px) {
    .game__preview {
        max-width: 85%;
    }
}

.game__title {
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .game__title {
        font-size: 45px;
    }
}

.game__btn {
    display: block;
    margin: 20px auto 0;
    padding: 12px;
    min-width: 134px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6dc238;
    border: none;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0px 5px 0px #59a828);
    filter: drop-shadow(0px 5px 0px #59a828);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-animation: crunch 500ms infinite ease;
    animation: crunch 500ms infinite ease;
}

.game__btn:focus {
    outline: none;
}

.game__help {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    color: #d4dcec;
}

@media screen and (max-width: 575px) {
    .game__help {
        font-size: 14px;
    }
}

.description__wrapper {
    padding-bottom: 45px;
    background: #fff;
    border-radius: 32px;
    position: relative;
    flex: 1;
}

@media screen and (min-width: 1024px) {
    .description__wrapper {

    }
}

@media screen and (max-width: 1023px) {
    .description__wrapper {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .description__wrapper {
        /*padding: 32px;*/
    }
}

@media screen and (max-width: 767px) {
    .description__wrapper {
        padding: 24px;
    }
}

.description__img {
    display: block;
    overflow: hidden;
    min-width: 160px;
    width: 160px;
    height: 160px;
    border-radius: 16px;
    float: left;
    margin: 12px 16px 8px 0;
}

.description__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1023px) {
    .description__img {
        float: left;
        margin-right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .description__img {
        min-width: 130px;
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width: 767px) {
    .description__img {
        min-width: 95px;
        width: 95px;
        height: 95px;
    }
}

.description__img + .description__body {
    /*max-width: calc(100% - 160px - 42px);*/
}

@media screen and (max-width: 1023px) {
    .description__img + .description__body {
        margin-left: 0;
        max-width: none;
    }
}

.description__body {
    width: 100%;
    color: #6c6c6c;
    font-size: 16px;
    line-height: 1.5;
}

.page-description {
    background: #fff;
    padding: 24px;
    margin: 24px 0;
    border-radius: 16px;
}

.description__body h1:not([class]),
.page-description h1:not([class]) {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2563eb
}
.description__body img:not([class]){
	    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
.description__body h2:not([class]),
.page-description h2:not([class]) {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2563eb
}

.description__body h3:not([class]), .description__body h4:not([class]), .description__body h5:not([class]),
.page-description h3:not([class]), .page-description h4:not([class]), .page-description h5:not([class]) {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #2563eb
}

.description__body p:not([class]),
.page-description p:not([class]) {
    margin-bottom: 10px;
}

.description__body ul:not([class]), .description__body ol:not([class]),
.page-description ul:not([class]), .page-description ol:not([class]) {
    padding-left: 24px;
    list-style: disc;
    margin: 0 0 12px;
}

.description__body ul:not([class]) li, .description__body ol:not([class]) li,
.page-description ul:not([class]) li, .page-description ol:not([class]) li {
    list-style: disc;
    margin: 0 0 6px;
    display: list-item;
}

.description__body a:not([class]),
.page-description a:not([class]) {
    color: #2563eb;
    text-decoration: underline;
}

.description__body a:not([class]):hover,
.page-description a:not([class]):hover {
    color: #2563eb;
}

.show_content {
    position: absolute;
    /*max-width: calc(100% - 80px);*/
    width: 100%;
    bottom: 16px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
    background: linear-gradient(0deg, #ffffff 50%, transparent);
    height: 50px;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: 0 0;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 14px;
    width: fit-content;
    cursor: pointer;
    font-family: inherit;
    gap: 12px;
    padding: 6px 12px;
}

.description__body
.description__title {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #2563eb;
}

@media screen and (max-width: 767px) {
    .description__title {
        font-size: 26px;
    }
}

.description__description {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #435168;
}

@media screen and (max-width: 767px) {
    .description__description {
        margin-top: 14px;
        font-size: 16px;
    }
}

.description__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: -6px;
}

@media screen and (max-width: 767px) {
    .description__list {
        margin-top: 14px;
    }
}

.description__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}

.description__list-item:not(:last-child)::after {
    content: "|";
    display: block;
    margin: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    color: #b3bed0;
}

@media screen and (max-width: 767px) {
    .description__list-item:not(:last-child)::after {
        font-size: 14px;
    }
}

.description__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.description__link:hover {
    color: #000;
}

@media screen and (hover: hover) {
    .description__link:hover {
        color: #54c80b;
    }
}

@media screen and (max-width: 767px) {
    .description__link {
        font-size: 18px;
    }
}

.how-to__wrapper {
    counter-reset: how-to-counter;
}

.how-to__item {
    position: relative;
    z-index: 1;
    width: 50%;
}

.how-to__item::before {
    content: "";
    counter-increment: how-to-counter;
    content: counter(how-to-counter);
    position: absolute;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 54px;
    width: 54px;
    height: 51px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6dc238;
    border-radius: 20px;
    border-bottom: 4px solid #59a828;
}

.how-to__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 66px;
    z-index: 1;
    display: block;
    height: calc(100% - 51px - 12px - 10px);
    border-left: 3px dashed #dfd9cd;
}

@media screen and (min-width: 768px) {
    .how-to__item:nth-child(odd)::before {
        right: -27px;
    }

    .how-to__item:nth-child(odd)::after {
        right: -2px;
    }

    .how-to__item:nth-child(odd) .how-to__title {
        margin-left: auto;
        text-align: right;
    }

    .how-to__item:nth-child(odd) .how-to__description {
        text-align: right;
    }

    .how-to__item:nth-child(even) {
        margin-left: auto;
    }

    .how-to__item:nth-child(even)::before {
        left: -26px;
    }

    .how-to__item:nth-child(even)::after {
        left: -2px;
    }

    .how-to__item:nth-child(even) .how-to__elem {
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .how-to__item {
        padding-left: 60px;
        width: 100%;
    }

    .how-to__item::before {
        left: 0;
        min-width: 44px;
        width: 44px;
        height: 41px;
        font-size: 26px;
        border-radius: 15px;
    }

    .how-to__item::after {
        left: 20px;
    }

    .how-to__item:not(:last-child)::after {
        height: calc(100% - 51px - 12px - 4px);
    }
}

.how-to__item + .how-to__item {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .how-to__item + .how-to__item {
        margin-top: 20px;
    }
}

.how-to__elem {
    max-width: 440px;
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .how-to__elem {
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .how-to__elem {
        max-width: none;
    }
}

.how-to__title {
    display: block;
    margin-bottom: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    color: #252a34;
}

@media screen and (max-width: 767px) {
    .how-to__title {
        font-size: 20px;
    }
}

.how-to__content {
    display: block;
    padding: 24px 20px;
    background: #eeebe3;
    border-radius: 15px;
}

@media screen and (max-width: 767px) {
    .how-to__content {
        padding: 16px;
    }
}

.how-to__description {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
}

@media screen and (max-width: 767px) {
    .how-to__description {
        font-size: 16px;
    }
}

.how-to__img {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: auto;
}

.how-to__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px
}

.faq__item + .faq__item {
    margin-top: 24px;
}

.accordeon {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.accordeon.is--open .accordeon__trigger::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.accordeon__trigger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    padding: 24px 64px 24px 24px;
    font-size: 22px;
    font-weight: bold;
    color: #252a34;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.accordeon__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    min-width: 27px;
    width: 27px;
    height: 19px;
    background-image: url(../img/sprite.svg#icon-caret);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

@media screen and (max-width: 767px) {
    .accordeon__trigger {
        font-size: 20px;
    }
}

.accordeon__wrapper {
    display: none;
    padding: 0 24px 24px;
}

.accordeon__content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #435168;
}

.accordeon__content ul li {
    position: relative;
    z-index: 1;
    padding-left: 21px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.75;
    color: #435168;
}

.accordeon__content ul li::before {
    content: "";
    position: absolute;
    top: 10.5px;
    left: 0;
    z-index: 1;
    display: block;
    width: 11px;
    height: 11px;
    background: #435168;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .accordeon__content {
        font-size: 16px;
    }

    .accordeon__content ul li {
        font-size: 16px;
    }

    .accordeon__content ul li::before {
        top: 9px;
        width: 10px;
        height: 10px;
    }
}

.select-lang__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
    .select-lang__item {
        width: calc(25% - 16.5px);
    }

    .select-lang__item:nth-child(4n),
    .select-lang__item:nth-child(4n-1),
    .select-lang__item:nth-child(4n-2) {
        margin-left: 22px;
    }

    .select-lang__item:nth-child(n + 5) {
        margin-top: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .select-lang__item {
        width: calc(50% - 11px);
    }

    .select-lang__item:nth-child(2n) {
        margin-left: 22px;
    }

    .select-lang__item:nth-child(n + 3) {
        margin-top: 22px;
    }
}

@media screen and (max-width: 767px) {
    .select-lang__item {
        width: 100%;
    }

    .select-lang__item:nth-child(n + 2) {
        margin-top: 22px;
    }
}

.select-lang__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 12px 18px;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #252a34;
    background: #e2f0ed;
    border: none;
    border-radius: 15px;
    border-bottom: 4px solid #c9deda;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.select-lang__btn > img {
    display: block;
    min-width: 32px;
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
}

.select-lang__btn > * + * {
    margin-left: 12px;
}

.select-lang__btn:focus {
    outline: none;
}

.select-lang__btn.is--active {
    font-weight: bold;
    background: #d1f1ea;
    border-bottom: 4px solid #b9dfd7;
}

@media screen and (hover: hover) {
    .select-lang__btn:hover {
        background: #d1f1ea;
        border-bottom: 4px solid #b9dfd7;
    }
}

.select-mode__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
    .select-mode__item {
        width: calc(25% - 16.5px);
    }

    .select-mode__item:nth-child(4n),
    .select-mode__item:nth-child(4n-1),
    .select-mode__item:nth-child(4n-2) {
        margin-left: 22px;
    }

    .select-mode__item:nth-child(n + 5) {
        margin-top: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .select-mode__item {
        width: calc(50% - 11px);
    }

    .select-mode__item:nth-child(2n) {
        margin-left: 22px;
    }

    .select-mode__item:nth-child(n + 3) {
        margin-top: 22px;
    }
}

@media screen and (max-width: 767px) {
    .select-mode__item {
        width: 100%;
    }

    .select-mode__item:nth-child(n + 2) {
        margin-top: 22px;
    }

    .select-lang__btn {
        font-size: 18px;
    }
}

.select-mode__btn {
    display: block;
    padding: 15.5px 10px;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #252a34;
    background: #edefdd;
    border: none;
    border-radius: 15px;
    border-bottom: 4px solid #dde0c5;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.select-mode__btn:focus {
    outline: none;
}

.select-mode__btn.is--active {
    font-weight: bold;
    background: #e9edc7;
    border-bottom: 4px solid #d4d9ae;
}

@media screen and (hover: hover) {
    .select-mode__btn:hover {
        background: #e9edc7;
        border-bottom: 4px solid #d4d9ae;
    }
}

.select-mode__play {
    display: block;
    margin: 22px auto 0;
    padding: 21.5px 20px;
    min-width: 194px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: normal;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6dc238;
    border: none;
    border-radius: 15px;
    border-bottom: 4px solid #59a828;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.select-mode__play:focus {
    outline: none;
}

.select-mode__play:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .select-mode__play {
        width: 100%;
    }

    .select-mode__btn {
        font-size: 18px;
    }
}

.other-games__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.other-games__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 122px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 8px;
}

@media screen and (hover: hover) {
    .other-games__item:hover .other-games__img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .other-games__item:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
}

@media screen and (min-width: 1024px) {
    .other-games__item {
        width: calc(33.333333333% - 12px);
    }

    .other-games__item:nth-child(3n),
    .other-games__item:nth-child(3n-1) {
        margin-left: 18px;
    }

    .other-games__item:nth-child(n + 4) {
        margin-top: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .other-games__item {
        width: calc(50% - 9px);
    }

    .other-games__item:nth-child(2n) {
        margin-left: 18px;
    }

    .other-games__item:nth-child(n + 3) {
        margin-top: 18px;
    }
}

@media screen and (max-width: 767px) {
    .other-games__item {
        width: 100%;
    }

    .other-games__item:nth-child(n + 2) {
        margin-top: 18px;
    }
}

.other-games__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-width: 120px;
    width: 120px;
    border-radius: 16px;
    height: 100%;
}

.other-games__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.other-games__img + .other-games__body {
    max-width: calc(100% - 120px);
}

.other-games__body {
    padding: 16px;
    width: 100%;
}

.other-games__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    color: #252a34;
}

.other-games__description {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #6c6c6c;
}

.features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features__item {
    display: block;
    overflow: hidden;
    padding: 20px 25px;
    background: #f0ebe2;
    border-radius: 15px;
}

@media screen and (min-width: 1024px) {
    .features__item {
        width: calc(33.333333333% - 14.6666666667px);
    }

    .features__item:nth-child(3n),
    .features__item:nth-child(3n-1) {
        margin-left: 22px;
    }

    .features__item:nth-child(n + 4) {
        margin-top: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .features__item {
        width: calc(50% - 11px);
    }

    .features__item:nth-child(2n) {
        margin-left: 22px;
    }

    .features__item:nth-child(n + 3) {
        margin-top: 22px;
    }
}

@media screen and (max-width: 767px) {
    .features__item {
        width: 100%;
    }

    .features__item:nth-child(n + 2) {
        margin-top: 22px;
    }
}

.features__img {
    display: block;
    overflow: hidden;
    margin: 0 auto 14px;
    min-width: 68px;
    width: 68px;
    height: 68px;
}

.features__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.features__body {
    text-align: center;
}

.features__title {
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: bold;
    color: #252a34;
}

.features__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 86px;
    height: 1px;
    background: #b3afa9;
}

.features__description {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #6c6c6c;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    .features__title {
        font-size: 20px;
    }

    .features__description {
        font-size: 16px;
    }
}

.rating__select {
    margin: 0 auto 4px;
}

.rating__group {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.rating__value {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #252a34;
}

.rating__help {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    font-weight: normal;
    color: #8d8577;
}

.rating-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.rating-select__input {
    display: none;
}

.rating-select__input:hover ~ .rating-select__label::before {
    opacity: 0;
}

.rating-select__input:hover ~ .rating-select__label::after {
    opacity: 1;
}

.rating-select__input:checked ~ .rating-select__label::before {
    opacity: 0;
}

.rating-select__input:checked ~ .rating-select__label::after {
    opacity: 1;
}

.rating-select__label {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 0 5px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.rating-select__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-image: url(../img/sprite.svg#icon-star);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.rating-select__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url(../img/sprite.svg#icon-star-filled);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.not-found__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
    min-height: calc(100dvh - 84px - 70px);
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .not-found__wrap {
        min-height: calc(100dvh - 124px - 70px);
    }
}

@media screen and (max-width: 767px) {
    .not-found__wrap {
        min-height: calc(100dvh - 252px - 40px);
    }
}

.not-found__heading {
    margin-bottom: 12px;
    font-size: 300px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    -webkit-filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.07));
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .not-found__heading {
        font-size: 280px;
    }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
    .not-found__heading {
        font-size: 150px;
    }
}

@media screen and (max-width: 374px) {
    .not-found__heading {
        font-size: 130px;
    }
}

.not-found__head {
    margin-bottom: 22px;
}

.not-found__btn {
    display: block;
    margin: 22px auto 0;
    padding: 17px 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #6dc238;
    border: none;
    border-radius: 20px;
    border-bottom: 4px solid #59a828;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.not-found__btn:focus {
    outline: none;
}

.not-found__btn:hover {
    color: #fff;
    background: #7cd148;
    border-bottom: 4px solid #67ba33;
}

@media screen and (max-width: 767px) {
    .not-found__btn {
        padding: 15px 22px;
        font-size: 16px;
    }
}

@-webkit-keyframes crunch {
    0% {
        -webkit-transform: rotate(-2deg) scale(0.98);
        transform: rotate(-2deg) scale(0.98);
    }
    50% {
        -webkit-transform: rotate(2deg) scale(1.02);
        transform: rotate(2deg) scale(1.02);
    }
    100% {
        -webkit-transform: rotate(-2deg) scale(1);
        transform: rotate(-2deg) scale(1);
    }
}

@keyframes crunch {
    0% {
        -webkit-transform: rotate(-2deg) scale(0.98);
        transform: rotate(-2deg) scale(0.98);
    }
    50% {
        -webkit-transform: rotate(2deg) scale(1.02);
        transform: rotate(2deg) scale(1.02);
    }
    100% {
        -webkit-transform: rotate(-2deg) scale(1);
        transform: rotate(-2deg) scale(1);
    }
}

.logo img {
    max-width: 80px
}

.menu-item {
    color: #fff;
    font-size: 18px;
    padding: 5px 10px
}

.menu-item:hover {
    color: var(--high-color)
}

#results {
    z-index: 1005;
    display: none;
    position: absolute;
    width: 100%;
    top: 44px;
    right: -5px;
    background: #fff
}

.result {
    background: #fff
}

.text-icon i {
    font-size: 24px;
    margin-right: 8px
}

.result a {
    font-size: 11px;
    display: block;
    padding: 4px;
    line-height: 16px;
    color: #002b50;
    overflow: hidden;
    box-shadow: rgb(9 30 66/7%) 0 4px 8px, rgb(9 30 66/7%) 0 0 2px
}

.result a:hover {
    background: #009cff;
    color: #fff;
    text-decoration: none
}

.result img {
    float: left;
    width: 60px;
    height: 40px;
    margin: 0 5px 0 1px;
    object-fit: cover
}


#slider {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.game-item-hot {
    margin-right: 12px
}

.owl-stage-outer::before {
    left: -8px;
    background: linear-gradient(90deg, #131111 30%, #0C99D500 100%)
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 32px
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    background: 0 0 !important;
    border: none !important;
    z-index: 1;
    opacity: .75;
    color: #000;
    height: 100%
}

.main-content .owl-theme .custom-nav .owl-prev:focus, .main-content .owl-theme .custom-nav .owl-next:focus {
    border: 0 !important;
    outline: 0 !important
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#slider .owl-stage-outer::after, #slider .owl-stage-outer::before {
    content: "";
    top: 0;
    right: -8px;
    background: linear-gradient(270deg, #f0f1f3 25%, #0C99D500 100%);
    max-width: 65px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

#slider .owl-stage-outer::before {
    left: -8px;
    background: linear-gradient(90deg, #f0f1f3 30%, #0C99D500 100%)
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: #27b0f1 !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%)
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: #27b0f1 !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%)
}

.sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0/0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.sweep-to-right:hover {
    color: #fff
}

.sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #42dbca;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.sweep-to-right:hover:before {
    transform: scaleX(1)
}

.btn_up {
    background: 0 0;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: transform .5s cubic-bezier(.51, .92, .24, 1.15);
    transform: translateX(120px);
    z-index: 9999
}

.btn_up.show {
    transform: translateX(0)
}

.btn_up span {
    background: linear-gradient(0deg, #2563eb 10.2%, #1255e8 89.98%);
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: all .5s cubic-bezier(.51, .92, .24, 1.15)
}

.btn_up.show span {
    animation: gelatine 2.5s infinite
}

.btn_up.show span:before {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@keyframes gelatine {
    from, to {
        transform: scale(1, 1)
    }
    20%, 50%, 80%, 100% {
        transform: translateY(0)
    }
    25% {
        transform: scale(.9, 1.1)
    }
    40% {
        transform: translateY(-30px)
    }
    50% {
        transform: scale(1.1, .9)
    }
    60% {
        transform: translateY(-15px)
    }
}

.more-game {
    margin: 12px auto;
    background: #3b82f6;
    box-shadow: 0 5px 6px 0 rgb(0 0 0/29%);
    padding: 8px 16px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: .3s;
    color: #fff !important;
    text-decoration: none !important
}

.more-game:hover {
    transform: scale(1.1);
    background: #2563eb;
}

.game_content p {
    margin: 0 0 10px;
    font-size: 16px
}

.game_content div.content a {
    font-weight: 500
}

html[data-theme=dark] .game_content div.content a {
    color: var(--theme-color)
}

.teaser__body h1 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 700
}

.game_content h2 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #2563eb;
    text-transform: uppercase
}

.game_content h2, .game_content h3, .game_content h4 {
    font-weight: 700
}

.game_content h3, .game_content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2563eb
}

.game_content ul, .game_content ol {
    padding-left: 24px;
    margin: 0 0 10px;
}

.game_content ul li, .game_content ol li {
    list-style: disc;
    margin: 0 0 6px;
}

.game_content ul li:last-child, .game_content ol li:last-child {
    margin: 0
}

.GameSectionPlay, .game_area_second {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 12px auto
}

.game_area_second {
    gap: 12px
}

.game_area_second .game_content {
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%
}

.game_area_second .comment-area {
    flex: 0 0 calc(100% - 70% - 24px);
    max-width: calc(100% - 70% - 24px);
    width: 100%
}

.GameSectionPlay .iframe-container {
    margin-right: 12px;
    display: flex;
    flex: 0 0 calc(100% - 312px);
    max-width: calc(100% - 312px);
    flex-direction: column
}

.game_content, .post-content {
    box-sizing: border-box;
    position: relative
}

.flex-right {
    display: inline-block;
    width: 300px
}

.ads300x600 {
    width: 300px;
    height: 600px
}


.sidebar-game-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px
}

.tag-game {
    background: #001f47;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    transition: all .15s ease-in-out
}

.tag-game:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-4px)
}

.title-page {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 700
}

.title-icon i {
    font-size: 24px;
    margin-right: 8px;
    background: var(--bs-gray-200);
    line-height: 45px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center
}

.icon-search i {
    color: #fff;
    font-size: 18px
}

.categories ul li.active a {
    background: #001f47
}

.categories ul li.active h2 {
    color: #fff !important
}

.categories ul li.active a:hover > .text {
    background-color: transparent;
    color: #fff
}

.typeahead__query input {
    max-width: 300px;
    margin-left: auto
}

.menu_item {
    color: #fff;
    margin-right: 12px
}

.menu_item:hover {
    color: #fff
}

.menu_sidebar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 12px 0;
    border-bottom: 1px solid #00000054;
    display: none
}

.menu_sidebar_item {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 3px 6px;
    border-radius: 8px;
    width: 100%
}

.menu_sidebar_item:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #fff
}

.text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#main {
    min-height: 100vh
}

.game-selection-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 12px;
    margin: 0 auto
}

.game-selection-content .game_content {
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%;
    background: #fff;
    padding: 12px;
    word-break: break-word;
    border-radius: 12px;
    box-shadow: 0 3px 3px 3px rgb(0 0 0/5%)
}

.game-selection-content .game_comment {
    flex: 0 0 calc(100% - 70% - 12px);
    max-width: calc(100% - 70% - 12px);
    width: 100%
}

html[data-theme=dark] .game-selection-content .game_content {
    background: #1b1d22
}

html[data-theme=dark] .footer-link {
    color: #fff
}

.footer-link:hover {
    color: var(--theme-color)
}

.count {
    background-color: #d95652;
    border-radius: 50%;
    height: 16px;
    position: absolute;
    width: 16px;
    text-align: center;
    top: -4px;
    right: -4px;
    font-size: 12px;
    color: #fff;
    line-height: 16px
}

.favorite-link a:hover .count_num .count {
    color: #fff
}

.ads_300x600 {
    width: 100%;
    min-height: 90px;
    height: auto
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #2a4dfe;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

@media (max-width: 1369px) {
    .SingleGame_rightSidebar__NNgOg .GameCard_container__Mx9pI:nth-child(n+10) {
        display: none;
    }

    .SingleGame_rightSidebarBigBanner__kGmZL {
        grid-row: 3/span 6
    }
}

@media (max-width: 1200px) {
    .game-selection-content .game_content, .game-selection-content .game_comment {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SingleGame_gameContainer__GOLPG {
        max-width: calc(100% - 184px)
    }
}

@media (max-width: 1100px) {
    .SingleGame_gameContainer__GOLPG {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {

    .SingleGame_gameContainer__GOLPG {
        max-width: 100%;
    }

    .LandingTemplate_container__t7dEJ.open {
        padding: 0 24px;
    }
}

@media (max-width: 992px) {
    .typeahead__query input {
        max-width: unset;
        margin-left: unset
    }

    .menu_header {
        display: none
    }

    .menu_sidebar {
        display: flex
    }

    .SingleGame_gameContainer__GOLPG {
        max-width: 100%
    }
}

.page-text {
    color: var(--primary-text)
}

.page-text p {
    margin: 0 0 10px;
}

.page-text a {
    color: var(--high-color)
}

.page-text h2 {
    color: var(--high-color);
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.page-text h3, .page-text h4 {
    font-size: 20px;
    margin: 0 0 10px;
    color: var(--high-color)
}

.page-text ul, .page-text ol {
    padding-left: 24px
}

.page-text ul li, .page-text ol li {
    list-style: disc;
    margin: 0 0 10px;
    font-size: 16px;
}

.ThemeSwitcher_active__tEOA_ .svg-icon {
    color: #ffffff;
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.header {
    position: relative;
    background: linear-gradient(170deg, #2563eb, #163a89);
    z-index: 100;
    padding: 8px 0;
    box-shadow: 0px 6px 20px #0000008f;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.header__logo {
    /*max-width: 100px;
    width: 100%;*/
    height: 30px
}

.header__logo img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
}

.search-header {

}

.search-header__input {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-header__input .input {
    height: 2.1875rem;
    border: .0625rem solid #e0e0e0;
    border-radius: .3125rem 0 0 .3125rem;
    background-color: #fff;
    padding: .5rem 3.4375rem .5rem .75rem
}

.search-header__input .input::-webkit-input-placeholder {
    color: #343434
}

.search-header__input .input::-moz-placeholder {
    color: #343434
}

.search-header__input .input:-ms-input-placeholder {
    color: #343434
}

.search-header__input .input::-ms-input-placeholder {
    color: #343434
}

.search-header__input .input::placeholder {
    color: #343434
}

.search-header__input .input:focus {
    border-color: rgb(21 56 217 / 37%)
}

.search-header__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2563eb;
    z-index: 2;
    height: 2.1875rem;
    border-radius: 0 .3125rem .3125rem 0;
    width: 3.125rem;
    color: #fff;
    font-size: .9375rem;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    border: 0;
    outline: 0;
}

.search-header__button:focus {
    background-color: #0069cb;
    color: #fff;
}

.menu {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    width: 100%;
}

.menu__link {
    font-size: 1rem;
    line-height: 1.375;
    border-radius: .3125rem;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.menu__link img {
    height: 1.125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    max-width: 100%
}

.icon-menu {
    display: none
}

.icon-menu-close {
    position: fixed;
    z-index: 1000;
    left: 18.2rem;
    top: 55px;
    width: 35px;
    height: 35px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #3c4858;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 0 8px 8px 0;
}

.menu__link:hover {
    color: #2563eb;
}

@media (max-width: 61.99875em) {
    body::after {
        content: "";
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        -webkit-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        opacity: 0;
        visibility: hidden;
    }

    .menu-open .header {
        background-color: #0076e3;
        border-color: #0076e3
    }

    .header__body {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-column-gap: .9375rem;
        -moz-column-gap: .9375rem;
        column-gap: .9375rem
    }

    .search-header {
        padding: 1.25rem;
        order: 1;
    }

    .search-header__input .input {
        font-size: 1.125rem;
        height: 3rem;
        padding: 0 .3125rem 0 .9375rem
    }

    .search-header__button {
        font-size: 1.3125rem;
        width: 3rem;
        height: 3rem;
        background-color: #fff;
        color: #0069cb;
        border: .0625rem solid #e0e0e0;
        border-left: 0
    }

    .menu__body {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 18.25rem;
        height: 100%;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: -webkit-transform .2s ease 0s;
        transition: -webkit-transform .2s ease 0s;
        -o-transition: transform .2s ease 0s;
        transition: transform .2s ease 0s;
        transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
    }

    .menu-open .menu__body {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        order: 2;
        gap: 10px;
    }

    .menu__list li {
        width: 100%
    }

    .menu__list li .menu__link {
        background-color: #eceff1;
        color: #3c4858;
    }

    .menu__link {
        width: 100%;
        padding: 10px 12px;
        font-size: 1rem;
        font-weight: 600;
    }


    .icon-menu {
        display: block;
        position: relative;
        width: 35px;
        height: 35px;
        background: transparent;
        border: 0;
        outline: 0;
        z-index: 5;
        -webkit-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        color: white;
    }

    .header__logo {
        margin-left: auto;
    }

    .header__content {
        flex: 0;
    }

    .menu-open .icon-menu-close {
        opacity: 1;
        visibility: visible
    }
}

.menu-open body::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 61.99875em) and (any-hover: none) {
    .icon-menu {
        cursor: default
    }
}

.box-game {
    width: 100%;
    max-width: 1225px;
    flex: 1;
}

.frame-box-game {
    width: 100%;
    position: relative;
    background: #242a39;
    height: calc(100% - 60px);
}

.frame-box-game iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
}

.frame-box-game {
    width: 100%;
}

@media (max-width: 1370px) {
    .frame-box-game {
        width: 100%;
    }

    .game {
        min-height: 550px;
    }
}

@media (max-width: 1024px) {
    .box-game {
        min-height: unset;
        height: fit-content;
    }

    .frame-box-game {
        min-height: 500px;
    }
}

@media (max-width: 768px) {

    .game {
        min-height: 340px;
    }

    .box-game {
        min-height: unset;
        height: fit-content;
    }
}

.info-game {
    display: flex;
    justify-content: space-between;
    text-wrap: nowrap;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 8px;
    color: #fff;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.info-game > div, .info-game > div:first-child > div {
    display: flex;
    align-items: center;
}

.btn_icon {
    color: inherit;
    background-color: transparent;
    border-radius: 8px;
    border: 0;
    outline: 0;
    transition: all .2s linear;
    margin-right: 12px;

}

  

.btn_icon:hover {
    color: #fff;
    transform: translateY(-4px);
}

.info-game > div:first-child {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.throw-ads-160x600, .throw-ads-768x90, .throw-ads-320x90 {
    display: none;
}

.throw-ads-160x600-left {
    margin-right: 50px;
}

.throw-ads-160x600-right {
    margin-left: 50px;
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

.ads {
    width: 100%;
}

.ads-margin {
    width: fit-content;
    margin: auto;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6;
}

.grid-iframe {
    display: flex;
    padding: 12px 28px 20px;
    justify-content: center;
    background: #0000008c;
    position: relative;
    z-index: 3;
    gap: 20px;
    flex-flow: row wrap;
}


.bg-blur-game {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-size: cover;
    filter: blur(10px);
}

@media (min-width: 992px) {
    .throw-ads-768x90 {
        display: block;
    }
}

@media (min-width: 1080px) {
    .throw-ads-160x600-right {
        display: block;
    }
}

@media (min-width: 1365px) {
    .throw-ads-160x600 {
        display: block;
    }
}

.game-hot-left,
.game-hot-right {
    width: 100px;
}

.game-hot-left .game_item:hover,
.game-hot-right .game_item:hover {
    cursor: pointer;
}

@media (max-width: 1366px) {
    .game-hot-left {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        grid-gap: 20px 20px;
        grid-auto-flow: row dense;
        width: 100%;
        order: 1;
    }
}

@media (max-width: 1025px) {
    .game-hot-right {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        grid-gap: 20px 20px;
        grid-auto-flow: row dense;
        width: 100%;
        order: 3;
    }
}

@media (max-width: 768px) {
    .game-hot-left,
    .game-hot-right {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 450px) {
    .info-game {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

.grid-games {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    grid-gap: 20px 20px;
    grid-auto-flow: row dense;
}

.game_item {
    /*background: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    border-radius: 10px;
    padding: 8px;*/
}

.game-prev {
    position: relative;
    border-radius: 5px;
    height: 100%;
    text-align: center
}

.game-prev__thumb {
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 4px 0px 0px #0000001f;
    background: transparent;
    border: 1px solid #0000001f;
}

.game-prev__thumb,
.game-prev__thumb img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 10px;
    width: 100%;
}

.game-prev__icon {
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 10px;
    border: 3px solid #fff;
    padding: 5px 7px 4px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-size: .875rem;
    z-index: 2
}

.game-prev__icon--default {
    display: none
}

.game-prev__icon--best,
.game-prev__icon--hot {
    background: #ed1c24;
}

.game-prev__icon--new {
    background: #3eb752
}

.game-prev__icon--trending {
    background: #1ec2e5
}

.game_item .game-prev__heading {
    position: absolute;
    bottom: 10px;
    color: #fff;
    padding: 6px;
    width: 100%;
}

.game_item .game-prev:hover .game-prev__heading {
    display: none;
}

.game_item_slide .game-prev__heading {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 6px;
    width: 100%;
    z-index: 2;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(0deg, #00000091, transparent);
}

.game_item_slide .game-prev__title {
    color: #fff;
    text-align: center;
}

.game-prev__excerpt {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.game-prev__title {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    text-shadow: 1px 2px 4px #000;
}

.game-prev__title:after {
    content: "";
    z-index: 1
}

.game-prev__overlay,
.game-prev__title:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.game-prev__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.game-prev__overlay a {
    display: inline-block;
    background: #2563eb;
    border: 3px solid #fff;
    color: #fff;
    padding: 7px 15px;
    text-decoration: none;
    min-width: 100px;
    border-radius: 8px;
    line-height: 1;
    font-size: .875rem
}

.game-prev:hover .game-prev__thumb {
    -webkit-box-shadow: 0 2px 21px rgba(14, 41, 91, .35);
    box-shadow: 0 2px 21px rgba(14, 41, 91, .35)
}

.game-prev:hover .game-prev__thumb img {
    opacity: .5
}

.game-prev:hover .game-prev__overlay {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.game-prev:hover .game-prev__title {
    color: #2563eb
}

.game_item_slide .game-prev:hover .game-prev__title {
    display: none;
}

.list_category {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 12px;
}

.cat_item {
    display: block;
    background: #fff;
    color: #3c4858;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #ededed;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s linear;
    width: fit-content;
}

.cat_item:hover {
    color: #fff;
    background: #2563eb;
    box-shadow: 0px 5px 10px rgb(33 76 195 / 30%);
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 12px;
}

.pagination .page-link {
    background: #fff;
    color: #000;
    border: 1px solid #d8d8d8;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 16%) 0 6px 12px 0;
}

.pagination .page-link:hover {
    background: #2563eb;
    color: #fff;
}

.page-link {
    position: relative;
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination .disabled .page-link {
    background: #2563eb;
    color: #fff;
    border-color: transparent;
}

.pagination .disabled .page-link:hover {
    border-color: transparent;
}

/*===============================*/
.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 989;
    background-color: rgba(0, 0, 0, .75)
}

.loading_page {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 12px auto;
    z-index: 99
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #fff;
    animation: l4 2.5s infinite;
}

.loader:after {
    animation-delay: -1.25s;
}

@keyframes l4 {
    0% {
        inset: 0 35px 35px 0;
    }
    12.5% {
        inset: 0 35px 0 0;
    }
    25% {
        inset: 35px 35px 0 0;
    }
    37.5% {
        inset: 35px 0 0 0;
    }
    50% {
        inset: 35px 0 0 35px;
    }
    62.5% {
        inset: 0 0 0 35px;
    }
    75% {
        inset: 0 0 35px 35px;
    }
    87.5% {
        inset: 0 0 35px 0;
    }
    100% {
        inset: 0 35px 35px 0;
    }
}

.games-top-week .swiper-slide, .games-hot-slide .swiper-slide {
    /*width: fit-content;*/
}

.games-top-week .swiper-container,
.games-hot-slide .swiper-container,
.sliderCategoryList .swiper-container {
    padding: 8px 0;
}

.action-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
}

.action-button button {
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    color: #3c4858;
    transition: all .2s ease;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.action-button button:hover {
    border-color: #fff;
    color: #fff;
    background-color: #2563eb;
}

.action-button button:first-child {
    border-radius: 6px 0 0 6px
}

.action-button button:last-child {
    border-radius: 0 6px 6px 0
}

.action-button button.swiper-button-disabled {
    opacity: .4;
    color: #545454;
}

.maintitle {
    font-size: 22px;
    font-weight: 600;
}

.game_bottom {
    display: flex;
    gap: 24px;
    flex-flow: row wrap;

}

.comment-area {
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: fit-content;
}

@media screen and (max-width: 992px) {
    .comment-area, .description__wrapper {
        width: 100%;
    }
}

#description {
    background: #fff;
}

.link--more {
    font-weight: 600;
    font-size: 14px;
    color: #2563eb;
}

.info-game__title {
    font-size: 28px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.button_vote_game.voted, .button_vote_game {
    background: transparent;
}
 

@media screen and (max-width: 600px) {
    .grid-iframe {
        padding: 12px 9px 20px;
    }
}


/*===============================*/
select.classic {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%232563eb' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    background-color: #fff;
    color: #6c6c6c;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 1.4em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    border: 0;
    outline: 0;
    height: fit-content;
    margin-left: auto;

}
select.classic:focus {
    background-color: #fff;
    color: #6c6c6c;
    outline: 0;
}
/* select filter cat*/
/*player button control*/
.player-footer, .blur_dialog, .contact-popup {
    --shadow-2: 0px 6px 30px rgba(0, 0, 0, .05);
    --box-bg-color: #fff;
    --btn-control: #ffffff5e;
    --btn-control-hover: #2563eb;
    --color-primary: #fff;
    --btn-text-extent: #030712;
    --text-btn-control: #0a0a1a;
    --text-btn-control-hover: #2563eb;
    --border-btn: #6563633d;
    --color-content-popup: #6c6c6c;
    --color-heading-popup: #252a34 ;
    --color-highlight-popup: #2563eb;

}

.player-footer {
    border-radius: 8px;
    position: relative;
    margin: 12px 0 0;
    box-shadow: var(--shadow-2);
    width: 100%;
    /*background-color: var(--box-bg-color);*/
}
.player-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    z-index: 0;
}
.player-footer__item {
    padding: 0 10px;
}
.player-footer__left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.player-footer__left img {
    border-radius: 4px;
    max-width: 40px;
}
.player-footer__left h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    font-family: var(--font-heading);
    color: var(--color-primary);
    padding: 0;
}
.player-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.g-footer__button {
    background: var(--btn-control) ;
    color: var(--color-primary);
    border: 0;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 50%;
    box-shadow: var(--shadow-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.g-footer__button .svg-icon {
    width: 18px;
    height: 18px;
    transition: transform .2s cubic-bezier(.32, 1.2, .54, 1.17);
}
.g-footer__button-title {
    font-size: 10px;
    bottom: 4px;
    left: 50%;
    position: absolute;
}
.g-footer__button-title_last {
    opacity: 0;
}
.g-footer__button-title_first {
    background-color: transparent;
    color: #fff;
    opacity: 1;
}
.g-footer__button-title_text {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s cubic-bezier(.32, 1.2, .54, 1.17);
    white-space: nowrap;
    background: #000;
    font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
    .g-footer__button:hover .g-footer__button-title_last {
        background-color: var(--btn-text-extent) ;
        color: #fff;
        opacity: 1;
    }
    .g-footer__button:hover .g-footer__button-title_first {
        opacity: 0;
    }
    .g-footer__button:hover {
        transform: translateY(-3px);
        background: var(--btn-control-hover);
    }
}
.g-footer__button:hover .svg-icon {
    transform: rotate(-5deg);
}
.g-footer__button.voted, .g-footer__button.active {
    transform: translateY(-3px);
    background: var(--btn-control-hover);
}
/* =======popup========== */
.blur_dialog, .contact-popup {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -330px;
    width: 330px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0 ;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
}
.blur_dialog.active, .contact-popup.show {
    right: 0px;
}
label.label-contact-select {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
}
label.label-contact-select:before {
    content: "";
    height: 31px;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;
    background: transparent;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    display: block;
}
label.label-contact-select:after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 46%;
    margin-top: -3px;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #6c6c6c transparent transparent transparent;
    pointer-events: none;
}
/* Popup container */
.contact-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 10px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    line-height: 36px;
    background: var(--box-bg-color);
    height: 36px;
    color: var(--color-content-popup);
    margin: 0 0px 5px 0;
    width: 100%;
}
.contact-select:focus-visible {
    outline: 0;
}
select.contact-select::-ms-expand {
    display: none;
}
.error_form_contact, .error-message-email {
    font-size: 0.9em;
    color: var(--high-light);
    margin: 0 0 8px;
    display: none;
}
label.label-contact-select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
.popup-heading {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    padding: 0 40px 0 16px;
    line-height: 1.5;
}
.popup-content {
    border-top: 1px solid var(--border-btn);
    font-size: 14px;
    color: var(--color-content-popup);
    padding: 8px 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    height: 100%;
}
.content_inner_popup {
    padding-bottom: 100px;
}

.content_inner_popup h2:not([class]), .content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    margin: 0 0 10px;
    color: var(--color-highlight-popup);
}
.content_inner_popup h2:not([class]) {
    font-size: 24px;
    font-weight: 600;
}
.content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    font-size: 20px;
    font-weight: 500;
}
.content_inner_popup ol:not([class]), .content_inner_popup ul:not([class]) {
    margin: 0 0 10px;
    padding-left: 20px;
}
.content_inner_popup ol:not([class]) li, .content_inner_popup ul:not([class]) li {
    list-style: disc;
    margin: 0 0 6px;
}
.content_inner_popup a:not([class]) {
    color: var(--color-highlight-popup);
}
.content_inner_popup p:not([class]) {
    margin-bottom: 10px;
}
.check_box_contact {
    background-color: #fff;
    border: 3px solid var(--border-btn);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0;
    width: 16px;
}
.form_contact {
    background: transparent;
    border: 1px solid var(--border-btn);
    color: var(--color-content-popup);
    max-width: 308px;
    resize: none;
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
    width: 100%;
}
.contact_input {
    margin: 0 0 10px;
    padding: 8px 12px;
}
.contact_textarea {
    margin: 0 0 10px;
    padding: 8px 12px;
    height: 86px;
}
.icon_contact {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-heading-popup);
    margin-right: 10px;
}
.title_contact {
    font-size: 12px;
    color: var(--color-heading-popup);
    flex: 1;
    padding: 14px 0;
}
.title_contact strong {
    font-size: 14px;
}
.close_contact {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--color-heading-popup);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.close_contact .svg-icon {
    width: 14px;
    height: 14px;
}
.feedback_image_checkbox {
    margin: 7px 0 0 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.contact-form button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}
.form_bottom {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 16px;
}
.popup-link_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    margin-top: 12px;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}
.popup-link-share--url {
    width: 100%;
    background: 0;
    border: 0;
    height: auto;
    color: var(--color-primary);
    flex: 1;
    padding-right: 12px;
}
.popup-link-share--copy {
    color: #8166ff;
    font-weight: 600;
}
.popup-link-share--copy:hover {
    cursor: pointer;
}
.title_change_log {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: normal;
    letter-spacing: 1.1px;
}
.change_log_item {
    padding: 8px;
    border-radius: 8px;
    background: var(--btn-control);
    margin: 0 0 8px;
}
.content_change_log {
    margin-bottom: 6px;
    color: var(--color-content-popup);
    font-size: 14px;
    padding-left: 15px;
}
.content_change_log ul {
    padding-left: 16px;
    margin: 0;
}
.notify-toast {
    background: #4CAF50; /* Green background */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.toast-content {
    font-size: 16px;
    font-weight: 600;
}
.notification-success {
    position: sticky;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 0 -6px 74px 0 rgb(0 0 0 / 0.15);
    animation: show_toastt 1s ease forwards;
    z-index: 9999;
}
@keyframes show_toastt {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        transform: translateX(20px);
    }
}
.notification-success.hide {
    animation: hide_toastt 1s ease forwards;
}
@keyframes hide_toastt {
    0% {
        transform: translateX(20px);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}
.notification-success .toastt {
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    background: #fff;
    padding: 8px 12px;
    box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification-success .toastt .content {
    display: flex;
    gap: 12px;
    align-items: center;
}
.notification-success .toastt.offline {
    border-color: #ccc;
}
.content_notification .details {
    margin-left: 15px;
}
.details span {
    font-size: 20px;
    font-weight: 500;
    color: #878787;
}
.details p {
    color: #878787;
}
.toastt .content_notification {
    display: flex;
    align-items: center;
}
.toastt .content_notification .icon {
    background: #ccc;
}
.toastt .content_notification .icon img {
    max-width: 50px;
}
.favorited {
    color: red;
}

/* ======================================== */

.frame-box-game iframe {
    min-height: 520px;
}

@media (max-width: 1370px) {
    .frame-box-game iframe {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    .player-footer__inner {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .s_titleControl {
        flex-direction: column;
        gap: 0;
    }
}