/* Minification failed. Returning unminified contents.
(243,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(244,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(245,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(247,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(248,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(249,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(250,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(251,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(253,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(269,17): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-diameter'
(270,18): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-diameter'
(271,25): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-border-radius'
(272,22): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(273,18): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-border-width'
(273,47): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-border-style'
(273,76): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-border-color'
(288,45): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-diameter'
(288,77): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(289,37): run-time error CSS1039: Token not allowed after unary operator: '-checkbox-diameter'
(289,69): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(304,38): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(305,39): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(318,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(322,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(328,79): run-time error CSS1039: Token not allowed after unary operator: '-checkmark-size'
(329,75): run-time error CSS1039: Token not allowed after unary operator: '-checkmark-size'
(330,71): run-time error CSS1039: Token not allowed after unary operator: '-checkmark-size'
 */
body {
    background-color: #F7F8F9;
}

.header {
    background-color: #fff;
}

.header__logo, .header__logo > img {
    margin: 0;
    padding: 0;
    width: 245px;
    min-width: 245px;
    min-height: 56px;
    height: 56px;
}


.steam-header-ico {
    margin-bottom: 1px;
    margin-right: 6px;
}

    .steam-header-ico, .steam-header-ico img, .steam-header-ico > img {
        width: 21px;
        min-width: 21px;
        height: 21px;
        min-height: 21px;
    }

.wrapper {
    max-width: 1040px;
}

.steam-games__wrapper-header__logo {
    margin-left: 11px;
    padding: 0;
    width: fit-content;
}

    .steam-games__wrapper-header__logo > img {
        height: 40px;
        width: 287px;
        min-height: 40px;
        min-width: 287px;
    }

.games-category-info__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.steam-games__wrapper {
    margin-bottom: 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;
}

.steam-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: 53px;
}

.steam-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;
}

.steam-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;
}

    .steam-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;
    }

.steam-games__search {
    margin: 0;
    padding: 0;
    margin-right: 12px;
    position: relative;
    width: 100%;
    max-width: 273px;
}

.steam-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;
}

    .steam-games__search-field:focus,
    .steam-games__search-field:hover {
        border-color: #1A56DB;
    }

.steam-games__search-bar_ico {
    position: absolute;
    right: 15px;
    top: 14px;
}

    .steam-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 {
    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;
}

    .games-item__img img {
        max-width: 170px;
        object-fit: cover;
        border-radius: 6px 6px 0 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.games-item__img_dlc {
    position: absolute;
    display: block;
    background-color: white;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
    padding: 6px 10px;
    top: 0;
    right: 0;
    border-radius: 0 5px;
}

.steam-item__dlc-div {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 18px;
    align-items: center;
}

.steam-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;
}

.steam-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;
}

.steam-navigation__dot {
    height: 5px;
    width: 5px;
    background-color: #9AB5D2;
    border-radius: 50%;
    display: inline-block;
}

.steam-navigation__label {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

    .steam-navigation__label:last-child,
    .steam-navigation__label:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


.steam-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;
}

.steam-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;
}

.steam-item__image-div {
    width: 100%;
    height: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.steam-item__important-hint {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    border: 1px solid #E5E7EB;
    margin-bottom: 25px;
    padding: 8px 21px;
    border-radius: 8px;
}

.steam-item__important-hint_mobile {
    display: none;
}

.steam-item__important-hint_image {
    width: 35px;
    height: 35px;
}

.steam-item__important-hint_text {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 12px;
    color: #6F6F6F;
    letter-spacing: 0.02em;
    word-break: normal;
}

.steam-item__image {
    width: 100%;
    height: 100%;
    max-height: 429px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.steam-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;
}

.steam-item__title {
    display: block;
    margin-bottom: 12px;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.steam-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;
}

.steam-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;
}

.steam-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("images/steam/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;
}

.steam-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;
}

.steam-item__info_header,
.steam-item__info_data {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.steam-item__info_header {
    text-box: auto;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
}

.steam-item__info_data {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    word-break: break-word;
    letter-spacing: 0.02em;
    color: #6B7280;
}

.steam-item__info_border {
    border-top: 0.5px solid #E5E7EB;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

.steam-item__input_label {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}

.steam-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;
}

    .steam-item__input:hover,
    .steam-item__input:focus {
        border-color: #1A56DB;
    }

.steam-item__input_error {
    color: #C81E1E !important;
    background-color: #FDF2F2 !important;
    border-color: #F05252 !important;
    margin-bottom: 1px;
}

.steam-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;
}

.steam-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;
}

.steam-item__acivate_helper_link_ico {
    width: 21px;
    height: 21px;
    max-width: 21px;
    max-height: 21px;
    min-width: 21px;
    min-height: 21px;
    margin-left: 7px;
}

.steam-item__payment {
    margin-bottom: 32px;
    border-radius: 8px;
    border: 0.6px solid #E5E7EB;
}

.steam-item__payment_type_border {
    width: 100%;
    border-top: 0.6px solid #E5E7EB;
}

.steam-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;
}

.steam-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;
}

.steam-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;
}

.steam-item__payment_type_radio {
    cursor: pointer;
    -webkit-appearance: radio !important;
}

    .steam-item__payment_type_radio:checked + label {
        color: black;
    }

.steam-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;
}

.steam-item__payBtn_ico {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.activation-wrapper {
    background-color: #fff;
    border-radius: 12px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 45px;
    padding-bottom: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}

.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;
    margin-bottom: 30px;
}

.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;
    margin-bottom: 12px;
}

.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: 0;
}

.activation__block {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .activation__block:first-of-type {
        margin-bottom: 64px;
    }









.bottomSheetView {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottomSheetView.show {
        opacity: 1;
        pointer-events: auto;
    }

    .bottomSheetView .sheet-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottomSheetView .content {
        width: 100%;
        position: relative;
        background: #F7F8F9;
        color: #fff;
        max-height: 100vh;
        height: 50vh;
        transform: translateY(100%);
        border-radius: 8px 8px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottomSheetView.show .content {
        transform: translateY(0%);
    }

    .bottomSheetView.dragging .content {
        transition: none;
    }

    .bottomSheetView.fullscreen .content {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottomSheetView .bottomSheetView_header {
        display: flex;
        justify-content: center;
    }

.bottomSheetView_header-content {
    border-radius: 8px 8px 0 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 20px;
}

.bottomSheetView_header-text {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
    justify-content: center;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: black;
}

.bottomSheetView_header-content > img {
    height: 24px;
    max-height: 24px;
    min-height: 24px;
    width: 24px;
    max-width: 24px;
    min-width: 24px;
}

.bottomSheetView_header-text > img {
    height: 21px;
    max-height: 21px;
    min-height: 21px;
    width: 21px;
    max-width: 21px;
    min-width: 21px;
}

.bottomSheetView .body {
    height: 100%;
    overflow-y: auto;
    padding: 10px 30px 40px;
    scrollbar-width: none;
    color: black;
}

    .bottomSheetView .body::-webkit-scrollbar {
        width: 0;
    }

.bottomSheetView_h2 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 8px;
}

.bottomSheetContent.activation__info_list-item,
.bottomSheetContent.activation__link {
    font-size: 12px;
    font-weight: 500;
}


.bottomSheetContent.activation__img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.bottomSheetContent_line {
    margin-top: 27px;
    width: 100%;
    border-top: 0.3px solid lightgray;
    margin-bottom: 15px;
}

.footer {
    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;
}





@media (max-width: 1200px) {
    .games__col {
        width: calc(100% / 5);
    }
}


@media (max-width: 992px) {
    .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%;
    }

    .steam-games__wrapper-header__logo {
        margin-left: 10px;
    }

    .hidden-xl {
        margin-top: 15px;
    }

    .header__logo {
        margin: 0 auto;
    }

    .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;
    }
}



@media (max-width: 962px) {
    .footer__links {
        flex-direction: column;
        flex-wrap: wrap;
        height: 180px;
        align-content: space-around;
        justify-content: space-between;
    }

    .steam-item__info {
        margin-bottom: 25px;
    }

    .footer__links > * {
        height: 60px;
        flex: 1 1 80px;
    }

    .steam-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;
    }

    .steam-item__content {
        max-width: 100%;
    }

    .steam-item__image {
        margin-left: 30px;
        margin-right: 30px;
        max-width: 80%;
    }

    .steam-item__important-hint {
        display: none;
    }

    .steam-item__important-hint_mobile {
        display: flex;
        padding: 8px 16px;
        padding-right: 8px;
        gap: 13px;
    }
}


@media (max-width: 820px) {
    .activation-wrapper {
        align-items: center;
    }

    .activation__block {
        flex-direction: column;
    }

    .activation__info_list {
        margin-bottom: 5px;
    }

    .steam-games__search-line {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .steam-games__search {
        max-width: 95%;
        margin-left: 12px;
    }

    .steam-games__checkboxes {
        margin-top: 20px;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    }

    .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: 180px;
        }

    .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.steam-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;
}

