:root {
    --ts-pr-clear-button: 0;
    --ts-pr-caret: 0;
    --ts-pr-min: .75rem
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    position:relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.clear {
    clear: both
}

@font-face {
    font-family: "Adjusted Cyrillic";
    size-adjust: 94%;
    src: local(arial);
    unicode-range: U+04??;
    font-weight: bold;
}

*, *::before, *::after, input[type=search] {
    box-sizing: border-box
}

::-moz-selection {
    background-color: var(--light-color);
    color: var(--text-color-for-main-color-bg)
}

::selection {
    background-color: var(--light-color);
    color: var(--text-color-for-main-color-bg)
}

:root {
    interpolate-size: allow-keywords
}

html {
    font-family: "Adjusted Cyrillic", Barlow, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 75%;
    scroll-padding-top: 6.5rem
}

body {
    margin: 0;
    padding: 0;
    background: var(--more-contrast-color);
    color: var(--main-text-color);
    accent-color: var(--main-color)
}

body {
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color)
}

body::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color)
}

body::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color);
    border-radius: 2px
}

.is-horizontally-scrolling body {
    overscroll-behavior-x: none
}

.is-modal-open body {
    height: 100lvh;
    overflow-y: hidden;
    overscroll-behavior-x: none;
    overscroll-behavior-y: none
}

a {
    color: var(--link-color);
    transition: color .3s, box-shadow .3s;
    text-decoration: none
}

a:focus, button:focus {
    outline: 0
}

a:focus:hover {
    outline: 0;
    box-shadow: none
}

search {
    display: block
}

hr {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-top: 1px solid var(--less-contrast-color);
    margin: 1rem 0
}

p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}


.text--centered {
    text-align: center !important
}

.t0, .t1 {
    margin: 1.5rem 0 1rem;
    word-break: break-word;
    color: var(--big-title-color);
    font-family: "Adjusted Cyrillic", Barlow, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    text-transform: uppercase
}

.t1 {
    color: var(--title-color);
    font-size: 1.4rem;
    font-weight: 400
}

.t1 a {
    color: var(--title-color);
    fill: var(--title-color);
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 20px;
    font-weight: bolder;
}


.field-txt::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: 1.25rem
}

.field-txt::placeholder {
    color: inherit;
    opacity: .5;
    font-size: 1.25rem
}



.field-txt:active {
    outline: 0;
    box-shadow: 0 0 3rem var(--main-color)
}

.field-txt:disabled {
    opacity: .7;
    background: var(--less-contrast-color)
}

.group-title {
    width: 100%;
    display: flex
}

.group-title-linked {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.group-title-link {
    text-align: right
}

.content {
    position: relative;
    margin: 0 auto;
    max-width: var(--max-width);
    font-size: 1.25rem
}

.page {
    background-color: var(--main-background-color)
}

.page .content {
    width: 100%;
    padding: 1rem;
}

main.page {
    min-height: 50svh
}

.my-0\.5 {
    margin-block: 1rem !important
}

.mt-1 {
    margin-top: 2rem !important
}

.ml-0\.5 {
    margin-left: 1rem !important
}

.py-1 {
    padding-block: 2rem !important
}

.px-0\.5 {
    padding-inline: 1rem !important
}

.pl-0 {
    padding-left: 0 !important
}

.type-group {
    margin-bottom: 1rem
}

.type-group::after {
    content: "";
    display: block;
    clear: both
}

.type-group .type {
    margin-top: 1rem;
    float: left
}

@media (60em <= width) {
    .type-group .type {
        width: 11.625%;
        margin-right: 1%
    }

    .type-group .type:nth-of-type(8n) {
        margin-right: 0
    }
}

@media (40em <= width < 60em) {
    .type-group .type {
        width: 15.1666666667%;
        margin-right: 1.8%
    }

    .type-group .type:nth-of-type(6n) {
        margin-right: 0
    }
}

@media (width < 40em) {
    .type-group .type {
        width: 22.75%;
        margin-right: 3%
    }

    .type-group .type:nth-of-type(4n) {
        margin-right: 0
    }
}

.type.tbox {
    border: none
}

.type-image {
    position: relative;
    aspect-ratio: 1
}

.type-image img, .tbox-thumb .type-image img {
    background: #bb9ff6;
    border-radius: 12px;
}

.footer-list {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.type-icon {
    width: 20px;
    height: 20px;
}


.btn {
    display: inline-block;
    vertical-align: middle;
    padding: .6rem 1rem .5rem;
    border: 0;
    border-radius: .35rem;
    font-family: "Adjusted Cyrillic", Barlow, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: box-shadow .3s, background-color .3s;
    font-weight: bold;
}

.btn:focus {
    outline: 0
}

.btn-main:not(:disabled) {
    padding-right: 2rem;
    background-image: url('/image/game_77/more.png');
    background-repeat: no-repeat;
    background-position: right 1rem center
}

/*.btn-main-third:not(:disabled), .btn-third.btn-main-third:not(:disabled) {*/
/*    background-image: url('/image/game_77/more.png');*/
/*}*/

.btn-group {
    border: 0;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    border-radius: .35rem;
    font-family: "Adjusted Cyrillic", Barlow, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer
}

.btn-group > button {
    border: 0
}

.btn-group-begin {
    display: inline-block;
    padding: .6rem 1rem .5rem
}

.btn-group-begin {
    border-top-left-radius: .35rem !important;
    border-bottom-left-radius: .35rem !important
}

.btn-group--large {
    width: 100%;
    display: flex;
    align-items: stretch
}

.btn-group--large .btn-group-begin {
    flex: 1
}

.btn, .btn-default {
    transition: background-color .1s, color .1s, border-color .1s;
    background-color: var(--main-color);
    color: #fff
}

.btn-third {
    background-color: var(--less-contrast-color);
    color: var(--main-color)
}

.btn--breathing {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
}

.btn:disabled {
    background-color: var(--less-contrast-color);
    background-image: none;
    cursor: not-allowed;
    color: #777
}

.crea {
    position: relative
}

.crea-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1rem
}

.aspect-ratio-1 {
    aspect-ratio: 1;
}

@media (35em <= width) {
    .crea-group {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}
@media (35em > width) {
    .mb-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    }
}

.crea-foot {
    display: flex
}

.crea .crea__discount {
    background-color: var(--less-contrast-color);
    color: var(--main-color);
    padding: .5rem;
    font-family: "Adjusted Cyrillic", Barlow, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    line-height: .9rem
}

@media (60em <= width) {
    .crea .crea__discount {
        font-size: 1rem;
        line-height: 1rem
    }
}

.foot--cults {
    background: #b4b4b4;
    background-image: linear-gradient(to bottom, var(--more-contrast-color), var(--less-contrast-color) 0.5rem, var(--less-contrast-color) 20%, var(--more-contrast-color))
}

.foot__signature {
    text-align: center;
    font-size: 1.2rem;
}

.grid {
    display: grid;
    flex-wrap: wrap;
    gap: 1rem;
}

.grid-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.grid-cell {
    flex: 1
}

.grid--vertically_aligned {
    align-items: center
}

.round, .round > img {
    overflow: hidden
}

.tbox {
    position: relative;
    border: 1px solid var(--more-contrast-color);
    border-radius: .5rem
}

.tbox--square {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.tbox-thumb {
    display: block
}

.tbox-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    background: #b4b4b4
}

.tbox-thumb .tbox--square {
    aspect-ratio: 1
}

.tbox-thumb .tbox--square img {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.tbox-title {
    margin: 0;
    overflow: hidden;
    padding: .5rem;
    flex-grow: 1;
    justify-content: center;
    background: var(--main-background-color);
    color: var(--main-text-color);
    font-family: "Adjusted Cyrillic", Barlow, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    line-height: 1;
}

.drawer {
    overflow: hidden;
    position: relative;
    border-radius: .42rem
}

.drawer-contents {
    position: relative;
    top: 0;
    min-height: 2rem;
    transition: top .5s
}

.drawer-contents > img {
    display: block
}

.drawer-foot {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    transition: bottom .4s;
    opacity: .8
}

.drawer-foot--centered {
    display: block;
    text-align: center
}

.drawer-title {
    width: 100%
}


@media (hover: hover) {
    .drawer--sliding .drawer-foot {
        height: 2rem;
        bottom: -2rem;
        opacity: 1
    }

    .drawer--sliding .drawer-contents:focus, .drawer--sliding:hover .drawer-contents {
        top: -2rem
    }
}

.nav__action-item {
    margin: 0 .2rem;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center
}

.nav__action-cart {
    margin-right: .6rem
}

.navbar__primary {
    position: relative;
    z-index: 13;
    background-color: var(--main-background-color)
}

.primary-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1.1rem;
    position: relative;
    padding: 10px 0;
    margin: 0 auto;
    max-width: var(--max-width);
    background-color: var(--main-background-color);
}

.primary-nav__logo {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: none;
    transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out
}

.primary-nav__logo img {
    width: 160px;
    height: 50px;
}

.primary-nav__section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-inline: .5rem;
    border-bottom: 1px solid var(--less-contrast-color);
    overflow-x: auto;
}

.primary-nav__section--actions {
    grid-area: actions;
    padding-top: .6rem;
    padding-bottom: .6rem;
    position: relative;
    min-height: 4rem
}

.scroll-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    transition: all .4s;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    z-index: 10001;
    border: none;
    background: #fff;
    padding: 0;
}

.scroll-top img {
    width: 70%;
    height: 70%;
}

@media screen and (max-width: 768px) {
    .mb-none {
        display:none;
    }
}

@media screen and (min-width: 768px) {
    .pc-none {
        display:none;
    }
}

.footer-item a {
    font-weight:bold;
}

.primary-nav__section__search {
    display: flex;
    flex: 1 1 0% !important;
    margin-right: .5rem
}

@media (60em <= width) {
    .primary-nav__section__search {
        margin-left: .25rem
    }
}

.sitenav {
    height: 100%;
    margin: 0;
    padding: 0 1rem 0 .3rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    font-size: 1.1rem
}

@media (60em <= width) {
    .sitenav {
        padding: 0 0 0 .3rem;
        justify-content: flex-start;
        overflow-x: hidden
    }
}

.sitenav__item {
    position: relative;
    width: 100%;
    height: 100%;
    list-style-type: none;
    white-space: nowrap;
    text-align: center;
    padding: 1.2rem 0 1.1rem 0
}

.sitenav__item.active .sitenav__link {
    color: var(--link-color)
}

.sitenav__link {
    display: block;
    color: inherit;
    padding: 0 1rem;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
}

.sitenav__item:not(:first-child) .sitenav__link {
    border-left: 1px solid var(--more-contrast-color)
}

.painting {
    --painting-color: var(--less-contrast-color);
    --painting-highlight: var(--main-color);
    position: relative;
    overflow: hidden;
    transition: .5s opacity
}

img.painting-image {
    width: 100%;
    height: auto;
    min-width: 256px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    border-radius: 15px;
}

.desc-title {
    font-size: 2em;
    margin: .5em 0;
    color: #822ef5;
}

.product {
    display: flex;
    flex-direction: column
}

@media (40em <= width) {
    .product {
        flex-direction: row
    }
}

.product__infos {
    width: 100%;
    margin-top: 1rem
}

@media (40em <= width) {
    .product__infos {
        margin-top: 0;
        padding-left: 2rem
    }
}

.nav-search {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.nav-search .search {
    margin: 0 auto;
    min-width: 5rem
}

.nav-search .search__field {
    width: 100%
}

.nav-search .search__submit {
    padding: 0 .5rem
}

.nav-search__form {
    display: block;
    width: 100%
}

@media (width < 60em) {
    .nav-search__form .search {
        max-width: none;
        height: 100%
    }

    .nav-search__form .search__field {
        width: 100%;
        height: 100%;
        padding: .5rem 2rem .5rem .5rem;
        border: none
    }
}



@media (width < 60em) {

    .nav-search--stretched .search {
        max-width: 100%
    }

    .nav-search--stretched .search__field {
        display: block;
        width: 100%;
        background-color: var(--field-background-color);
        padding: .3rem 2.25rem .25rem 2.8rem;
        border-radius: 0
    }

    .nav-search--stretched .search__field:focus {
        background-color: var(--field-background-color);
        color: var(--main-text-color);
        border: none;
        box-shadow: none
    }

    .nav-search--stretched .search__field::-moz-placeholder {
        color: inherit
    }

    .nav-search--stretched .search__field::placeholder {
        color: inherit
    }
}


.search {
    position: relative
}

.search__field {
    width: min(20rem, 90vw);
    margin: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline: none;
    max-width: 100%;
    vertical-align: middle;
    border-radius: .35rem;
    transition: box-shadow .3s, background .3s;
    --field-background-color: rgb(210.6, 210.6, 210.6);
    --field-background-color-gradient: var(--less-contrast-color);
    --field-text-color: #4f4f4f;
    --field-focus-text-color: var(--field-text-color);
    padding: .35rem .75rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-color: var(--field-background-color);
    background-color: var(--field-background-color);
    background-image: linear-gradient(to bottom, var(--field-background-color), var(--field-background-color-gradient));
    box-shadow: none;
    color: var(--field-text-color);
    font-size: 1.3333rem;
}

.search__field::-webkit-search-decoration, .search__field::-webkit-search-cancel-button, .search__field::-webkit-search-results-button, .search__field::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

.search__submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: .5rem;
    border-radius: .35rem;
    border: none;
    background: rgba(0, 0, 0, 0)
}

.search__submit__icon {
    margin-top: .2rem;
    width: 1.75rem;
    height: 1.75rem;
    fill: #777
}

.search__submit:focus .search__submit__icon {
    fill: var(--main-color)
}

.search__field:focus + .search__submit .search__submit__icon {
    fill: #525252
}

.slides__trigger {
    border: 0;
    background: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .5rem;
    cursor: pointer
}

:root {
    --main-color: #822ef5;
    --main-color-light-5: rgb(144.5547945205, 70.3356164384, 246.1643835616);
    --text-color-for-main-color-bg: #fff;
    --light-color: rgb(173.6643835616, 119.0068493151, 248.4931506849);
    --light-color-10: rgb(202.7739726027, 167.6780821918, 250.8219178082);
    --color-basic-light-50: rgb(240.2, 240.2, 240.2);
    --color-basic-light-200: #e6e6e6;
    --color-basic-light-400: #b4b4b4;
    --color-basic-light-600: #777;
    --color-error-500: #8b0000;
    --color-success-500: #006400;
    --scrollbar-color: rgba(180, 180, 180, .5);
    --scrollbar-track-color: var(--color-basic-light-100);
    --max-width: 90rem;
    --max-inner-width: 88rem;
    --gutter-width: 1rem;
    --container-width: min(100vw, var(--max-width))
}

body {
    --main-text-color: #525252;
    --hover-text-color: #111;
    --main-background-color: #fff;
    --less-contrast-color: #e6e6e6;
    --more-contrast-color: #b4b4b4;
    --link-color: #822ef5;
    --title-color: #822ef5;
    --big-title-color: #822ef5;
    --color-basic-light-100: #f5f5f5;
    --color-basic-light-600: #777;
    --error-color: #8b0000;
    --success-color: #006400;
    --ad-background: #e6e6e6
}

.mb-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    justify-content: end;
    z-index: 100000;
    transition: all .3s;
    display:flex;
}

.menu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.53);
}

.menu-main {
    width: 70%;
    height: 100%;
    display:flex;
    flex-direction: column;
    gap: 2rem;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 2rem 1.5rem;
}

.menu-close {
    text-align: left;
    margin-bottom: 1rem;
}

.mb-type-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mb-type-item {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.type-title {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .product-image > img {
        width: 100%;
        height: 100%;
    }
}

.detail-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #686868;
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc_btn {
    background: #822ef5;
    padding: 5px 10px;
    border-radius: 50px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}