/*! 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: #000000;
    --color--purple: #6325e8;
    --color--green: #04c900;
    --color--tomato: #ff5151;
    --color--red: #db1035;
    --color--red--hover: #ff002e;
    --color--red--pressed: #bf0022;
    --color--orange: #ffb800;

    --color--gray-200: #9ca3af;
    --color--gray-300: #6b7280;
    --color--gray-400: #4b5563;
    --color--gray-700: #392e40;
    --color--gray-900: #111827;
    --color--block: #281c30;
    --color--block--hover: #31203c;
    --color--block--pressed: #362242;
    --color--block-light: #392e40;
    --color--block-light--hover: #493c52;
    --color--block-light--active: #2f2336;
    --color--input: var(--color--white);
    --color--ad: #060c1c;
    --color--background-gradient: linear-gradient(90deg, #100e19 0%, #1c1326 46.87%, #100e19 100%);
    --color--placeholder: var(--color--gray-700);
    --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: 1218px;
    --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);
}

label {
    font-size: 12px;
}

input:not([type="submit"], [type="checkbox"], [type="radio"]) {
    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;
}

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

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

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

p {
    margin: 0;
}

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");
}


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

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

@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%;
}

.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);

    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

@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(255, 68, 68, 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);
}

.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";
    }
}

soa-popup[marker="search"] {
    padding-bottom: 0;
}

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"] {

}

.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-bottom: 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;
}

[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%;
}

html.is-locked,
html.is-locked body {
    height: var(--window-inner-height);
    overflow: hidden;
}

soa-popup {
    position: fixed;
    top: 0;
    left: 0;

    display: block;
    width: 100%;
    height: calc(100% - 77px);
    padding-bottom: 60px;
    background: var(--popup--background, var(--color--block));
    transition: background 0.3s ease;

    z-index: 100;
}

@media screen and (min-width: 1200px) {
    soa-popup {
        height: 100%;
        padding: 0;
    }
}

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;
}

soa-popup .popup-heading {
    margin: 0;
    font-size: 24px;
    color: var(--color--white);
}

soa-popup .btn--popup-close {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 20px;
    --btn--text: var(--color--gray-200);
    z-index: 2;
}

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;
}

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--step-size: calc(var(--ys--block-size, 238px) / var(--ys--steps-count));
    --ys--track-size: calc(var(--ys--step-size) * var(--ys--thumb-from-offset));
    --ys--transition: 0.1s;
    display: block;
}

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%;
}

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: 0;
    left: 0;

    width: calc(100% / var(--ys--steps-count) * (var(--ys--thumb-to-offset) - var(--ys--thumb-from-offset)));
    height: var(--ys--block);
    transform: translateX(var(--ys--track-size));

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

year-select .thumb {
    position: absolute;
    top: -7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color--white);
    border: 5px solid var(--ys--background--active);

    user-select: none;
    z-index: 1;
    transition: all var(--ys--transition);
    box-sizing: content-box;
}

year-select .thumb:hover {
    width: 16px;
    height: 16px;
    top: -10px;
    z-index: 2;
}

year-select .thumb.left {
    transform: translateX(calc(var(--ys--step-size) * var(--ys--thumb-from-offset)));
}

year-select .thumb.right {
    transform: translateX(calc(var(--ys--step-size) * var(--ys--thumb-to-offset)));
}

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

.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 .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: calc(-1 * var(--offset));
    --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: calc(var(--window-inner-height) - 177px);
    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) - 177px);
}

.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 > 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: "";
}

.row--search-input {
    --radius: 10px;
    --border--color: var(--color--white);
    position: relative;
    display: flex;
    width: 262px;
    margin-left: 40px;
}

.row--search-input:focus-within {
    --border--color: var(--color--red);
}

.row--search-input .btn--search-submit {
    --btn--border: 1px solid var(--border--color);
    --btn--border--hover: 1px solid var(--border--color);
    --btn--radius: var(--radius) 0 0 var(--radius);
    border-right-width: 0;
    padding: 10px 0 10px 20px;
    width: 49px;
}

.row--search-input .search-form__input {
    border: 1px solid var(--border--color);
    height: 50px;
    background-color: transparent;
    border-left-width: 0;
    border-radius: 0 var(--radius) var(--radius) 0;
    transition: 0.3s;
}

.row--search-input:focus-within::after {
    position: absolute;
    inset: 0;
    box-shadow: 0 0 6px 0 rgba(255, 49, 9, 1);
    border-radius: var(--radius);
    content: "";
}

.btn--search-results-close {
    position: absolute;
    top: 20px;
    right: 26px;
}

.btn--search-result-to-title {
    height: 40px;
}

.btn--search-results-load-more {
    margin-top: 42px;
    height: 50px;
    width: 100%;
    --btn--radius: 7px;
    --btn--border: 2px solid var(--color--white);
    --btn--border--hover: 2px solid var(--color--red);
    --btn--background--active: var(--color--block-light);
    --btn--border--active: 2px solid var(--color--red);
}

.header-actions {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 35px;
    margin-left: auto;
}

.btn--header-action {
    --btn--gap: 10px;
    grid-auto-flow: row;
    justify-content: center;
}

.btn--header-action .icon {
    justify-self: center;
}

.btn--header-action .action-mark {
    position: absolute;
    top: -15px;
    right: 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 3px;
    width: 20px;
    height: 20px;

    font-size: 12px;
    font-weight: 700;

    background-color: var(--color--red);
    border-radius: 50%;
}

.btn--header-vip {
    padding-block: 16px 14px;
    font-weight: 700;
    width: 102px;
    background: linear-gradient(92.71deg, #db1035 17.8%, #bc247f 64.49%, #322fd1 107.45%);
}

.header--desktop-unregistered .btn--header-vip {
    width: 205px;
}

.header--desktop-unregistered .btn--header-action {
    grid-auto-flow: column;
}

.header--desktop-unregistered .search-form--header {
    margin-right: 40px;
    width: 100%;
}

.mobile-navigation {
    position: fixed;
    bottom: 0;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 25px);
    background-color: var(--color--block);
    z-index: 200;
}

.btn--mobile-navigation {
    --btn--text: var(--color--gray-200);
    --btn--border--focus: none;
    --btn--gap: 5px;
    font-size: 10px;
    grid-auto-flow: row;
    text-align: center;
}

.btn--mobile-navigation[aria-expanded="true"] {
    --btn--text: var(--color--white);
}

.btn--mobile-navigation .icon {
    justify-self: center;
}

.mobile-navigation-link .icon {
    color: var(--wp--preset--color--contrast);
    margin-bottom: 3px;
}

.mobile-navigation-link::after {
    content: "";
    position: absolute;
    inset: calc(12px * -1);
}

.mobile-navigation-link.active {
    background-color: var(--wp--preset--color--primary);
}

.header--desktop {
    display: none;
    z-index: 40;
}

@media screen and (min-width: 1200px) {
    .header--desktop {
        display: block;
        position: sticky;
        top: 0;
        background: var(--color--background-gradient);
    }

    .header-content {
        display: flex;
        align-items: center;
        height: 93px;
        margin-block: 25px;
        transition: opacity 0.3s;
        opacity: 1;
    }

    .logo-link {
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        gap: 15px;
        width: max-content;
    }
}

.header-logo {
    position: relative;
}

.btn--toggle-navigation {
    position: absolute;
    top: 21px;
    left: 21px;
    opacity: 0;
    width: 36px;
    height: 36px;
    z-index: 41;
    pointer-events: none;
    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 .btn--toggle-navigation .cross-line-1 {
    transform: rotate(45deg) translate(6px, 5px);
}

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

.layout--desktop--open-navigation .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 .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;
}

.layout--desktop--sticky.layout--desktop--open-navigation .header--desktop .header-content {
    user-select: none;
    pointer-events: none;
    opacity: 0;
}

.header--mobile {
    display: grid;
}

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

.header--mobile .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color--block-light);
}

.header--mobile .logo-link {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 9px;
    width: max-content;
}

.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, #db1035 17.8%, #bc247f 64.49%, #322fd1 107.45%), #db1035;
}

.header-navigation {
    position: relative;
    height: 54px;
    background-color: var(--color--block);
    border-radius: 10px;
}

.header-navigation {
    display: flex;
    align-items: center;
}

.header-navigation .menu-list {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-inline: max(20px, 4.5%);
}

.header-navigation .btn--toggle-submenu {
    --btn--gap: 8px;
    --btn--text--hover: var(--color--red);
    --btn--text--active: var(--color--red--pressed);
}

.header-navigation .btn--toggle-submenu::after {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2719%27 height=%2718%27 fill=%27none%27 viewBox=%270 0 19 18%27%3E%3Cpath stroke=%27%23DB1035%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m4.612 7.064 5 5 5-5%27/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}

@media (hover: hover) and (pointer: fine) {
    .header-navigation a:hover {
        color: var(--color--red);
    }

    .header-navigation a:active {
        color: var(--color--red--pressed);
    }
}

.btn--toggle-submenu:not(.expanded) + .submenu {
    display: none;
}

.header-navigation .menu-item {
    position: relative;
}

.header-navigation > .menu-list > .menu-item + .menu-item {
    padding-inline: max(35px, 8px) 0;
}

.header-navigation .submenu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    display: grid;
    gap: 15px;
    width: max-content;
    margin: 0;
    padding: 20px 40px 30px;
    border-radius: 0 0 15px 15px;
    background-color: var(--color--block);
    z-index: 40;
}

.header-navigation .submenu--genre {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    columns: 4 auto;
    column-gap: 60px;
}

.layout--navigation {
    top: 0;
    display: none;
    transition: opacity 0.3s;
}

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

.layout--desktop--sticky .layout--navigation {
    position: sticky;
    opacity: 0;
    top: 20px;
}

.layout--desktop--open-navigation .layout--navigation {
    opacity: 1;
    z-index: 40;
}

.header-navigation .btn--toggle-navigation {
    top: 8px;
    left: 21px;
    pointer-events: none;
}

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

.layout--desktop--open-navigation .header-navigation .menu-list {
    margin-inline-start: max(20px, 6%);
}

.header {
    margin-bottom: 30px;
}

.footer {
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 77px;
    border-top: 1px solid var(--color--block);
    color: var(--color--white);
}

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

.footer__inner {

}

@media screen and (min-width: 1200px) {
    .footer__inner {
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        align-items: center;
        justify-content: space-between;
    }
}

.footer .logo-link {
    display: none;
}

@media screen and (min-width: 1200px) {
    .footer .logo-link {
        display: grid;
    }
}

.footer .footer-social {
    margin-inline: auto;
    width: max-content;
}

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

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

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

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

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

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

.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");
    display: flex;
    align-items: center;
    --block--gap: 20px;
    font-size: 15px;
    line-height: 20px;

    white-space: nowrap;
    overflow: hidden;
}

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

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

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

.breadcrumbs li + li::before {
    display: block;
    margin-inline: 5px;
    color: var(--color--gray-200);
    height: 24px;
    width: 24px;
    background: var(--icon--delimiter);
    background-repeat: no-repeat;
    content: "";
}


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

.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;
    font-size: 24px;
    background-color: var(--color--ad);
    color: var(--color--gray-200);
    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: 30px;
        --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, #100e19 0%, #1c1326 46.87%, #100e19 100%);
    opacity: 0.8;
}

@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;
}

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

.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 .heading {
    justify-content: start;
    gap: 100px;
}

@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);
}

.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;
}

@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";
}

.search-form--primary {
    --block--gap: 30px;
}

@media screen and (max-width: 1200px) {
    .search-form--primary .search-form__inner {
        display: none;
    }
}

@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 {
    display: grid;
    gap: 30px;
}

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

.form-search .row--filters {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
}

.form-search .btn--form-submit {
    align-self: end;
    height: 40px;
    padding-block: 8px;
}

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

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

.col--submit {
    --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");
    position: relative;
}

.btn--reset-form-filter {
    position: absolute;
    top: 100%;
    --btn--text: var(--color--gray-200);
    font-size: 12px;
    padding: 9px;
    margin-top: 2px;
    align-items: center;
    width: 100%;
}

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

.btn--toggle-filter-popup {
    width: 100%;
    height: 50px;
}

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

.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(6, 1fr);
    gap: 30px;
}

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

.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(4, 1fr);
    }
}

.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 {
    position: relative;
}

.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;
}

.page-content {
    margin-top: 50px;
}

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

.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);
}

.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;
    }
}

.pagination {
    --block--gap: 40px;
}

@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: 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;
    }
}

.pagination-list li:first-child {
    margin-right: 13px;
}

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

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

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

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

.btn--pagination--current {
    --btn--background: var(--color--red);
    cursor: default;
}

.timer {
    margin-top: 20px;
    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: 98px;
        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;
}

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

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

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

    .title-card {
        display: contents;
    }
}

.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);
}

.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%;
    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);
}

.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;
}

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

@media screen and (max-width: 1200px) {
    .title-actions-list {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 135px;
        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;
    }

    .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 {
        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;
    }
}

.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: 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");
    position: relative;
    font-size: 12px;
    width: 10em;
    height: 2em;
    background-image: var(--star--empty);
    background-size: 2em auto;
    background-repeat: repeat-x;
}

.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--fill);
}

.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;
}

.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;
    }
}

@media screen and (min-width: 1200px) {
    .video-player::before {
        position: absolute;
        display: block;
        background: url(a516db2f07946c5f865e.png);
        background-size: cover;
        background-position: center;
        inset: 0;
        content: "";
    }
}

title-player:not([status="connected"]) .video-player::after {
    position: absolute;
    display: block;
    background-color: rgba(16, 14, 25, 0.88);
    inset: 0;
    content: "";
}

.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;
        --btn--background: rgba(219, 16, 53, 0.2);
        --btn--background--hover: rgba(219, 16, 53, 0.3);
        --btn--radius: 50%;
    }
}

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

    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: 1;
}

.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;
}

.player {
    display: grid;
}

@media screen and (min-width: 1200px) {
    .player {
        grid-template-columns: 1fr 300px;
        gap: 25px 30px;
    }
}

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

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

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

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

.player-buttons {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
    margin-top: 30px;
}

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

@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;
}

@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;
    justify-content: space-between;
    align-items: center;
}

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

.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 {
    list-style: none;
    display: inline-block;
}

.tag-item + .tag-item {
    margin-left: 10px;
}

@media screen and (min-width: 1200px) {
    .tag-item + .tag-item {
        margin-left: 15px;
    }
}

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

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

@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;
}

@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 {
    display: grid;
    --user--color: var(--user--premium, var(--color--red));
}

edit-user[premium] {
    --user--premium: var(--color--orange);
}

@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;
    }
}

edit-user .user {
    display: grid;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color--block-light);
}

@media screen and (min-width: 1200px) {
    edit-user .user {
        align-items: center;
        justify-content: center;
    }
}

.user-image {
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 2px solid var(--user--color);
}

@media screen and (min-width: 1200px) {
    .user-image {
        justify-self: center;
    }
}

edit-user .user-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--user--color);
}

edit-user .account-tabs {
    display: grid;
    gap: 25px;
}

@media screen and (min-width: 1200px) {
    edit-user .account-tabs {
        gap: 20px;
    }
}

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::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);
}

.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-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: "";
}

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;
}

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

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

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

@media screen and (max-width: 1200px) {
    .search-form--primary .row--filters {
        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;

    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;
    }
}

.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);
    }
}

ul.comments-list {
    display: grid;
    gap: 33px;
    margin-top: 30px;
}

.title-comments-form {
    position: relative;
}

.btn--show-smiles {
    position: absolute;
    top: 8px;
    right: 15px;
}

.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;
}

.comment-image img {
    border-radius: 50%;
}

.comment-meta {
    display: grid;
    gap: 5px;
}

.comment-author {
    font-size: 15px;
    color: var(--color--tomato);
    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;
}

.comment-actions {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
    gap: 50px;
}

.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;
}

.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);
}

dinamic-content {
    display: block;
}

.layout--404 {
    position: relative;
    height: 300px;
    padding: 40px 0 0;
}

@media screen and (min-width: 1200px) {
    .layout--404 {
        height: 600px;
        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%;
    }
}

.layout--404 .heading {
    margin-block: 0 25px;
}

.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, #db1035 17.8%, #bd247f 64.49%, #322fd1 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;
    }
}

/* 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(6, 1fr);
        gap: 30px;
    }
}

.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 .search-results__empty-title {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    margin: 10px 0;
}

.layout--search .search-results__empty-subtext {
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0;
}

.layout--search .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: -webkit-max-content;
    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);
}

