@font-face {
    font-family: "Fredoka";
    src: url(../fonts/Fredoka-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fredoka";
    src: url(../fonts/Fredoka-Regular.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Fredoka";
    src: url(../fonts/Fredoka-SemiBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Fredoka";
    src: url(../fonts/Fredoka-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: #fff0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    font-weight: 500;
    min-height: 100vh;
}

html.overlayed {
    overflow: hidden;
    height: 100%;
}

html.overlayed body {
    overflow: hidden;
    height: 100%;
}

/*#010334*/
body {
    width: 100%;
    margin: 0 auto;
    font-family: "Fredoka", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--bs-body-bg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: hidden;
}

body .site {
    position: relative;
}

body.overlayed {
    overflow: hidden;
}

button {
    cursor: pointer;
}

p {
    padding: 0;
    margin: 0;
    max-height: 1000000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 15px;
    max-height: 1000000px;
    line-height: 1.2;
}

h1:not([class]) {
    font-weight: 700;
    font-size: 2.5rem;
}

h2:not([class]) {
    font-weight: 700;
    font-size: 2rem;
}

h3:not([class]) {
    font-weight: 700;
    font-size: 1.5rem;
}

h4:not([class]) {
    font-weight: 700;
    font-size: 1.125rem;
}

li,
ol,
ul {
    max-height: 1000000px;
}

div {
    max-height: 1000000px;
}

svg {
    display: block;
}

a:not([class]) {
    color: #2a4eb4;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
}

a:not([class]):hover {
    text-decoration: none;
    border-color: #fff0;
}

.form-input {
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: var(--color-primary);
    font-family: inherit;
}

.form-input::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-family: "Fredoka", sans-serif;
}

.form-input:-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-family: "Fredoka", sans-serif;
}

.form-input::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-family: "Fredoka", sans-serif;
}

.form-input:-ms-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-family: "Fredoka", sans-serif;
}

.form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-input:focus:-moz-placeholder {
    opacity: 0;
}

.form-input:focus::-moz-placeholder {
    opacity: 0;
}

.form-input:focus:-ms-input-placeholder {
    opacity: 0;
}

.form-textarea {
    resize: none;
    height: 65px;
}

@media (max-width: 991px) {
    h1:not([class]) {
        font-size: 1.6rem;
    }

    h2:not([class]) {
        font-size: 1.4rem;
    }

    h3:not([class]) {
        font-size: 1.2rem;
    }
}

.section {
    margin: 0 0 30px;
}

.heading__title {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--color-primary);
    margin: 0;
}

.img-fluid {
    max-width: 100%; 
    display: block;
}

.noscroll {
    overflow: hidden;
}

.page-content {
    position: relative;
}

.counters {
    display: none;
}

.hidden {
    display: none !important;
}

.text--center {
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 0.5);
    display: none;
    z-index: 1;
}

body.menu-opened {
    overflow: hidden;
}

body.menu-opened .overlay {
    display: block;
}

body.menu-opened .page-layout {
    -webkit-transform: translate3d(315px, 0, 0);
    transform: translate3d(315px, 0, 0);
}

.svg-preload,
.images-preload,
.promos-preload {
    position: absolute;
    bottom: 0;
    left: -9999px;
    z-index: -999;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 952px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 698px;
    }
}

@media (max-width: 727px) {
    .container {
        max-width: 440px;
    }
}

.site__content {
    padding-bottom: 90px;
    position: relative;
}

.content p {
    font-weight: 100;
    margin: 0 0 10px;
}

.content *:first-child {
    margin-top: 0;
}

.content *:last-child {
    margin-bottom: 0;
}

.content__image {
    float: right;
    margin: 0 0 30px 40px;
}

.content ol {
    counter-reset: list 1;
    padding-left: 1rem;
}

.page-content {
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
}

.search-form {
    display: block;
    position: relative;
    border: 2px solid var(--search-border);
    border-radius: 7px;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    z-index: 99;
}

.search-form__button {
    display: block;
    width: 36px;
    height: 36px;
}

.search-form__button.active {
    z-index: 10;
    position: relative;
    background-position: -162px -84px;
}

.search-form__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;
}

.search-form__input {
    width: 200px;
    padding: 6px 8px 6px 8px;
    line-height: 1;
    color: var(--color-primary);
    background: #fff0;
    border: 0;
}

.search-form__input::-webkit-input-placeholder {
    color: var(--color-primary);
    opacity: 0.5;
}

.search-form__input:-moz-placeholder {
    color: var(--color-primary);
    opacity: 0.5;
}

.search-form__input::-moz-placeholder {
    color: var(--color-primary);
    opacity: 0.5;
}

.search-form__input:-ms-input-placeholder {
    color: var(--color-primary);
    opacity: 0.5;
}

.search-form__input:focus {
    outline: none;
}

.search-form__input:focus::-webkit-input-placeholder {
    opacity: 1;
}

.search-form__input:focus:-moz-placeholder {
    opacity: 1;
}

.search-form__input:focus::-moz-placeholder {
    opacity: 1;
}

.search-form__input:focus:-ms-input-placeholder {
    opacity: 1;
}

.search-form__btn {
    outline: none;
    border: 0;
    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;
    text-decoration: none;
    padding: 0 10px;
    z-index: 1;
    color: var(--color-primary);
    background: #fff0;
}

.search-form__btn .icon {
    fill: currentColor;
}

.search-form__btn:focus,
.search-form__btn:hover,
.search-form__btn:active {
    outline: none;
}

@media (max-width: 768px) {
    .search-form__input {
        width: 100%;
    }
}

.h-right {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.h-right__item {
    margin-left: 30px;
}

.header {
    padding: 10px 0;
    margin: 0 0 30px;
    background: var(--header-bg);
    box-shadow: var(--shadow-1);
}

.header__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;
}

.header__left {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.header__center {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header__right {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

@media (max-width: 1199px) {
    .header__left {
        display: none;
    }
}

@media (max-width: 991px) {
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .header__right {
        margin-top: 20px;
    }

    .header__center,
    .header__right {
        max-width: 100%;
    }
}

.header__center {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.menu_mobile {
    position: relative;
}

.logo {
    display: block;
    filter: drop-shadow(2px 4px 6px #ffffff45);
    position: relative;
	height: 59px;
}

/* .logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skew(-30deg);
    background: rgba(255, 255, 255, .5);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .35) 40%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 80%);
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-name: sweep;
}
@keyframes sweep {
     0% {
        left: -200px
    }

    60% {
        left: 200px
    }

    100% {
        left: 200px
    }
} */
.logo img {
    margin: 0 auto;
    max-width: 200px;
}

.menu-toggle {
    display: block;
    width: 25px;
    height: 20px;
    background-color: #fff0;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: right;
    font-size: 0;
}

.menu-toggle__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44px;
    height: 44px;
    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-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-toggle__check {
    display: none;
}

.menu-toggle__item {
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.menu-toggle__item:nth-of-type(1) {
    width: 50%;
}

.menu-toggle__item:nth-of-type(2) {
    width: 75%;
}

.menu-toggle__item:nth-of-type(3) {
    width: 100%;
}

.menu-toggle:hover .menu-toggle__item,
.menu-toggle:focus .menu-toggle__item {
    width: 100%;
}

.menu-toggle__wrapper.active .menu-toggle__item {
    width: 100%;
}

.menu-toggle__wrapper.active .menu-toggle__item--1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    position: relative;
}

.menu-toggle__wrapper.active .menu-toggle__item--2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggle__wrapper.active .menu-toggle__item--3 {
    display: none;
}

.menu-toggle__wrapper.active .menu-toggle__item {
    width: 100%;
}

.popup-menu {
    background: #002144;
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    padding: 10px 25px 10px 20px;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 7px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.popup-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    list-style: none;
    padding: 0;
    margin: 0 -17px 20px;
}

.popup-menu a {
    color: #f7f6fc;
}

.popup-menu a:hover {
    color: #2a4eb4;
}

.d-block-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .popup-menu {
        display: block;
    }
}

.popup-menu.active {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.menu__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;
    list-style: none;
    padding: 0;
    margin: 0 -17px;
}

.menu__link {
    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;
    color: var(--color-menu);
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
    z-index: 0;
}

.menu__link:hover {
    color: var(--high-light);
}

.menu__link:hover::after {
    opacity: 1;
}

.menu__icon {
    width: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-right: 5px;
}

.menu--left {
    display: block;
}

@media (max-width: 1199px) {
    .menu--left {
        display: none;
    }
}

.menu--mobile {
    display: none;
}

.menu--mobile .menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.menu--mobile .menu__link {
    white-space: nowrap;
    color: #f7f6fc;
}

@media (max-width: 1199px) {
    .menu--mobile {
        display: block;
    }
}

.menu--footer .menu__link {
    opacity: 0.65;
}

.menu--footer .icon {
    display: none;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    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;
    height: 100%;
    padding: 40px 50px;
    position: relative;
}

.banner__heading {
    display: block;
    color: var(--color-primary);
    text-decoration: none;
    margin-bottom: 20px;
}

.banner__heading::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner__title {
    display: block;
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
}

.banner__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff0100;
    border-radius: 3px;
}

.banner__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    border-radius: 7px;
}

.banner__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(153 113 35 / 0.9);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgb(153 113 35 / 0.5)),
            color-stop(35%, rgb(153 113 35 / 0.8)),
            to(#002144)
    );
    background: linear-gradient(
            90deg,
            rgb(153 113 35 / 0.5) 0%,
            rgb(153 113 35 / 0.8) 35%,
            #002144 100%
    );
}

.banner__content {
    font-weight: 100;
    max-width: 75%;
}

@media (max-width: 1199px) {
    .banner__title {
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .banner {
        padding: 30px;
    }

    .banner__content {
        max-width: 100%;
    }
}

.banner-big {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    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;
    height: 100%;
    padding: 0 50px;
    position: relative;
    z-index: 0;
}

.banner-big__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    border-radius: 7px;
    filter: blur(9px);
}

.banner-big__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner-big__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(153 113 35 / 0.9);
    background: linear-gradient(
            264deg,
            #000000 0%,
            rgb(0 0 0 / 80%) 35%,
            #00000000 100%
    );
}

.banner-big__pers {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

.banner-big__pers a {
    color: var(--color-primary);
}

.banner-big__pers img {
    width: 250px;
    object-fit: contain;
    border-radius: 8px;
}

.banner-big__pers a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-big__right {
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
}

.banner-big__title {
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.banner-big__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff0100;
    border-radius: 3px;
}

.banner-big__content {
    font-weight: 100;
}

@media (max-width: 1199px) {
    .banner-big {
        padding: 30px;
    }

    .banner-big__title {
        font-size: 1.6rem;
    }

    .banner-big__pers {
        display: none;
    }
}

.banner-small {
    border-radius: 7px;
    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;
    padding: 10px;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
    justify-content: space-between;
}

.banner-small__pers {
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.banner-small__pers img {
    border-radius: 7px;
}

.banner-small__pers a {
    color: var(--color-primary);
}

.banner-small__pers a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-small__bg {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.banner-small::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(1 0 0 / 0.8);
    z-index: -1;
}

.banner-small__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
}

.banner-small__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff0100;
    border-radius: 3px;
}

.banner-small__content {
    font-weight: 100;
}

.banner-small--last {
    margin: 0;
}

.banner-small--last::before {
    background: rgb(196 192 99 / 0.8);
}

.banner-small--last .banner-small__title::before {
    background: #2a897c;
}

@media (max-width: 1199px) {
    .banner-small__pers {
        margin-left: auto;
    }
}

.banners__columns {
    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;
    margin: 0 -10px;
}

.banners__column {
    padding: 0 10px;
}

.banners__column--left {
    max-width: 66.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
}

@media (max-width: 1199px) {
    .banners__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .banners__column {
        max-width: 100%;
        margin: 0 0 20px;
    }

    .banners__column:last-child {
        margin: 0;
    }
}

.c-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.c-overlay__icon {
    background: url(../images/icons.png) -66px 0 no-repeat;
    width: 42px;
    height: 42px;
    position: relative;
    top: 20px;
    z-index: 1;
}

.c-overlay__title {
    font-size: 0.875rem;
    color: var(--color-primary);
    padding: 13px 0 0;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
}

.c-overlay__title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 10px;
    right: 10px;
    background: #ff0100;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 100%;
}

.card {
    background: var(--item-background);
    border-radius: 7px;
    max-width: 240px;
    width: 100%;
    height: fit-content;
    box-shadow: var(--shadow-2);
    border: 1px solid var(--border-card);
    position: relative;
}

.card__overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}

.card__inner {
    position: relative;
}

.card__thumb {
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    position: relative;
    z-index: 1;
}

.card__thumb img {
    width: 100%;
}

.card .card__thumb img {
    max-width: 200px; 
    display: block; 
	height: auto;
    object-fit: cover;
}
.grid_2x2 .card__thumb img {
    max-width: 100%; 
    height: auto;
    display: block;
    object-fit: cover;
}
.card__heading {
    line-height: normal;
    max-width: 150px;
    padding: 8px 12px 8px 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card__title {
    display: block;
    color: var(--color-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card__title::after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.card__rating {
    color: var(--color-primary);
    font-size: 0.7778rem;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 4px;
    border-radius: 7px;
    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;
    background: var(--bs-body-bg);
    box-shadow: var(--shadow-1);
}

.card:hover {
    background: var(--high-light);
}

.card:hover .card__overlay {
    top: 0;
}

.card:hover .card__title {
    color: var(--color-light);
}

.pagination ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row wrap;
	justify-content: center;
    margin: 30px 0 0 0;
    list-style: none;
    gap: 3px;
}

.pagination li {
    padding: 0;
}

.pagination a,
.pagination span {
    font-weight: 500;
    position: relative;
    z-index: 0;
    display: block;
    padding: 0 5px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    min-width: 42px;
    height: 42px;
    line-height: 42px;
    opacity: 1;
    margin: 0 3px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg-paging);
    color: var(--color-primary);
}

.pagination a::after,
.pagination span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: var(--high-light);
}

.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current {
    color: #fff;
}

.pagination a:hover::after,
.pagination a.current::after,
.pagination span:hover::after,
.pagination span.current::after {
    opacity: 1;
}

.pagination .next {
    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;
}

.pagination .next .icon {
    fill: #2a4eb4;
}

.pagination .prev {
    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;
}

.pagination .prev .icon {
    fill: #2a4eb4;
}

.games-grid__items {
    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;
    margin: 0 -15px;
}

.games-grid__item {
    padding: 0 10px;
    margin: 0 0 20px;
    max-width: 50%; 
}

.games-grid__title {
    margin: 0 0 20px;
}

@media (min-width: 480px) {
    .games-grid__item {
        max-width: 33.333333%;
    }
}

@media (min-width: 728px) {
    .games-grid__item {
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .games-grid__item {
        max-width: 16.666666%;
    }
}

.side-popular__items {
    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;
    margin: 0 -15px;
}

.side-popular__item { 
    margin: 0 0 20px;
}

.side-popular__title {
    color: var(--color-primary);
    font-size: 1.563rem;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    display: flex;
}

@media (max-width: 1199px) {
    .side-popular__item {
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .side-popular__item {
        max-width: 50%;
    }
}

.carousel {
    position: relative;
}

.carousel__nav {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
    background: var(--nav-slide-btn);
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.slide-recent .carousel__nav {
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 24px);
}

.carousel__nav .icon {
    display: block;
    height: auto;
    fill: currentColor;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.carousel__nav--prev {
    left: 0;
    border-radius: 8px 0 0 8px;
}

.carousel__nav--next {
    right: 0;
    border-radius: 0 8px 8px 0;
}

.carousel__nav:hover {
    opacity: 1;
}

.player-footer {
    border-radius: 7px;
    position: relative;
    margin: 12px 0 0;
    box-shadow: var(--shadow-2);
}

.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__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--box-bg-color);
    position: absolute;
    bottom: 0;
    border-radius: 7px;
    left: 0;
    top: 0;
    z-index: -1;
    border: 1px solid var(--border-card);
}

.player-footer__item {
    padding: 0 10px;
}

.player-footer__actions {
    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;
    gap: 8px;
}

.player-footer__actions a {
    margin-left: 20px;
    text-decoration: none;
}

.player-footer__actions a .icon {
    fill: #fff;
}

.player-footer__actions a:hover .icon {
    fill: #ff0100;
}

.player-footer__video {
    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;
}

.player-footer__video .icon {
    margin-right: 10px;
}

.player-footer__video .title {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .player-footer__inner {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .player-footer__rating {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

.player__columns,
.page__columns {
    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;
    margin-bottom: 24px;
}

.player__right,
.page__right {
    min-width: 0;
    max-width: 193px;
    padding-left: 30px;
}

.player__left,
.page__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.player__heading {
    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;
    margin: 0 0 10px;
}

.player__heading::after {
    content: "";
    height: 1px;
    background: var(--color-primary);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.player__title {
    font-size: 2.188rem;
    font-weight: 700;
    font-family: "Fredoka", sans-serif;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    margin-right: 60px;
}

@media (max-width: 1199px) {
    .player__columns,
    .page__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .player__left,
    .page__left {
        margin: 0 0 30px;
        flex: unset;
    }

    .player__right,
    .page__right {
        max-width: 100%;
        padding: 0;
    }

    .side-popular__items {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .player__title {
        max-width: 100%;
        font-size: 1.6rem;
        margin: 0 0 10px;
    }

    .player__heading::before,
    .player__heading::after {
        display: none;
    }
}

.vote-block-info {
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}

.vote-block-info .rating-info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: none !important;
}

.vote-block-info span.rating-text {
    font-size: 14px;
    font-weight: 700;
    display: block;
    float: left;
    margin-left: 8px;
}

.vote-block-info .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 15px;
    float: left;
    vertical-align: middle;
    background: none !important;
}

.vote-block-info.disabled .rating:hover li {
    cursor: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block-info .rating:hover li {
        background-image: url(../images/rating-info.png);
        background-size: 16px 45px !important;
    }
}

.vote-block-info .rating li {
    display: block;
    width: 16px;
    height: 15px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.vote-block-info.disabled .rating li.current {
    display: block;
    z-index: 10;
}

.vote-block-info .rating li.active,
.vote-block-info .rating li.active ~ li {
    background-position: 0 -30px;
}

.vote-block-info li.current {
    display: none;
}

.vote-block-info ol.rating {
    position: relative;
    padding: 0 !important;
    margin: 3px 0 0 0 !important;
}

.vote-block-info ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative;
}

.vote-block-info ol.rating li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(../images/rating-info.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block-info ol.rating li.current {
        background-image: url(../images/rating-info.png);
        background-size: 16px 45px !important;
    }
}

.vote-block-info ol.show-current li.current span {
    display: block;
    height: 15px;
    width: 0;
    background: inherit;
    background-position: 0 -30px;
}

.vote-block {
    overflow: hidden;
    position: relative;
    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;
}

.vote-block__count {
    display: none;
}

.vote-block .rating-info {
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: block;
    position: static;
}

.vote-block span.rating-text {
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 7px;
}

.vote-block span.rating-text b {
    font-size: 14px;
}

.vote-block .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 30px;
    float: left;
    vertical-align: middle;
    background: none !important;
}

.vote-block.disabled .rating:hover li {
    cursor: auto;
}

.vote-block .rating li {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
    background-position: 0 -30px;
}

.vote-block.disabled .rating li.current {
    display: block;
    z-index: 10;
}

.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
    background-position: 0 -60px;
}

.vote-block li.current {
    display: none;
}

.vote-block ol.rating {
    min-width: 150px;
    position: relative;
    padding: 0 !important;
    margin: 3px 0 0 0 !important;
}

.vote-block ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative;
}

.vote-block ol.show-current li.current span {
    display: block;
    height: 30px;
    width: 0;
    background: inherit;
    background-position: 0 -60px;
}

.box {
    background-color: var(--box-bg-color);
    border-radius: 16px;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    color: var(--color-primary);
    box-shadow: var(--shadow-2);
}

.box_hompage {
    background-color: var(--box-bg-color);
    border-radius: 16px;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    color: var(--color-primary);
    box-shadow: var(--shadow-2);
    border: 6px solid var(--high-light);
}

.box_hompage * {
    text-align: left !important;
}

.box_hompage h1, .box_hompage h2, .box_hompage h3 {
    color: var(--color-primary);
}

.box_hompage h2 {
    font-size: 28px;
}

.box_hompage h3 {
    font-size: 24px;
}

.box__heading {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box__title {
    color: var(--color-primary);
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Fredoka", sans-serif;
}

.box__image {
    float: right;
    margin: 0 0 10px 30px;
}

.box__image img {
    border-radius: 7px;
}

@media (min-width: 992px) {
    .box__heading {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .box__addons {
        padding-left: 30px;
        margin-top: 0;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .box__image {
        max-width: 120px;
    }
}

.videogallery__items {
    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;
    margin: 0 -5px;
}

.videogallery__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.videogallery .iframe-container-16-9 {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.videogallery .iframe-container-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.videogallery .iframe-container-4-3 {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.videogallery .iframe-container-4-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-menu {
    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;
    list-style: none;
    margin: 0 -15px;
}

.footer-menu li {
    padding: 0 15px;
}

.footer-menu a {
    text-decoration: none;
    color: var(--color-primary);
}

.footer__inner {
    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;
}

.footer__copyright {
    opacity: 0.6;
    color: var(--color-primary);
}

.footer__menu {
    margin: 0 auto;
}

.scroll-top {
    position: fixed;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    background: #ff0100;
    width: 55px;
    height: 55px;
    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;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.scroll-top .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #2a4eb4;
    width: 20px;
    height: auto;
    display: block;
    position: relative;
    top: -2px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.scroll-top.show {
    opacity: 1;
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
    background-color: #203c8b;
}

.scroll-top:hover .icon,
.scroll-top:focus .icon,
.scroll-top:active .icon {
    fill: #ff0100;
    top: -5px;
}

.privacy {
    padding: 10px 10px 10px 15px;
    background: #002144;
    border: 1px solid #5b4315;
    border-radius: 8px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: none;
}

.privacy__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;
}

.privacy__content {
    color: var(--color-primary);
    line-height: 1.6;
    margin-right: 15px;
}

.privacy__content a {
    color: #ff0100;
}

.privacy__links {
    text-align: center;
    font-size: 0;
}

.privacy__links .icon {
    fill: #fff;
}

@media (max-width: 991px) {
    .privacy {
        right: 80px;
    }

    .privacy__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.games-list {
    margin-bottom: 12px;
}

.flex-row {
    flex-flow: row nowrap;
}

.align-item-center {
    align-items: center;
}

.view-more {
    margin-left: 10px;
    color: var(--high-light);
    text-decoration: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.min-h100 {
    min-height: 100vh;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.search-form {
    display: flex;
    position: relative;
    font-weight: 500;
    align-items: center;
}

.search-form__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;
}


.navbar_nav .links li .sub-menu {
    position: absolute;
    left: 0;
    top: 45px;
    line-height: 40px;
    padding-left: 0;
    background: var(--bs-body-bg);
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 999;
    width: max-content;
}

.menu-item {
    position: relative;
}

.navbar_nav .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid var(--border-btn);
    list-style: none;
}

.navbar_nav .links li .sub-menu li a {
    color: var(--color-primary);
}

.navbar_nav .links li .sub-menu li a:hover {
    color: var(--high-light);
}

.navbar_nav .links li a {
    text-decoration: none;
}

.navbar_nav .links li:hover .htmlCss-sub-menu,
.navbar_nav .links li:focus .htmlCss-sub-menu,
.navbar_nav .links li:active .htmlCss-sub-menu {
    display: block;
}

.btn_up {
    background: #fff0;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transform: translateX(120px);
    z-index: 9999;
}

.btn_up.show {
    transform: translateX(0);
}

.btn_up span {
    background: var(--high-light);
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    box-shadow: inset 0 2px 4px 0 rgb(255 255 255 / 38%),
    inset 0 -3px 3px 0 rgb(0 0 0 / 20%), 0 8px 15px 0 var(--high-light),
    0 -4px 20px 0 #ffe3c7;
}

.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(0.9, 1.1);
    }
    40% {
        transform: translateY(-30px);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    60% {
        transform: translateY(-15px);
    }
}

.more-game {
    margin: 12px auto;
    background: #8566ff;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 29%);
    padding: 8px 16px;
    max-width: 300px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: 0.3s;
    color: #fff !important;
    text-decoration: none !important;
}

.more-game:hover {
    transform: scale(1.1);
}

.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;
}

.tag--list {
    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;
    gap: 12px;
}

.tag--component {
    border: 1px solid var(--border-btn);
    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;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    z-index: 0;
    border-radius: 4px;
    font-size: 16px;
    color: var(--color-primary);
    background: var(--bg-btn-action);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.tag--component_slide { 
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-direction: column;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 17px;
    position: relative;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
    z-index: 0;
    border-radius: 4px;
    font-size: 14px;
    color: var(--color-primary);
    background: #ffffff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	box-shadow: 0px 1px 30px rgb(0 0 0 / 9%);
}
.category_item > .tag--component_slide:first-child{
	margin: 0 0 10px;
}
html[data-theme=dark] .tag--component_slide{
	background: #002144;
}
.tag--component_slide img{
	border-radius: 8px;
    max-width: 35px;
    margin: 0 0 8px;
}
.tag--component_slide:hover{
	background: #a9a9a9
}
html[data-theme=dark] .tag--component_slide:hover{
	background: #011830;
}

.tag--component:hover {
    transform: translateY(-3px);
    background: var(--bg-btn-action-hover);
    color: var(--color-light);
}

.show_content {
    position: absolute;
    max-width: calc(100% - 30px);
    width: 100%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
}

.ShowMore_button {
    position: relative;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: var(--color-primary);
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
    font-family: inherit;
}

.new-content-page ul li,
.game-content-page ul li {
    font-weight: inherit;
}

.new-content-page,
.game-content-page p {
    margin-bottom: 10px;
}

.game-content-page p a,
.game-content-page ul li a,
.game-content-page ol li a,
.new-content-page p a,
.new-content-page ul li a,
.new-content-page ol li a {
    color: var(--high-light);
    text-decoration: none;
}

.game-content-page p a:hover,
.game-content-page ul li a:hover,
.game-content-page ol li a:hover,
.new-content-page p a:hover,
.new-content-page ul li a:hover,
.new-content-page ol li a:hover {
    color: var(--high-light);
    text-decoration: none;
}

.game-content-page h2,
.new-content-page h2 {
    color: var(--high-light);
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.game-content-page h3,
.game-content-page h4,
.game-content-page h5,
.new-content-page h3,
.new-content-page h4,
.new-content-page h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--high-light);
}

.games_content--bottom {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-flow: row wrap;
}

.comment {
    width: 340px;
}

.games_content--bottom .game-content-page {
    flex: 1;
}

@media (max-width: 1200px) {
    .games_content--bottom .comment,
    .games_content--bottom .game-content-page {
        width: 100%;
    }
}

.slide-posts-banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: unset !important;
    z-index: 2;
}

.slide-posts-banner .swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px;
    background-color: #c0c3ce;
    width: 10px;
    height: 10px;
}

.game_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 12px;
}

.game_title .games__title {
    font: 700 45px/1.2 "fnaf", sans-serif;
}

.slide-posts-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
    right: 0;
}

.carousel__container--hot .slick-slide,
.carousel__container--popular .slick-slide {
    margin: 0 12px;
}

.slide-posts-banner .slick-dots li button:before {
    font-size: 12px;
}

.list_news--categories {
    width: 100%;
    padding: 24px 0;
}

.item-news {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin-top: 15px;
    border-top: 1px solid #919191;
    background: #cccccc40;
    padding: 15px;
    border-radius: 8px;
}

.item-news .thumb_post {
    width: 30%;
}

.item-news .relNewsInfo {
    flex: 1;
}

.item-news .relNewsTitle {
    font: 700 24px/1.2 "fnaf", sans-serif;
    margin: 0 0 12px !important;
}

.item-news .thumb_post img {
    width: 100%;
    border-radius: 8px;
}

.shortDes {
    color: #bebebe;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read_more {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.widget_categories {
    padding: 15px;
    background: linear-gradient(180deg, rgb(0 0 0 / 20%) 0%, #fff0 100%);
    border-radius: 8px;
}

.widget_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.list_categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.category_link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.category_link:hover {
    color: var(--high-light);
}

.popular-posts {
    height: 400px;
    width: 100%;
}

.popular-posts .slick-list,
.popular-posts .slick-track {
    height: 100%;
}

.popular-post {
    box-sizing: border-box;
    background: linear-gradient(
            90deg,
            rgb(153 113 35 / 0.5) 0%,
            rgb(153 113 35 / 0.8) 35%,
            #002144 100%
    );
}

.popular-posts .slick-dots {
    position: absolute;
    bottom: 6px;
    right: 10px;
    display: block;
    width: fit-content;
}

.popular-post .slick-slide {
    width: 100%;
}

.banner-big-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner-big-item img {
    width: 200px;
    height: 200px;
    margin-right: 12px;
}

.banner-big-item .banner-big__content {
    width: calc(100% - 200px);
}

.star-icon {
    color: #fc0;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.g-footer__button {
    background: var(--bg-btn-action);
    color: var(--color-primary);
    border: 1px solid var(--border-btn);
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 8px;
    box-shadow: var(--shadow-2);
}

.g-footer__button:hover {
    transform: translateY(-3px);
    background: var(--bg-btn-action-hover);
    color: var(--color-light);
}

.player-footer__item .title {
    font-size: 24px;
    color: var(--color-primary);
    margin: 0 0 8px 0;
}


.game-content-page p {
    margin-bottom: 10px;
}

.game-content-page p a,
.game-content-page ul li a,
.game-content-page ol li a {
    color: var(--high-light);
    text-decoration: none;
}

.game-content-page p a:hover,
.game-content-page ul li a:hover,
.game-content-page ol li a:hover {
    color: var(--high-light);
    text-decoration: none;
}

.game-content-page h2 {
    color: var(--high-light);
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.game-content-page h3,
.game-content-page h4,
.game-content-page h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--high-light);
}

.games_content--bottom {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-flow: row wrap;
}

.games_content--bottom .game-content-page {
    flex: 1;
}

.comment {
    width: 340px;
}

@media (max-width: 1200px) {
    .games_content--bottom .comment,
    .games_content--bottom .game-content-page {
        width: 100%;
    }
}

.pulse {
    position: relative;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #3ca4a49e;
    -webkit-animation: pulse 1.5s infinite;
}

.pulse:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px #fff0;
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 #fff0;
    }
}

.s-content__title {
    font-weight: 700;
    font-size: 28px;
    color: var(--color-primary);
    margin: 0 0 20px !important;
}

.s-content__content {
    background-color: var(--bs-body-bg);
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-1)
}

.breadcrumbs {
    color: var(--color-primary);
    font-size: 14px;
}

.breadcrumbs__current {
    opacity: 0.5;
}

.breadcrumbs__delimiter {
    color: var(--color-primary);
    margin: 0 2px;
}

.breadcrumbs a {
    color: var(--color-primary);
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.breadcrumbs a:hover {
    color: var(--high-light);
}

.s-content img {
    margin: 0 auto;
    display: block;
}

.widget__title {
    font-size: 22px;
    color: var(--color-primary);
    font-weight: 600;
}

.news__item {
    border-top: 1px solid rgb(229 229 229 / 0.26);
    margin-top: 15px;
    padding-top: 12px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.news__item .title-news .title-news-link {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    text-decoration: none;
    color: var(--color-primary);
}

.news_item_bt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    flex-direction: column;
    gap: 12px;
}

.news_item_bot .thumb-art {
    margin-right: 10px;
    margin-top: 4px;
}

.news_item_description {
    max-width: 232px;
    color: #ffffff9c;
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    margin: 0 0 30px;
}

#game-suggestions .swiper-wrapper,
#game_popular_slider .swiper-wrapper,
.slide-recent .swiper-wrapper,
#game_hot_slider .swiper-wrapper {
    transition-timing-function: linear;
}

#game-suggestions.swiper-container,
#game_popular_slider.swiper-container,
.slide-recent .swiper-container,
#game_hot_slider.swiper-container {
    border-radius: 8px;
}

.slide-recent .swiper-container {
    padding: 12px 0;
}

.slide-recent .game_title {
    margin: 0;
}

#game-suggestions {
    height: 400px;
    padding: 0 12px;
}

.swiper-container .swiper-button-disabled,
#category_list .swiper-button-disabled {
    opacity: 0.5;
}

#game_hot_slider:hover .carousel__nav,
.slide-recent:hover .carousel__nav,
#game_popular_slider:hover .carousel__nav,
#game_category_slider:hover .carousel__nav,
#game_category_slider_car:hover .carousel__nav,
.game_category_slider_container:hover .carousel__nav,
#game_category_slider_action:hover .carousel__nav {
    display: flex;
}

.game_bottom_more_games {
    dipplay: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.view_more_btn {
    border: 2px solid var(--high-light);
    border-radius: 5px;
    background: #ad1200;
    color: #fff;
    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;
    padding: 8px 10px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
    white-space: nowrap;
    z-index: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin: 0 auto;
}


.heading__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #0d0d0d;
}

.topgames_title {
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 700;
}

.category_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.about_category {
    max-width: 450px;
    width: 450px;
    padding: 16px;
    background: var(--box-bg-color);
    border-radius: 12px;
    color: var(--color-primary);
}

.category_boundary {
    padding: 12px 16px;
    width: calc(100% - 450px);
    position: relative;
}

.category_boundary .slick-arrow {
    width: 50px;
    color: #fff;
    border: 0;
    position: absolute;
    z-index: 111;
    top: 0;
    height: 100%;
    background: #000;
    cursor: pointer;
    left: 0;
    display: none;
}

.categories_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}

.category_item {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.category_item .tag--component:first-child {
    margin-bottom: 10px;
}

.tag--component {
    /* display: block;
     background-color: #010334;
     color: #fff;
     border-radius: 4px;
     font-size: 16px;
     line-height: 1.5;
     font-weight: 600;
     text-decoration: none;
     transition: background-color 0.3s ease-out;*/
}

.category_boundary:hover .slick-arrow {
    display: block;
}

.category_boundary .right-icon {
    left: unset;
    right: 0;
}

.categories_list .swiper-slide,
.slide-recent .swiper-slide,
.game_category_slider_container .swiper-slide,
#game_popular_slider .swiper-slide,
#game_hot_slider .swiper-slide {
    width: fit-content !important;
}

.BlogCard_container {
    display: block;
    background: var(--color-background);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
    text-decoration: none;
}

.BlogCard_cardImageContainer {
    overflow: hidden;
}

.BlogCard_cardImage {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}

.BlogCard_description {
    padding: 16px 16px 32px;
}

.BlogCard_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.Category_category {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    background: #d7d7d78c;
    border-radius: 6px;
    margin: 0;
}

.Date_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff82;
}

.BlogCard_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.BlogCard_text {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff82;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Blog_containerCards {
    display: grid;
    grid-template-columns: repeat(3, minmax(290px, 374px));
    grid-gap: 16px;
    gap: 16px;
}

@media (max-width: 1024px) {
    .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 892px) {
    .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }

    .BlogCard_cardImage {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.mb-3 {
    margin: 0 0 16px;
}

.h-right__item-heart {
    display: flex;
    position: relative;
    margin-left: 15px;
}

.heart {
    background: 0;
    border: 0;
    color: var(--color-menu);
}

.heart:hover .icon {
    color: var(--high-light);
}

.h-right__item-heart .heart:hover {
    color: red;
}

.favorite-icon .icon {
    fill: var(--color-primary);
}

.favorite-icon:hover .icon {
    fill: red;
}

.favorited {
    color: red;
}

.popup-favorite {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #000000cc;
    padding-top: 40px;
    display: none;
    height: 100vh;
    backdrop-filter: blur(14px);
}

.popup-close-btn {
    width: 35px;
    height: 35px;
    background: transparent;
    color: var(--color-light);
}

#sectionFavorites {
    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;
    margin: 0 -15px;
}

.popup-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}

.popup-title-heart {
    display: flex;
    align-items: center;
}

.popup-title-heart h2 {
    margin-right: 10px;
}

.title-heart {
    margin-bottom: 15px;
}

.popup-title-heart .title-heart .heart .icon {
    fill: #fff;
}

.badge_number {
    position: absolute;
    right: -7px;
    display: none;
    top: -11px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    background: red;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.search-complete-relative {
    position: relative;
}

.search-complete {
    position: absolute;
    width: 100%;
    max-height: 393px;
    overflow-y: auto;
    z-index: 999;
    top: 42px;
    border-radius: 5px;
    background: #002144;
    padding: 8px 10px;
    display: none;
}

.games-flex__item .card {
    padding: 8px 10px;
    border-radius: 0;
    max-width: 100%;
}

.games-flex__item .card .card__inner {
    align-items: center;
    gap: 10px;
}

.games-flex__item .card .card__inner .card__heading {
    padding: 0;
}

.games-flex__item .card .card__inner .card__thumb {
    border-radius: 0;
}

.games-flex__item .card .card__inner .card__thumb .card__rating {
    top: 2px;
    left: 4px;
    padding: 2px 7px 3px 3px;
}

.games-flex__item .card .card__inner .card__thumb .card__rating .star-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.games-flex__more .card {
    background: var(--high-light);
    max-width: 120px;
    border-radius: 12px;
    padding: 6px 12px;
}

.games-flex__more {
    text-align: center;
    background: #002144;
    position: relative;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.search-fixed {
    display: none;
    position: fixed;
    z-index: 99;
    background: #0009;
    width: 100%;
    height: 100%;
}

.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.offline .content_notification .icon {
    background: #ccc;
}

.games-flex__title .card {
    border-radius: 0;
    padding: 0 12px;
}

.text-overflow-2line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
}

.search-complete .card__thumb {
    width: 30%;
}

.search-complete .card__heading {
    width: 70%;
}

#posts_category .Blog_containerCards {
    grid-template-columns: repeat(2, minmax(290px, 374px));
}

@media (max-width: 1200px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(2, minmax(290px, 447px));
    }
}

@media (max-width: 1024px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 892px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.game-iframe {
    width: 100%;
}

@media (max-width: 768px) {
    .category_content {
        flex-flow: row wrap;
    }

    .category_boundary {
        width: 100%;
    }

    .about_category {
        width: 100%;
        max-width: 100%;
    }
}

.random-games {
    background: 0;
    border: 0;
}

.random-games .svg-icon {
    color: var(--color-menu);
    opacity: 0.7;
}

.random-games .svg-icon:hover {
    opacity: 1;
}

#posts_news .Blog_containerCards {
    grid-template-columns: repeat(2, minmax(247px, 362px));
}

@media (max-width: 1200px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(3, minmax(290px, 447px));
    }
}

@media (max-width: 1024px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 892px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.home-btn {
    color: #f40;
    background: 0;
    outline: 0;
    border: 0;
}

.current_menu {
    border-bottom: 2px solid #f40;
}

.Home_grid__npx0i {
    --grid-columns: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, 169px);
    grid-gap: 16px;
    gap: 16px;
    grid-auto-flow: row dense;
    justify-content: center;
    margin: 0 0 16px;
}

.grid_2x2 {
    grid-column: span 2;
    grid-row: span 2;
}

.grid_2x2.card {
    max-width: 100%;
    height: fit-content;
    width: 100%;
}

.related_cat_list {
	display: flex;
    gap: 6px;
    margin: 6px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px; 
	color: #b9b9b9;
	
}
html[data-theme=dark] .related_cat_list {
    color: #a1a1a1;
}

.grid_2x2 .card__heading {
    max-width: unset;
}

.related_cat_list a {
    color: #a1a1a1;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}
.grid_2x2.card:hover .related_cat_list,.grid_2x2.card:hover .related_cat_list a{
	color: #e1e1e1;
}
.related_cat_list a:hover {
    color: #fc0;
}

.card_rating {
    margin: 6px 0 0;
    font-size: 13px;
    color: var(--color-primary);
}
.card:hover .card_rating{
	color: var(--color-light);
}
.grid_2x2 .card__title::after {
    content: none;
}

.grid_2x2 .card__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.grid_2x2 .card__heading .play_more {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--high-light);
    color: var(--color-light);
}

.grid_2x2 .card__heading .play_more:hover {
    background: #cc6701;
}

.grid_2x2 .card__heading .card__heading_left {
    flex: 1;
}

.GameLabel_container {
    position: absolute;
    left: -4px;
    top: -6px;
    padding: 4px 8px;
    color: var(--color-light);
    font-weight: 500;
    font-size: 9px;
    line-height: 120%;
    letter-spacing: 0.5px;
    box-shadow: 1px 1px 1px 0 #00000045, 1px 1px 1px 0 #0000004f,
    2px 2px 3px 0 #00000008;
    border-radius: 20px 32px 32px 0;
    text-transform: uppercase;
    transform: translate(-2px, -2px);
    z-index: 100;
}

.GameLabel_container::before {
    content: "";
    background: inherit;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 0;
}

.GameLabel_container::after {
    content: "";
    background: #bac9de;
    width: 6px;
    height: 8px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 1;
}

.GameLabel_new {
    background-color: #3eb752;
}

.GameLabel_trending {
    background-color: #235b8b;
}

.GameLabel_hot {
    background-color: #de002b;
}

.visible-hidden {
    visibility: hidden;
}

.view_more_game {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: var(--shadow-2);
    border: 1px solid var(--border-card);
    text-transform: uppercase;
    min-height: 130px;
    background: var(--item-background);
    border-radius: 7px;
    max-width: 240px;
    width: 100%;
}

#game_category_slider_1games .card__heading {
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(0deg, #1b1a1a, transparent);
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 6px 6px;
    transition: opacity 0.3s linear;
    z-index: 100;
}

#game_category_slider_1games .card:hover .card__heading {
    opacity: 1;
}

#game_category_slider_1games .card {
    border: 2px solid #000;
}

#game_category_slider_1games .card:hover {
    border-color: var(--high-light);
}

@media (min-width: 400px) {
    .Home_grid__npx0i {
        --grid-columns: 2;

    }
}

@media (min-width: 500px) {
    .Home_grid__npx0i {
        --grid-columns: 2;

    }
}

@media (min-width: 600px) {
    .Home_grid__npx0i {
        --grid-columns: 3;
    }
}

@media (min-width: 768px) {
    .Home_grid__npx0i {
        --grid-columns: 4;
    }
}

@media (min-width: 982px) {
    .Home_grid__npx0i {
        --grid-columns: 5;
    }
}

@media (min-width: 1024px) {
    .Home_grid__npx0i {
        --grid-columns: 6;
    }
}

@media (min-width: 1200px) {
    .Home_grid__npx0i {
        --grid-columns: 7;
    }
}

@media (min-width: 1400px) {
    .Home_grid__npx0i {
        --grid-columns: 8;
    }
}

@media (min-width: 1600px) {
    .Home_grid__npx0i {
        --grid-columns: 9;
    }
}

@media (max-width: 500px) {
    .Home_grid__npx0i {
        --grid-columns: 2;
        grid-template-columns: repeat(2, 1fr);
    }
}

.card__thumb video {
    display: none;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.card:hover .card__thumb video {
    display: block;
}

.titleControl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
}

select.classic {
    background-color: white;
    border: thin solid blue;
    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;
    background-size: 12px 7px;
    background-position: calc(100% - 8px) 15px;
    background-repeat: no-repeat;
    height: auto;
}

select.classic:focus {
    color: #000;
    border-color: grey;
    outline: 0;
}

.sort_container {
    margin-left: auto;
}

.hot_page .heading__title {
    font-size: 1.3rem;
}

.text-center {
    text-align: center !important;
}

.new_page h1.heading__title,
.popular_page h1.heading__title,
.hot_page h1.heading__title {
    font-size: 28px;
}

.title_heading {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-primary);
}

.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: #ff4400;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ff4400, 0 0 5px #ff4400;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #ff4400;
    border-left-color: #ff4400;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .search-complete-relative {
        position: relative;
        flex: 1;
        margin: 0;
    }

    .d-block-mobile {
        display: block;
    }

    .header__right {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 12px;
        align-items: center;
        width: 100%;
        margin-top: 10px;
    }

    .search-form__inner,
    .search-form__input {
        width: 100%;
    }
}

.home_page, .hot_page, .new_page, .popular_page {
    padding: 12px 24px;
}

.loading_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 12px auto;
}

/* mobile*/
body.is_mobile .game_area_frame {
    min-height: 320px;
}

.is_mobile .game-preview-bgi {
    filter: unset;
}

.is_mobile .game-preview__logo, .player-footer__item .title,
.is_mobile .player__heading, .is_mobile .menu_action {
    display: none;
}

.is_mobile .header {
    margin: 0 0 12px;
}

.is_mobile #game-area {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* mobile*/
/*===================== halloween =============*/
.halloween {
    position: relative;
    padding-left: 40px;
}

.ghost_area {
    display: none;
}

.halloween .ghost_area {
    position: absolute;
    width: 35px;
    height: 29px;
    left: 0;
    display: block;
}

.ghost {
    position: relative;
}

.ghost .body {
    width: 28px;
    height: 34px;
    background: #fff;
    border-radius: 5rem 5rem 1rem 1rem;
    box-shadow: 0px 0px 0px #ff0000 inset, 0 0 18px 5px #ff0000;
    animation: ghostFloat 2s ease-in-out infinite;
}

.ghost .body .face {
    position: absolute;
    top: 10px;
    left: 8px;
}

.ghost .body .face .eyes {
    width: 4px;
    height: 5px;
    background: #01000a;
    border-radius: 50%;
    animation: eyesBlink 3s linear infinites;
}

.ghost .body .face .eyes::before {
    position: absolute;
    content: "";
    width: 4px;
    height: inherit;
    left: 10px;
    background: inherit;
    border-radius: inherit;
}

.ghost .body .face .dimples {
    width: 4px;
    height: 4px;
    background: #ffbeff;
    border-radius: 50%;
}

.ghost .body .face .dimples::after, .ghost .body .face .dimples::before {
    position: absolute;
    content: "";
    width: 3px;
    height: inherit;
    left: 12px;
    background: inherit;
    border-radius: inherit;
}

.ghost .body .face .mouth {
    position: absolute;
    top: 10px;
    left: 2px;
    background: #fff;
    width: 12px;
    height: 3px;
    border-radius: 50%;
}

.ghost .body .face .mouth::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 12px;
    left: -1px;
    height: inherit;
    border-radius: 50%;
    box-shadow: 0px 5px 0px 0px #01000a;
}

.ghost .bottom {
    position: absolute;
    top: 30px;
}

.ghost .bottom .circle {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 8px;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
}

.ghost .bottom .circle:nth-child(1) {
    left: 0;
}

.ghost .bottom .circle:nth-child(2) {
    left: 11px;
    border-radius: 1rem;
}

.ghost .bottom .circle:nth-child(3) {
    left: 23px;
}

.ghost .bottom .wave {
    position: relative;
    z-index: 1;
    left: 5px;
    width: 7px;
    height: 8px;
    background: #c3c7cb;
    border-radius: 1rem;
    box-shadow: inset 0rem 1.1rem 0 #fff;
}

.ghost .bottom .wave::before {
    position: absolute;
    content: "";
    left: 11px;
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: inherit;
    box-shadow: inherit;
}

@keyframes ghostFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-1rem);
    }
}

@keyframes eyesBlink {
    0%, 30%, 38%, 100% {
        transform: scale(1);
    }
    34%, 36% {
        transform: scale(1);
    }
}

.spider_web {
    background-image: url("../images/bg.png");
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;


}

html[data-theme=dark]:root .spider_web {
    background-image: url("../images/spider-web_1.png");
    opacity: 0.2;
    filter: blur(2px);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.pumpkin:before {
    content: "";
    background-image: url("../images/pumpkin.png");
    width: 35px;
    height: 29px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5px;
    left: 47px;
}

.spider {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 65px;
    /* 4. Animatie */
    animation: swing 2s infinite;
    transform-origin: top;
    /* Bonus */
    transition: 0.8s ease-in-out;
    z-index: 111;
    pointer-events: none;
}

.spider .spiderweb {
    width: 2px;
    height: 61px;
    margin-left: 15px;
    background: var(--color-primary);
}

.spider .body {
    width: 32px;
    height: 24px;
    background: var(--color-primary);
    position: relative;
    border-radius: 50%;
}

.spider .body .eye {
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 5px;
    background: var(--search-background);
    border-radius: 50%;
}

.spider .body .eye.left {
    left: 14px;
}

.spider .body .eye.right {
    right: 18px;
}

.spider .body .eye:after {
    background: var(--color-light);
    width: 4px;
    height: 4px;
    content: "";
    display: block;
    margin: 55%;
    border-radius: 50%;

    /* 3. Animatie */
    animation: look 4s infinite;
}

.spider .legs .leg {
    width: 20px;
    height: 27px;
    margin-top: -21px;
    border: 2px solid transparent;
    border-top-color: var(--color-primary);
    border-radius: 40px 40px 0 0;
}

.spider .legs {
    position: absolute;
    bottom: -23%;
    z-index: -1;
}

.spider .legs.left {
    left: -33px;
}

.spider .legs.right {
    right: -15px;
}

.legs.left .leg:nth-child(1) {
    transform: rotate(10deg);
    margin-left: 19px;
}

.legs.right .leg:nth-child(1) {
    transform: rotate(-10deg);
    margin-left: -16px;
}

.legs.left .leg:nth-child(2) {
    transform: rotate(-20deg);
    margin-left: 22px;
}

.legs.right .leg:nth-child(2) {
    transform: rotate(20deg);
    margin-left: -20px;
}

.legs.left .leg:nth-child(3) {
    transform: rotate(-50deg);
    margin-left: 27px;
}

.legs.right .leg:nth-child(3) {
    transform: rotate(50deg);
    margin-left: -30px;
}

/* 1. Animatie */
@keyframes look {
    0%,
    40%,
    100% {
        transform: translateX(0);
    }

    45%,
    95% {
        transform: translateX(-110%);
    }
}

/* 3. Animatie */
@keyframes swing {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* frame_halloween.png */
.tag_halloween .card__thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url("../images/frame_halloween.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    top: 0;
    left: 0;
    filter: drop-shadow(-4px 7px 9px #00000086);
}

.halloween .heading__title {
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 20px #ff92a7;
    }
    to {
        text-shadow: 0 0 30px #de002b, 0 0 10px #ff9b37;
    }
}

/*===================== halloween =============*/
/* HTML: <div class="loader"></div> */
.loader {
    width: 45px;
    aspect-ratio: .75;
    --c: no-repeat linear-gradient(#fff 0 0);
    background: var(--c) 0% 100%,
    var(--c) 50% 100%,
    var(--c) 100% 100%;
    background-size: 20% 65%;
    animation: l5 1s infinite linear;
}

@keyframes l5 {
    20% {
        background-position: 0% 50%, 50% 100%, 100% 100%
    }
    40% {
        background-position: 0% 0%, 50% 50%, 100% 100%
    }
    60% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }
    80% {
        background-position: 0% 100%, 50% 100%, 100% 0%
    }
}

.remove_recent {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 30px;
    height: 30px;
    line-height: 18px;
    border-radius: 4px;
    background: red;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10;

}

.remove_recent .svg-icon {
    width: 12px;
    height: 12px;
}

.card:hover .remove_recent {
    display: flex;
}
.logo_dark{
	display: none;
}
html[data-theme=dark]:root .logo_dark{
	display: block
}
html[data-theme=dark]:root .logo_light{
	display: none
}
/*===========switch=======*/
.h-right__item-mode {
    display: flex;
    position: relative;
    margin-left: 15px;
}

.color-toggle {
    cursor: pointer
}

.layout-header .color-toggle .dark {
    display: none !important
}

.layout-header .color-toggle .light {
    display: block !important
}

.layout-header .color-toggle.toggled .dark {
    display: block !important
}

.layout-header .color-toggle.toggled .light {
    display: none !important
}

/*===========switch=======*/