/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
    --color--white: #ffffff;
    --color--black: #121212;
    --color--purple: #6325e8;
    --color--green: #04c900;
    --color--tomato: #a54023;
    --color--red: #872205;
    --color--red--hover: #a54023;
    --color--red--pressed: #a54023;
    --color--orange: #ffb800;
    --color--admin: #23A67F;
    --color--gray-200: #9ca3af;
    --color--gray-300: #6b7280;
    --color--gray-400: #4b5563;
    --color--gray-700: #392e40;
    --color--gray-900: #111827;
    --color--block: #1e1e1e;
    --color--block--hover: #282828;
    --color--block--pressed: #362242;
    --color--block-light: #282828;
    --color--block-light--hover: #282828;
    --color--block-light--active: #2f2336;
    --color--block-light--pressed: var(--color--block-light--active);
    --color--input: var(--color--white);
    --color--ad: #060c1c;
    --color--background-gradient: #121212;
    --color--placeholder: var(--color--gray-700);
    --color--popup--background: rgba(40, 40, 40, 0.55);
    --mobile--padding: 20px;
}

.visually-hidden:not(:focus):not(:active) {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;

    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.menu-list {
    margin: 0;
    padding: 0;
}

.menu-list .menu-item {
    list-style: none;
}

@media (hover: hover) and (pointer: fine) {
    .menu-list .menu-link:hover {
        --btn--text--hover: var(--color--red);
        color: var(--color--red);
    }
}

:root {
    --layout--width--default: 972px;
    --offset: max(var(--mobile--padding), 50% - var(--layout--width, var(--layout--width--default)) / 2);
}

.layout {
    --offset: max(var(--mobile--padding), 50% - var(--layout--width, var(--layout--width--default)) / 2);
    padding-inline: var(--offset);
}

.layout .layout {
    padding-inline: 0;
    width: var(--layout--width--default);
}

@media screen and (max-width: 1200px){
    .layout .layout {
        width: auto;
    }
}

label {
    font-size: 12px;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
}

input:not([type="submit"], [type="checkbox"], [type="radio"]),
select {
    padding: 10px 15px 9px;
    width: 100%;

    font-size: 16px;
    line-height: 21px;
    color: var(--input--color, --color--input);

    background-color: var(--input--background, var(--color--block-light));

    border-radius: 7px;
    border: none;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--input--background, var(--color--block-light)) inset !important;
    -webkit-text-fill-color: var(--input--color, --color--input)!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill::first-line {
    font-size: inherit;
    font-family: inherit;
}

input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

input[type="checkbox"] ~ label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}

input[type="checkbox"] ~ label::before {
    position: absolute;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--color--white);
    content: "";
}

input[type="checkbox"]:checked ~ label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath stroke=%27%23DB1035%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m13.333 4.667-6.666 6.666L3.333 8%27/%3E%3C/svg%3E%0A");
}

textarea {
    padding: 12px;
    width: 100%;

    font-size: 16px;
    line-height: 16px;
    color: var(--input--color, --color--input);

    background-color: var(--input--background, var(--color--block-light));

    border-radius: 4px;
    border: none;
    outline: none;
}


::-moz-input-placeholder {
    color: var(--color--input);
}

::-webkit-input-placeholder {
    color: var(--color--input);
}

::-ms-input-placeholder {
    color: var(--color--input);
}

::placeholder {
    color: var(--color--input);
}

input[type="submit"],
.btn--form-submit {
    --btn--text: var(--color--white);
    --btn--background: var(--color--red);
    --btn--background--active: var(--color--red--hover);
    --btn--shadow--hover: 0 0 20px rgba(255, 68, 68, 0.5);
    --btn--background--active: var(--color--red--pressed);
    padding: 11px 50px 9px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: "Montserrat", sans-serif;
}

html {
    color-scheme: dark;
    scroll-padding: 100px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: var(--color--white);
    background: var(--color--background-gradient);
    font-size: 15px;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

p {
    margin: 0;
}

.strong {
    color: var(--color--red);
}

.tomato {
    color: var(--color--tomato);
}

a {
    text-decoration: none;
    color: var(--color--white);
    transition: all 0.3s;
}

summary {
    position: relative;
    display: block;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

.hidden,
[hidden] {
    /* stylelint-disable-next-line */
    display: none!important;
}

button:not(:disabled) {
    cursor: pointer;
}

button {
    padding: 0;
    transition: all 0.3s;
}

button,
input,
textarea {
    font: inherit;
}

.content .heading {
    --heading--offset: 20px;
}

.content p {
    font-size: var(--paragraph--size, 15px);
    line-height: var(--paragraph--height, 1.7);
    color: var(--color--white);
    margin-block: 0 20px;
}

@media screen and (min-width: 1200px) {
    .content p {
        margin-block: 0 30px;
    }
}

.content p:last-child {
    margin-block: 0;
}

.content img {
    border-radius: 15px;
}

.content ul,
.content ol {
    padding: 0 0 0 27px;
    margin-block: 20px;
    counter-reset: listener;
}

.content li {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    font-size: 1em;
    line-height: 1.7;
}

.content ul li::before {
    position: absolute;
    top: 8px;
    left: -25px;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    border: 1px solid var(--color--red);

    content: "";
}

.content ol li::before {
    counter-increment: listener;
    position: absolute;
    top: 0;
    left: -28px;
    font-size: 1em;
    line-height: 1.8;
    font-weight: 700;
    color: var(--color--red);

    content: counter(listener) ".";
}

.content ul li:last-of-type,
.content ol li:last-of-type {
    margin-bottom: 0;
}

.content ol + ol,
.content ol + ul,
.content ul + ul,
.content ul + ol {
    margin-top: 0;
}

.content .columns {
    margin-bottom: 30px;
}

.content .columns-2 {
    display: grid;
    gap: 20px;
}

@media screen and (min-width: 1200px) {
    .content .columns-2 {
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    .content .columns .column {
        display: contents;
    }

    .content .heading {
        order: -1;
        margin: 0;
    }
}

.content .columns .column p:last-of-type {
    margin-bottom: 0;
}

:root {
    --icon--chevron: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
    --icon--chevron-red: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23db1035%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
    --icon--chevron-tomato: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23ff5151%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
}


.heading {
    margin-bottom: var(--heading--offset, 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading--main {
    --block--gap: 20px;
}

fly-block[view="desktop"] + .heading--main {
    --block--gap: 50px;
}

@media screen and (min-width: 1200px) {
    .heading {
        --heading--offset: 30px;
    }
}

.heading h1,
.heading h2 {
    display: grid;
    gap: 20px;
    align-items: center;
    justify-content: start;
    grid-auto-flow: column;
    margin: 0;
    font-weight: 700;
    color: var(--color--white);
}

.heading h1 {
    font-size: 24px;
    line-height: 32px;
}

@media screen and (min-width: 1200px) {
    .heading h1  {
        font-size: 32px;
        line-height: 43px;
    }
}

.heading h2 {
    font-size: 18px;
    line-height: 1.25;
}

@media screen and (min-width: 1200px) {
    .heading h2 {
        font-size: 24px;
    }
}

.heading h2 a {
    display: grid;
    gap: 10px;
    align-items: center;
    justify-content: start;
    grid-auto-flow: column;
}

.heading h2 a::after {
    width: 24px;
    height: 24px;

    background-image: var(--icon--chevron);

    transition: transform 0.3s;
    content: "";
}

@media (hover: hover) and (pointer: fine) {
    .heading h2 a:hover::after {
        transform: translateX(5px);
    }
}

@media screen and (min-width: 1200px) {
    .heading {
        --heading--offset: 30px;
    }

    .heading h2 {
        font-size: 24px;
    }
}

[class^="placeholder-"] {
    background-color: var(--color--block);
    border-radius: 5px;
    font-size: 20px;
    height: var(--placeholder--size, 1em);
}

[class^="placeholder-"]:not(:first-child) {
    margin-top: 20px;
}

.placeholder-200 {
    --placeholder--size: 2em;
}

.placeholder-300 {
    --placeholder--size: 3em;
}

.placeholder-400 {
    --placeholder--size: 4em;
}

.placeholder-500 {
    --placeholder--size: 5em;
}

.placeholder-600 {
    --placeholder--size: 6em;
}

.placeholder-700 {
    --placeholder--size: 7em;
}

.placeholder-800 {
    --placeholder--size: 8em;
}

.placeholder-auto {
    --placeholder--size: 100%;
}

.form {
    --input--background: var(--color--white);
    --input--color: var(--color--gray-900);
    --color--input: var(--color--gray-900);
    display: grid;
    gap: 16px;
    padding: 40px;

    background-color: var(--color--block-light);
    border-radius: 10px;
}

.form .form-heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.form label {
    display: flex;
    margin-bottom: 5px;

    font-size: 12px;
}

.form .row {
    position: relative;
}

.form .btn--submit-form {
    height: 40px;
}

.form textarea {
    resize: none;
    appearance: none;
    font-size: 16px;
}

.form input[type="checkbox"] ~ label {
    margin-bottom: 0;
}

.btn {
    --border--default: 2px solid var(--btn--background);
    position: relative;

    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;

    gap: var(--btn--gap, 5px);
    color: var(--btn--text, currentColor);
    background-color: var(--btn--background, transparent);
    border-radius: var(--btn--radius, 7px);
    border: var(--btn--border, var(--border--default));
    box-shadow: var(--btn--shadow, none);

    user-select: none;
    outline: none;
    cursor: pointer;
    transition: color 0.3s, background 0.3s, background-color 0.3s, border 0.3s;
}

span.btn {
    cursor: default;
    user-select: none;
}

@media (hover: hover) and (pointer: fine) {
    .btn:hover {
        color: var(--btn--text--hover, var(--btn--text));
        background-color: var(--btn--background--hover, var(--btn--background));
        border: var(--btn--border--hover, var(--border--default));
        box-shadow: var(--btn--shadow--hover, var(--btn--shadow));
    }
}

.btn:active {
    color: var(--btn--text--active, var(--btn--text));
    background-color: var(--btn--background--active, var(--btn--background));
    border: var(--btn--border--active, var(--border--default));
    box-shadow: var(--btn--shadow--active, var(--btn--shadow));
}

.btn:focus-visible {
    border: var(--btn--border--focus, 2px solid var(--color--white));
}

.btn--primary {
    --btn--shadow--hover: 0 0 20px rgba(165, 64, 35, 0.5);
    --btn--background: var(--color--red);
    --btn--background--active: var(--color--red--pressed);
    --btn--border--active: 2px solid var(--color--red--pressed);
}

.btn--secondary {
    --btn--background: var(--color--block);
    --btn--background--hover: var(--color--block--hover);
    --btn--background--active: var(--color--block--pressed);
}

.btn--light {
    --btn--background: var(--color--block-light);
    --btn--background--active: var(--color--block-light--pressed);
}


.btn--mobile-filters {
    --btn--background: var(--color--red);
    --btn--text: var(--color--white);
    --btn--radius: 7px;
    --btn--gap: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px;
    z-index: 10;
}

.btn--mobile-filters span {
    display: none;
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .btn--mobile-filters {
        display: none;
    }
}

.btn--to-top {
    position: fixed;
    left: 0;
    top: 0;
    width: max(24px, var(--offset) - 36px);
    max-width: 110px;
    height: 100%;
    --btn--background: rgba(40, 28, 48, 0.5);
    --btn--background--hover: rgba(40, 28, 48, 0.8);
    --btn--background--active: rgba(40, 28, 48, 1);
    --btn--text: rgba(255, 255, 255, 0.5);
    --btn--text--hover: rgba(255, 255, 255, 0.8);
    --btn--text--active: rgba(255, 255, 255, 1);
    z-index: 10002;
    padding-top: 50px;
    align-items: start;
    opacity: 1;
}

html:not(.layout--desktop--sticky) .btn--to-top {
    opacity: 0;
    user-select: none;
    pointer-events: none;
}

.btn--to-top .icon {
    transform: rotate(-90deg);
}

@media screen and (max-width: 1336px) {
    .btn--to-top {
        height: 70px;
        width: 70px;
        padding-top: 0;
        align-items: center;
        right: 30px;
        bottom: 120px;
        --btn--background: rgba(40, 28, 48, 0.8);
        --btn--text: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        left: auto;
        top: auto;
    }
}

.banner-970x90 {
    display: none;
}

@media screen and (min-width: 1200px) {
    .banner-970x90 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        --block--gap: 30px;
    }

    .banner-970x90::after {
        height: 90px;
        width: 100%;
        padding: 36px;
        border-radius: 10px;
        background-color: var(--color--block);
        color: var(--color--gray-200);

        content: "970x90";
    }
}

fly-block > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--color--block);
    color: var(--color--gray-200);
    font-weight: 700;
    height: var(--ad--size, 90px);
}

fly-block > div > div {
    align-self: baseline;
}

fly-block[marker="aj13"] {
    --ad--size: 250px;
}

fly-block[marker="alfadart_57069"] {
    --ad--size: 250px;
}

.vip-banner {
    --vb--size: 24px;
    --vb--icon-close--size: 24px;
    font-size: 12px;
    background: linear-gradient(92.71deg, #db1035 17.8%, #bc247f 64.49%, #322fd1 107.45%);
    color: var(--white);
}

.vip-banner .layout {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--vb--size);
}

.btn--hide-vip-topbar {
    position: absolute;
    right: var(--offset);
    top: calc((var(--vb--size) - var(--vb--icon-close--size)) / 2);
    width: var(--vb--icon-close--size);
    height: var(--vb--icon-close--size);
}

.vip-banner-desktop-text {
    display: none;
}

@media screen and (min-width: 1200px) {
    .vip-banner {
        font-size: 18px;
        --vb--size: 50px;
    }

    .vip-banner .layout {
        justify-content: center;
    }

    .vip-banner-desktop-text {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        margin-right: 0.5ch;
    }

    .vip-banner-accent {
        background-color: var(--color--block);
        font-size: 16px;
        border-radius: 41px;
        padding: 5px 20px;
        margin-left: 39px;
    }
}

soa-popup[marker="search"] {
    padding-bottom: 0;
    --popup--background: var(--popup--background, var(--color--block));
    z-index: 100005;
}

soa-popup[marker="search"] .search-form {
    display: flex;
}

@media screen and (max-width: 1200px) {
    soa-popup[marker="search"] .search-form {
        flex-direction: row-reverse;
    }
}

soa-popup[marker="search"] .heading {
    --heading--offset: 0;
    padding-inline: 0;
}

@media screen and (min-width: 1200px) {
    soa-popup[marker="search"] .heading {
        padding-block: 104px 35px;
    }

    soa-popup[marker="search"] .popup-heading {
        color: rgba(255, 255, 255, 0.2);
        font-size: 48px;
        font-weight: 700;
    }
}

@media screen and (max-width: 1200px) {
    soa-popup[marker="search"] .heading {
        position: sticky;
        top: 0;
        background: var(--popup--background, var(--color--block));
        z-index: 1;
    }
}

soa-popup[marker="search"] .search-form {
    border-radius: 10px;
    border: 2px solid #ffffff;
}

soa-popup[marker="search"] .search-form:focus-within {
    box-shadow: 0 0 6px 0 rgba(255, 49, 9, 1);
    border-color: var(--color--red);
}

soa-popup[marker="search"] .search-form__input {
    --input--background: transparent;
    border-radius: 0;
    height: 50px;
    padding: 16px 40px 13px 24px;
}

@media screen and (max-width: 1200px) {
    soa-popup[marker="search"] .search-form__input {
        padding-left: 0;
    }
}

soa-popup[marker="search"] .search-form__input:focus {
    outline: none;
}


@media screen and (min-width: 1200px) {
    soa-popup[marker="search"] .search-form__input:placeholder-shown + [type="submit"] {
        display: none;
    }
}

soa-popup[marker="search"] .btn--search-submit {
    width: 60px;
    height: 50px;
}

@media screen and (min-width: 1200px) {
    soa-popup[marker="search"] .btn--popup-close {
        top: 104px;
        right: var(--offset);
        margin-right: 0;
        padding: 0;
        z-index: 2;
    }

    soa-popup[marker="search"] .btn--popup-close .icon {
        width: 60px;
        height: 60px;
    }
}


soa-popup[marker="search"] .search-results {
    display: grid;
    gap: 30px;
    padding: 0;
    margin-top: 30px;
}

@media screen and (min-width: 1200px) {
    soa-popup[marker="search"] .search-results {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin-top: 40px;
    }
}

soa-popup[marker="search"] .search-results .search-result__heading {
    color: var(--color--gray-200);
    font-size: 16px;
    margin: 0 0 20px;
}

.search-results__items {
    display: grid;
    gap: 30px;
}

.card--search-result {
    display: grid;
    gap: 20px;
    grid-template-columns: 60px 1fr;
}

.card--search-result img {
    width: 60px;
    --image--size: 90px;
}

.card--search-result .card-link {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}

.card--search-result .card-name {
    color: var(--color--gray-200);
    font-size: 16px;
}

.search-result__section + .search-result__section {
    margin-top: 40px;
}

.search-request__list {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.search-request__list li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-request__list a {
    color: var(--color--white);
}

.search-request__list .highlight {
    color: var(--color--red);
}

.btn--show-all-search-results {
    height: 50px;
    width: max-content;
    padding: 10px 37px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .btn--show-all-search-results {
        display: none;
    }
}

.search-results > .btn--show-all-search-results {
    display: none;
}

.search-categories {
    grid-column: 1/-1;
    --items-offset: 20px;
}

@media screen and (max-width: 1200px) {
    .search-categories {
        overflow: hidden;
        padding-inline: var(--offset);
        margin-inline: calc(var(--offset) * -1);
    }

    .search-results > .btn--show-all-search-results {
        display: grid;
        margin-top: 0;
        width: 100%;
    }
}

.scroll-container--search-categories {
    --item-size: 208px;
}

.scroll-container--search-categories .scroll-item {
    position: relative;
    background-color: var(--color--block-light);
    border-radius: 10px;
    padding: 20px;
}

.scroll-container--search-categories .cat-name {
    font-size: 18px;
    font-weight: 700;
    margin-block: 0 5px;
}

.scroll-container--search-categories .cat-name::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    content: "";
}

.scroll-container--search-categories .cat-description {
    font-size: 14px;
    color: var(--color--gray-200);
}

.scroll-container--search-categories .scroll-item::before {
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    display: block;
    width: 24px;
    height: 24px;
    background: var(--icon--chevron);


    content: "";
}

soa-popup[marker="mobile-bookmarks"] {

}

soa-popup[marker="mobile-bookmarks"] .bookmarks-list {
    padding: 0 var(--mobile--padding);
    display: grid;
    gap: 20px;
}

soa-popup[marker="mobile-bookmarks"] .menu-link {
    display: grid;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--color--block-light);
}

soa-popup[marker="mobile-bookmarks"] .menu-link .icon {
    justify-self: center;
}

soa-popup[marker="mobile-schedule"] {

}

@media screen and (max-width: 1200px) {
    soa-popup[marker="mobile-schedule"] .schedule-list {
        margin-bottom: 140px;
    }
}

.schedule-list {
    display: grid;
    gap: 5px;
}

.schedule-list .schedule-line {
    overflow: hidden;
    margin-inline: calc(-1 * var(--mobile--padding));
    padding-inline: var(--mobile--padding);
}

.schedule-line summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 15px;

    border-bottom: 1px solid var(--color--gray-400);
    font-size: 18px;
}

.schedule-line[open] summary {
    margin-bottom: 20px;
}

.schedule-list summary .icon {
    color: var(--color--gray-200);
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.schedule-list .schedule-line[open] .icon {
    transform: rotate(-90deg);
    color: var(--color--red);
}

soa-popup[marker="mobile-login"] {
    padding: 0;
}

@media screen and (min-width: 1200px) {
    soa-popup[marker="mobile-login"] {
        --popup--content-size: 380px;
        padding: 0;
    }
}

soa-popup[marker="mobile-login"] .popup-content {
    display: flex;
    padding-bottom: 0;
}

soa-popup[marker="mobile-login"] login-form {
    flex: 0 0 100%;
    align-self: center;
}

@media screen and (max-width: 1200px) {
    soa-popup[marker="mobile-login"] login-form {
        padding-top: min(150px, 10vh);
    }
}

soa-popup[marker="mobile-login"] login-form form {
    margin-bottom: 0;
    padding-bottom: 0;
}

soa-popup[marker="mobile-login"] .popup-inner {
    border: 3px solid var(--color--red--hover);
}
[marker="mobile-filters"] .row--filters {
    display: grid;
    gap: 15px;
}

[marker="mobile-filters"] select-box {

}

[marker="mobile-filters"] .select-box-content {
    z-index: 1;
}

[marker="mobile-filters"] .btn--form-submit {
    width: 100%;
}

soa-popup[marker="feedback"] {
    --popup--content-size: 380px;
    --input--background: var(--color--white);
    --input--color: var(--color--gray-900);
    --color--input: var(--color--gray-900);
}

soa-popup[marker="feedback"] .popup-content {
    padding-bottom: 0;
}

soa-popup[marker="feedback"] form {
    display: grid;
    gap: 16px;
}

soa-popup[marker="feedback"] form label {
    display: block;
    margin-bottom: 5px;

    font-size: 12px;
}

soa-popup[marker="feedback"] form .row {
    position: relative;
}

soa-popup[marker="feedback"] form select + .select::after {
    position: absolute;
    bottom: 8px;
    right: 16px;
    display: block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
    transform: rotate(90deg);
    content: "";
}

soa-popup[marker="feedback"] .btn--submit-form {
    height: 40px;
}

soa-popup textarea {
    resize: none;
    appearance: none;
}

soa-popup[marker="callback"] {
    --popup--content-size: 380px;
    --input--background: var(--color--white);
    --input--color: var(--color--gray-900);
    --color--input: var(--color--gray-900);
}

soa-popup[marker="callback"] .popup-content {
    padding-bottom: 0;
}

soa-popup[marker="callback"] .heading + .subtext {
    margin: -6px 0 16px;
}

soa-popup[marker="callback"] form {
    display: grid;
    gap: 16px;
}

@media screen and (max-width: 1200px) {
    soa-popup[marker="callback"] form {
        margin-bottom: 140px;
    }
}

soa-popup[marker="callback"] form label {
    display: flex;
    margin-bottom: 5px;

    font-size: 12px;
}

soa-popup[marker="callback"] form .row {
    position: relative;
}

soa-popup[marker="callback"] .btn--submit-form {
    height: 40px;
}

soa-popup textarea {
    resize: none;
    appearance: none;
    font-size: 16px;
}

soa-popup[marker="addinfo"] {
    --popup--content-size: 380px;
    --input--background: var(--color--white);
    --input--color: var(--color--gray-900);
    --color--input: var(--color--gray-900);
}

soa-popup[marker="addinfo"] .popup-content {
    padding-bottom: 0;
}

soa-popup[marker="addinfo"] .heading + .subtext {
    margin: -6px 0 16px;
}

soa-popup[marker="addinfo"] form {
    display: grid;
    gap: 16px;
}

@media screen and (max-width: 1200px) {
    soa-popup[marker="addinfo"] form {
        margin-bottom: 140px;
    }
    soa-popup[marker="addinfo"] .heading {
        padding-top: min(150px,10vh);
    }
}

soa-popup[marker="addinfo"] form label {
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
}

soa-popup[marker="addinfo"] form .row {
    position: relative;
}

soa-popup[marker="addinfo"] .btn--submit-form {
    height: 40px;
    --btn--background:none;
    background: linear-gradient(92.71deg, #db1035 17.8%, #bc247f 64.49%, #322fd1 107.45%);
}

soa-popup textarea {
    resize: none;
    appearance: none;
    font-size: 16px;
}

soa-popup[marker="desktop-schedule"] {
    
    z-index: 100010;
    --popup--content-size: 1200px;
    --input--background: var(--color--white);
    --input--color: var(--color--gray-900);
    --color--input: var(--color--gray-900);
}

soa-popup[marker="desktop-schedule"] .popup-content {
    padding-bottom: 0;
    height: 1000px;
}

soa-popup[marker="desktop-schedule"] .popup-inner{
    margin-top: 50px;
    border: 3px solid var(--color--red--hover);
}

soa-popup[marker="desktop-schedule"] .heading + .subtext {
    margin: -6px 0 16px;
}

soa-popup[marker="desktop-schedule"] form {
    display: grid;
    gap: 16px;
}

@media screen and (max-width: 1200px) {
    soa-popup[marker="desktop-schedule"] form {
        margin-bottom: 140px;
    }
    soa-popup[marker="desktop-schedule"] .heading {
        padding-top: min(150px,10vh);
    }
}

@media (max-height: 1200px){
    soa-popup[marker="desktop-schedule"] .popup-content{
        height: 650px; 
    }
}
html.is-locked,
html.is-locked body {
    height: var(--window-inner-height);
    overflow: hidden;
}

soa-popup {
    --popup--content-size: 100%;
    position: fixed;
    top: 0;
    left: 0;

    display: block;
    width: 100%;
    height: calc(100% - 77px);
    height: 100%;
    background: var(--popup--background, var(--color--block));
    transition: background 0.3s ease;

    z-index: 100011;
}


@media screen and (min-width: 1200px) {
    soa-popup {
        height: 100%;
        padding: 0;

        --popup--background: var(--color--popup--background);
        --heading--offset: 16px;
    }

    .popup-inner {
        position: relative;
        width: var(--popup--content-size, max-content);
        margin-inline: auto;
        margin-top: min(200px, 20vh);
        padding: 40px 20px;

        background-color: var(--color--block);
        border-radius: 15px;
    }
}

@media screen and (min-width: 1200px) and (max-height: 786px) {
    .popup-inner {
        margin-top: min(30px, 20vh);
    }
}

soa-popup:not([aria-expanded="true"]) {
    display: none;
}

soa-popup .heading {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px var(--offset, var(--mobile--padding)) 20px;
    margin-bottom: 16px;
}

soa-popup .layout .heading {
    padding-inline: 0;
}

@media screen and (min-width: 1200px) {
    soa-popup .heading {
        padding: 0;
    }
}

soa-popup .popup-heading {
    margin: 0;
    font-size: 24px;
    color: var(--color--white);
}

@media screen and (min-width: 1200px) {
    soa-popup .popup-heading {
        font-size: 24px;
    }
}

soa-popup .btn--popup-close {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 20px;
    --btn--text: var(--color--gray-200);
    z-index: 2;
}

@media screen and (min-width: 1200px) {
    soa-popup .btn--popup-close {
        top: 0;
        right: 0;
        margin: 0;
        padding: 20px;
    }

    soa-popup .btn--popup-close .icon {
        width: 24px;
        height: 24px;
    }
}

soa-popup .popup-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 100px;
}

.navigated .btn--popup-back {
    transform: rotate(180deg);
}

html.is-locked.is-main-menu-open,
html.is-locked.is-main-menu-open body {
    height: auto;
    overflow: auto;
}

@media screen and (max-width: 1200px) {
    soa-popup .popup-inner {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }

    soa-popup .popup-inner .popup-content {
        overflow-y: inherit;
        height: auto;
    }

    soa-popup {
        z-index: 100002;
    }
}

year-select {
    --ys--border-radius: 5px;
    --ys--background: var(--color--block-light);
    --ys--background--active: var(--color--red);
    --ys--block: 6px;
    --ys--offset: 0;
    --ys--transition: 0;
    --ys--pointer-area: 20px;
    display: block;
    outline: none;
}

year-select input::-webkit-outer-spin-button,
year-select input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

year-select input {
    -moz-appearance: textfield;
}

year-select input:hover,
year-select input:focus {
    -moz-appearance: number-input;
}

year-select .track-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    padding: var(--ys--pointer-area) 0;
}

year-select .track {
    width: 100%;
    height: var(--ys--block);

    background-color: var(--ys--background);
    border-radius: var(--ys--border-radius);
}

year-select .range-between {
    position: absolute;
    top: var(--ys--pointer-area);
    left: 0;

    width: calc((var(--ys--thumb-size) - var(--ys--thumb-from-offset) - var(--ys--thumb-size) + var(--ys--thumb-to-offset)) * 1px);
    height: var(--ys--block);
    transform: translateX(calc(var(--ys--thumb-from-offset) * 1px));

    background-color: var(--ys--background--active);
    border-radius: var(--ys--border-radius);
    transition: all var(--ys--transition);
    user-select: none;
    touch-action: none;
}

year-select .thumb {
    /* --ys--thumb--position: 0; */
    --ys--thumb--scale: 1;
    position: absolute;
    top: calc(var(--ys--pointer-area) - 8px);
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color--white);
    border: 5px solid var(--ys--background--active);

    z-index: 1;
    transform: translateX(var(--ys--thumb--position)) scale(var(--ys--thumb--scale));
    transition: all var(--ys--transition);
    box-sizing: content-box;
    outline: none;
    user-select: none;
    touch-action: none;
}

year-select .thumb.last-touch {
    z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
    year-select .thumb:hover {
        z-index: 2;
        --ys--thumb--scale: 1.8;
    }
}

year-select .thumb.last-touch {
    z-index: 2;
    --ys--thumb--scale: 1.8;
}

year-select .thumb.left {
    --ys--thumb--position: calc(1px * var(--ys--thumb-from-offset) - 5px - 50% / var(--ys--thumb-size) * var(--ys--thumb-from-offset));
}

year-select .thumb.right {
    --ys--thumb--position: calc(1px * var(--ys--thumb-to-offset) - 5px - 50% / var(--ys--thumb-size) * var(--ys--thumb-to-offset));
}

.year-select__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    gap: 20px 52px;
    margin-top: 0;
}

.year-select__form input {
    --input--color: #111827;
    --input--background: var(--color--white);
    padding: 9px 15px;
    border-radius: 7px;
    height: 40px;
    width: 93px;
}

year-select .btn--select-years {
    grid-column: 1/-1;
    height: 45px;
    width: 100%;
}

mobile-menu {
    display: block;
    width: 100%;
    height: 100%;
}

mobile-menu .menu-link {
    transition: all 0.3s;
    cursor: pointer;
}

mobile-menu .scroller > ul {
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate(0);
}

mobile-menu li {
    list-style: none;
}

mobile-menu:not(.navigated) .btn--menu-back {
    display: none;
}

mobile-menu:not(.navigated) .heading {
    padding-bottom: 0;
    --heading--offset: 30px;
}

mobile-menu.navigated .heading {
    --heading--offset: 20px;
    padding: 26px var(--mobile--padding) 0;
    grid-auto-flow: row;
    gap: 30px;
}

mobile-menu .popup-heading {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: var(--color--white);
}

.btn--menu-back {
    margin-left: 0;
    --btn--text: var(--color--red);
}

.btn--popup-close {
    margin-right: calc(-1 * var(--offset));
}

.btn--menu-back::before {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23FF5151%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m14 7-5 5 5 5%27/%3E%3C/svg%3E");
    content: "";
}

/* content */
.mobile-menu--content {
    width: 100vw;
    height: var(--window-inner-height);
    padding: 0 var(--mobile--padding);
}

.mobile-menu--content.scroller {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.mobile-menu--content.scroller::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.mobile-menu--content .menu-list {
    position: relative;
    transform: translateX(0);
    height: calc(var(--window-inner-height) - 165px);
}

.mobile-menu--content .menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 18px;
    line-height: 24px;
}

.mobile-menu--content ul {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100vw);
    scrollbar-width: none;
}

.mobile-menu--content ul::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.mobile-menu--content li {
    display: block;
    width: 100%;
    background: var(--bg-color);
}

.mobile-menu--content .menu-item--selected > ul {
    transform: translateX(0);
    background: var(--menu--screen-background, var(--color--block));
}

.mobile-menu--content .menu-item-has-children > span::after,
.mobile-menu--content .menu-item-has-children > a::after {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23DB1035%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
    content: "";
}

.btn--mobile-menu{
    --border--default: 2px solid var(--btn--background);
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    gap: var(--btn--gap, 5px);
    color: var(--btn--text, currentColor);
    background-color: var(--btn--background, transparent);
    border-radius: var(--btn--radius, 7px);
    border: var(--btn--border, var(--border--default));
    box-shadow: var(--btn--shadow, none);
    user-select: none;
    outline: none;

}

.row--search-input-no-vip {
    width: 414px !important;
    width: var(--layout--width--default) !important;
    
}

.row--search-input {
    position: relative;
    display: flex;
    width: 800px;
}

.row--search-input .search-form__input {

    height: 64px;
    background-color: transparent;
    border-left-width: 0;
    border-radius: 0 var(--radius) var(--radius) 0;
    transition: 0.3s;
}

.header .row--search-input{
    height: 64px;
    align-items: center;
    background: var(--color--block);
    width: 900px;
    padding: 6px;
}

.header .btn--search{
    font-size: 16px;
    padding: 7px 14px;
    width: max-content;
    column-gap: 11px;
}

.search-form--lists{
    height: auto !important;
    
}

@media screen and (max-width: 1200px){
    .row--search-input{
        width: -webkit-fill-available !important;
        width: -moz-available !important;
    }
    .row--search-input .btn--search{
        display: none;
    }
    .header .row--search-input{
        height: 40px;
    }
}

@media screen and (min-width: 1200px){
    .header .btn--search-submit{
        display: none !important;
    }
}
.header-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-mobile-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 10px;
    gap: 10px;
}

.btn--toggle-navigation {
    
    width: 36px;
    height: 36px;
    z-index: 41;
    
    transition: opacity 0.6s;
}

.btn--toggle-navigation .burger-menu {
    display: grid;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 19px;
}

.btn--toggle-navigation [class^="cross-line-"] {
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--color--white);
    border-radius: 27px;
    transition: transform 0.3s;
    transform: translate(0, 0);
    transform-origin: center;
}

.icon--icon-logo-kamui-mobile {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) and (orientation: landscape) { 
    .logo-link-mobile{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    
}

.btn--toggle-navigation {
    transition: opacity 0.6s;
}

.btn--toggle-navigation .burger-menu {
    display: grid;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 19px;
}

.btn--toggle-navigation [class^="cross-line-"] {
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--color--white);
    border-radius: 27px;
    transition: transform 0.3s;
    transform: translate(0, 0);
    transform-origin: center;
}

.layout--desktop--open-navigation.layout--desktop--sticky .btn--toggle-navigation .cross-line-1 {
    transform: rotate(45deg) translate(6px, 5px);
}

.layout--desktop--open-navigation.layout--desktop--sticky .btn--toggle-navigation .cross-line-2 {
    transform: rotate(45deg);
    transform-origin: center;
}

.layout--desktop--open-navigation.layout--desktop--sticky .btn--toggle-navigation .cross-line-3 {
    transform: rotate(-45deg) translate(6px, -6px);
}

.layout--desktop--sticky .btn--toggle-navigation {
    opacity: 1;
    pointer-events: all;
}

.layout--desktop--open-navigation.layout--desktop--sticky .btn--toggle-navigation {
    pointer-events: all;
}

.header-logo .icon--icon-logo-head {
    opacity: 1;
    transition: opacity 0.3s;
}

.layout--desktop--sticky .header--desktop .icon--icon-logo-head {
    opacity: 0;
}

.header{
    display: grid;
    justify-content: center;
    align-items: start;
    grid-auto-flow: column;
    -moz-column-gap: 30px;
    column-gap: 30px;
    position: fixed;
    z-index: 100001;
    width: 100%;
    padding-top: 20px;
    background: var(--color--black);
}

.header .header-desktop{
    border-radius: 16px;
    height: 64px;
    width: var(--layout--width--default);
    align-items: center;
    display: flex;
}

.header {
    margin-bottom: 30px;
    
}

.icon--icon-logo-kamui{
    margin-bottom: 0;
}

.header .logo-link{
    width: max-content;
}

.btn--header-vip {
    padding-block: 16px 14px;
    font-weight: 700;
    width: 140px;
    margin-left: 20px;
    background: linear-gradient(92.71deg, #7F1D09 17.8%, #A4702B 64.49%, #C44A1A 107.45%);
}

.btn--header-vip-mobile{
    padding-block: 10px;
    font-weight: 700;
    text-transform: uppercase;
    width: 86px;
    height: max-content;
    line-height: 20px;
    background: linear-gradient(92.71deg, #7F1D09 17.8%, #A4702B 64.49%, #C44A1A 107.45%);
}

@media screen and (min-width: 1200px) {
    .header {
        column-gap: 171px;
        
    }
    .header-mobile {
        display: none !important;
        
    }
}

@media screen and (max-width: 1200px) {
    .logo-link, .header-desktop {
        display: none !important;
        
    }
    .header {
        justify-content: normal;
        padding-top: 10px;
    }
}
.footer {
    margin-top: 50px;
    padding-top: 33px;
    padding-bottom: 77px;
    border-top: 1px solid var(--color--block);
    color: var(--color--white);
}

@media screen and (min-width: 1200px) {
    .footer {
        padding-bottom: 0;
        padding-top: 48px;
        
    }
}

.footer-content {
    display: grid;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    .footer-content {
        grid-auto-flow: column;
        justify-content: space-between;
    }
}

.footer-content .footer-col {
    display: grid;
    gap: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .footer-content .footer-col {
        gap: 40px;
        grid-auto-flow: column;
        margin: 0;
    }
}

.footer .footer-social {
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
    margin-inline: auto;
}

@media screen and (min-width: 1200px) {
    .footer .footer-social {
        gap: 30px;
    }
}

.footer .footer-menu {
    display: grid;
    gap: 15px;
    margin-inline: auto;
    width: max-content;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .footer .footer-menu {
        grid-auto-flow: column;
        gap: 40px;
        justify-self: end;
    }
}

.footer .footer-copyright {
    margin: 30px 0 20px;
    color: var(--color--gray-200);
    font-size: 12px;
    line-height: 1.7;
    grid-column: 1/-1;
}

@media screen and (min-width: 1200px) {
    .footer .footer-copyright {
        margin: 41px 0 34px;
    }
}

.footer .social-link {
    display: grid;
    grid-auto-flow: column;
    gap: 8px;
    width: max-content;
    align-items: center;
    white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
    .footer .social-link:hover {
        color: var(--color--red);
    }
}

.footer .social-link .icon {
    color: var(--color--red);
}

.footer .social-link .text-desktop {
    display: none;
}

@media screen and (min-width: 1200px) {
    .footer .social-link .text-desktop {
        display: inline;
    }
}

.footer .social-link .text-mobile {
    display: inline;
}

@media screen and (min-width: 1200px) {
    .footer .social-link .text-mobile {
        display: none;
    }
}

.btn--need-help {
    font-size: 16px;
    font-weight: 700;
    padding: 13px 18px;
    width: max-content;
}

@media screen and (max-width: 1200px) {
    .btn--need-help {
        order: 2;
        justify-self: center;
    }
}

.breadcrumbs {
    --icon--delimiter: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%239ca3af%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
    --icon--delimiter-red: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23ff5151%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
    display: flex;
    align-items: center;
    --block--gap: 20px;
    font-size: 15px;
    line-height: 20px;

    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .breadcrumbs {
        overflow: hidden;
    }
}

@media screen and (min-width: 1200px) {
    .breadcrumbs {
        --block--gap: 50px;
    }
}

.breadcrumbs .scroller {
    display: flex;
    align-items: center;
    height: 100%;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .breadcrumbs .scroller {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.breadcrumbs .scroller::-webkit-scrollbar {
    appearance: none;
    height: 0;
    width: 0;
}

.breadcrumbs li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--color--gray-200);
}

.breadcrumbs .scroller > li:not(:last-of-type)::after {
    display: block;
    margin-inline: 5px;
    color: var(--color--gray-200);
    height: 24px;
    width: 24px;
    background: var(--icon--delimiter);
    background-repeat: no-repeat;
    transition: transform 0.15s ease-in-out;
    content: "";
}

.breadcrumbs li.show-list::after {
    transform: rotate(90deg);
    --icon--delimiter: var(--icon--delimiter-red);
}

.breadcrumbs li > ul {
    position: absolute;
    top: 100%;
    display: grid;
    gap: 10px;
    min-width: 180px;
    max-height: 360px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--color--block-light);
    transform: translateY(10px);
    overflow-y: auto;
    z-index: 10001;
}

.breadcrumbs li:not(.show-list) ul {
    display: none;
}

.breadcrumbs a {
    text-decoration: none;
    color: var(--color--gray-200);
}

.breadcrumbs .breadcrumbs-expanded-list a {
    font-size: 15px;
    color: var(--color--white);
}

@media (hover: hover) and (pointer: fine) {
    .breadcrumbs .breadcrumbs-expanded-list a:hover {
        color: var(--color--red);
    }
}

.breadcrumbs li.show-list > a {
    color: var(--color--tomato);
}

.breadcrumbs a:hover {
    color: var(--color--white);
}

.breadcrumbs .delimiter {
    padding: 0 5px;
    color: var(--color--gray-200);
    height: 24px;
}

.video-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px;
    border-radius: 15px;
}

@media screen and (max-width: 1200px) {
    .video-ad {
        display: none;
    }
}

.card {
    position: relative;
    isolation: isolate;
    --radius: 10px;
    --item-size: var(--card-size, 150px);
    --items-offset: 20px;
    --action--size: 13px;
}

@media screen and (min-width: 1200px) {
    .card {
        --items-offset: 20px;
        --item-size: var(--card-size, 178px);
        --image--size: 256px;
    }
}

.card .card-image {
    display: block;
    height: var(--image--size, 256px);
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius);
}

.card .card-review {
    position: relative;
    border-radius: var(--radius);
}

.card .card-info {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .card .card-info {
        visibility: visible;
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        align-content: end;
        gap: 10px;
        padding: 15px;
        transition: opacity 0.3s;
        z-index: 1;
    }
}


.card .card-info::before {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
    content: "";
}

.card:hover .card-info::before {
    background: linear-gradient(90deg, #121212 0%, #1e1e1e 46.87%, #121212 100%);
    opacity: 0.8;
}

.random-block .card:hover .card-info::before {
    border-radius: 10px;
}

@media (hover: hover) and (pointer: fine) {
    .card:not(:hover) .card-info,
    .scroll-container .card:not(.visible:hover) .card-info {
        visibility: hidden;
        opacity: 0;
    }
}

.card .meta-list {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    align-self: end;
    height: max-content;
}

.card .meta-line {
    display: grid;
    grid-auto-flow: column;
    max-width: max-content;
    gap: 1ch;
    font-size: 12px;
}

.card .meta-line > dt,
.card .meta-line > dd {
    margin: 0;
    padding: 0;
    color: var(--color--gray-200);
}

.card .meta-line > dd {
    font-weight: 700;
    color: var(--color--white);
}

.card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 5px;
    font-weight: 700;
    color: var(--color--white);
}

.card .card-link::after {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .card .card-title {
        font-size: 14px;
    }
}

.card .card-date {
    display: grid;
    grid-auto-flow: column;
    gap: 22px;
    font-size: 12px;
    color: var(--color--gray-200);
}

.card .title-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.title-list .card .title-actions,
.cards-list .card .title-actions,
.big-container .card .title-actions,
.random-block .card .title-actions,
scroll-container .card:not(.card--preview) .title-actions {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .title-list .card:hover .title-actions,
    .cards-list .card:hover .title-actions,
    .big-container .card:hover .title-actions,
    .random-block .card:hover .title-actions,
    scroll-container .card:hover .title-actions {
        display: block;
    }
}


.title-actions {
    background-color: var(--color--block);
    border-radius: 7px;
}

.title-actions:not([expanded]) .action-list {
    display: none;
}

.title-actions .action-list {
    display: grid;
    gap: 1px;
    padding-block: 13px;
    padding-inline: 0;
    justify-items: start;
}

.btn--card-action {
    --btn--background: var(--color--red);
    --btn--text: var(--color--white);
    --btn--radius: 7px;
    --btn--gap: 10px;
    padding: 6px;
}

.card {
    --actions--size: 40px;
    --actions--offset: 120%;
}

.title-actions .btn--card-action {
    max-width: var(--actions--size);
    width: var(--actions--size);
    justify-content: flex-start;
    transition: all 0.3s;
    overflow: hidden;
}

.btn--card-action span {
    position: absolute;
    font-weight: 700;
    transform: translateX(var(--actions--offset, 0));
    transition: transform 0.3s;
    white-space: nowrap;
}

.btn--action {
    --btn--gap: 10px;
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);
    padding-inline: 17px 13px;
    padding-block: 7px;
    width: 100%;
    justify-content: start;
}

.btn--action span {
    font-size: var(--action--size, inherit);
    display: block;
}

@media screen and (min-width: 1200px) {
    @media (hover: hover) and (pointer: fine) {
        .title-actions:hover,
        .title-actions[expanded] {
            --actions--size: calc(var(--item-size) - 30px);
            --actions--offset: 35px;
        }

        .title-actions:hover .btn--card-action,
        .title-actions[expanded] .btn--card-action {
            max-width: var(--actions--size);
            width: var(--actions--size);
        }
    }
}

.btn--action-select {
    --btn--background: var(--color--purple);
}

scroll-container {
    position: relative;
    display: block;
}

scroll-container .scroll-list {
    display: flex;
    overflow-x: scroll;
    flex: 0 0 100%;

    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-x: repeat(100%);
    -ms-scroll-snap-points-x: repeat(100%);
    scroll-snap-points-x: repeat(100%);
    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;

    background-color: var(--scroller-bg, transparent);
}

@media screen and (max-width: 1200px) {
    scroll-container .scroll-list {
        padding-inline: var(--offset);
        margin-inline: calc(-1 * var(--offset));
    }
}

scroll-container[scrollbar="off"] .scroll-list {
    scrollbar-width: none;
}

scroll-container[scrollbar="off"] .scroll-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

scroll-container .scroll-item {
    display: flex;
    flex: 0 0 var(--item-size, 100%);
    max-width: 100%;
    flex-direction: column;

    scroll-snap-align: center;

    background-color: var(--item-bg, transparent);
}

scroll-container .scroll-item + .scroll-item {
    margin-left: var(--items-offset, 30px);
}

.btn.btn--scroll {
    position: absolute;
    top: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--btn--block, 36px);
    height: var(--btn--size, 256px);

    --btn--background: transparent;
    --btn--text: var(--color--gray-200);
    --btn--text--hover: var(--color--white);
    --btn--border: none;
    --btn--border--hover: none;
    --btn--border--active: none;
}

.btn.btn--scroll svg {
    user-select: none;
    pointer-events: none;
}

.btn.btn--scroll-next {
    right: calc(-1 * var(--btn--block, 36px));
}

.btn.btn--scroll-previous {
    left: calc(-1 * var(--btn--block, 36px));
}

.btn.btn--scroll-previous svg {
    transform: rotate(180deg);
    transform-origin: center;
}

@media screen and (max-width: 1200px) {
    .btn.btn--scroll {
        display: none;
    }

    scroll-container .scroll-list > .scroll-item:last-child::after {
        content: "";
        position: absolute;

        inline-size: var(--fix-offset, var(--items-offset, 1rem));
        block-size: 100%;

        inset-block-start: 0;
        inset-inline-end: calc(var(--fix-offset, var(--items-offset, 1rem)) * -1);
    }
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.scroll-item {
    display: flex;
    flex: 0 0 var(--item-size, 100%);
    height: 100%;
    flex-direction: column;

    scroll-snap-align: center;

    background-color: var(--item-bg, transparent);
}

.scroll-placeholder {
    --item-bg: var(--color--placeholder, #ffffff);
    border-radius: 10px;
    height: var(--scroll--placeholder-height, 256px);
}

.releases {
    --block--gap: 30px;
}

@media screen and (min-width: 1200px) {
    .releases {
        --block--gap: 50px;
    }

    .releases-mini {
        --block--gap: 20px !important;
    }
}



@media screen and (max-width: 1200px) {
    .releases .heading {
        display: grid;
        gap: 15px;
    }
}

.releases .dinamic-tabs {
    --radius: 20px;
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    background-color: var(--color--block);
    border-radius: var(--radius);
}

.btn--dinamic-tab {
    --btn--background: var(--color--block);
    --btn--radius: var(--radius);
    --btn--text: var(--color--gray-200);
    --btn--text--hover: var(--color--white);
    padding: 3px 16px;
    font-size: 16px;
}

.btn--dinamic-tab--selected {
    --btn--background: var(--color--red);
    --btn--background--active: var(--color--red--pressed);
    --btn--border--active: 2px solid var(--color--red--pressed);
    --btn--text: var(--color--white);
}

.releases-content .pagination {
    margin-top: 60px;
}

.layout--another .search-popular-queries {
    display: block;
}

.layout--another .search-popular-queries > * {
    display: inline-block;
    margin: 0 20px 20px 0;
}

@media screen and (max-width: 1200px) {
    .layout--another .search-popular-queries {
        overflow: auto;
        display: flex;
        gap: 20px;
    }

    .layout--another .search-popular-queries > * {
        margin: 0;
        white-space: nowrap;
    }
}

.continue-view {
    --scroll--placeholder-height: 213px;
    --image--size: 158px;
    --btn--size: var(--image--size);
}


@media screen and (max-width: 1200px) {
    .continue-view {
        --block--gap: 50px;
    }
}

.card--continue-view.card {
    --item-size: 282px;
    --image--size: 158px;
}

.card--continue-view .card-title-progress {
    position: absolute;
    top: calc(var(--image--size) - 20px);
    left: 15px;
    border-radius: var(--radius);
    height: 5px;
    width: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.6);
}

.card--continue-view .card-title-progress::after {
    position: absolute;
    border-radius: inherit;
    height: inherit;
    width: var(--title--progress);
    background-color: var(--color--red);
    content: "";
}

.card .card-link::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}

.recomended {
    --items-offset: 30px;
    --item-size: 178px;
    --scroll--placeholder-height: 256px;
}

.layout--title .recomended {
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .layout--title .recomended {
        margin-top: 30px;
        order: 11;
        padding-inline: var(--mobile--padding);
        margin-inline: calc(var(--mobile--padding) * -1);
        overflow: hidden;
    }
}

@media screen and (min-width: 1200px) {
    .recomended {
        --block--gap: 50px;
    }
}

.banner {
    position: relative;
    border-radius: 10px;
    background-color: var(--color--block);
    color: var(--color--gray-200);
    font-weight: 700;
}

.banner-250 {
    height: 250px;
}

.banner-250::after {
    position: absolute;
    top: 20px;
    left: 25px;
    content: "970х250";
}

.banner-90 {
    height: 90px;
}

.banner-90::after {
    position: absolute;
    top: 35px;
    left: 30px;
    content: "970х90";
}

.banner-320x100 {
    background: transparent;
}

.banner-320x100 > * {
    display: flex;
    height: 90px;
    background-color: var(--color--block);
    border-radius: 10px;
    place-content: center;
}

@media screen and (min-width: 1200px) {
    .banner-320x100 {
        display: none;
    }
}

.banner-320x100 > *::after {
    align-self: center;
    justify-self: center;
    content: "320х100";
}

.banner-240х400 {
    display: flex;
    font-size: 24px;
    place-content: center;
}

.banner-240х400::after {
    align-self: center;
    justify-self: center;

    content: "240х400";
}

.banner-300х600 {
    display: flex;
    font-size: 24px;
    place-content: center;
    height: 600px;
}

.banner-300х600::after {
    align-self: center;
    justify-self: center;
    content: "300х600";
}

.banner-300970х250х600 {
    display: flex;
    font-size: 24px;
    place-content: center;
    height: 250px;
}

.banner-970х250::after {
    align-self: center;
    justify-self: center;
    content: "970х250";
}
@media screen and (max-width: 1200px) {
    .search-form--primary .popup-inner .popup-content {
        padding-inline: var(--offset);
        padding-bottom: 150px;
    }
}

@media screen and (min-width: 1200px) {
    soa-popup.search-form--primary {
        display: block;
        position: static;
    }

    soa-popup.search-form--primary .popup-inner {
        padding: 0;
        margin: 0;
    }

    soa-popup.search-form--primary .popup-inner > .heading {
        display: none;
    }
}

.search-form--primary {
    --block--gap: 0;
}

@media screen and (max-width: 1200px) {
    .search-form--primary {
        background: var(--color--background-gradient);
    }

    .search-form--primary .heading {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .search-form--primary {
        display: block;
        --block--gap: 50px;
    }
}

.search-form__inner {
    padding: 30px 30px 45px;
    border-radius: 10px;
    background-color: var(--color--block);
}

.search-popular-queries {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 20px;
    color: var(--color--gray-200);
}

.search-popular-queries a {
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid var(--color--gray-200);
}

@media (hover: hover) and (pointer: fine) {
    .search-popular-queries a:hover {
        background-color: var(--color--red);
        color: var(--color--white);
        border: 1px solid var(--color--red);
    }
}

.form-search {
    --icon--close: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%239CA3AF%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m7 7 10 10M7 17 17 7%27/%3E%3C/svg%3E%0A");
    display: grid;
    gap: 20px;
}

.form-search .col {
    display: grid;
    gap: 5px;
}

.form-search .row--filters {
    display: flex;
}

.form-search .row--filters > .col {
    flex: var(--col--size, 0 1 100%);
}

.form-search .row--filters > .col + .col {
    margin-left: 20px;
}

.form-search .btn--form-submit {
    align-self: flex-end;
    height: 40px;
    padding-block: 8px;
    --col--size: 0 0 153px;
}

.form-search .btn--form-reset {
    --btn--text: var(--color--gray-200);
    --btn--text--hover: var(--color--red);
    align-self: flex-end;
    height: 40px;
}

.form-search .select-box-label {
    font-size: 12px;
}

button.btn.btn--reset-form-filter {
    font-size: 16px;
    padding: 0;
    margin-top: 0;
    align-items: center;
    align-self: flex-end;
    --col--size: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
}

.btn--reset-form-filter::before {
    width: 24px;
    height: 24px;
    background-image: var(--icon--close);
    content: "";
}

.btn--toggle-filter-popup {
    width: calc(100% - 2 * var(--offset));
    height: 50px;
    margin-inline: var(--offset);
    --btn--gap: 10px;
}

@media screen and (min-width: 1200px) {
    .btn--toggle-filter-popup {
        display: none;
    }
}

.row--search-input {
    height: 50px;
    background-color: var(--color--block-light);
    border-radius: 10px;
    isolation: isolate;
}

.btn--search-by-name {
    padding: 13px 10px 14px 21px;
    --btn--text: var(--color--gray-300);
}

input.input--main-search {
    padding: 16px 10px 13px 5px;
    border-radius: 10px;
    --input--color: var(--color--white);
    --color--input: var(--color--gray-300);
}

.form-search select-box[type="range"] year-select {
    --ys--block-size: 120px;
    /* margin: -15px;
    padding: 15px; */
}

.form-search .year-select__form input {
    padding: 8px;
    border-radius: 7px;
    height: 40px;
    width: 100%;
}

.form-search select-box[type="range"] .select-box-content {
    width: 100%;
    padding-top: 0;
}

.form-search .col--year {
    --col--size: 0 0 170px;
}

.form-search .col--rating {
    --col--size: 0 0 133px;
}

.form-search .col--type {
    --col--size: 0 0 155px;
}

.form-search .col--top {
    --col--size: 0 0 161px;
    align-self: flex-end;
    align-items: center;
    height: 40px;
}

.form-search .col--top input[type="checkbox"] ~ label {
    margin: 0;
}

.form-search .row--search-input:focus-within::after {
    z-index: -1;
}

.search-form--lists{
    height: auto;
    
}


.schedule {
    --item-size: 178px;
    --scroll--placeholder-height: 256px;
    --block--gap: 50px;
    --btn--block: 30px;
    display: none;
}

@media screen and (min-width: 1200px) {
    .schedule {
        display: block;
    }
}

.schedule__inner {
    padding: 30px;
    border-radius: 15px;
    background-color: var(--color--block);
}

.schedule .scroll-item {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    will-change: scroll-position;
}

.card--schedule .card-date {
    color: var(--color--white);
    justify-content: start;
    gap: 5px;
}

.card--schedule .card-date .icon--icon-clock {
    color: var(--color--red);
}

.schedule .scroll-item:not(.visible) {
    opacity: 0.4;
}

.schedule .schedule-tabs {
    display: grid;
    grid-auto-flow: column;
    width: max-content;
    background-color: var(--color--block-light);
    border-radius: 20px;
}

.btn--select-day {
    padding: 5px 20px;
    --btn--radius: 20px;
    --btn--text: var(--color--gray-200);
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);
    --btn--background: var(--color--block-light);
    --btn--border: none;
    --btn--border--hover: none;
    --btn--border--active: none;
}

.btn--select-day.btn--select-day--selected {
    --btn--background: var(--color--red);
    --btn--background--active: var(--color--red--pressed);
    --btn--text: var(--color--white);
    --btn--text--hover: var(--color--white);
    --btn--text--active: var(--color--white);
}

.cards-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

@media screen and (max-width: 1200px) {
    .cards-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.cards-list > fly-block {
    grid-column: var(--ad--columns, 1/-1);
}

.compilations {
    --block--gap: 30px;
    --card-size: 282px;
    --image--size: 178px;
    --btn--size: 178px;
}

@media screen and (min-width: 1200px) {
    .compilations {
        --block--gap: 50px;
    }
}

.compilations-list {
    display: grid;
    gap: 30px;
    --block--gap: 30px;
}

@media screen and (min-width: 1200px) {
    .compilations-list {
        gap: 40px 30px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.compilations-list fly-block {
    grid-column: 1/-1;
    margin-top: 0;
}

.card--compilation {
    --image--size: 178px;
}

.banner-970х250 {
    grid-column: 1/-1;
    display: flex;
    place-content: center;
    align-items: center;
    height: 250px;
    border-radius: 10px;
    background-color: var(--color--block);
}

.banner-970х250::after {
    color: var(--color--gray-200);
    content: "970x250";
}

.spring {
    --items-offset: 30px;
    --item-size: 178px;
    --block--gap: 30px;
}

@media screen and (min-width: 1200px) {
    .spring {
        --block--gap: 50px;
    }
}

.preview {
    --block--gap: 30px;
    --card-size: 100%;
    --btn--size: 400px;
}

@media screen and (min-width: 1200px) {
    .preview {
        display: grid;
        grid-template-columns: 1fr 240px;
        gap: 30px;
        --block--gap: 50px;
    }
}

.banner-240х400 {
    display: none;
}

@media screen and (min-width: 1200px) {
    .banner-240х400 {
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    .preview-content {
        height: 400px;
    }
}

.preview .btn.btn--scroll-next {
    right: 0;
}

.preview .btn.btn--scroll-previous {
    left: 0;
}

.preview .card {
    padding: 20px;
    border-radius: 15px;
    justify-content: flex-end;
    isolation: isolate;
    background-color: var(--color--block);
}

@media screen and (min-width: 1200px) {
    .preview .card {
        padding: 40px 50px 100px;
        border-radius: 7px;
        height: 400px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1200px) {
    .preview .card::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        background: linear-gradient(90deg, #281c30 11.81%, rgba(40, 28, 48, 0) 77.74%);
        z-index: -1;
        content: "";
    }
}

.preview .preview-image {
    border-radius: 15px 15px 0 0;
    height: 250px;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .preview .preview-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        object-position: 50% 30%;
        border-radius: 7px;
        z-index: -1;
    }
}

.preview .card-title {
    margin: 0 0 10px;
    font-size: 22px;
}

@media screen and (min-width: 1200px) {
    .preview .card-title {
        font-size: 24px;
    }
}

.preview .preview-description {
    margin-block: 15px 0;
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
}

@media screen and (min-width: 1200px) {
    .preview .preview-description {
        margin-block: 10px 0;
        font-size: 15px;
        line-height: 1.7;
        max-width: 49ch;
    }
}

.preview-media {
    position: relative;
    margin: -20px -20px 15px;
    z-index: -1;
}

@media screen and (min-width: 1200px) {
    .preview-media {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
    }
}

.preview .preview-title-logo {
    position: absolute;
    bottom: 35px;
    left: 20px;
    height: 41px;
}

@media screen and (min-width: 1200px) {
    .preview .preview-title-logo {
        position: absolute;
        bottom: auto;
        left: 50px;
        top: 40px;
        width: max-content;
        margin-bottom: auto;
        height: auto;
    }
}

.preview .card .card-link {

}

.preview .card .card-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

.preview .btn--card-action {
    position: static;
    width: 100%;
    padding: 8px 34px;
    line-height: 20px;
    z-index: 10;
    justify-content: center;
}

.card--preview.card {
    --actions--size: 100%;
}

@media screen and (min-width: 1200px) {
    .preview .title-actions {
        --actions--size: fit-content;
        --actions--offset: 0;
    }
}

@media screen and (min-width: 1200px) {
    .card--preview.card {
        --actions--size: 191px;
        --actions--offset: 0;
    }
}

.card--preview .btn--card-action span {
    position: static;
    transform: translateX(0);
}

.card--preview .title-actions {
    position: relative;
    width: var(--actions--size);
    margin-top: 17px;
    top: 0;
    right: 0;
}

@media screen and (min-width: 1200px) {
    .card--preview .title-actions {
        position: absolute;
        left: 50px;
        bottom: 40px;
        right: 0;
        top: auto;
    }
}

.card--preview .action-list {
    position: absolute;
    bottom: 40px;

    display: grid;
    gap: 1px;
    padding: 13px 0;
    width: 100%;
    justify-items: start;

    background: var(--color--block);
    border-radius: 7px 7px 0 0;

    z-index: -1;
}


.card--preview .action-list .btn--action {
    width: 100%;
    padding-inline: 20px;
    padding-block: 7px;
    justify-content: start;
}

.card--preview:not(:hover) .title-actions {
    display: inherit;
}



.preview-info {
    display: none;
}

@media screen and (max-width: 1200px) {
    .preview-info {
        display: grid;
        visibility: visible;
    }
    .preview-info .tag-list {
        display: flex;
        overflow: auto;
        white-space: nowrap;
        scrollbar-width: none;
        margin-inline: calc(var(--mobile--padding) * -1);
        padding-inline: var(--mobile--padding);
    }
    .card:hover .preview-info::before {
        background: none !important;
        opacity: 0.8;
    }
}

@media (hover: hover) and (pointer: fine) {
    .preview-info {
        visibility: visible;
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        align-content: end;
        gap: 10px;
        padding: 40px 50px 100px;
        transition: opacity 0.3s;
        z-index: 1;
    }
}


.preview-info::before {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
    content: "";
}

.card:hover .preview-info::before {
    background: linear-gradient(90deg, #100e19 0%, #1c1326 46.87%, #100e19 100%);
    opacity: 0.8;
}

@media (hover: hover) and (pointer: fine) {
    .card:not(:hover) .preview-info,
    .scroll-container .card:not(.visible:hover) .preview-info {
        visibility: hidden;
        opacity: 0;
    }
}

.page-content {
    margin-top: 50px;
}
.page-content h2{
    display: block !important;
}


.stars {
    display: grid;
    grid-auto-flow: column;
    width: max-content;
    height: max-content;
    color: var(--color--orange);
}

.stars.stars--active {
    color: var(--color--red);
}

.stars .icon--star-non-active {
    color: var(--color--block-light);
}

.infoblock {
    position: relative;
    padding: 20px 15px;
    background-color: var(--color--block);
    border-radius: 10px;
    line-height: 1.7;
    font-weight: 700;
    font-size: 14px;
}

@media screen and (min-width: 1200px) {
    .infoblock {
        padding: 40px 35px;
        font-size: 15px;
    }
}

.infoblock-text {
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .infoblock-text {
        padding-left: 54px;
    }

    .infoblock-text::before {
        position: absolute;
        left: 35px;
        top: calc(50% - 12px);
        display: block;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23DB1035%27 d=%27M12 13.75c-.41 0-.75-.34-.75-.75V7.75c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75Zm0 3.5a.99.99 0 0 1-.71-.29c-.09-.1-.16-.21-.22-.33a.986.986 0 0 1-.07-.38c0-.26.11-.52.29-.71.37-.37 1.05-.37 1.42 0 .18.19.29.45.29.71 0 .13-.03.26-.08.38s-.12.23-.21.33a.99.99 0 0 1-.71.29Z%27/%3E%3Cpath fill=%27%23DB1035%27 d=%27M12 22.75c-.67 0-1.35-.17-1.95-.52L4.11 18.8c-1.2-.7-1.95-1.99-1.95-3.38V8.58c0-1.39.75-2.68 1.95-3.38l5.94-3.43c1.2-.7 2.69-.7 3.9 0l5.94 3.43c1.2.7 1.95 1.99 1.95 3.38v6.84c0 1.39-.75 2.68-1.95 3.38l-5.94 3.43c-.6.35-1.28.52-1.95.52Zm0-20c-.41 0-.83.11-1.2.32L4.86 6.5c-.74.43-1.2 1.22-1.2 2.08v6.84c0 .85.46 1.65 1.2 2.08l5.94 3.43c.74.43 1.66.43 2.39 0l5.94-3.43c.74-.43 1.2-1.22 1.2-2.08V8.58c0-.85-.46-1.65-1.2-2.08l-5.94-3.43c-.36-.21-.78-.32-1.19-.32Z%27/%3E%3C/svg%3E%0A");
        content: "";
    }
}

.infoblock p.infoblock-text {
    margin: 0;
}

expanded-content {
    display: block;
    margin-top: 20px;
}

expanded-content .expanded-area {
    max-height: 25em;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    expanded-content .expanded-area {
        max-height: 11em;
    }
}

expanded-content .expanded-area p {
    margin-bottom: 12px;
}

expanded-content[expanded="true"] .expanded-area {
    max-height: 100%;
    overflow: hidden;
}

.btn--content-toggle {
    padding: 13px 0;
    margin: 30px 0 0;
    width: 100%;

    font-size: 15px;
    font-weight: 700;
}

.btn--content-toggle::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m7 10 5 5 5-5%27/%3E%3C/svg%3E");
    content: "";
    transition: transform 0.3s;
}

expanded-content[expanded="true"] .btn.btn--content-toggle::after {
    transform: rotate(180deg);
}

.pagination {
    --block--gap: 40px;
    --icon--arrow-down: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%236B7280%27 d=%27M2.75 12c0-.19.07-.38.22-.53L9.04 5.4c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06L4.56 12l5.54 5.54c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0l-6.07-6.07a.742.742 0 0 1-.22-.53Z%27/%3E%3Cpath fill=%27%236B7280%27 d=%27M2.921 12c0-.41.34-.75.75-.75h16.83c.41 0 .75.34.75.75s-.34.75-.75.75H3.671c-.41 0-.75-.34-.75-.75Z%27/%3E%3C/svg%3E");
    --icon--arrow-down--active: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M2.75 12c0-.19.07-.38.22-.53L9.04 5.4c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06L4.56 12l5.54 5.54c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0l-6.07-6.07a.742.742 0 0 1-.22-.53Z%27/%3E%3Cpath fill=%27%23ffffff%27 d=%27M2.921 12c0-.41.34-.75.75-.75h16.83c.41 0 .75.34.75.75s-.34.75-.75.75H3.671c-.41 0-.75-.34-.75-.75Z%27/%3E%3C/svg%3E");
}

@media screen and (min-width: 1200px) {
    .pagination {
        --block--gap: 60px;
    }
}

.btn--pagination-load {
    width: 100%;
    padding: 13px;
    gap: 10px;
}

.btn--pagination-load .icon {
    transform: rotate(90deg);
}

@media screen and (min-width: 1200px) {
    .btn--pagination-load {
        display: none;
    }
}

.pagination-list {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
    width: max-content;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .btn--pagination-load + .pagination-list {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .pagination-list {
        display: grid;
        grid-auto-flow: column;
        gap: 14px;
        width: max-content;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .pagination-list li:first-child {
        margin-right: 13px;
    }

    .pagination-list li:last-child {
        margin-left: 13px;
    }
}

.pagination-item {
    list-style: none;
}

@media screen and (max-width: 1200px) {
    .pagination-item:not(.pagination-item--mobile) {
        display: none;
    }
}

.btn--pagination {
    --btn--background: transparent;
    --btn--background--hover: var(--color--red);
    --btn--background--active: var(--color--red--pressed);
    --btn--border--hover: 2px solid var(--color--red);
    --btn--border--active: 2px solid var(--color--red--pressed);
    --btn--text: var(--color--white);
    font-size: 21px;
    font-weight: 700;
    border-radius: 7px;
    width: 40px;
    height: 40px;
}

span.btn--pagination {
    --btn--background: var(--color--block);
    --btn--background--hover: var(--color--block);
    --btn--background--active: var(--color--block);
    --btn--border--hover: 2px solid var(--color--block);
    --btn--border--active: 2px solid var(--color--block);
    --btn--text: var(--color--gray-300);
}

.btn--pagination--contrast {
    --btn--background: var(--color--block-light);
    padding-inline: 48px 50px;
    width: auto;
    font-size: 15px;
}

span.btn--pagination--current {
    --btn--background: var(--color--red);
    --btn--background--hover: var(--color--red);
    --btn--background--active: var(--color--red);
    --btn--border: 2px solid var(--color--red);
    --btn--border--hover: 2px solid var(--color--red);
    --btn--border--active: 2px solid var(--color--red);
    --btn--text: var(--color--white);
}

@media screen and (max-width: 1200px) {
    .btn--pagination--previous::before {
        display: block;
        width: 24px;
        height: 24px;
        background: var(--icon--arrow);

        content: "";
    }

    .btn--pagination--next::after {
        display: block;
        width: 24px;
        height: 24px;
        background: var(--icon--arrow);
        transform: rotate(180deg);

        content: "";
    }

    .btn--pagination--contrast {
        line-height: 20px;
        font-size: 15px;
        font-weight: 700;
        height: 40px;
        width: 150px;
    }

    a.btn--pagination--contrast {
        --icon--arrow: var(--icon--arrow-down--active);
        --btn--text: var(--color--white);
    }

    span.btn--pagination--contrast {
        --icon--arrow: var(--icon--arrow-down);
        --btn--text: var(--color--gray-300);
    }

    .pagination-list li {
        margin: 0;
    }
}

.timer {
    
    display: block;
}

.timer__inner {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

@media screen and (min-width: 1200px) {
    .timer__inner {
        grid-auto-flow: column;

        gap: 60px;
        height: 116px;
        padding-inline: 70px;
    }
}

.timer-text {
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
    align-items: center;
    justify-content: start;
    margin: 0;

    font-weight: 700;
}

.timer-text .icon {
    color: var(--color--red);
    display: none;
}

@media screen and (min-width: 1200px) {
    .timer-text {
        font-size: 26px;
    }

    .timer-text .icon {
        display: block;
    }
}

.timer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: end;
    justify-self: center;
    align-items: center;
    width: max-content;
    gap: 9px;
}

@media screen and (min-width: 1200px) {
    .timer-content {
        gap: 41px;
    }
}

.timer-col {
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    width: 60px;
}

@media screen and (min-width: 1200px) {
    .timer-col {
        font-size: 48px;
    }
}

.timer-value {
    position: relative;
    font-weight: 700;
    justify-self: center;
}

.timer-col:not(:nth-child(1))::before {
    position: absolute;
    top: 0;
    left: -9px;
    color: var(--color--red);
    content: ":";
}

@media screen and (min-width: 1200px) {
    .timer-col:not(.timer-days)::before {
        left: -26px;
    }
}

.timer-label {
    color: var(--color--gray-200);
    justify-self: center;
    transform: translateY(-7px);
    font-size: 14px;
}

.admin-notes {
    color: var(--color--white);
    background: var(--color--block);
    border: 2px solid var(--color--red--hover);
    padding: 16px;
    border-radius: 7px;
}

.kp-link .infoblock-text{
    display: flex;
    align-items: center;
}

.kp-link .logo-link{
    margin: 20px;
}

@media screen and (min-width: 1200px) {
    .admin-notes {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .kp-link .logo-link{
        margin: 20px;
    }
    .kp-link .infoblock-text{
        flex-direction: column;
    text-align: center;
    }
    .admin-notes {
        margin-bottom: 20px;
    }
    .player-notes {
        order: 5;
    }
}

.layout--title {
    --block--gap: 30px;
}

.title-card {
    display: grid;
    grid-template-columns: 282px 1fr;
    gap: 30px;

    grid-auto-rows: min-content;
    align-items: start;
}

.title-card__actions{
    grid-column: 1;
    grid-row: 1;
}

.title-card__content{
    grid-column: 2;
    grid-row: 1;
}

@media screen and (max-width: 1200px) {
    .layout--title {
        display: grid;
    }

    .title-card {
        display: contents;
    }
}

@media screen and (max-width: 1200px) {
    .layout--title fly-block {
        order: var(--fly-block--order, 0);
        margin-block: var(--fly-block--offset-top, var(--fly-block--offset, 20px)) var(--fly-block--offset-bottom, var(--fly-block--offset, 20px));
    }
}

.title-card img {
    border-radius: 15px;
    width: 100%;
    height: 196px;
}

@media screen and (min-width: 1200px) {
    .title-card img {
        height: 414px;
    }
}

.btn--title-share {
    padding: 7px 8px;
    height: 40px;
    width: 100%;
    margin-top: 15px;
}

@media screen and (max-width: 1200px) {
    .btn--title-share,
    .btn--title-add {
        margin-top: 0;
    }
}

.heading--title {
    margin-block: 0 10px;
}

.heading--title h1 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .heading--title h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

.title-group {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    gap: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .title-group {
        grid-template-columns: max-content max-content;
        grid-auto-flow: dense;
        gap: 15px 28px;
    }

    .expand-list {
        grid-column: 1/-1;
    }
}

.btn--to-comments {
    --btn--gap: 15px;
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);
    align-items: start;
}

.btn--to-comments span {
    align-self: center;
}

.btn--to-comments .icon {
    color: var(--color--gray-200);
}

.expand-list {
    position: relative;
}

.expand-list .expand-list-content {
    position: absolute;
    top: 100%;
    display: grid;
    width: 100%;
    min-width: 300px;
    gap: 10px;
    background-color: var(--color--block-light);
    border-radius: 7px;
    padding: 16px 20px;
    z-index: 11;
}

.expand-list:not(.expand-list--expanded) .expand-list-content {
    display: none;
}

.btn--expand-list {
    font-size: 18px;
    color: var(--color--gray-200);
    max-width: 500px;
    text-align: start;
    align-items: start;
}

@media screen and (max-width: 1200px) {
    .btn--expand-list {
        max-width: 300px;
    }
}

.btn--expand-list .icon {
    transform: rotate(90deg);
}

.meta-block {
    display: grid;
    gap: 15px 30px;
    grid-template-columns: max-content max-content;
    margin: 20px 0 30px;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .meta-block {
        white-space: nowrap;
        margin-block: 20px;
    }
}

.meta-block .meta-line {
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .meta-block .meta-line {
        max-width: calc(100vw - var(--mobile--padding));
        margin-right: calc(var(--mobile--padding) * -1);
    }
}

.meta-block .meta-col {
    display: flex;
}

.meta-block dt {
    color: var(--color--gray-200);
}

.meta-block dd {
    display: flex;
    margin-inline: 15px 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .meta-block dd {
        display: flex;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        height: 100%;
        scrollbar-width: none;
        margin-inline: 15px 0;
        padding: 0 var(--mobile--padding) 0 0;
    }

    .meta-block .meta-col {
        overflow: hidden;
    }

    .title-card .tag-list {
        display: flex;
        overflow: auto;
        white-space: nowrap;
        scrollbar-width: none;
        margin-inline: calc(var(--mobile--padding) * -1);
        padding-inline: var(--mobile--padding);
    }

    .title-card .tag-list::-webkit-scrollbar,
    .meta-block dd::-webkit-scrollbar {
        appearance: none;
        height: 0;
        width: 0;
    }
}

.meta-block a {
    color: var(--color--red);
}

.meta-block a + a {
    position: relative;
    padding-left: 16px;
}

.meta-block a + a::before {
    position: absolute;
    left: -2px;
    color: var(--color--block-light);
    padding-inline: 4px 5px;
    content: "/";
}

@media (hover: hover) and (pointer: fine) {
    .meta-block a:hover {
        text-decoration: underline;
    }
}

.meta-line--acting,
.meta-line--personal {
    grid-column: 1/-1;
}

.title-description {
    --paragraph--height: 1.5;
    grid-column: 1 / 3;
    grid-row: 2;
}

.title-description__title {
    margin-block: 0 10px;
    font-size: 18px;
    line-height: 1.5;
}

.title-actions-list {
    max-width: 300px;
}

@media screen and (max-width: 1200px) {
    .title-actions-list {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
}

.rx7d {
    display: block;
    margin-bottom: 50px;
}

.title-card {
    margin-bottom: 50px;
}

.layout--title .rx7d {
    margin-top: 30px;
}

/* MOBILE ORDERS */

@media screen and (max-width: 1200px) {
    .rx7d {
        display: none;
    }

    .title-card {
        margin-bottom: 0;
    }

    .title-card img {
        order: 0;
    }

    .heading--title {
        order: 1;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .title-group {
        order: 2;
    }

    .title-actions-list {
        order: 3;
        
    }

    .title-card .tag-list {
        order: 7;
        z-index: 0;
    }

    .meta-block {
        order: 8;
    }

    .title-description {
        display: contents;
    }

    .title-description__title {
        order: 6;
        margin-block: 20px;
    }

    .title-description expanded-content {
        order: 9;
        margin-top: 0;
    }

    .player-discription{
        order: 4;
    }

    .player {
        order: 4;
    }

    .timer {
        order: 5;
    }

    .chronology {
        order: 10;
    }

    .layout--comments {
        order: 11;
    }

    expanded-content .expanded-area {
        position: relative;
        max-height: 7.5em;
    }

    expanded-content:not([expanded="true"]) .expanded-area::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 7.5em;
        top: 0;
        background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(16, 14, 25, 1) 100%);
        content: "";
    }
}

@media screen and (min-width: 1200px) {
    .title-description expanded-content {
        margin-top: 0;
    }

    .title-description .btn--content-toggle {
        display: none;
    }

    .title-description .expanded-area {
        max-height: 100%;
    }

    .title-description .expanded-area p {
        font-size: 15px;
        line-height: 1.5;
    }

    .title-description .expanded-area p + p {
        margin-top: 22px;
    }
    .btn--content-toggle-min{
        display:none !important;
    }
    .player-discription{
        margin-bottom: 20px;
    }
}

.title-card .title-actions {
    position: relative;
    display: block;
    width: 100%;
    --actions--size: 100%;
}

@media screen and (min-width: 1200px) {
    .title-card .title-actions {
        margin-top: 21px;
    }
}

.title-card .title-actions .action-list {
    position: absolute;
    top: 36px;
    width: 100%;
    padding-block: 24px 20px;
    z-index: 1;
    background-color: var(--color--block);
}

.title-card .title-actions .btn--card-action span {
    position: static;
    transform: none;
    color: var(--color--white);
    cursor: pointer;
}

.title-card .title-actions .btn--card-action {
    --btn--gap: 10px;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.rating__group {
    --star--fill--active: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23db1035%27 d=%27M10.824 3.872a1.229 1.229 0 0 1 2.352 0l1.1 3.303c.171.513.63.86 1.15.872l3.352.07c1.18.026 1.668 1.59.727 2.333l-2.671 2.113a1.33 1.33 0 0 0-.44 1.41l.971 3.347c.342 1.179-.934 2.145-1.902 1.442l-2.752-1.997a1.203 1.203 0 0 0-1.422 0l-2.752 1.997c-.968.703-2.244-.263-1.902-1.442l.97-3.346a1.33 1.33 0 0 0-.439-1.411L4.495 10.45c-.94-.743-.453-2.307.727-2.332l3.351-.071a1.25 1.25 0 0 0 1.15-.872l1.101-3.303Z%27/%3E%3C/svg%3E%0A");
    --star--fill: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23ffb800%27 d=%27M10.824 3.872a1.229 1.229 0 0 1 2.352 0l1.1 3.303c.171.513.63.86 1.15.872l3.352.07c1.18.026 1.668 1.59.727 2.333l-2.671 2.113a1.33 1.33 0 0 0-.44 1.41l.971 3.347c.342 1.179-.934 2.145-1.902 1.442l-2.752-1.997a1.203 1.203 0 0 0-1.422 0l-2.752 1.997c-.968.703-2.244-.263-1.902-1.442l.97-3.346a1.33 1.33 0 0 0-.439-1.411L4.495 10.45c-.94-.743-.453-2.307.727-2.332l3.351-.071a1.25 1.25 0 0 0 1.15-.872l1.101-3.303Z%27/%3E%3C/svg%3E%0A");
    --star--empty: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23392e40%27 d=%27M10.824 3.872a1.229 1.229 0 0 1 2.352 0l1.1 3.303c.171.513.63.86 1.15.872l3.352.07c1.18.026 1.668 1.59.727 2.333l-2.671 2.113a1.33 1.33 0 0 0-.44 1.41l.971 3.347c.342 1.179-.934 2.145-1.902 1.442l-2.752-1.997a1.203 1.203 0 0 0-1.422 0l-2.752 1.997c-.968.703-2.244-.263-1.902-1.442l.97-3.346a1.33 1.33 0 0 0-.439-1.411L4.495 10.45c-.94-.743-.453-2.307.727-2.332l3.351-.071a1.25 1.25 0 0 0 1.15-.872l1.101-3.303Z%27/%3E%3C/svg%3E%0A");
    --star--template: var(--star--fill);
    position: relative;
    font-size: 12px;
    width: 10em;
    height: 2em;
    background-image: var(--star--empty);
    background-size: 2em auto;
    background-repeat: repeat-x;
}

.rating__group--selected {
    --star--template: var(--star--fill--active);
}

.rating__group:focus-within {
    outline: none;
}

.rating__star {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 2em;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 2em auto;
    background-repeat: repeat-x;
}

.rating__star:focus {
    outline: none;
}

.rating__star:hover,
.rating__star:checked {
    background-image: var(--star--template);
}

.rating__star:hover ~ .rating__star {
    background-image: var(--star--empty);
}

/* Options */

.rating__star:nth-of-type(1) {
    z-index: 5;
    width: 2em;
}

.rating__star:nth-of-type(2) {
    z-index: 4;
    width: 4em;
}

.rating__star:nth-of-type(3) {
    z-index: 3;
    width: 6em;
}

.rating__star:nth-of-type(4) {
    z-index: 2;
    width: 8em;
}

.rating__star:nth-of-type(5) {
    z-index: 1;
    width: 10em;
}

.btn--title-full-image {
    display: block;
}

soa-popup[marker="image-full"] {
    display: flex;
    --popup--content-size: 500px;
}

soa-popup[marker="image-full"] .popup-inner {
    margin: auto;
    padding: 50px;
}

soa-popup[marker="image-full"] .popup-content {
    padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
    soa-popup[marker="image-full"] .popup-content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

.title-share {
    position: relative;
}

.share .share-content {
    position: absolute;
    top: 100%;
    display: grid;
    width: 100%;
    min-width: 300px;
    gap: 10px;
    background-color: var(--color--block-light);
    border-radius: 7px;
    padding: 16px 20px;
    z-index: 11;
}

.share:not(.share--expanded) .share-content {
    display: none;
}

.title-share.share .btn--title-share {
    font-size: 15px;
    font-weight: 700;
    color: var(--color--white);
}

.title-share.share--expanded .btn--title-share {
    border-radius: 7px 7px 0 0;
    background-color: var(--color--block-light);
}

.title-share.share .share-content {
    min-width: 100%;
    background-color: var(--color--block);
    border-radius: 0 0 7px 7px;
    gap: 0;
    padding: 7px 0;
}

.btn--share-link {
    --btn--gap: 10px;
    font-size: 15px;
    justify-content: start;
    padding: 7px 20px;
    --btn--background--hover: var(--color--block--hover);
}

.title-share .icon {
    width: 24px;
    height: 24px;
}

.video-player {
    position: relative;
    height: 500px;
    margin-top: 25px;
    overflow: hidden;
    background: var(--color--ad);
}

@media screen and (max-width: 1200px) {
    .video-player {
        height: 178px;
    }
}

.video-player__wrapper {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    title-player[view="main"]:not(.hide-placeholder) .video-player::before {
        position: absolute;
        display: block;
        background: url(482e009804567299a7c1.webp);
        background-size: inherit;
        background-position: center;
        inset: 0;
        content: "";
    }
}

title-player[view="main"]:not([status="connected"], .hide-placeholder) .video-player::after {
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0;
    content: "";
}

title-player .video-player iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    title-player .video-player iframe,
    title-player .video-player {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        max-width: calc(100vw - var(--offset) * 2);
    }
}

.btn--video-play {
    --btn--size: 64px;
    --btn--text: var(--color--red);

    position: absolute;
    left: calc(50% - var(--btn--size) / 2);
    top: calc(50% - var(--btn--size) / 2);

    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: var(--btn--size);
    height: var(--btn--size);
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .btn--video-play .icon {
        width: 25px;
        height: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .btn--video-play {
        --btn--size: 148px;
        top: 176px;
        backdrop-filter: blur(40px);
        --btn--background: rgba(255, 255, 255, 0.05);;
        --btn--background--hover: rgba(135, 34, 5, 0.3);
        --btn--radius: 50%;
    }
}

.player-information {
    position: absolute;
    bottom: 31px;
    left: 40px;
    right: 20px;

    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 30px;

    color: #d1d5db;
    font-size: 26px;
    font-weight: 700;
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .player-information {
        display: none;
    }
}

.chapters-select {
    position: relative;
}

.chapters-select .chapters-select-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
    border-radius: 0 0 7px 7px;
    background-color: var(--color--block);
    padding: 4px 0;
    z-index: 1001;
    scrollbar-width: thin;
}


.chapters-select .chapters-select-list::-webkit-scrollbar {
    width: 12px;               /* ширина scrollbar */
}

.chapters-select .chapters-select-list::-webkit-scrollbar-track {
    background: transparent;        /* цвет дорожки */
}

.chapters-select .chapters-select-list::-webkit-scrollbar-thumb {
    background-color: var(--color--block-light);    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: none;  /* padding вокруг плашки */
}

.chapters-select .chapters-select-list .btn {
    width: 100%;
    justify-content: start;
    padding: 8px 16px;
    --btn--radius: 0;
    --btn--background--hover: var(--color--block--hover);
    --btn--background--active: var(--color--block--pressed);
}

.chapters-select.chapters-select--open .btn--chapter-select {
    border-radius: 7px 7px 0 0;
}

.chapters-select:not(.chapters-select--open) .chapters-select-list {
    display: none;
}

.icon--icon-video-play{
    color: white;
}
.player {
    display: grid;
}

@media screen and (min-width: 1200px) {
    .player {
        gap: 25px 30px;
        margin-bottom: 20px;
    }

    .player.nds {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1200px) {
    .player > .banner {
        display: none;
    }
    .player {
        margin-bottom: 20px;
    }
}

.player fly-block {
    max-height: var(--ad--size, 600px);
    align-self: end;
}

.player-title {
    grid-column: 1/-1;
    margin-block: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}
.player-discription{
    grid-column: 1/-1;
    margin-block: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

.player-actions {
    display: flex;
    justify-content: space-between;
}

.player-actions .player-actions__title {
    color: var(--color--gray-200);
    font-size: 15px;
}

@media screen and (min-width: 1200px) {
    .player-actions .player-actions__title {
        display: none;
    }
    
}

@media screen and (max-width: 1200px) {
    .player-actions {
        justify-content: start;
        margin-top: 22px;
    }
}

.player-buttons {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 0;
}

.player-buttons__navigation {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    gap: 20px;
}

.player-buttons__navigation.navigation--hidden {
    visibility: hidden;
    user-select: none;
    pointer-events: none;
}

@media screen and (min-width: 1200px) {
    .player-buttons__navigation {
        grid-template-columns: 40px 252px 40px;
    }
}

.btn--chapter-previous,
.btn--chapter-next {
    padding: 0;
    height: 40px;
    width: 40px;
}

.btn--chapter-previous {
    transform: rotate(180deg);
}

.btn--chapter-select {
    width: 100%;
    padding-inline: 15px;
    height: 40px;
    justify-content: space-between;
}

.btn--chapter-select .icon {
    transform: rotate(90deg);
}

.player-buttons__aditional {
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
}

@media screen and (max-width: 1200px) {
    .player-buttons__aditional {
        grid-template-columns: 1fr 53px;
        gap: 20px;
    }
}

.btn--attention {
    --btn--gap: 10px;
    padding: 0 22px;
    height: 40px;
}

.btn--download {
    --btn--gap: 10px;
    padding: 0 31px;
    height: 40px;
}

.btn--download[disabled] {
    --btn--background: #777777;
}

@media screen and (max-width: 1200px) {
    .btn--download {
        padding-inline: 13px;
        width: 53px;
    }

    .btn--download span {
        display: none;
    }
}

.player-select {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    background-color: var(--color--block);
    border-radius: 20px;
    height: max-content;
}

.btn--player-select {
    --btn--background: var(--color--block);
    --btn--text: var(--color--white);
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);
    --btn--radius: 20px;
    padding: 5px 20px;
}

.player-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (min-width: 1200px) {
    .player-actions {
        display: grid;
    }
}

.player-actions > div {
    color: var(--color--gray-200);
}

@media screen and (max-width: 1200px) {
    .btn--player-select {
        width: 47px;
        height: 31px;
        padding: 0;
    }

    .btn--player-selected {
        width: 47px;
        height: 31px;
        padding: 0;
    }

    .btn--player-select span:first-child {
        display: none;
    }
}

.btn--player-selected {
    --btn--background: var(--color--red);
    --btn--background--hover: var(--color--red);
    --btn--background--active: var(--color--red--pressed);
    --btn--text--hover: var(--color--white);
    --btn--text--active: var(--color--white);
}

/* mobile player breaks */
@media screen and (max-width: 1200px) {
    .player {

    }

    .title-card__actions {
        display: contents;
    }

    .title-card__content {
        display: contents;
    }

    .title-card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .player-buttons {
        grid-auto-flow: row;
    }

}

.tag-list {
    display: block;
    margin: 0;
    padding: 0;
}

.tag-item {
    --tag--offset: 10px;
    list-style: none;
    display: inline-block;
    margin: 0 var(--tag--offset) var(--tag--offset) 0;
}

@media screen and (min-width: 1200px) {
    .tag-item {
        --tag--offset: 10px;
    }
}

.tag-link {
    display: block;
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid currentColor;
    color: var(--color--gray-200);
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
    .tag-link:hover {
        color: var(--color--white);
        border: 1px solid var(--color--red);
        background-color: var(--color--red);
    }
}

.chronology {
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .chronology {
        background-color: var(--color--block);
        padding-block: 30px;
        padding-inline: var(--mobile--padding);
        margin-inline: calc(var(--mobile--padding) * -1);
        margin-top: 50px;
        overflow: hidden;
    }
}

.chronology .chronology-list {
    display: grid;
    gap: 20px;
    --btn--block: 30px;
}

.chronology-section {
    border-radius: 15px;
    background-color: var(--color--block);
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .chronology-section {
        border-radius: 0;
    }
}

.chronology-section summary {
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
    outline: none;
    cursor: pointer;
    line-height: 24px;
}

@media screen and (max-width: 1200px) {
    .chronology-section summary {
        padding-inline: 0;
        padding-block: 0 15px;
    }

    .chronology-section:not(:last-child) summary {
        border-bottom: 1px solid var(--color--gray-400);
    }
}

.chronology-section summary::after {
    display: block;
    width: 24px;
    height: 24px;
    background: var(--icon--chevron);
    transform: rotate(90deg);
    transition: transform 0.3s;
    content: "";
}

.chronology-section[open] > summary::after {
    transform: rotate(-90deg);
}

@media screen and (max-width: 1200px) {
    .chronology-section[open] > summary::after {
        background: var(--icon--chevron-red);
    }
}

.chronology-section .chronology-content {
    padding: 0 30px 30px;
}

@media screen and (max-width: 1200px) {
    .chronology-section .chronology-content {
        padding-inline: 0;
        padding-top: 20px;
    }
}

.chronology .card {
    transition: opacity 0.2s;
    will-change: opacity;
}

.chronology .card:not(.visible) {
    opacity: 0.4;
}

edit-user {
    --max--content: 5;
    display: grid;
    --color--comments: #9ca3af;
    --icon--crown: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2714%27 fill=%27none%27 viewBox=%270 0 15 14%27%3E%3Cpath fill=%27%23FFB800%27 d=%27M1.666 11.083a1.167 1.167 0 0 0 1.167 1.167h9.333a1.167 1.167 0 0 0 1.167-1.167V9.917H1.666v1.166Zm8.167-6.416L7.499 1.75 5.166 4.667l-3.5-2.917v7h11.667v-7l-3.5 2.917ZM8.666 7H6.333a.583.583 0 0 1 0-1.167h2.333a.583.583 0 1 1 0 1.167Z%27/%3E%3C/svg%3E%0A");
    --icon--shield: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%2715%27%20viewBox%3D%270%200%2014%2015%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%3Cg%20clip-path%3D%27url%28%23clip0_2426_6991%29%27%3E%0A%3Cpath%20d%3D%27M7.00482%200.50566L7.00161%200.5L1%203.9323L1.01357%203.95565V8.0051H1.01607C1.06715%2011.3856%203.6697%2014.1528%207.00214%2014.5C10.3346%2014.1529%2012.9373%2011.3857%2012.9882%208.0051V3.95388L13%203.93371L7.00482%200.50566ZM7.00214%2012.728V7.79655H2.79159V4.96177L7.00214%202.55418V7.79655H11.2102V8.0051H11.2132C11.1636%2010.4095%209.34896%2012.3915%207.00214%2012.728Z%27%20fill%3D%27%2304C900%27%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%27clip0_2426_6991%27%3E%0A%3Crect%20width%3D%2714%27%20height%3D%2714%27%20fill%3D%27white%27%20transform%3D%27translate%280%200.5%29%27%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
}

@media screen and (min-width: 1200px) {
    edit-user {
        grid-template-columns: 260px 1fr;
        gap: 70px;
    }
}

edit-user .account-heading {

}

@media screen and (max-width: 1200px) {
    edit-user[section] .account-heading {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    edit-user .account-heading {
        border-radius: 15px;
        background-color: var(--color--block);
        padding: 30px;
    }
}

.user {
    display: grid;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color--block-light);
    --user--color: var(--user--premium, var(--color--red));
    --user--premium: var(--color--orange);
    --user--name: var(--color--white);
    --user--image--background: var(--color--red);
    --user--image--border: var(--color--red);
    --user--image--text: var(--color--white);

    align-items: center;
    justify-content: center;
}

.user--premium {
    --user--name: var(--color--orange);
    --user--image--border: var(--user--premium);
}
/*
@media screen and (min-width: 1200px) {
    .user {
        align-items: center;
        justify-content: center;
    }
}
*/
.user .user-date {
    font-size: 14px;
    margin-top: -10px;
}

@media screen and (min-width: 1200px) {
    .user .user-date {
        text-align: center;
    }
}

.user-image {
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    justify-self: center;
    border: 2px solid var(--user--image--border);
}

.images-list .user-image:hover{
    --user--image--border: var(--user--premium);
    cursor: pointer;
}

.user-image img{
    border-radius: 50%;
}

edit-user .user .user-image{
    margin-bottom: 0;
} 

edit-user .images-list div.user-minname{
    background-color: var(--user--image--background);
} 
edit-user .images-list p.user-minname{
    background-color: unset;
} 

edit-user .images-list{
    
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(var(--max--content),max-content);
    columns: var(--max--content) auto;
    grid-gap: 10px;
    max-height: 350px;
    overflow-y: auto;
}

@media screen and (max-width: 1200px) {
    edit-user .images-list{
        --max--content: 3;
    }
}

p.user-image, p.user-minname {
    display: flex;
    justify-content: center;
    color: var(--user--image--text);
    background-color: var(--user--image--background);
    padding-top: 23px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 31px;
}
/*
@media screen and (min-width: 1200px) {
    .user-image {
        justify-self: center;
    }
}
*/
edit-user .user-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--user--name);
    text-align: center;
}

.user--premium .user-name::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;

    background: var(--icon--crown);
    content: "";
}

edit-user .account-tabs {
    display: grid;
    gap: 5px;
}

@media screen and (min-width: 1200px) {
    edit-user .account-tabs {
        gap: 0;
    }
}

edit-user .tab .heading h2 {
    font-size: 20px;
}

.account-tabs .menu-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 24px;
}

@media screen and (max-width: 1200px) {
    .account-tabs .menu-item:not(.menu-item--noarrow)::after {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23DB1035%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
        content: "";
    }
}

.btn--account-tab {
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);
    width: 100%;
    padding: 10px 0;
    justify-content: start;
}

.btn--account-tab[aria-expanded="true"] {
    --btn--text: var(--color--red);
}

.form-user-edit {
    display: grid;
    gap: 20px;
    max-width: 340px;
    --input--background: var(--color--white);
    --input--color: var(--color--gray-900);
}

.form-avatars{
    max-width: 460px;
}
.form-user-edit .row {
    display: grid;
    gap: 5px;
}

.form-user-edit label {
    font-size: 12px;
}

.form-user-edit .btn--form-submit {
    margin-top: 10px;
    width: 100%;
}

.btn--edit-user-back {
    --btn--gap: 15px;
    --btn--text: var(--color--red);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
    .btn--edit-user-back {
        display: none;
    }
}

.btn--edit-user-back::before {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke=%27%23DB1035%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m10 17 5-5-5-5%27/%3E%3C/svg%3E");
    transform: rotate(180deg);
    content: "";
}

.form--confirmation {
    display: grid;
    gap: 15px;
}

.popup--information {
    --popup--content-size: 400px;
    display: flex;
}

@media screen and (min-width: 1200px) {
    .popup--information .popup-inner {
        margin-block: auto;
    }

    .popup--information .popup-content {
        padding-bottom: 0;
    }

    .popup--information .popup-content.layout {
        padding-inline: 0;
        line-height: 1.7;
    }
}


edit-user ul.comments-list {
    margin: 40px 0 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    edit-user ul.comments-list {
        gap: 15px;
    }

    edit-user ul.comments-list > li + li {
        border-top: 1px solid var(--color--block-light);
        padding-top: 15px;
    }

    edit-user .comment-actions {
        grid-auto-flow: column;
        gap: 50px;
    }

    edit-user .comment-actions .comment-statistic {
        order: 1;
    }

    edit-user .btn--undo span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: start;
    }

}

edit-user .comment-author--premium {
    color: var(--color--orange);
    display: flex;
    align-items: center;
}

edit-user .comment-author--premium::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;

    background: var(--icon--crown);
    content: "";
}

edit-user .action-mark{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 22px;
    font-size: 12px;
    font-weight: 700;
    background-color: var(--color--red);
    border-radius: 50%;
}
/*
@media screen and (max-width: 1200px){
    edit-user .action-mark{
        display: none;
    }
}
*/
login-form {
    display: block;
    --input--background: var(--color--white);
    --input--color: var(--color--gray-900);
}

login-form .heading {
    margin: 0 0 10px;
    padding: 0;
}

login-form .heading h2 {
    font-size: 26px;
}

login-form .subtext {
    margin: 0;
}

login-form .subtext .btn {
    display: inline-flex;
    --btn--text: var(--color--red);
}

login-form form {
    display: grid;
    gap: 15px;
    margin-block: 20px;
}

login-form form .btn--form-submit {
    margin-top: 15px;
    width: 100%;
}

login-form form label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

login-form .row--error input {
    box-shadow: 0 0 0 3px var(--color--red);
}

.btn--login-from-vk {
    --btn--gap: 10px;
    width: 100%;
    height: 40px;
}

.btn--login-to-reset {
    --btn--text: var(--color--red);
    padding: 5px;
}

login-form .row--message {
    background: var(--color--block-light);
    padding: 8px 12px;
    border-radius: 7px;
}

login-form .form-message{
    text-align: center;
}


.search-form--primary .row--filters {
    grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1200px) {
    .search-form--primary .popup-inner {
        height: 100%;
    }

    .search-form--primary .row--filters {
        display: grid;
        grid-template-columns: 1fr 40px;
        gap: 15px;
    }

    .search-form--primary .row.row--filters > .col + .col {
        margin: 0;
    }

    .search-form--primary .row.row--filters .col {
        grid-column: 1/-1;
    }

    .search-form--primary .row.row--filters .btn--form-submit,
    .search-form--primary .row.row--filters .btn--reset-form-filter {
        grid-column: span 1;
    }

    .search-form--primary .search-form__inner {
        background: transparent;
        padding: 10px var(--offset) calc(env(safe-area-inset-bottom) + 150px);
        margin-top: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .search-form--primary .search-form__inner .heading {
        display: none;
    }
}

.search-form--primary .row--search-input {
    grid-column: 1/-1;
}

.search-form--primary .row--search-input {
    display: flex;
    gap: 0;
    width: 100%;
    margin: 0;
}

.btn--show-mobile-search-filters {
    height: 50px;
    --btn--gap: 10px;
}

@media screen and (min-width: 1200px) {
    .btn--show-mobile-search-filters {
        display: none;
    }
}

select-box {
    --icon--chevron: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2724%27 fill=%27none%27 viewBox=%270 0 25 24%27%3E%3Cpath stroke=%27%236B7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m7.267 10 5 5 5-5%27/%3E%3C/svg%3E%0A");
    position: relative;
    display: grid;
    gap: 5px;
    cursor: pointer;
}

select-box .select-box-text {
    position: relative;
    padding: 10px 15px 9px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 21px;
    color: var(--input--color, --color--input);
    background-color: var(--input--background, var(--color--block-light));
    border-radius: 7px 7px 0 0;
    border: none;
    outline: none;
}

select-box .select-box-text::after {
    position: absolute;
    right: 15px;
    top: 8px;

    display: block;
    width: 24px;
    height: 24px;

    background-image: var(--icon--chevron);

    content: "";
}

select-box:not([expanded]) .select-box-text {
    border-radius: 7px;
}

.select-box-content {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 280px;
    padding-block: 20px 15px;
    padding-inline: 15px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;

    background-color: var(--input--background, var(--color--block-light));
    cursor: default;
    z-index: 1;
}

select-box[type="range"] .select-box-content {
    width: max-content;
}

select-box[type="range"] year-select {
    --ys--background: var(--color--block);
    --ys--block-size: 186px;
}

select-box[type="range"] year-select .year-select__form {
    gap: 15px;
}

.select-box-content.show-shadow::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: var(--input--background, var(--color--block-light));
    box-shadow: 0 0 30px 30px var(--input--background, var(--color--block-light));
    z-index: 1;
    user-select: none;
    touch-action: none;
    content: "";
}

select-box:not([expanded]) .select-box-content {
    display: none;
}

.select-box-list {
    position: relative;
    max-height: 260px;
    padding-bottom: 16px;

    overflow: auto;
}

.select-box-list .select-box-line label {
    margin: 0;
}

.select-line + .select-line {
    margin-top: 15px;
}


.layout--comments {
    background-color: var(--color--block);
    padding-block: 30px;
    margin-top: 40px;
}



@media screen and (max-width: 1200px) {
    .layout--comments {
        margin-inline: calc(var(--offset) * -1);
        padding-inline: var(--offset);
        border-radius: 0;
    }
    .comment-status{
        display: none;
    }
    
}

.layout--comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.title-comments {
    --color--comments: #9ca3af;
}

@media screen and (min-width: 1200px) {
    .layout--comments {
        background-color: transparent;
        padding-block: 0;
    }

    .title-comments {
        padding: 50px 40px 35px;
        border-radius: 15px;
        background-color: var(--color--block);
    }
    .comments{
        max-height: 390px;
        overflow: auto;
    }
}

ul.comments-list {
    display: grid;
    gap: 33px;
    margin-top: 40px;
}

.title-comments-form {
    position: relative;
    display: grid;
}

.title-comments-form textarea {
    height: 118px;
    padding: 9px 15px;
    font-size: 16px;
    line-height: 21px;
    border-radius: 7px;
    resize: none;
}

.title-comments-form .btn--send-comment {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 8px 34px;
    height: 40px;
}

.smile-list {
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    width: max-content;
    max-height: 210px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--color--block-light);
    overflow-y: auto;
    z-index: 1;
}

.title-comments-form:not(.is-show-smiles) .smile-list {
    display: none;
}

.smile-list img {
    border-radius: 5px;
}

.btn--show-smiles {
    position: absolute;
    bottom: 15px;
    right: 180px;
    height: 40px;
    width: 40px;
    --btn--background--hover: var(--color--block-light--hover);
    --btn--background--active: var(--color--block-light--active);
}

.comment {
    list-style: none;
}

.comment--reply {
    margin-left: 20px;
}

@media screen and (min-width: 1200px) {
    .comment--reply {
        margin-left: 30px;
    }
}

.comment > ul {
    margin-top: 33px;
}

.comment-heading {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 15px;
    justify-content: start;

    position: relative;
}

.comment-image img {
    border-radius: 50%;
}

.comment-meta {
    display: grid;
    gap: 5px;
}

.comment-author {
    font-size: 15px;
    color: var(--color--white);
    font-weight: 700;
}

.comment-date {
    color: var(--color--comments);
    font-size: 12px;
}

.btn--undo {
    padding: 0;
    --btn--text: var(--color--comments);
    margin-left: 15px;
}

.comment-content {
    margin-block: 20px;
    font-size: 15px;
    line-height: 1.5em;
    word-break: break-all;
    hyphens: auto;
}

.comment-actions {
    display: grid;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

@media screen and (min-width: 1200px) {
    .comment-actions {
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
        align-items: center;
        gap: 50px;
    }
}

.comment-actions .comment-navigation {
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
}


.btn--comment-show-children {
    --btn--gap: 5px;
    --btn--text: var(--color--tomato);
}

.btn--comment-show-children::after {
    display: block;
    width: 24px;
    height: 24px;
    background: var(--icon--chevron-tomato);
    transform: rotate(-90deg);
    transition: transform 0.2s;
    content: "";
}

.comment--show-tree .btn--comment-show-children::after {
    transform: rotate(90deg);
}

.btn--comment-reply {
    font-size: 18px;
    padding: 0;
    --btn--text: var(--color--comments);
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);
}

.comment-statistic {
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    max-width: max-content;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .comment-statistic {
        order: -1;
    }
}

.comment-likes {
    font-size: 15px;
    color: var(--color--comments);
}

.comment-likes--positive {
    color: var(--color--green);
}

.comment-likes--negative {
    color: var(--color--red);
}

.btn--comments-load-more {
    border-radius: 7px;
    width: 100%;
    height: 40px;
    margin-top: 50px;
    --btn--gap: 5px;
    --btn--text: var(--color--white);
    --btn--border: 1px solid var(--color--white);
    --btn--border--hover: 1px solid var(--color--red);
    --btn--border--active: 1px solid var(--color--red);
    --btn--background--active: var(--color--block-light);
}

.btn--comments-load-more .icon {
    transform: rotate(90deg);
}

.comment-image.user {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
}

.comment-image.user--premium {
    border-radius: 50%;
    border: 2px solid var(--user--image--border);
}

.comment-image.user .user-image {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    padding-top: 16px;
}

.comment-image.user.comment-author--admin{
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--color--admin);
    display: flex;
    align-items: center;
}

.comment-author--admin{
    color: var(--color--admin);
    --icon--shield: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%2715%27%20viewBox%3D%270%200%2014%2015%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%3Cg%20clip-path%3D%27url%28%23clip0_2426_6991%29%27%3E%0A%3Cpath%20d%3D%27M7.00482%200.50566L7.00161%200.5L1%203.9323L1.01357%203.95565V8.0051H1.01607C1.06715%2011.3856%203.6697%2014.1528%207.00214%2014.5C10.3346%2014.1529%2012.9373%2011.3857%2012.9882%208.0051V3.95388L13%203.93371L7.00482%200.50566ZM7.00214%2012.728V7.79655H2.79159V4.96177L7.00214%202.55418V7.79655H11.2102V8.0051H11.2132C11.1636%2010.4095%209.34896%2012.3915%207.00214%2012.728Z%27%20fill%3D%27%2323A67F%27%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%27clip0_2426_6991%27%3E%0A%3Crect%20width%3D%2714%27%20height%3D%2714%27%20fill%3D%27white%27%20transform%3D%27translate%280%200.5%29%27%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");

}
.comment-meta .comment-author--admin::before{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;

    background: var(--icon--shield);
    content: "";
}

.comment-author--premium {
    --color--comments: #9ca3af;
    --icon--crown: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2714%27 fill=%27none%27 viewBox=%270 0 15 14%27%3E%3Cpath fill=%27%23FFB800%27 d=%27M1.666 11.083a1.167 1.167 0 0 0 1.167 1.167h9.333a1.167 1.167 0 0 0 1.167-1.167V9.917H1.666v1.166Zm8.167-6.416L7.499 1.75 5.166 4.667l-3.5-2.917v7h11.667v-7l-3.5 2.917ZM8.666 7H6.333a.583.583 0 0 1 0-1.167h2.333a.583.583 0 1 1 0 1.167Z%27/%3E%3C/svg%3E%0A");


    color: var(--color--orange);
    display: flex;
    align-items: center;
}

.comment-author--premium::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;

    background: var(--icon--crown);
    content: "";
}

.comment-status{
    position: absolute;
    width: 63px;
    height: 21px;
    right: 10px;
    top: 0px;
    background: #DB1035;
    border-radius: 8px;
    flex: none;
    order: 3;
    flex-grow: 0;
    
    text-align: center;
}
dinamic-content {
    display: block;
}

pay-vip > * {
    margin-top: var(--block--gap, 30px);
}

@media screen and (min-width: 1200px) {
    pay-vip > * {
        margin-top: var(--block--gap, 50px);
    }
}

.layout--messages {
    background-color: var(--color--block);
    padding-block: 30px;
    margin-top: 40px;
}



@media screen and (max-width: 1200px) {
    .layout--messages {
        margin-inline: calc(var(--offset) * -1);
        padding-inline: var(--offset);
        border-radius: 0;
    }
    .message-status{
        display: none;
    }
    .messages{
        max-height: 500px;
        
    }
}

.layout--messages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.title-messages {
    --color--comments: #9ca3af;
}

@media screen and (min-width: 1200px) {
    .layout--messages {
        background-color: transparent;
        padding-block: 0;
    }

    .title-messages {
        padding: 50px 40px 35px;
        border-radius: 15px;
        background-color: var(--color--block);
    }
    .messages{
        max-height: 390px;
        
    }
}

ul.messages-list {
    display: grid;
    gap: 33px;
    margin-top: 40px;
}

.title-messages-form {
    position: relative;
    display: grid;
    margin-top: 15px;
}

.title-messages-form textarea {
    height: 118px;
    padding: 9px 15px;
    font-size: 16px;
    line-height: 21px;
    border-radius: 7px;
    resize: none;
}

.title-messages-form .btn--send-message {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 8px 34px;
    height: 40px;
    
}

.smile-list-message {
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    width: max-content;
    max-height: 210px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--color--block-light);
    overflow-y: auto;
    z-index: 1;
}

.title-messages-form:not(.is-show-smiles) .smile-list {
    display: none;
}

.smile-list img {
    border-radius: 5px;
}

.btn--show-smiles-message {
    position: absolute;
    bottom: 15px;
    right: 180px;
    height: 40px;
    width: 40px;
    --btn--background--hover: var(--color--block-light--hover);
    --btn--background--active: var(--color--block-light--active);
}

.messages {
    overflow: auto;
}
.message {
    list-style: none;
}

.message--reply {
    margin-left: 20px;
}

@media screen and (min-width: 1200px) {
    .message--reply {
        margin-left: 30px;
    }
}

.message > ul {
    margin-top: 33px;
}

.message-heading {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 15px;
    justify-content: start;

    position: relative;
}

.message-image img {
    border-radius: 50%;
}

.message-meta {
    display: grid;
    gap: 5px;
}

.message-author {
    font-size: 15px;
    color: var(--color--white);
    font-weight: 700;
}

.message-date {
    color: var(--color--comments);
    font-size: 12px;
}

.btn--undo {
    padding: 0;
    --btn--text: var(--color--comments);
    margin-left: 15px;
}

.message-content {
    margin-block: 20px;
    font-size: 15px;
    line-height: 1.5em;
    word-break: break-all;
    hyphens: auto;
}

.message-actions {
    display: grid;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

@media screen and (min-width: 1200px) {
    .message-actions {
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
        align-items: center;
        gap: 50px;
    }
}

.message-actions .message-navigation {
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
}


.btn--message-show-children {
    --btn--gap: 5px;
    --btn--text: var(--color--tomato);
}

.btn--message-show-children::after {
    display: block;
    width: 24px;
    height: 24px;
    background: var(--icon--chevron-tomato);
    transform: rotate(-90deg);
    transition: transform 0.2s;
    content: "";
}

.message--show-tree .btn--message-show-children::after {
    transform: rotate(90deg);
}

.btn--message-reply {
    font-size: 18px;
    padding: 0;
    --btn--text: var(--color--comments);
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);
}

.message-statistic {
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    max-width: max-content;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .message-statistic {
        order: -1;
    }
}

.message-likes {
    font-size: 15px;
    color: var(--color--comments);
}

.message-likes--positive {
    color: var(--color--green);
}

.message-likes--negative {
    color: var(--color--red);
}

.btn--messages-load-more {
    border-radius: 7px;
    width: 100%;
    height: 40px;
    margin-top: 50px;
    --btn--gap: 5px;
    --btn--text: var(--color--white);
    --btn--border: 1px solid var(--color--white);
    --btn--border--hover: 1px solid var(--color--red);
    --btn--border--active: 1px solid var(--color--red);
    --btn--background--active: var(--color--block-light);
}

.btn--messages-load-more .icon {
    transform: rotate(90deg);
}

.message-image.user {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
}

.message-image.user .user-image {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    padding-top: 16px;
}

.message-image.user.message-author--admin{
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--color--admin);
    display: flex;
    align-items: center;
}

.message-image.user.user--premium{
    border-radius: 50%;
    border: 2px solid var(--user--image--border);
}

.message-author--admin{
    color: var(--color--admin);
    --icon--shield: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%2715%27%20viewBox%3D%270%200%2014%2015%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%3Cg%20clip-path%3D%27url%28%23clip0_2426_6991%29%27%3E%0A%3Cpath%20d%3D%27M7.00482%200.50566L7.00161%200.5L1%203.9323L1.01357%203.95565V8.0051H1.01607C1.06715%2011.3856%203.6697%2014.1528%207.00214%2014.5C10.3346%2014.1529%2012.9373%2011.3857%2012.9882%208.0051V3.95388L13%203.93371L7.00482%200.50566ZM7.00214%2012.728V7.79655H2.79159V4.96177L7.00214%202.55418V7.79655H11.2102V8.0051H11.2132C11.1636%2010.4095%209.34896%2012.3915%207.00214%2012.728Z%27%20fill%3D%27%2323A67F%27%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%27clip0_2426_6991%27%3E%0A%3Crect%20width%3D%2714%27%20height%3D%2714%27%20fill%3D%27white%27%20transform%3D%27translate%280%200.5%29%27%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
}
.message-meta .message-author--admin::before{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;

    background: var(--icon--shield);
    content: "";
}

.message-author--premium {
    --color--comments: #9ca3af;
    --icon--crown: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2714%27 fill=%27none%27 viewBox=%270 0 15 14%27%3E%3Cpath fill=%27%23FFB800%27 d=%27M1.666 11.083a1.167 1.167 0 0 0 1.167 1.167h9.333a1.167 1.167 0 0 0 1.167-1.167V9.917H1.666v1.166Zm8.167-6.416L7.499 1.75 5.166 4.667l-3.5-2.917v7h11.667v-7l-3.5 2.917ZM8.666 7H6.333a.583.583 0 0 1 0-1.167h2.333a.583.583 0 1 1 0 1.167Z%27/%3E%3C/svg%3E%0A");


    color: var(--color--orange);
    display: flex;
    align-items: center;
}

.message-author--premium::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;

    background: var(--icon--crown);
    content: "";
}

.message-status{
    position: absolute;
    width: 63px;
    height: 21px;
    right: 10px;
    top: 0px;
    background: #DB1035;
    border-radius: 8px;
    flex: none;
    order: 3;
    flex-grow: 0;
    
    text-align: center;
}
pay-invoice > * {
    margin-top: var(--block--gap, 30px);
}
.btn--invoice-buy {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    height: 40px;
    margin-top: auto;
    padding-inline: 70px;
}

pay-invoice a strong {
    color: var(--color--admin);
}

pay-invoice .layout p{
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    pay-invoice {
        height: 600px;
        display: block;
    }
    pay-invoice > * {
        margin-top: var(--block--gap, 50px);
    }
    pay-invoice .btn--invoice-buy {
        left: 130px;
    }
    pay-invoice .card-vip{
        text-align: center;
    }
    pay-invoice .layout--vip-types{
        grid-template-columns: repeat(2, 1fr);
    }
    pay-invoice .card-vip__period {
        margin-top: 15px;
    }
    pay-invoice .card-vip__price {
        height: 55px;
    }
    .btn--invoice-buy {
        bottom: 28px;
        left: 30px;
        width: auto;
        margin: 0;
    }
}

@media screen and (max-width: 1200px){
    .card-vip__price{
        display: none;
    }
    .card-vip__period{
        margin-top: 10px !important;
        text-align: center;
    }
}


.sidebar-navigation .menu-list {
    display: grid;
    align-items: center;
    justify-content: normal;
    width: 100%;
}

.sidebar-navigation .btn--toggle-submenu {
    --btn--gap: 8px;
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);

    display: grid;
    width: 100%;
    justify-content: space-between;
}

.sidebar-navigation .btn--toggle-submenu::after {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M8.99999 6L14.2929 11.2929C14.6262 11.6262 14.7929 11.7929 14.7929 12C14.7929 12.2071 14.6262 12.3738 14.2929 12.7071L8.99999 18%27 stroke=%27%23872205%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}

.sidebar-navigation .menu-link{
    display: block;
}

.sidebar-navigation .menu-link, .sidebar-navigation .btn--toggle-submenu{
    padding: 10px;
}

.sidebar-navigation .btn--popup-open{
    width: 100%;
    text-align: left;
}

@media (hover: hover) and (pointer: fine) {
    .sidebar-navigation .menu-link:hover {
        color: var(--color--red);
    }

    .sidebar-navigation .menu-link:active {
        color: var(--color--red--pressed);
    }

    .btn.btn--toggle-submenu.expanded:hover{
        color: var(--color--white);
    }
}

.btn--toggle-submenu:not(.expanded) + .submenu {
    display: none;
}

.sidebar-navigation .menu-item {
    position: relative;
    margin-bottom: 8px;
    background: var(--color--block);
    border-radius: 10px;
    height: 40px;
}



/*
.header-navigation > .menu-list > .menu-item + .menu-item {
    padding-inline: max(35px, 8px) 0;
}
*/
.sidebar-navigation .submenu {
    position: absolute;
    top: 0;
    left: 300px;
    display: grid;
    gap: 15px;
    width: max-content;
    margin: 0;
    margin-left: 15px;
    padding: 20px 40px 30px;
    border-radius: 15px;
    background-color: var(--color--block);
    z-index: 10001;
}

.sidebar-navigation .submenu--genre {margin: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    columns: 4 auto;
    gap: 15px;
}

.sidebar-navigation .submenu--years {
    padding-top: 0;
}

.sidebar-navigation .submenu .menu-item{
    background: var(--color--block-light); 
    margin: 0;
    text-align: center;
    height: 50px;
}

.submenu .submenu--title{
    font-size: 24px;
    font-weight: 700;
    padding: 15px;
}

.btn.btn--toggle-submenu.expanded{
    background: var(--color--red);
}

.btn.btn--toggle-submenu.expanded::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M8.99999 6L14.2929 11.2929C14.6262 11.6262 14.7929 11.7929 14.7929 12C14.7929 12.2071 14.6262 12.3738 14.2929 12.7071L8.99999 18%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e");
    
}

.submenu .menu-item a{
    padding: 15px;
    width: 200px;
}

.sidebar-navigation .btn--toggle-menu{
    position: relative;
    margin-bottom: 8px;
    background: var(--color--block);
    border-radius: 10px;
    height: 40px;
    width: 100%;
    display: grid;
    gap: 20px;
    justify-content: start;
    padding-left: 10px;
}

@media (max-height: 1200px) {
    .submenu-genre{
        top: -190px !important;
    }
    .sidebar-navigation .submenu .menu-item{
        height: 44px;
    }
    .submenu .menu-item a{
        padding: 12px;
    }
}
@keyframes navigation {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(var(--navigation--offset));
    }
}

.sidebar-navigation{
    position: fixed;
    width: inherit;
    top: 120px;
}

.layout--navigation {
    --navigation--status: absolute;
    position: var(--navigation--status);
    width: 100%;
    top: 0;
    display: none;
    transition: opacity 0.3s, transform 0.1s;
    --navigation--offset: 143px;
    transform: translateY(var(--navigation--offset));
    z-index: 10000;
    will-change: transform, opacity;
}

.vip-banner:not([hidden]) ~ .layout--navigation {
    --navigation--offset: 193px;
}

@media screen and (min-width: 1200px) {
    .layout--navigation {
        display: block;
        transform: translateY(var(--navigation--offset));
    }
}

.layout--desktop--sticky .layout--navigation {
    --navigation--offset: 20px;
    --navigation--status: fixed;
    opacity: 0;
    animation: navigation;
    animation-duration: 0.3s;
}

.layout--desktop--open-navigation .layout--navigation {
    opacity: 1;
    z-index: 10001;
}

.header-navigation .btn--toggle-navigation {
    top: 8px;
    left: 21px;
    pointer-events: none;
}

.layout--desktop--open-navigation.layout--desktop--sticky .btn--toggle-navigation {
    pointer-events: all;
}

.layout--desktop--open-navigation.layout--desktop--sticky .header-navigation .menu-list {
    margin-inline-start: max(20px, 6%);
}

.layout--desktop--sticky .vip-banner:not([hidden]) ~ .layout--navigation,
.layout--desktop--sticky .layout--navigation {
    --navigation--offset: 0;
    padding-block: 20px 19px;
    background: var(--color--background-gradient);
}





.sidebar-navigation .menu-list {
    display: grid;
    align-items: center;
    justify-content: normal;
    width: 100%;
}

.sidebar-navigation .btn--toggle-submenu {
    --btn--gap: 8px;
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);

    display: grid;
    width: 100%;
    justify-content: space-between;
}

.sidebar-navigation .btn--toggle-submenu::after {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M8.99999 6L14.2929 11.2929C14.6262 11.6262 14.7929 11.7929 14.7929 12C14.7929 12.2071 14.6262 12.3738 14.2929 12.7071L8.99999 18%27 stroke=%27%23872205%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}

.sidebar-navigation .menu-link{
    display: block;
}

.sidebar-navigation .menu-link, .sidebar-navigation .btn--toggle-submenu{
    padding: 10px;
}

.sidebar-navigation .btn--popup-open{
    width: 100%;
    text-align: left;
}

@media (hover: hover) and (pointer: fine) {
    .sidebar-navigation .menu-link:hover {
        color: var(--color--red);
    }

    .sidebar-navigation .menu-link:active {
        color: var(--color--red--pressed);
    }

    .btn.btn--toggle-submenu.expanded:hover{
        color: var(--color--white);
    }
}

.btn--toggle-submenu:not(.expanded) + .submenu {
    display: none;
}

.sidebar-navigation .menu-item {
    position: relative;
    margin-bottom: 8px;
    background: var(--color--block);
    border-radius: 10px;
    height: 40px;
}



/*
.header-navigation > .menu-list > .menu-item + .menu-item {
    padding-inline: max(35px, 8px) 0;
}
*/
.sidebar-navigation .submenu {
    position: absolute;
    top: 0;
    left: 300px;
    display: grid;
    gap: 15px;
    width: max-content;
    margin: 0;
    margin-left: 15px;
    padding: 20px 40px 30px;
    border-radius: 15px;
    background-color: var(--color--block);
    z-index: 10001;
}

.sidebar-navigation .submenu--genre {margin: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    columns: 4 auto;
    gap: 15px;
}

.sidebar-navigation .submenu--years {
    padding-top: 0;
}

.sidebar-navigation .submenu .menu-item{
    background: var(--color--block-light); 
    margin: 0;
    text-align: center;
    height: 50px;
}

.submenu .submenu--title{
    font-size: 24px;
    font-weight: 700;
    padding: 15px;
}

.btn.btn--toggle-submenu.expanded{
    background: var(--color--red);
}

.btn.btn--toggle-submenu.expanded::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M8.99999 6L14.2929 11.2929C14.6262 11.6262 14.7929 11.7929 14.7929 12C14.7929 12.2071 14.6262 12.3738 14.2929 12.7071L8.99999 18%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e");
    
}

.submenu .menu-item a{
    padding: 15px;
    width: 200px;
}

.sidebar-navigation .btn--toggle-menu{
    position: relative;
    margin-bottom: 8px;
    background: var(--color--block);
    border-radius: 10px;
    height: 40px;
    width: 100%;
    display: grid;
    gap: 20px;
    justify-content: start;
    padding-left: 10px;
}

@media (max-height: 1200px) {
    .submenu-genre{
        top: -190px !important;
    }
    .sidebar-navigation .submenu .menu-item{
        height: 44px;
    }
    .submenu .menu-item a{
        padding: 12px;
    }
}
.sidebar{
    width: 300px;
    height: 1000px;    
    margin-right: 50px;
    z-index: 100000; 
}

.sidebar .banner-300х600{
    position: fixed;
    width: inherit;
    top:670px;
}

@media screen and (max-width: 1200px) {
    .sidebar {
        display: none;
    }
}

@media (min-height: 1200px){
    .sidebar-navigation .btn--toggle-menu{
        display: none !important;
    }
}

@media (max-height: 1200px) {
  /* Стили, которые применяются, если высота видимой области браузера меньше или равна 600 пикселям */
  .sidebar-navigation .menu-list--hidden{
    display: none !important;
  }
  .lower-block-top{
    top: 168px !important;
  }
  .lower-block-bottom{
    top: 700px !important;
  }
}
.broadsheet--desktop{
    position: fixed;
    width: inherit;
    top: 670px;
    display: flex;
    place-content: center;
    height: 600px;
}

.broadsheet--mobile{
    
}

@media screen and (min-width: 1200px) {
    .broadsheet--mobile{
        display: none;
    }
}
.big-container{
    display: grid;
}

@media screen and (min-width: 1200px) {
    .big-container{
        gap: 20px;
        grid-template-columns: repeat(5, 1fr);
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .big-container{
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .big-container card-title{
        display: none;
    }
    .big-container card-title:nth-child(-n+4){
        display: block;
    }
}
.random-block{
    height: 600px;
    position: fixed;
    width: inherit;
    top: 670px;
    background-color: var(--color--block);
    display: grid;
    justify-content: center;
    border-radius: 10px;
}

.random-block .heading{
    border-bottom: 2px solid var(--color--block--hover);
    padding: 10px;
    margin-bottom: 18px;
}

.random-block .heading h2{
    margin: 0 auto;
}

.random-block card-title{
    width: 282px;
}

.random-block card-title img{
    height: 414px !important;
}
.layout--404 {
    position: relative;
    height: 300px;
    padding: 40px 0 0;
}

@media screen and (min-width: 1200px) {
    .layout--404 {
        height: 430px;
        padding: 200px 0 0;
    }
}

.layout--404 img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 140vw;
    max-width: 140vw;
    left: -20vw;
    object-fit: contain;
    object-position: center;
}

@media screen and (min-width: 1200px) {
    .layout--404 img {
        object-fit: cover;
        left: 0;
        max-width: 100%;
        width: 100%;
        opacity: 0.5;
    }
}

.layout--404 .heading {
    margin-block: 0 25px;
    padding-inline: var(--mobile--padding);
}

.layout--404 h1 {
    display: inline-block;
    font-size: 24px;
}

.btn--404 {
    max-width: 282px;
    margin: 25px auto;
    height: 50px;
}

@media screen and (min-width: 1200px) {
    .layout--404 h1 {
        font-size: 48px;
        margin: 0 auto;
    }

    .btn--404 {
        margin: 30px auto;
    }
}

.heading--vip {
    display: grid;
    gap: 10px;
}

.heading--vip h1 {
    gap: 10px;
}

@media screen and (max-width: 1200px) {
    .heading--vip h1 {
        font-size: 24px;
    }

    .heading--vip .icon {
        display: none;
    }

    .heading--vip .subtext {
        color: #d1d5db;
        font-size: 16px;
    }
}

.layout--vip-benefit {
    --block-gap: 20px;
}

@media screen and (min-width: 1200px) {
    .layout--vip-benefit {
        --block-gap: 40px;
    }
}

.vip-benefit {
    display: grid;
    gap: 10px;
    font-size: 15px;
    line-height: 1.5;
}

@media screen and (min-width: 1200px) {
    .vip-benefit {
        gap: 15px;
        font-size: 18px;
    }
}

.vip-benefit .menu-item {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

.vip-benefit .menu-item::before {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2725%27 fill=%27none%27 viewBox=%270 0 24 25%27%3E%3Cpath fill=%27%23DB1035%27 d=%27M15 23.25H9c-5.43 0-7.75-2.32-7.75-7.75v-6c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75Zm-6-20c-4.61 0-6.25 1.64-6.25 6.25v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25v-6c0-4.61-1.64-6.25-6.25-6.25H9Z%27/%3E%3Cpath fill=%27%23DB1035%27 d=%27M10.58 16.08a.75.75 0 0 1-.53-.22l-2.83-2.83a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 5.14-5.14c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-5.67 5.67a.75.75 0 0 1-.53.22Z%27/%3E%3C/svg%3E");
    content: "";
}

.layout--vip-types {
    --block-gap: 20px;
    display: grid;
    gap: 15px;
}

@media screen and (min-width: 1200px) {
    .layout--vip-types {
        --block-gap: 40px;
        gap: 30px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.card-vip {
    position: relative;
    padding: 15px 20px 20px;
    height: 189px;
    border-radius: 15px;
    background-color: var(--color--block-light);
}

@media screen and (min-width: 1200px) {
    .card-vip {
        height: 273px;
        padding: 20px 30px 28px;
    }
}

.card-vip__period {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .card-vip__period {
        font-size: 18px;
    }
}

.card-vip__sale {
    position: absolute;
    top: 17px;
    right: 20px;
    padding-block: 5px;
    padding-inline: 11px 12px;
    background: linear-gradient(92.71deg, #7F1D09 17.8%, #A4702B 64.49%, #C44A1A 107.45%);
    border-radius: 33px;
}

.card-vip__price {
    margin: 5px 0 0;
    font-size: 36px;
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .card-vip__price {
        margin: 30px 0 0;
    }
}

.card-vip__price .period {
    font-size: 18px;
    font-weight: 400;
}

.card-vip__sale-bonus {
    margin: 5px 0 15px;
}

@media screen and (min-width: 1200px) {
    .card-vip__sale-bonus {
        margin: 10px 0;
    }
}

.card-vip__sale-bonus {
    display: grid;
    gap: 10px;
    grid-auto-flow: column;
    justify-content: start;
}

.card-vip__sale-bonus .sale-price {
    position: relative;
    color: var(--color--gray-300);
}

.card-vip__sale-bonus .sale-price::before {
    position: absolute;
    top: 7px;
    transform: rotate(-11deg);
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color--tomato);
    content: "";
}

.btn--vip-buy {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    height: 40px;
    margin-top: auto;
    padding-inline: 70px;
}

@media screen and (min-width: 1200px) {
    .btn--vip-buy {
        bottom: 28px;
        left: 30px;
        width: auto;
        margin: 0;
    }
}

.vip-interpretation {
    --block--gap: 20px;
    color: var(--color--gray-200);
    line-height: 1.5;
    font-size: 12px;
}

@media screen and (min-width: 1200px) {
    .vip-interpretation {
        --block--gap: 40px;
        font-size: 15px;
    }
}

.layout--holders {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.layout--holders .content {
    grid-column: span 8;
}

.layout--holders .form-holders {
    grid-column: span 4;
}


@media screen and (max-width: 1000px) {
    .layout--holders .content {
        grid-column: span 6;
    }

    .layout--holders .form-holders {
        grid-column: span 6;
    }
}

@media screen and (max-width: 600px) {
    .layout--holders .content {
        grid-column: span 12;
    }

    .layout--holders .form-holders {
        grid-column: span 12;
    }
}

.layout--holders .content p {
    font-size: 15px;
    line-height: 1.7em;
}

.layout--holders .content p + p {
    margin-top: 20px;
}

.search-form--list {
    margin-bottom: 30px;
}

.releases--empty {
    position: relative;
}

@media screen and (max-width: 1200px) {
    .releases--empty {
        --block--gap: 20px;
    }

    .releases--empty h1 {
        font-size: 20px;
        line-height: 27px;
    }
}

.releases--empty::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    /* webpackIgnore: true */
    background: url("/public/images/image-makima.png");
    background-size: contain;
    background-repeat: no-repeat;
    user-select: none;
    touch-action: none;
    content: "";
}

@media screen and (min-width: 1200px) {
    .releases--empty::after {
        top: -93px;
    }
}

@media screen and (max-width: 1200px) {
    .releases--empty::after {
        left: -30%;
        width: 160%;
    }
}

.release-empty-list {
    position: relative;
    margin-top: 60px;
    margin-bottom: 118px;
}


.release-empty-list__title {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    margin: 0 0 10px;
}

@media screen and (min-width: 1200px) {
    .release-empty-list__title {
        font-size: 48px;
        line-height: 65px;
    }
}

.release-empty-list__text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

@media screen and (min-width: 1200px) {
    .release-empty-list__text {
        font-size: 20px;
        line-height: 1.7;
        font-weight: 700;
    }
}

@media screen and (max-width: 1200px) {
    .release-empty-list {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .layout--search .form-search {
        gap: 30px;
    }

    soa-popup.search-form--page {
        display: block;
        position: static;
        padding: 0;
        overflow: inherit;
        --popup--background: transparent;
        z-index: 1;
    }

    soa-popup.search-form--page .popup-inner {
        margin: 0;
        width: 100%;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    soa-popup.search-form--page .heading {
        display: none;
    }

    soa-popup.search-form--page .popup-content {
        padding-bottom: 0;
        padding: 0;
        overflow: initial;
    }
}


@media screen and (max-width: 1200px) {
    .top .heading {
        justify-content: unset;
    }
}
@media screen and (min-width: 1200px) {
    .top .heading {
        gap: 350px;
    }
}
/* Base */


/* components */

/* templates */

.rx7a {
    margin-top: 50px;
}

main > * {
    margin-top: var(--block--gap, 30px);
}

@media screen and (min-width: 1200px) {
    main > * {
        margin-top: var(--block--gap, 50px);
    }
}

.title-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media screen and (min-width: 1200px) {
    .title-list {
        grid-template-columns: repeat(5, 1fr);
        gap: 30px;
        --block--gap: 30px;
    }
}

.title-list > fly-block {
    grid-column: var(--ad--columns, 1/-1);
    margin: 0;
}

.layout--filter-titles {
    display: none;
}

@media screen and (min-width: 1200px) {
    .layout--filter-titles {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .heading--account {
        position: absolute;

        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;

        white-space: nowrap;

        -webkit-clip-path: inset(100%);

                clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }
}

.layout--search {
    --block--gap: 0;
    --image--offset: calc(var(--offset) * -1);
}

.layout--search .search-results {
    margin-top: 40px;
}

.layout--search-results {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .search-results--empty::after {
        display: block;
        width: 100%;
        aspect-ratio: 16/6;
        /* webpackIgnore: true */
        background: url("/public/images/image-makima.png");
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }
}

.layout--search-results .search-results__empty-title {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    margin: 10px 0;
}



.layout--search-results .search-results__empty-subtext {
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0;
}

.layout--search-results .search-results__empty-image {
    margin-inline: var(--image--offset);
    width: 100vw;
    max-width: 100vw;
}

.heading--search {
    --heading--offset: 20px;
}

.btn--vitya {
    margin-top: 10px;
    padding: 12px;
}

.layout--schedule-list {
    --block--gap: 20px;
}

.layout--schedule-list .heading {
    margin-bottom: 20px;
}

.layout--schedule-list .select-tabs {
    display: grid;
    grid-auto-flow: column;
    gap: 5px;
    justify-content: start;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--color--block-light);
    border-radius: 15px;
    margin-bottom: 50px;

    overflow: auto;
    max-width: calc(100vw - var(--mobile--padding) * 2);
}

fly-block {
    display: block;
}

@media screen and (max-width: 1200px) {
    .pjscssed {
        aspect-ratio: 16/9;
        width: 100%!important;
        height: auto!important;
    }

    title-player .video-player iframe,
    title-player .video-player {
        height: auto!important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.wrap{
    
    margin-top: 35px;
}

.wrap .conteiner{
    margin-top: 30px;
}

@media screen and (min-width: 1200px){
    .wrap{
        display: grid;
        justify-content: center;
        align-items: start;
        grid-auto-flow: column;
        -moz-column-gap: 30px;
             column-gap: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .wrap{
        margin-top: 130px;
    }
}

@media screen and (max-width: 1200px) and (orientation: landscape){
    .wrap{
        margin-top: 65px;
    }
}
