.hero img {
    object-position: 50% 50% !important;
}

.card__image img {
    height: 100%;
    object-fit: cover;
}

.card--default .card__title {
    height: 33px;
    overflow: hidden;
}

.card--large .card__title {
    height: 43px;
    overflow: hidden;
}

.product__image {
    background-position: 50% 50%;
}

.product__card-info-line a {
    color: #fff;
}

.product__card-info-line {
    display: flex;
}

.product__card-info-line span {
    margin-right: 8px;
}

.product__card-info-line ul {
    display: flex;
}

.product__card-info-line ul li {
    margin-right: 6px;
    margin-bottom: 2px;
}

.product__card-info-line ul li:after {
    content: ',';
}

.product__card-info-line ul li:last-child:after {
    content: '';
!important
}

.product__title {
    word-break: break-word;
}

.product__card-info-line ul {
    flex-wrap: wrap;
}

.product__text strong {
    font-weight: bold;
}

.product__text p {
    margin-bottom: 20px;
}

.product__text p a {
    font-size: 16px;
    color: #000;
}

.product__text iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.product__warning ul {
    margin-bottom: 10px;
}

.product__text img {
    max-width: 100%;
    height: auto;
}

.product__text div {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 28px;
}

.screenshots {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.screenshots a {
    display: block;
    width: 250px;
    background-size: cover;
    height: 200px;
    margin-bottom: 10px;
}

.screenshots a:empty {
    height: 0;
    margin: 0;
}

#play_icon {
    position: absolute;
    width: 242px;
    height: 200px;
    background: url(../img/play_icon.png) center center no-repeat;
    opacity: .7;
}

#play_icon:hover {
    opacity: .9;
}

.product__text img {
    display: block;
}

.products__item-price {
    white-space: nowrap;
}

.products__item {
    color: #000;
    text-decoration: none;
}

.products__item-title {
    font-size: 20px;
    padding-top: 0;
}

.products__item-content-wrapper {
    max-width: 500px;
    word-break: break-word;
}

.products__teasers-title {
    font-size: 16px;
    line-height: 1.4;
    word-break: break-word;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    height: fit-content;
}

#filter_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 550px;
    height: 100vh;
    /* z-index: 9999; */
    overflow-y: scroll;
    background-color: #fff;
}

.filter__head {
    display: flex;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 25px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

.filter__close {
    width: 30px;
    height: 30px;
    background-image: url(../img/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    cursor: pointer;
    transition: all 300ms;
}

.filter__close:hover {
    transform: rotate(180deg);
}

.filter__logo img {
    width: 205px;
}

.section::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
}

.desc a {
    color: #000;
}

.desc img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

#filter .form-group {
    margin-bottom: 20px;
}

#filter .form-group strong {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#filter {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

#filter .form-control {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.filter__reset-sticky {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    padding: 12px;
    background: #161616;
    pointer-events: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.filter__reset-sticky .filter__reset-actions {
    pointer-events: auto;
}

.filter__reset-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.filter__reset-actions {
    display: flex;
    gap: 12px;
}

.filter__apply-btn {
    display: none;
}

.filter__reset-sticky .filter__reset-btn {
    border-color: #fff;
    background: transparent;
    color: #fff;
    flex: 1;
    min-width: 0;
}

.filter__reset-sticky .filter__reset-btn:hover {
    background: #fff;
    color: #000;
}

.filter__reset-sticky .filter__apply-btn {
    border-color: #26a10f;
    background: #26a10f;
    color: #fff;
    flex: 1;
    min-width: 0;
}

.filter__reset-sticky .filter__apply-btn:hover {
    background: #2cb312;
    border-color: #2cb312;
    color: #fff;
}

@media screen and (max-width: 760px) {
    .filter__apply-btn {
        display: inline-block;
        height: 40px;
        padding: 0 24px;
        font-size: 16px;
        border: 1px solid #26a10f;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
    }
}

@media screen and (min-width: 761px) {
    .filter__reset-actions .filter__reset-wrap {
        flex: 1;
    }
}

.filter__reset-btn {
    display: inline-block;
    height: 40px;
    padding: 0 24px;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.filter__reset-btn:hover {
    background: #000;
    color: #fff;
}

/* iCheck plugin Minimal skin, green
----------------------------------- */
.icheckbox_minimal-green,
.iradio_minimal-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../img/green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-green {
    background-position: 0 0;
}

.icheckbox_minimal-green.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-green.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-green.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-green.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-green {
    background-position: -100px 0;
}

.iradio_minimal-green.hover {
    background-position: -120px 0;
}

.iradio_minimal-green.checked {
    background-position: -140px 0;
}

.iradio_minimal-green.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-green.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal-green,
    .iradio_minimal-green {
        background-image: url(../img/green@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.checkbox-container {
    margin-bottom: 10px;
}

.checkbox-container label {
    margin-left: 10px;
    cursor: pointer;
}

.icheckbox_minimal-green {
    cursor: pointer;
}

#filter_wrapper {
    display: none;
}

#filter_wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#filter_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#filter_wrapper::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

/* Handle on hover */
.reviews__block-frame::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.reviews__block-frame::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.reviews__block-frame::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.reviews__block-frame::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

/* Handle on hover */
.reviews__block-frame::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.burger {
    display: none;
}

.product__card-poster {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.product__card-poster img {
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 760px) {
    .products__item-content {
        flex-direction: column;
    }

    .burger {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
    }

    .products__item-price {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        align-self: flex-start;
    }

    .products__item-title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .product__image {
        height: 140vw;
        margin-bottom: -130vw;
    }

    .screenshots a {
        width: 100%;
        background-position: 50% 50%;
    }

    .product__text iframe {
        width: 100%;
    }

    .products__actions {
        position: relative;
        z-index: 100;
    }

    .hero img {
        height: 38vw;
    }

    #play_icon {
        width: 100%;
    }

    .popup-youtube {
        position: relative;
    }

    #filter_wrapper {
        width: 100%;
    }

    .product__card-poster img {
        width: 90%;
    }

    .product__text div {
        font-size: 14px;
    }

    .burger__header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #EBEBEB;
    }

    .burger__header-logo img {
        width: 200px;
    }

    .burger__header-close img {
        width: 30px;
    }

    .reviews__block-frame {
        height: 400px;
    }
}

#reviews {
    margin-bottom: 20px;
}


.dark-theme .main__products {
    background: none;
}

.dark-theme .header__menu-item a {
    color: #fff;
    border-color: #fff;
}

.dark-theme {
    color: #fff;
}

.dark-theme .card__category {
    color: #fff;
}

.dark-theme .card__title {
    color: #fff;
}

.dark-theme .card__price {
    color: #fff !important;
    border-color: #fff !important;
}

.dark-theme .card__content {
    color: #fff;
    background-color: #000;
}

.dark-theme .tabs__item.active a {
    color: #fff;
    border-color: #fff;
}

.dark-theme .currency-switcher-icon path {
    stroke: #fff;
}

.burger__menu {
    width: 90vw;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.burger__menu-item a {
    font-size: 15px;
    display: block;
    color: #000;
    line-height: 1.2;
    padding: 14px 0;
    border-bottom: 1px solid #000;
}

.card--mini .card__title {
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.card--mini .card__category {
    height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.plati_review {
    overflow: hidden;
}

.dark-theme .plati_review.good {
    background-color: #000;
}

.dark-theme .plati_review .to-product a {
    color: #fff;
}

.dark-theme .reviews__block-text {
    color: #fff;
}

.dark-theme .reviews__block-text strong {
    color: #fff;
}

.dark-theme .products__item {
    color: #fff;
}

.dark-theme .products__item-title {
    color: #fff;
}

.dark-theme .products__item-category {
    color: #fff;
}

.dark-theme .products__item-price {
    color: #fff;
    border-color: #fff;
}

.language-switcher__item {
    opacity: 0.4;
}

html[lang=uk] .language-switcher__item--uk {
    opacity: 1;
}

html[lang=tr] .language-switcher__item--tk {
    opacity: 1;
}

html[lang=en] .language-switcher__item--gb {
    opacity: 1;
}

html[lang=ru] .language-switcher__item--ru {
    opacity: 1;
}

.currency-switcher {
    position: relative;
}

.currency-list {
    position: absolute;
    top: 25px;
    background-color: #fff;
    z-index: 100;
    display: none;
}

.currency-list input {
    display: block;
    width: 100px;
    cursor: pointer;
    background-color: #fff;
    font-weight: bold;
    border: 1px solid #000;
}

.currency-switcher {
    cursor: pointer;
}

.currency-switcher-icon {
    transition: all 300ms;
}

.currency-switcher.active .currency-switcher-icon {
    transform: rotate(90deg);
}

.currency-switcher.active .currency-list {
    display: block;
}

.card-blog {
    width: 100%;
    margin-bottom: 20px;
}

.band {
    display: block !important;
}

.dark-theme .page__text a {
    color: #fff;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.js-slider {
    padding-bottom: 0 !important;
}

.header__search {
    flex-direction: row-reverse;
}

.header__search-button {
    position: absolute;
    cursor: pointer;
}

.slick-prev:before, .slick-next:before {
    color: #000 !important;
    font-size: 28px !important;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.product__card {
    background-color: rgba(0, 0, 0, 0.9);
}

.hero {
    position: relative;
}

.hero__close {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/close-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.page__text iframe {
    width: 100%;
    min-height: 550px;
}

.product__text iframe {
    width: 100%;
    min-height: 550px;
}

.page__text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page__text img.alignnone {
    display: inline;
    margin-left: auto;
    margin-right: auto;
}

.item-1 h1 {
    font-weight: bold;
}

.header__menu-item a {
    border-radius: 12px;
    padding: 10px 4px;
}

.card {
    border-radius: 10px !important;
    border: 1px solid #000;
    overflow: hidden;
}

.card__content {
    border: none;
}

.slick-prev {
    z-index: 10;
}

.plati_review .seller_answer:empty {
    display: none !important;
}

.product__reviews-list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

    .header__right .language-switcher {
        position: absolute;
        right: 90px;
        top: 43px;
    }

    .header__right .currency-switcher {
        position: absolute;
        right: 20px;
        top: 45px;
    }

    .header__search {
        margin-left: auto;
        position: relative;
        top: -20px;
    }

    .language-switcher__item {
        margin-left: 9px;
    }

    .header__search {
        top: 10px;
        position: absolute;
        right: 20px;
    }

    .currency-switcher-symbol {
        display: none;
    }

    .header__search-field {
        width: calc(100% - 35px);
    }

    .products {
        padding-bottom: 20px;
    }

    .slick-prev, .slick-next {
        bottom: -30px;
        top: auto;
    }

    .card__category {
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page__text iframe {
        width: 100%;
        min-height: 300px;
    }

    .product__text iframe {
        width: 100%;
        min-height: 300px;
    }
}

.product__reviews-title {
    margin-top: -30px;
    padding-top: 60px;
}

.card:empty {
    border: none;
}

.card__price {
    border-radius: 8px;
}

.catalog--dark .catalog__button a {
    border-radius: 8px;
}

.products__item-price {
    border-radius: 8px;
    color: #26a10f;
    border-color: #26a10f;
}

.products__item-price:hover {
    background-color: #26a10f;
}

.menu__list {
    justify-content: flex-start;
}

#filter_wrapper {
    width: 300px;
}

.products__item-image {
    border-radius: 8px;
    overflow: hidden;
}

.dark-theme .slick-prev:before, .dark-theme .slick-next:before {
    color: #fff !important;
}

@media screen and (max-width: 760px) {
    .currency-list input {
        border-radius: 0px !important;
        color: #000 !important;
        padding: 10px !important;
    }

    .header__right .currency-switcher {
        right: auto;
        left: 80px;
        top: 86px;
        color: #fff;
        z-index: 99;
    }

    .header__right .currency-switcher svg path {
        fill: #fff;
    }

    .products__filters {
        z-index: 1002 !important;
        position: relative;
    }

    .currency-list {
        background: none !important;
    }

    .language-switcher {
        display: none !important;
    }

    .header__search {
        top: 29px;
    }

    .burger .language-switcher {
        display: flex !important;
        margin-left: 20px;
        transform: scale(1.3);
        transform-origin: top left;
    }

    .skiptranslate {
        display: none !important;
    }

    body {
        top: 0 !important;
    }

    .header__search-field input {
        height: 30px;
        border-radius: none;
    }

    .filter__reset-sticky {
        z-index: 9999999 !important;
    }
}


.products__teasers img {
    height: 221px !important;
}

.product__card-info-button a {
    background-color: #63bbff;
    border-color: #63bbff;
    transition: all 300ms;
}

.product__card-info-button a:hover {
    background-color: #63bbff;
    border-color: #63bbff;
    color: #fff;
    transform: scale(1.1);
}

.header__menu-item:first-child a {
    background-color: #63bbff;
    color: #fff;
    border-color: #63bbff;
}

.page__title {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.page__text {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.product__text {
    max-width: 1020px;
}

.page__text {
    font-size: 16px;
    line-height: 1.4;
}

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

.product__text hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page__text hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product__warning {
    max-width: 1020px;
}

.product__text div {
    font-size: 16px;
}

.page__text ul li {
    font-size: 16px;
    line-height: 1.4;
}

.page__text ol li {
    font-size: 16px;
    line-height: 1.4;
}

.page__text li img {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.calendar-games img {
    display: inline;
}

.product {
    background: none !important;
}

#reviews .btn {
    width: 340px;
    margin: auto;
    text-align: center;
    padding: 15px 15px;
    border-radius: 22px;
    cursor: pointer;
    background-color: #161616;
}

.dark-theme .products__burger span {
    background-color: #fff !important;
}

.dark-theme #filter_wrapper {
    background-color: #333;
    color: #fff;
}

.dark-theme #filter_wrapper .form-group strong {
    color: #fff;
}

.dark-theme .filter__reset-sticky {
    background: #000;
}

.dark-theme .filter__reset-sticky .filter__reset-btn {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.dark-theme .filter__reset-sticky .filter__reset-btn:hover {
    background: #fff;
    color: #000;
}

.dark-theme .filter__reset-sticky .filter__apply-btn {
    border-color: #26a10f;
    background: #26a10f;
    color: #fff;
}

.dark-theme .filter__reset-sticky .filter__apply-btn:hover {
    background: #2cb312;
    border-color: #2cb312;
    color: #fff;
}

.product__text a {
    text-decoration: underline !important;
}

.menu .reviews {
    padding: 0 !important;
}

.burger__menu .reviews {
    padding: 0 !important;
}

.products__item-type .type {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
}

.products__item-type .type img {
    width: 100%;
}

.products__item-type-name {
    margin-right: 10px;
}

.products__item-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.type-100 {
    display: none !important;
}

.stores__list {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.stores__item {
    display: flex;
    align-items: center;
    width: 30%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin: 10px;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    transition: all 600ms;
}

.stores__item-icon {
    width: 40px;
    margin-bottom: 20px;
}

.stores__item-icon img {
    max-width: 100%;
    transition: all 300ms;
}

.stores__item:hover img {
    transform: scale(1.2);
}

.stores__item:hover {
    border-color: #63bbff;
}

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

.header__search-button {
    background-color: #fff;
}


.header__search-button {
    background-size: 16px;
    background-color: #bebebe;
    padding: 10px;
    width: 33px;
    height: 33px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-top: -2px;
    background-image: url(../img/search-light.svg);
}

.dark-theme .products__item-type .type img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.dark-theme .header__search-button {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.countdown {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.countdown-element-wrapper {
    position: relative;
}

.countdown-value,
.countdown-separator {
    font-size: 42px;
    text-align: center;
}

.countdown-value {
    /*position: absolute;*/
}

.countdown-separator {
    padding: 0 6px;
}

.countdown-label {
    font-size: 12px;
    text-align: center;
}

.countdown-seconds-value {
    max-width: 42px;
}

.preorder-label,
.early-access-label,
.preorder-early-access-label {
    position: absolute;
    font-size: 12px;
    color: #fff;
    border-radius: 8px 0 8px 0;
    padding: 5px;
    z-index: 10;
}

.early-access-label {
    background-color: #63bbff;
}

.preorder-label {
    background-color: #26a10f;
}

.preorder-early-access-label {
    background-color: #00decc;
}

.card--large .preorder-label,
.card--large .early-access-label,
.card--large .preorder-early-access-label {
    font-size: 16px;
}

.products__item-image .preorder-label,
.products__item-image .early-access-label,
.products__item-image .preorder-early-access-label {
    border-radius: 0 8px 0 0;
    bottom: 0;
}

.product__card-info-type {
    margin-left: 20px;
}

.product__card-info-type span {
    margin-left: 10px;
}

.product__card-info-bottom--nopadding {
    padding-top: 0 !important;
}

#product_network_type_hint svg {
    cursor: pointer;
}


.promocode-label strong {
    font-weight: bold;
}

.promocode-label i {
    cursor: pointer;
}

.promocode-label input {
    width: 100px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
}

.promocode-label {
    font-size: 13px;
    position: absolute;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
    right: 30px;
    margin-top: 15px;
    justify-content: center;
    white-space: nowrap;
    gap: 10px;
}

.product__card {
    padding-bottom: 60px !important;
}

.promocode-label--preorder {
    margin-top: 100px;
}

@media screen and (max-width: 760px) {
    .promocode-label {
        width: 100%;
        right: 0;
    }

    .promocode-label--preorder {
        margin-top: 150px;
    }
}

.products__teasers-title img {
    height: auto !important;
}

.emoji {
    height: auto !important;
}

.steam-topup__box {
    background-image: url(../img/topup-bg.jpg);
    padding: 30px;
    border-radius: 18px;
    border: 1px solid #000;
    width: 1100px;
    margin: auto;
    max-width: 95%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.steam-topup__head {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.steam-topup__title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.steam-topup__title-icon {
    flex-shrink: 0;
}

.steam-topup__title-text {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.steam-topup__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.steam-topup__left {
    flex: 1;
}

.steam-topup__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.steam-topup__amount-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.steam-topup__amount-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.steam-topup__amount-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -11px;
}

.steam-topup__amount-input {
    width: 100%;
    height: 51px;
    padding: 0 55px 0 20px;
    font-size: 26px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
    outline: none;
    -moz-appearance: textfield;
}

.steam-topup__amount-input::-webkit-outer-spin-button, .steam-topup__amount-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.steam-topup__amount-input:focus {
    border-color: #000;
}

.steam-topup__amount-currency {
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    pointer-events: none;
}

.steam-topup__amount-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.steam-topup__amount-btn {
    flex: 1;
    min-width: 100px;
    height: 35px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.steam-topup__amount-btn:hover {
    background-color: #F5F5F5;
}

.steam-topup__amount-btn--active {
    background-color: #434343;
    color: #fff;
    border-color: #434343;
}

.steam-topup__amount-btn--active:hover {
    background-color: #4A4A4A;
}

.steam-topup__amount-limits {
    font-size: 14px;
    color: #666;
    margin-top: 0;
}

.steam-topup__instant-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #000;
    background-color: #FFD700;
    border-radius: 18px;
    padding: 8px 21px;
    position: relative;
    top: -8px;
    pointer-events: none;
    white-space: nowrap;
}

.steam-topup__instant-label svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.steam-topup__login-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.steam-topup__login-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.steam-topup__login-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.steam-topup__login-input {
    width: 100%;
    height: 52px;
    padding: 0 45px 0 20px;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
    outline: none;
}

.steam-topup__login-input::placeholder {
    color: #999;
}

.steam-topup__login-input:focus {
    border-color: #000;
}

.steam-topup__login-info {
    position: absolute;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #999;
    cursor: pointer;
    transition: color 0.3s;
}

.steam-topup__login-info:hover {
    color: #000;
}

.steam-topup__summary {
    padding: 16px 18px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.steam-topup__summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.steam-topup__summary-label {
    font-size: 16px;
    color: #000;
}

.steam-topup__summary-value {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.steam-topup__submit-btn {
    width: 100%;
    height: 58px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    margin-top: 10px;
    display: block;
    border: 1px solid #000;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.steam-topup__submit-btn:hover {
    background-color: #3A3A3A;
    transform: translateY(-1px);
}

@media screen and (max-width: 760px) {
    .steam-topup__box {
        padding: 20px;
    }

    .steam-topup__content {
        flex-direction: column;
        gap: 30px;
    }

    .steam-topup__title-text {
        font-size: 20px;
    }

    .steam-topup__amount-input {
        height: 55px;
        font-size: 22px;
        padding: 0 50px 0 20px;
    }

    .steam-topup__amount-currency {
        font-size: 22px;
        right: 20px;
    }

    .steam-topup__amount-btn {
        min-width: calc(50% - 6px);
        height: 45px;
        font-size: 14px;
    }

    .steam-topup__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .steam-topup__instant-label {
        width: 100%;
        font-size: 14px;
        padding: 10px 15px;
    }

    .steam-topup__login-input {
        height: 45px;
        font-size: 14px;
    }

    .steam-topup__submit-btn {
        height: 50px;
        font-size: 14px;
    }

    .steam-hitnt {
        line-height: 1.2;
    }
}

.steam-hitnt {
    margin-bottom: 10px;
}

:root {
    --spoiler-border: rgba(0, 0, 0, .12);
    --spoiler-bg: #fff;
    --spoiler-bg-hover: rgba(0, 0, 0, .03);
    --spoiler-radius: 12px;
    --spoiler-pad: 16px;
    --spoiler-gap: 10px;
    --spoiler-text: rgba(0, 0, 0, .85);
    --spoiler-muted: rgba(0, 0, 0, .55);
    --spoiler-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

/* контейнер */
.wp-spoiler {
    border: 1px solid var(--spoiler-border);
    border-radius: var(--spoiler-radius);
    background: var(--spoiler-bg);
    box-shadow: var(--spoiler-shadow);
    margin: 16px 0;
    overflow: hidden;
}

/* summary */
.wp-spoiler__summary {
    display: flex;
    align-items: center;
    gap: var(--spoiler-gap);
    padding: var(--spoiler-pad);
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    color: var(--spoiler-text);
    list-style: none;
}

.wp-spoiler__summary::-webkit-details-marker {
    display: none;
}

.wp-spoiler__summary:hover {
    background: var(--spoiler-bg-hover);
}

.wp-spoiler__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--spoiler-muted);
    transition: transform 220ms ease, color 220ms ease;
}

.wp-spoiler[open] .wp-spoiler__icon {
    transform: rotate(180deg);
    color: var(--spoiler-text);
}

.wp-spoiler__content {
    padding: 0 var(--spoiler-pad);
    overflow: hidden;
    height: 0;
    transition: height 280ms ease;
}

.wp-spoiler__content > *:first-child {
    margin-top: 12px;
}

.wp-spoiler__content > *:last-child {
    margin-bottom: 16px;
}

.products__teasers-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.products__teasers-head .products__teasers-heading {
    margin: 0;
}

.products__teasers-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.products__teasers-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.products__teasers-button-icon {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.products__teasers-button-icon_prev {
    transform: rotate(-135deg);
    margin-left: 2px;
}

.products__teasers-button-icon_next {
    transform: rotate(45deg);
    margin-right: 2px;
}

.products__teasers-button:hover {
    background: #000;
    color: #fff;
}

.products__teasers {
    display: block;
    width: 100%;
    overflow: hidden;
}

.js-sales-leaders-swiper .swiper-wrapper {
    visibility: hidden;
}

.js-sales-leaders-swiper.swiper-container-horizontal .swiper-wrapper {
    visibility: visible;
}

.products__teasers-list {
    display: flex;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

.products__teasers .products_list {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.products__teasers .swiper-slide {
    height: auto;
    flex-shrink: 0;
    flex-grow: 0;
}

.products__teasers-pagination {
    display: none;
    margin-top: 20px;
    gap: 8px;
    position: relative;
}

.products__teasers .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.products__teasers .swiper-pagination-bullet-active {
    background: #000;
    transform: scale(1.2);
}

@media screen and (min-width: 761px) {
    .products__teasers-nav {
        display: flex !important;
    }
}

@media screen and (max-width: 760px) {
    .products__teasers .products_list {
        width: 100%;
    }
}

#filter_wrapper {
    display: block;
    position: relative;
    height: auto;
    overflow-y: auto;
}

#filter {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.products__actions {
    width: 330px;
    min-width: 330px;
}

.filter__head {
    display: none;
}

.products__list {
    width: calc(100% - 360px);
}

.products__item {
    width: 100%;
    min-width: 100%;
}

.products__teasers-item:before {
    display: none !important;
}

.products__teasers .products__teasers-card-body {
    padding: 0 15px;
    box-sizing: border-box;
}

.products__teasers .products_list-item .products__teasers-card-body {
    padding-bottom: 0 !important;
}

.products__teasers .products__teasers-title {
    position: static;
    padding: 12px 15px 0;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 6px;
    padding-top: 0;
}

/* .products {
	z-index: 9999999;
	position: relative;
}
.filter__reset-sticky {
	z-index: 99999999;
}
.footer {
	position: relative;
	z-index: 999999999;
} */
.products__teasers .products__teasers-img-wrap img {
    height: 161px !important;
    object-fit: cover;
    width: 100%;
    display: block;
}

.products__teasers .product__card-info-line {
    padding: 8px 0 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #666;
}

.products__teasers .products__teasers-genres {
    padding: 0 0 4px;
    margin-top: 0;
    min-width: 0;
    margin-bottom: 0;
}

.products__teasers .products__teasers-genres > span:first-child {
    flex-shrink: 0;
    margin-right: 4px;
}

.products__teasers .products__teasers-genres-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    display: block;
}

.products__teasers .products_list-item {
    position: relative;
    border: 1px solid #e5e5e5;
    height: 290px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.products__teasers .products_list-item:hover,
.products__teasers .products_list-item:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #000;
}

.products__teasers .products_list-item .products__teasers-card-link:focus {
    outline: none;
}

.products__teasers .products_list-item .products__teasers-card-link:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.products__teasers .products_list-item .products__teasers-card-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
    text-decoration: none;
    color: inherit;
    min-width: 0;
    cursor: pointer;
}

.products__teasers .products_list-item .products__teasers-img-wrap {
    flex-shrink: 0;
    overflow: hidden;
    background: #f8f8f8;
}

.products__teasers .products_list-item .products__teasers-img-wrap img {
    transition: transform 0.35s ease;
}

.products__teasers .products_list-item:hover .products__teasers-img-wrap img {
    transform: scale(1.03);
}

.products__teasers .products_list-item .products__teasers-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
    overflow: visible;
    padding-bottom: 44px;
}

.products__teasers .products__teasers-date {
    margin-top: auto;
    margin-bottom: 0;
}

.products__teasers .product__card-info-line svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    flex-shrink: 0;
}

.products__teasers .product__card-info-line span {
    display: flex;
    align-items: center;
}

.products__teasers-heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.products {
    padding-top: 20px;
}

@media screen and (max-width: 760px) {
    #filter {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #filter_wrapper {
        display: none;
        position: fixed;
        height: 100dvh;
    }

    #filter_wrapper.filter_wrapper--teleported {
        z-index: 999999;
    }

    .products__list {
        width: 100%;
    }

    .products__actions {
        width: 100%;
        min-width: 100%;
    }

    .filter__head {
        display: flex;
    }

    #filter_wrapper {
        width: 100%;
    }

    .products__teasers-heading {
        font-size: 30px;
    }

    .footer {
        position: relative;
        z-index: 999;
    }

    .products__teasers {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% + 40px);
    }

    .products__teasers .products__teasers-title {
        margin-top: 20px !important;
    }

    .products__teasers .swiper-slide {
        padding: 0 8px;
        box-sizing: border-box;
    }

    .products__teasers .swiper-slide:first-child {
        padding-left: 20px;
    }

    .products__teasers .swiper-slide:last-child {
        padding-right: 20px;
    }

    .products__teasers .products_list-item {
        width: 100%;
    }

    .products__teasers .products__teasers-img-wrap img {
        height: 49vw !important;
    }

    .products__teasers .products_list-item {
        height: 310px;
    }

    .products__teasers-head {
        margin-top: 30px;
    }

    .products__teasers-nav {
        display: none !important;
    }

    .products__teasers-pagination {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 0 20px;
    }

    .products__teasers .swiper-pagination-bullet {
        border-radius: 50%;
    }

    .products__teasers-pagination {
        margin-bottom: 2px;
    }

    .filter__reset-sticky {
        width: 100% !important;
    }
}

@media screen and (min-width: 760px) {
    .filter__reset-btn {
        width: 100% !important;
    }
}

.product__info-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product__info-button a {
    padding: 10px 20px;
    background-color: #222;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    align-items: center;
    transition: all 300ms;
    justify-content: center;
    border-radius: 12px;
}
.product__info-button a svg {
    margin-right: 10px;
}
.product__info-button a:hover {
    transform: scale(1.05);
}