/* Minification failed. Returning unminified contents.
(85,31): run-time error CSS1030: Expected identifier, found '>'
(85,64): run-time error CSS1031: Expected selector, found ')'
(85,64): run-time error CSS1025: Expected comma or open brace, found ')'
(278,31): run-time error CSS1030: Expected identifier, found '>'
(278,64): run-time error CSS1031: Expected selector, found ')'
(278,64): run-time error CSS1025: Expected comma or open brace, found ')'
(469,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(470,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(471,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(473,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(474,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(475,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(476,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(477,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(479,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(495,17): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-diameter'
(496,18): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-diameter'
(497,25): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-border-radius'
(498,22): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(499,18): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-border-width'
(499,47): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-border-style'
(499,76): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-border-color'
(514,45): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-diameter'
(514,77): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(515,37): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-diameter'
(515,69): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(530,38): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(531,39): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(544,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(548,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(554,79): run-time error CSS1039: Token not allowed after unary operator: '-checkmark-size'
(555,75): run-time error CSS1039: Token not allowed after unary operator: '-checkmark-size'
(556,71): run-time error CSS1039: Token not allowed after unary operator: '-checkmark-size'
 */
@font-face {
    font-family: "PixeloidSans";
    src: url("../fonts/PixeloidSans.woff") format("woff");
}

body {
    background-color: #F7F8F9;
}

.header {
    background-color: #fff;
}

.header__logo {
    min-width: 0;
    margin: 0;
    min-width: 215px;
}

    .header__logo > img {
        margin: 0;
        width: 191px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
        min-width: 215px;
    }


.pbgms-header-ico {
    margin-bottom: 1px;
    margin-right: 6px;
}

    .pbgms-header-ico, .pbgms-header-ico img, .pbgms-header-ico > img {
        width: 21px;
        min-width: 21px;
        height: 21px;
        min-height: 21px;
    }

.wrapper {
    max-width: 1040px;
}

.pbgms-games__wrapper-header__logo {
    cursor: pointer;
    margin-left: 11px;
    padding: 0;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 23px;
}

.pbgms-games__wrapper-header__logo_text {
    cursor: pointer;
    font-family: 'PixeloidSans';
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: black;
    letter-spacing: 2%;
}

.pbgms-games__wrapper-header__logo > img {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
}

.games-category-info__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.pbgms-games__wrapper {
    margin-bottom: 20px;
}

    .pbgms-games__wrapper:has(> .pbgms-index__items:first-child) {
        margin-top: 48px;
    }

.pbgms-index__items {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 36px 26px;
}

.pbgms-index__item {
    width: 230px;
    height: 130px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 23px 20px 17px;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: box-shadow 0.25s ease-in-out;
}

    .pbgms-index__item > * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        user-drag: none;
        pointer-events: none;
        touch-action: none;
        outline: none;
    }

.pbgms-index__item_big_ico {
    height: 36px;
    width: 36px;
}

.pbgms-index__item_content_line {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.pbgms-index__item_content_chevron {
    align-self: end;
    margin-bottom: 2px;
    transition: transform 0.2s ease-in-out;
}

.pbgms-index__item_content_chevron,
img.pbgms-index__item_content_chevron {
    height: 18px;
}

.pbgms-index__item_small_ico {
    display: none;
}

.pbgms-index__item_content {
    display: flex;
    gap: 5px;
    flex-direction: row;
    width: 100%;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.pbgms-index__item_content_text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pbgms-index__item_content_text_header,
.pbgms-index__item_content_text_subheader {
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px;
    white-space: nowrap;
    text-align: start;
}

.pbgms-index__item_content_text_header {
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: black;
}

.pbgms-index__item_content_text_subheader {
    width: 100%;
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #5C5C5C;
}


/*@media (max-width: 1036px) {
    .pbgms-index__items {
        max-width: 742px;
    }
}

@media (max-width: 770px) {
    .pbgms-index__items {
        max-width: 486px;
    }
}*/

@media(min-width:1036px) {
    .pbgms-index__item:hover {
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.12);
    }

        .pbgms-index__item:hover .pbgms-index__item_content_chevron {
            transform: translateX(5px);
        }
}


@media (max-width: 1036px) {
    .pbgms-index__item_content_text_header,
    .pbgms-index__item_content_text_subheader {
        max-width: 228px;
        text-align: start;
    }

    .pbgms-index__item_content_text_header {
        font-size: 13px;
    }

    .pbgms-index__item_content_text_subheader {
        font-size: 11px;
    }

    .pbgms-index__items {
        max-width: 100%;
    }

    .pbgms-index__item {
        height: initial;
        width: 100%;
    }

    .pbgms-index__item_big_ico {
        display: none;
    }

    .pbgms-index__item_small_ico {
        display: flex;
        height: 32px;
        width: 32px;
    }

    pbgms-index__item_content_chevron,
    img.pbgms-index__item_content_chevron {
        height: 12px;
        align-self: center;
    }


    .pbgms-index__items {
        background-color: white;
        border-radius: 8px;
        padding: 8px 0;
        gap: 0;
    }

    .pbgms-index__item {
        padding: 0;
        margin: 16px 23px 0 23px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E0E0E0;
        border-radius: 0;
    }

        .pbgms-index__item:last-of-type {
            border-bottom: 0;
        }

    .pbgms-games__wrapper:has(> .pbgms-index__items:first-child) {
        margin-top: 20px;
    }
}


.games-dropdown-layout {
    max-width: 200px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.games-search-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 25px 60px 25px;
}

.games-dropdown-layout > label.games-dropdown-label {
    padding-left: 0;
    text-align: start;
}

.games-search-box {
    max-width: 500px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pbgms-games__search-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
}

.pbgms-games__checkboxes {
    margin-left: 12px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 22px;
}

.pbgms-games__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

    .pbgms-games__checkbox > label {
        margin-top: 3px;
        display: block;
        font-family: "Manrope";
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.01em;
        vertical-align: middle;
    }

.pbgms-games__search {
    margin: 0;
    padding: 0;
    margin-right: 12px;
    position: relative;
    width: 100%;
    max-width: 273px;
}

.pbgms-games__search-field {
    width: 100%;
    border: 1px solid #D1D5DB;
    padding: 14px;
    border-radius: 8px;
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.03em;
    vertical-align: middle;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

    .pbgms-games__search-field:focus,
    .pbgms-games__search-field:hover {
        border-color: #1A56DB;
    }

.pbgms-games__search-bar_ico {
    position: absolute;
    right: 15px;
    top: 14px;
}

    .pbgms-games__search-bar_ico > img {
        width: 24px;
        height: 24px;
    }

.games-dropdown {
    height: 42px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 17px;
    border: none;
    outline: none;
    font-size: 15px;
    border: 2px solid #1A3BE2;
    border-right: 52px solid #1A3BE2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.games-dropdown-svg {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 5px;
    pointer-events: none;
    position: absolute;
}

.games-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
    row-gap: 40px;
}

.ui-checkbox {
    --primary-color: #1677ff;
    --secondary-color: #fff;
    --primary-hover-color: #4096ff;
    /* checkbox */
    --checkbox-diameter: 20px;
    --checkbox-border-radius: 5px;
    --checkbox-border-color: #d9d9d9;
    --checkbox-border-width: 1px;
    --checkbox-border-style: solid;
    /* checkmark */
    --checkmark-size: 1.2;
    margin-bottom: 0px;
}

    .ui-checkbox,
    .ui-checkbox *,
    .ui-checkbox *::before,
    .ui-checkbox *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.ui-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--checkbox-diameter);
    height: var(--checkbox-diameter);
    border-radius: var(--checkbox-border-radius);
    background: var(--secondary-color);
    border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

    .ui-checkbox::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
        box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
        border-radius: inherit;
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
        -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
        transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    }

    .ui-checkbox::before {
        top: 40%;
        left: 50%;
        content: "";
        position: absolute;
        width: 4px;
        height: 7px;
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
        -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
        -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
        transform: translate(-50%, -50%) rotate(45deg) scale(0);
        opacity: 0;
        -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
        -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
        transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
    }

    /* actions */

    .ui-checkbox:hover {
        border-color: var(--primary-color);
    }

    .ui-checkbox:checked {
        background: var(--primary-color);
        border-color: transparent;
    }

        .ui-checkbox:checked::before {
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
            -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
            transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
        }

    .ui-checkbox:active:not(:checked)::after {
        -webkit-transition: none;
        -o-transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        transition: none;
        opacity: 1;
    }


.games__col {
    width: calc(100% / 5);
}

.games-item {
    border-radius: 6px;
    max-width: 170px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 90%;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    position: relative;
}

    .games-item:hover {
        -webkit-box-shadow: 0 1px 6px 0 rgba(145, 145, 145, 0.47);
        box-shadow: 0 1px 6px 0 rgba(145, 145, 145, 0.47);
    }

.games-item__ico {
    min-height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.games-item__info-block,
.games-item__info-text {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.games-item__info-text {
    justify-content: space-between;
    max-width: 350px;
    padding: 6px 10px 5px 10px;
}



.games-item__img {
    height: 243px;
    max-height: 243px;
    min-height: 243px;
    border-radius: 6px 6px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
}

    .games-item__img img {
        width: 100%;
        max-width: 170px;
        min-width: 170px;
        object-fit: cover;
        -o-object-fit: cover;
        object-fit: cover;
    }

.games-item__img_dlc {
    position: absolute;
    display: block;
    background-color: white;
    padding: 6px 7px;
    top: 10px;
    right: 8px;
    border-radius: 4px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    vertical-align: middle;
}

.games-item__img_preorder {
    position: absolute;
    display: block;
    background-color: rgba(51, 166, 122, 1);
    color: rgba(255, 255, 255, 1);
    padding: 6px 8px;
    bottom: 10px;
    right: 8px;
    border-radius: 4px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.01em;
    vertical-align: middle;
}

.pbgms-item__dlc-div {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 18px;
    align-items: center;
}

.pbgms-item__dlc-div_dlc {
    padding: 6px 13px;
    color: #14A658;
    border: 2px solid #14A658;
    border-radius: 6px;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.03em;
}

.pbgms-item__dlc-div_not_released {
    border-color: #CB4D4D;
    color: #CB4D4D;
}

.pbgms-item__dlc-div_label {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #6F6F6F;
}

.games-item__title {
    display: block;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.03em;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.games-item__info-prices {
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
}

.games-item__price {
    display: block;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.02em;
}


.games-item__info {
    display: block;
    margin-top: 8px;
    font-family: "Manrope";
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.03em;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.games-item .ico-arrow-right {
    display: none;
}

.games-item__button {
    margin-top: 20px;
    width: 100%;
}

.games-title__img {
    min-width: 200px;
    width: 200px;
}

.games-item__crossed {
    text-decoration: line-through;
    color: #A0A0A0;
    font-size: 12px;
}

.games-item__sale {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: white;
    padding: 6px 10px;
    background-color: #14A056;
    border-radius: 6px 0;
}

.pbgms-navigation__dot {
    height: 5px;
    width: 5px;
    max-height: 5px;
    max-width: 5px;
    min-height: 5px;
    min-width: 5px;
    background-color: #9AB5D2;
    border-radius: 50%;
    display: inline-block;
}

.pbgms-navigation__label {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

    .pbgms-navigation__label:last-child,
    .pbgms-navigation__label:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


.pbgms-navigation__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
    margin-top: 31px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
}

.pbgms-navigation__line__launcher {
    margin-bottom: 0;
}

.pbgms-item {
    background-color: #fff;
    border-radius: 12px;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 45px;
    padding-bottom: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 135px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.pbgms-item__image-div {
    width: 100%;
    height: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pbgms-item__important-hint {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    border: 1px solid #E5E7EB;
    margin-bottom: 25px;
    padding: 14px 12px 14px 14px;
    border-radius: 8px;
}

.pbgms-item__important-hint_mobile {
    display: none;
}

.pbgms-item__important-hint_image {
    width: 26px;
    height: 26px;
}

.pbgms-item__important-hint_text-br {
    display: block;
    width: 100%;
    height: 10px;
}

.pbgms-item__important-hint_text {
    display: block;
    max-width: 230px;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 12px;
    color: #6F6F6F;
    letter-spacing: 0.01em;
    word-break: normal;
}

.pbgms-item__image {
    width: 100%;
    height: 100%;
    max-height: 429px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.pbgms-item__content {
    width: 100%;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pbgms-item__title {
    display: block;
    margin-bottom: 12px;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.pbgms-item__price_old {
    font-family: "Manrope";
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-decoration: line-through;
    color: #A0A0A0;
}

.pbgms-item__price_current {
    display: block;
    margin-bottom: 31px;
    position: relative;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.pbgms-item__price_sale {
    height: 56px;
    width: 56px;
    min-height: 56px;
    color: #fff;
    min-width: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 56px;
    max-width: 56px;
    background-image: url("content/images/games/shaped_star_ico.svg");
    top: -18px;
    position: absolute;
    padding-top: 22px;
    text-align: center;
    right: -75px;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.01em;
}

.pbgms-item__info {
    border-radius: 8px;
    border: 0.6px solid #E5E7EB;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    margin-bottom: 34px;
    padding-right: 5px;
}

.pbgms-item__info_header,
.pbgms-item__info_data {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pbgms-item__info_header {
    text-box: auto;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
}

.pbgms-item__info_data {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    word-break: break-word;
    letter-spacing: 0.01em;
    color: #6B7280;
}

.pbgms-item__info_border {
    border-top: 0.5px solid #E5E7EB;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

.pbgms-item__input_label {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}

.pbgms-item__input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    padding: 14px 16px;
    background-color: #F9FAFB;
    margin-bottom: 8px;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

    .pbgms-item__input:hover,
    .pbgms-item__input:focus {
        border-color: #1A56DB;
    }

.pbgms-item__input_error {
    color: #C81E1E !important;
    background-color: #FDF2F2 !important;
    border-color: #F05252 !important;
    margin-bottom: 1px;
}

.pbgms-item__input_error_hint {
    display: block;
    font-family: "Manrope";
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    vertical-align: bottom;
    color: #E02424;
}

.pbgms-item__acivate_helper_link {
    display: block;
    color: #48698E;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 12px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    line-height: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 27px;
}

.pbgms-item__acivate_helper_link_ico {
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-left: 2px;
    margin-bottom: 1px;
}

.pbgms-item__payment {
    margin-bottom: 32px;
    border-radius: 8px;
    border: 0.6px solid #E5E7EB;
}

.pbgms-item__payment_type_border {
    width: 100%;
    border-top: 0.6px solid #E5E7EB;
}

.pbgms-item__payment_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
}

.pbgms-item__payment_type_radio_label {
    margin-left: 10px;
    cursor: pointer;
    padding-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #909090;
    vertical-align: middle;
}

.pbgms-item__payment_type_radio_comission {
    font-family: "Manrope";
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    line-height: 150%;
    color: #6B7280;
    letter-spacing: 0.01em;
    vertical-align: middle;
}

.pbgms-item__payment_type_radio {
    cursor: pointer;
    -webkit-appearance: radio !important;
}

    .pbgms-item__payment_type_radio:checked + label {
        color: black;
    }

.pbgms-item__payBtn {
    border-radius: 8px;
    border: none;
    background-color: #1A56DB;
    color: #FFFFFF;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    padding-top: 14px;
    padding-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.pbgms-item__payBtn_ico {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.activation-wrapper {
    padding: 0 10px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.activation__h1,
.activation__h2,
.activation__link,
.activation__info_list-item {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    padding: 0;
    margin: 0;
    display: block;
}

.activation__img {
    width: 430px;
    height: auto;
    max-width: 430px;
    min-width: 430px;
}

.activation__info_list {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    list-style-type: disc;
    margin-left: 6px;
}

.activation__info_list-item,
.activation__link {
    font-weight: 500;
    font-size: 14px;
}

.activation__info_list-item {
    display: list-item;
}

.activation__link:hover,
.activation__link:visited,
.activation__link {
    color: #007AFF;
    text-decoration: underline;
    cursor: pointer;
}

.activation__h2 {
    font-size: 18px;
    margin: 22px 0 0 0;
}

.activation__h2_not_margin {
    margin: 0;
}

.activation__block {
    padding: 20px 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.activation-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

    .activation-item > * {
        color: black;
    }

.activation-title {
    display: flex;
    gap: 10px;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    padding: 0;
    margin: 0;
    padding: 20px 20px 18px 20px;
    background-color: white;
    cursor: pointer;
    user-select: none;
    color: rgba(107, 114, 128, 1);
    border-bottom: 1px solid transparent;
    transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

    .activation-title > svg {
        height: 16px;
        width: 16px;
        transition: transform 0.35s ease-in-out;
    }

        .activation-title > svg > * {
            transition: fill 0.35s ease-in-out, stroke 0.35s ease-in-out;
        }

.activation-content {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.activation-item.active .activation-content {
    max-height: 2000px;
}

.activation-item.active .activation-title {
    border-bottom-color: #ddd;
    color: black;
}

.activation-item.active > .activation-title > svg {
    transform: rotate(180deg);
}

    .activation-item.active > .activation-title > svg > * {
        fill: #1F2A37;
        stroke: #111928;
    }

.activation_plain_text {
    margin: 0;
    padding: 0;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

.activation__link_black:hover,
.activation__link_black {
    color: black;
}

.activation__info_list-item-one-line {
    display: flex;
    gap: 5px;
    height: 21px;
    margin: 0;
    padding: 0;
}

.activation__info_list_ordered {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    margin-left: 6px;
}

.footer {
    max-width: 100%;
    overflow: hidden;
    border-top: 0.5px solid lightgray;
}



.footer__links {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.footer__item-block_mobile {
    display: flex;
    flex-direction: row;
    column-gap: 9px;
    row-gap: 14px;
    max-width: 230px;
    flex-wrap: wrap;
}

.footer__item-block_social {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
}

.footer_tg,
.footer_vk,
.footer_dtf,
.footer_mobile-img,
.footer__item-link {
    cursor: pointer;
}

.footer__item-header {
    margin-top: 0px;
    margin-bottom: 19px;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.025em;
}

.footer__item-link,
.footer__item-link:visited {
    text-decoration: none;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #828282;
}

    .footer__item-link:hover {
        text-decoration: underline;
    }

.footer__item-block {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer_tg {
    width: 26px;
    max-width: 26px;
    min-width: 26px;
}

.footer_vk {
    width: 24px;
    max-width: 24px;
    min-width: 24px;
}

.footer_dtf {
    width: 52px;
    max-width: 52px;
    min-width: 52px;
}

.footer_mobile-img {
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}

.only_mobile {
    display: none;
}


@media (max-width: 1200px) {
    .games__col {
        width: calc(100% / 5);
    }
}

@media(min-width: 992px) {
    .activation__img {
        margin-left: 25px;
    }
}

@media (max-width: 500px) {
    .field-group {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .pbgms-item__important-hint_text {
        max-width: calc(100% - 50px);
    }

    .activation__img {
        width: 330px;
        max-width: 330px;
        min-width: 330px;
    }

    .activation__link {
        width: 250px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .bottomSheetContent.activation__link {
        width: 90%;
    }

    .pbgms-games__wrapper-header__logo {
        margin-left: 10px;
        gap: 14px;
    }

    .pbgms-games__wrapper-header__logo_text {
        font-size: 23px;
    }

    .pbgms-games__wrapper-header__logo > img {
        height: 30px;
        width: 30px;
        min-height: 30px;
        min-width: 30px;
    }


    .games-dropdown-layout {
        max-width: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .games-search-line {
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .games__col {
        width: calc(100% / 4);
    }

    .games-search-box {
        max-width: initial;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .header {
        padding: 25px 0px 10px 0px;
    }

    .header__logo {
        margin: 0 auto;
        min-width: 186px;
        margin-bottom: 10px;
    }

        .header__logo > img {
            margin: 0;
            min-width: 186px;
        }

    .pbgms-only_mobile-wrapper {
        padding-right: 20px;
    }

        .pbgms-only_mobile-wrapper > a > img {
            margin-left: 15px;
        }

    .menu-burger {
        top: -7px;
    }

    .only_mobile {
        display: flex;
        margin: 0;
        padding: 0;
        font-family: "Manrope", sans-serif;
        font-size: 12px;
        line-height: 16px;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        font-weight: 600;
        flex-direction: row;
        margin-top: -10px;
    }

    .pbgms-only_mobile-wrapper > .header__logo {
        margin-left: 25px;
    }

    a.g-btn.games_QR_canel_btn,
    #sbpPayDivBtn > #openSBPPickerBtn {
        width: 100%;
        border-radius: 8px;
    }
}

@media (max-width: 400px) {
    .pbgms-only_mobile-wrapper {
        padding: 0px 0px 0 14px;
    }

    .header__logo {
        /* margin-left: 0;
        margin-right: 0;*/
    }

    .only_mobile {
        position: absolute;
        top: 10px;
        right: 20px;
    }
}


.footer_a_line_splitter {
    margin-top: 2px;
}


@media (max-width: 962px) {
    .footer_a_line_splitter {
        display: none;
    }

    .footer__links {
        flex-direction: column;
        flex-wrap: wrap;
        height: 180px;
        align-content: space-around;
        justify-content: space-between;
    }

    .pbgms-item__info {
        margin-bottom: 25px;
    }

    .footer__links > * {
        height: 60px;
        flex: 1 1 80px;
    }

    .pbgms-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        gap: 27px;
    }

    .pbgms-item__content {
        max-width: 100%;
    }

    .pbgms-item__image {
        margin-left: 30px;
        margin-right: 30px;
        max-width: 80%;
    }

    .pbgms-item__important-hint {
        display: none;
    }

    .pbgms-item__important-hint_mobile {
        display: flex;
        padding: 12px 12px 12px 14px;
        gap: 12px;
    }


    .pbgms-item__important-hint_text {
        font-size: 11px;
    }
}


@media (max-width: 820px) {
    .activation__info_list {
        margin-bottom: 5px;
    }

    .pbgms-games__search-line {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pbgms-games__search {
        max-width: 95%;
        margin-left: 12px;
    }

    .pbgms-games__checkboxes {
        margin-top: 20px;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    }

    .pbgms-navigation__line__launcher {
        margin-top: 20px;
    }

    .pbgms-games__checkboxes__launcher {
        margin-top: 0;
    }

    .games__col {
        width: calc(100% / 3);
    }
}

@media (max-width: 775px) {
    .footer__links {
        flex-direction: column;
        flex-wrap: wrap;
        height: 225px;
        align-content: flex-start;
        margin-left: 10px;
    }

        .footer__links > * {
            height: 10px;
            flex: 1 1 55px;
            width: 215px;
        }

    .footer__item-header-margin {
        margin-top: 14px;
    }

    .footer__item-block_mobile {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .footer__item-header {
        margin-bottom: 10px;
    }

    .footer__item-block {
        gap: 10px;
    }

    .footer__item-link,
    .footer__item-header {
        font-size: 12px;
    }
}


@media (max-width: 600px) {
    .games__col {
        width: calc(100% / 2);
    }
}

.hidden {
    display: none;
}

.transparent {
    color: transparent;
}

#sbpPayDiv {
    width: 100%;
}

.keys-not-found {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: black;
}

a.pbgms-navigation__label {
    cursor: pointer;
}

.footer__wrapper {
    max-width: 1009px;
}

.footer-borderless {
    border-top: none;
}

.header__nav_link {
    padding: 10px 15px;
}

.footer__item-mobile-links {
    visibility: hidden;
}

.mobnav__mainnav-link {
    letter-spacing: 0.07px;
}

#sbpPayDivBtn {
    justify-content: center;
}

a.g-btn.games_QR_open_picker_btn,
a.g-btn.games_QR_canel_btn {
    width: 260px;
    border-radius: 8px;
    border-color: rgba(26, 86, 219, 1);
    color: rgba(26, 86, 219, 1);
    border-width: 1px;
    background: white;
    height: 44px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
}

    a.g-btn.games_QR_open_picker_btn:hover,
    a.g-btn.games_QR_canel_btn:hover {
        background-color: rgba(26, 86, 219, 1);
        color: white;
    }

a.g-btn.games_QR_open_picker_btn {
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    a.g-btn.games_QR_open_picker_btn,
    a.g-btn.games_QR_canel_btn {
        height: 44px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

