@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: TitilliumWeb;
  font-display: swap;
  src: url(../fonts/TitilliumWeb-Black.woff2) format("woff2"), url(../fonts/TitilliumWeb-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

:root {
  --bg: #FFFFFF;
  --accent: #E34449;
  --subAccent: #2D2D2D;
  --subAccentBtn: #2D2D2D;
  --subMenu: #424242;
  --text: #707070;
  --selection: #D9D9D9;
  --textPagination: #D9D9D9;
  --textAccent: #FFFFFF;
  --bgCart: #F5F5F5;
  --bgBtn: #D9D9D9;
  --border: #D9D9D9;
  --bgInput: #FFFFFF;
  --textCategory: #2D2D2D;
  --dashed: #B7BAC5;
  --textCategoryNumber: #707070;
  --textVideoInfo: #707070;
  --bgAvatar: #F5F5F5;
  --iconmobile: #707070;
  --accenthover: #CC3136;
  --gutter-x: 20px;
  --gap-x: 4px;
  --line-height: 1.5;
  --container-space-x: 10px;
}

@media screen and (min-width: 992px) {
  :root {
    --gutter-x: 40px;
    --gap-x: 8px;
    --container-space-x: 20px;
  }
}
/*! 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 */
}

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

/**
 * Layout
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: none;
}

body {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: var(--bg);
  font-family: Inter, serif;
  font-size: 1rem;
  line-height: var(--line-height);
  color: var(--text);
  overflow-x: hidden;
}

body.dark {
  --bg: #151515;
  --subAccent: #FFFFFF;
  --selection: #303030;
  --text: #D9D9D9;
  --bgCart: #2D2D2D;
  --bgBtn: #2D2D2D;
  --border: #707070;
  --bgInput: #151515;
  --textCategory: #D9D9D9;
  --dashed: #303030;
  --textCategoryNumber: #D9D9D9;
  --bgAvatar: #303030;
  --iconmobile: #FFFFFF
}

body.--locked {
  overflow: hidden;
  touch-action: none;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: var(--accenthover);
}

:active, :focus {
  outline: 0
}

a:active, a:focus {
  outline: 0
}

.app {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 1.875rem;
}

.container {
  width: 100%;
  padding-left: var(--container-space-x);
  padding-right: var(--container-space-x);
}

@media screen and (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
  }
}

.page-section {
  margin-bottom: 30px;
}

h1.page-section__title {
  font-size: 1.875rem;
}

h2.page-section__title {
  font-size: 1.5rem;
}

h3.page-section__title {
  font-size: 1.2rem;
}

h4.page-section__title {
  font-size: 1rem;
}

.page-section__title {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
  color: var(--subAccent);
}

@media screen and (min-width: 1200px) {
  .page-section {
    margin-bottom: 40px;
  }
}
/**
 * Стили чувака с галпом (тема шаблона)
 */

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__list-item {
  padding: .8125rem 2.0625rem
}

.menu__list-link:hover {
  color: var(--accent)
}

.menu__list-link {
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  color: var(--textAccent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem
}

.wrapper-menu {
  background-color: var(--subAccentBtn)
}

.menu__list-submenu {
  position: relative
}

.menu__list-link:hover svg path {
  fill: var(--accent) !important
}

.menu__list-submenu.--active .menu__list-link svg path {
  fill: var(--accent) !important
}

.menu__list-submenu.--active .menu__list-link {
  color: var(--accent)
}

.submenu__list {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(102%);
  left: 0;
  width: 100%;
  background-color: var(--subMenu);
  border-radius: .3125rem;
  padding: .9375rem 2.0625rem .5625rem 1.25rem
}

.menu__list-submenu.--active .submenu__list {
  display: block
}

.submenu__list-item {
  padding-bottom: .625rem
}

.submenu__list-link:hover {
  color: var(--accent)
}

.submenu__list-link {
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  color: var(--textAccent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem
}

.menu__list-img {
  margin-left: .5rem
}

.--active {
  color: var(--accent)
}

.menu__logo-link {
  display: block
}

.elements-gride {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: .5em;
  -moz-column-gap: .5em;
  column-gap: .5em;
  margin-top: 1.375rem
}

.elements-gride .element-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 1em
}

.conteiner-thumbs {
  max-width: 94.25rem;
  margin: 0 auto;
  padding-right: .625rem;
  padding-left: .625rem
}

/**
 * Logo
 */
.logo {
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: calc(320px - 75px);
  line-height: 1;
}

.logo.--footer {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .9735rem;
}

@media screen and (min-width: 992px) {
  .logo {
    width: auto;
  }

  .logo.--footer {
    width: auto;
    margin-bottom: 1.25rem;
  }
}

.logo__url {
  display: block;
  font-family: TitilliumWeb, serif;
  font-weight: 900;
  color: var(--subAccent);
  font-size: 1.875rem;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo__url:hover {
  color: var(--subAccent);
}

.--footer .logo__url {
  color: var(--textPagination);
}

@media screen and (min-width: 992px) {
  .logo__url {
    font-size: 2rem
  }
}

@media screen and (min-width: 1440px) {
  .logo__url {
    font-size: 2.25rem
  }
}

.logo__highlight {
  color: var(--accent);
}

.logo__brand-name-footer {
  font-family: TitilliumWeb, serif;
  font-weight: 900;
  color: var(--accent);
  font-size: 2.25rem;
  text-align: center
}

.logo__brand-firstname-footer {
  font-family: TitilliumWeb, serif;
  font-weight: 900;
  color: var(--subAccent);
  font-size: 2.25rem
}

@media screen and (min-width: 992px) {
  .logo__brand-name-footer {
    font-size: 2.5rem
  }

  .logo__brand-firstname-footer {
    font-size: 2.5rem
  }
}

.logo__img {
  width: 12.5rem;
  height: 3.125rem
}

@media screen and (min-width: 992px) {
  .logo__img {
    width: 14rem;
    height: 3.0625rem
  }
}

@media screen and (min-width: 1440px) {
  .logo__img {
    width: 14.0625rem;
    height: 3.125rem
  }
}

/**
 * Hamburger menu
 */
.hamburger {
  display: flex;
  width: 42px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger-img rect {
  fill: #f5f5f5
}

.dark .hamburger-img rect {
  fill: #303030
}

.hamburger-img path {
  fill: #2d2d2d
}

.dark .hamburger-img path {
  fill: #fff
}

.hamburger-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: auto;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .hamburger-close {
    display: none;
  }
}

.hamburger-close svg {
  width: 24px;
  height: 24px;
}

.hamburger-close svg path {
  fill: #fff;
}

/**
 * Select language
 */
@media screen and (min-width: 992px) {
  .btn__language-down {
    margin-left: .25rem
  }

  .btn__language {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 44px;
    padding: .3125rem;
    border: .0625rem solid var(--selection);
    border-radius: .3125rem;
    position: relative
  }

  .btn__language-wrapper {
    display: flex;
    align-items: center;
    color: var(--text);
    line-height: 1;
    cursor: pointer;
  }

  .btn__language.--active .language__submenu {
    display: block
  }

  .btn__language-img {
    display: block;
    margin-right: 5px;
  }

  .language__submenu {
    display: none;
    position: absolute;
    transform: translateY(105%);
    bottom: 0;
    right: 0;
    min-width: 100%;
    background-color: var(--subMenu);
    border-radius: .3125rem;
    padding: .25rem;
    z-index: 110;
  }
}

/**
 * Collapse menu
 */
[aria-expanded] .caret {
  transition: rotate .2s ease;
}

[aria-expanded="true"] .caret {
  rotate: 90deg;
}

[aria-expanded="false"] .caret {
  rotate: 0deg;
}

.collapse {
  overflow: hidden;
  max-height: 0;
  transition: all .2s linear;
}

.collapse.--expanded {
  max-height: 200px;
  transition: all .3s linear;
}

.collapse-menu {
}

.collapse-menu__item {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: .5rem .4375rem .375rem .625rem;
  border-radius: .3125rem;
  font-weight: 500;
  color: var(--textAccent);
  font-size: .875rem;
  text-decoration: none;
}

.collapse-menu__item:hover,
.collapse-menu__item:active,
.collapse-menu__item:focus,
.collapse-menu__item.--active
{
  color: var(--accent);
  cursor: pointer;
}

.collapse-menu__item.--active
{
  cursor: default!important;
}

.collapse-menu__icon {
  display: block;
}

.header-navigation__item .collapse-menu .collapse-menu__item {
  padding: .5rem .4375rem .375rem 2rem;
}

/**
 * Select language dropdown menu
 */
.select-language__item {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: .5rem .4375rem .375rem .625rem;
  border-radius: .3125rem;
  font-weight: 500;
  color: var(--textAccent);
  font-size: .875rem;
  text-decoration: none;
}

.select-language__item:hover,
.select-language__item:active,
.select-language__item:focus,
.select-language__item.--active
{
  color: var(--accent);
  cursor: pointer;
}

.select-language__item.--active
{
  cursor: default!important;
}

.select-language__icon {
  display: block;
}

.elements-gride2 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin-top: 1.375rem
}

.elements-gride2 .element-item2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 1em
}

.gride-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

/**
 * Header
 */
.header {
  padding-top: .9375rem;
  padding-bottom: .9375rem
}

.header__main {
  width: 100%;
  min-height: 64px;
  /*margin-top: .625rem*/
}

@media screen and (min-width: 768px) {
  .header__main {
    min-height: 44px;
  }
}

@media screen and (min-width: 992px) {
  .header__main {
    margin-top: 0;
    flex-grow: 1;
  }
}

.dark .logo__img-path {
  fill: #fff
}

/**
 * Header navigation
 * Сквозное меню навигации в самом верху сайта
 */
.global-navigation {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #333;
  background: var(--subAccentBtn);
  overflow-y: scroll;
  z-index: 100;
  transition: right 0.2s ease;
}

.global-navigation.--active {
  right: 0;
  transition: right 0.2s ease;
}

@media screen and (min-width: 992px){
  .global-navigation {
    position: static;
    width: 100%;
    height: auto;
    top: unset;
    right: unset;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: hidden;
  }
}

.global-navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, .30);
  backdrop-filter: blur(1px);
}

.header-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation__item {
  display: block;
  list-style: none;
}

.header-navigation__link {
  display: flex;
  align-items: center;
  padding: 0.8125rem 1.5rem;
  font-weight: 500;
  font-size: .875rem;
  color: var(--textAccent);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
}

.header-navigation__item:hover .header-navigation__link,
.header-navigation__item:focus .header-navigation__link,
.header-navigation__item.-active .header-navigation__link {
  color: var(--accent);
  text-decoration: none;
}

.header-navigation__item:hover .header-navigation__link.--nohover,
.header-navigation__item:focus .header-navigation__link.--nohover,
.header-navigation__item.-active .header-navigation__link.--nohover {
  color: var(--textAccent);
  text-decoration: none;
}

.header-navigation__home-img {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-navigation {
    display: flex;
  }

  .header-navigation__home {
    display: flex;
    align-items: center;
    padding-top: 0!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    padding-right: 1.5rem;
    height: 100%;
  }

  .header-navigation__home-img {
    display: block;
    width: 24px;
    height: 24px;
  }

  .header-navigation__home-text {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .header-navigation__link {
    font-size: 1.125rem;
  }
}

.header-navigation__link .caret {
  margin-left: auto;
  fill: var(--textAccent);
}

  /**
   * Список категорий с группировкой по первой букве
   */
.abc-tag-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2 auto;
}

.abc-tag-list__item {
  display: block;
  padding: 0;
  border-bottom: 0.0625rem dashed var(--dashed);
  margin: 0 0 .5rem 0;
}
/*
.abc-tag-list__item:before {
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  content: "\2022";
  color: $font2;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  display: block;
}*/

.abc-tag-list__letter {
  font-family: Inter, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--subAccent);
  line-height: 1;
  padding: .625rem 0;
  margin: 0;
  text-transform: uppercase;
}
/*
.abc-tag-list__letter:after {
  content: '';
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 5px;
  height:1px;
  background-color: $bg2;
}*/

.abc-tag-list__link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: .625rem 0;
  color: var(--textCategory);
  line-height: 1;
  text-decoration: none;
}

.abc-tag-list__link:hover {
  color: var(--accent);
  text-decoration: none;
}

.abc-tag-list__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.abc-tag-list__items-num {
  font-family: Inter, serif;
  font-weight: 400;
  color: var(--textCategoryNumber);
  font-size: .875rem;
  padding: 0.25rem 0.3125rem;
  border-radius: 0.3125rem;
  background-color: var(--bgCart);
}

.abc-tag-list__link:hover .abc-tag-list__items-num {
  background-color: var(--accent);
  color: var(--textAccent);
}

@media screen and (min-width: 576px) {
  .abc-tag-list {
    columns: 3 auto;
  }
}

@media screen and (min-width: 992px) {
  .abc-tag-list {
    columns: 4 auto;
  }
}

@media screen and (min-width: 1200px) {
  .abc-tag-list {
    columns: 5 auto;
  }
}

@media screen and (min-width: 1680px) {
  .abc-tag-list {
    columns: 6 auto;
  }
}

.btn-stroke {
  cursor: pointer;
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--subAccent);
  font-size: 1rem;
  padding: .5625rem .5625rem;
  border: .0625rem solid var(--selection);
  border-radius: .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .625rem
}

.btn-stroke:hover {
  color: #fff;
  background-color: var(--accent);
  border: .0625rem solid var(--selection)
}

.btn-stroke:hover path {
  fill: #fff
}

.btn {
  cursor: pointer;
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--textAccent);
  font-size: 1rem;
  padding: .5625rem .5625rem;
  background-color: var(--accent);
  border: .0625rem solid var(--accent);
  border-radius: .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .625rem
}

.btn:hover {
  background-color: var(--accenthover)
}

.btn:hover path {
  fill: #fff
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

@media screen and (min-width: 992px) {
  .header__wrapper {
    flex-wrap: nowrap
  }
}

.btn__wrapper {
  display: none
}

/*.search-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}*/
.search-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(38vh - 130px);
  justify-content: center;
}

.search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 44px;
  border: .0625rem solid var(--selection);
  border-radius: .3125rem;
}

@media screen and (min-width: 768px) {
  .search-container {
    max-width: 700px;
  }
}

.search.--active {
  border: .0625rem solid var(--accent)
}

.search__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 42px;
  padding: 0.3125rem;
  border: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: var(--selection);
}

.search__btn:hover {
  cursor: pointer;
}

.search-img {
  width: 20px;
  height: 20px;
}

.search-img path {
  fill: var(--subAccent)
}

.search__btn:hover .header__search-img path {
  fill: var(--accent)
}

.search__input {
  font-family: Inter, serif;
  color: var(--text);
  padding: 11px;
  font-size: 1rem;
  width: 100%;
  background: var(--bgInput);
  line-height: 1;
  outline: 0;
  border: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.header__search__type {
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--subAccent);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .25rem;
  padding-right: 1.1875rem;
  padding-left: 1.25rem;
  position: relative
}

.header__search-submenu.--active .header__submenu {
  display: block
}

.header__search-submenu {
  cursor: pointer;
  position: relative
}

.header__search {
  padding: 10px 0;
}

.header__search.--sticky {
  position: fixed;
  top: 0;
  width: calc(100% - var(--container-space-x) * 2);
  background: var(--bg);
  z-index: 999;
}

.header__search.--hidden {
  transform: translateY(-64px);
  transition: transform 0.2s;
}

.header__search.--show {
  transform: translateY(0);
  transition: transform 0.2s;
}

@media screen and (min-width:768px) {
  .header__search {
    padding: 0;
  }

  .header__search.--sticky {
    position: static;
    top: 0;
  }
}

@media screen and (max-width:767px) {
  /*.header__search.--up {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 10px;
    background: white;
  }*/
}

.header__submenu {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(115%);
  left: 0;
  min-width: 100%;
  max-width: 400%;
  background-color: var(--subMenu);
  border-radius: .3125rem;
  padding: .9375rem 2.0625rem .5625rem 1.25rem;
  z-index: 10
}

.header__submenu-text {
  cursor: pointer;
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  font-size: .75rem;
  color: var(--textAccent);
  padding-bottom: .625rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.header__submenu-text:hover {
  color: var(--accent)
}

.header__search__type::before {
  content: "";
  top: -3px;
  left: 0;
  width: .0625rem;
  height: 133%;
  background-color: var(--selection);
  position: absolute
}

.wrapper-menu {
  display: none
}

.title {
  margin-top: 0;
  margin-bottom: .75rem;
  color: var(--subAccent);
  font-size: 1.375rem;
  font-weight: 600;
}

.sub-title {
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text);
  font-size: .875rem;
  line-height: 1.25rem
}

.chapter {
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--subAccent);
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: .9375rem
}

.setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: .75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sort__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--subAccent)
}

.sort__wrapper {
  width: 100%
}

.sort__title-img {
  margin-right: .0625rem
}

.sort__title {
  display: none
}

.setting__category {
  margin-top: 2.5rem
}

.sort__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sort__item-text {
  cursor: pointer;
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  color: var(--subAccent);
  padding: .75rem .625rem .75rem .625rem;
  border: .0625rem solid var(--selection);
  font-size: .75rem
}

.sort__item-text:hover {
  background-color: var(--subAccentBtn);
  color: var(--textAccent)
}

.sort__item-text.--active {
  background-color: var(--subAccentBtn);
  color: var(--textAccent)
}

.sort__item-text--first {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem
}

.sort__item-text--last {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem
}

.filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .375rem
}

.filter__item {
  position: relative
}

.filter__wrapper {
  display: none
}

.filter__wrapper.filter__wrapper--show {
  display: block
}

.filter__item-text {
  cursor: pointer;
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  color: var(--textAccent);
  background-color: var(--subAccentBtn);
  padding: .4375rem .5rem .4375rem .5rem;
  border-radius: .3125rem;
  font-size: .875rem
}

.filter__item-text:hover {
  color: var(--accent)
}

.filter__item-text:hover svg path {
  fill: var(--accent)
}

.filter__item-img {
  margin-left: .1875rem;
  width: .6875rem
}

.--active .filter__item-text {
  color: var(--accent)
}

.filter__item.--active svg path {
  fill: var(--accent)
}

.--active .filter__submenu {
  display: block
}

.filter__submenu {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(102%);
  left: 0;
  width: 100%;
  background-color: var(--subMenu);
  border-radius: .3125rem;
  padding: .9375rem .625rem .5625rem .625rem;
  z-index: 9
}

.filter__submenu-text {
  cursor: pointer;
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  font-size: .75rem;
  color: var(--textAccent);
  padding-bottom: .625rem
}

.filter__submenu-text:hover {
  color: var(--accent)
}

.filter__title-text {
  display: flex;
  align-items: center;
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--subAccent);
  font-size: 1rem
}

.filter__title-img {
  margin-right: .25rem
}

.filter__title {
  margin-bottom: .625rem
}

.filter-btn {
  margin-left: auto;
  border-radius: .3125rem
}

.filter-btn.--active .filter-btn-img path:nth-child(1) {
  fill: var(--accent)
}

.filter-btn-img path:nth-child(1) {
  fill: var(--subAccentBtn)
}

.sort__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.sort__wrapper-down {
  display: none
}

.filter__wrapper-down {
  display: none
}

.item__img {
  position: relative
}

.item__img-image {
  width: 100%
}

.gallery__item-link:hover img {
  opacity: .8
}

.gallery__item-link:hover .item__img-sub {
  background-color: rgba(0, 0, 0, .8);
  color: var(--accent)
}

.gallery__item-link:hover .item__img-text {
  color: var(--accent)
}

.setting-gallery-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.item__img-sub {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.9375rem;
  background-color: rgba(0, 0, 0, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: .8125rem;
  padding-right: .8125rem
}

.item__img-text {
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  color: var(--textAccent);
  font-size: .875rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: .125rem
}

.item__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.item__info-image {
  display: block;
  width: 1.25rem;
  margin-right: .375rem
}

.item__info-text {
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  color: var(--subAccent);
  font-size: .875rem
}

.item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .6875rem;
  padding-right: .6875rem
}

.gallery__item {
  background-color: var(--bgCart);
  width: 100%;
  overflow: hidden;
  padding-bottom: .625rem;
  position: relative;
  border-radius: .3125rem
}

.gallery__chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .3125rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: .6875rem;
  padding-right: .6875rem;
  overflow: hidden;
  height: 2rem
}

.chips__text {
  cursor: pointer;
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--subAccent);
  padding: .4375rem .5625rem;
  background-color: var(--bgBtn);
  border-radius: .3125rem;
  font-size: .875rem;
  border: 1px solid var(--border)
}

.chips__text:hover {
  color: var(--textAccent);
  background-color: var(--accent)
}

.gallery {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.0625rem;
  align-content: flex-start;
  margin-top: 1.375rem;
  margin-bottom: .8125rem
}

.gallery__item-hd {
  position: absolute;
  top: .25rem;
  right: .25rem
}

.category__chapter {
  margin-top: 2.5rem
}

.category__item-title {
  font-family: Inter, serif;
  font-weight: 700;
  font-style: normal;
  color: var(--subAccent);
  font-size: 1.125rem
}

.category__item {
  cursor: pointer;
  width: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: .0625rem dashed var(--dashed);
  padding-bottom: .3125rem;
  padding-top: .625rem
}

.category__item:hover .category__item-content {
  color: var(--accent)
}

.category__item:hover .category__item-number {
  background-color: var(--accent);
  color: var(--textAccent)
}

.category__item-content {
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--textCategory);
  font-size: .875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.category__item-number {
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--textCategoryNumber);
  font-size: .875rem;
  padding: .25rem .3125rem;
  border-radius: .3125rem;
  background-color: var(--bgCart)
}

.category {
  max-height: 22.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.125rem;
  -moz-column-gap: 1.125rem;
  column-gap: 1.125rem;
  align-content: flex-start;
  width: 100%;
  overflow-y: hidden
}

.category__wrapper {
  width: 100%
}

.video__box {
  position: relative;
  width: 100%;
  height: 11.25rem
}

.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.video {
  max-width: 60.0625rem;
  margin: 0 auto;
  margin-top: 1.75rem
}

.video__youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.status__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.status__like-img {
  width: 2.625rem;
  height: 2.625rem;
  cursor: pointer
}

.video__text {
  font-family: Inter, serif;
  font-weight: 700;
  font-style: normal;
  color: var(--subAccent);
  font-size: .875rem;
  padding-left: .9375rem;
  padding-right: .9375rem
}

.status {
  margin-top: .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.status__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .625rem
}

.status__download-img {
  width: 1.5rem;
  height: 1.5rem
}

.status__btn-down {
  display: none
}

.status__report-img {
  width: 1.5rem;
  height: 1.5rem
}

.status__btn {
  padding-top: .5625rem;
  padding-bottom: .5625rem
}

.status__description-text {
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--subAccent);
  font-size: .875rem;
  line-height: 1.25rem;
  text-align: justify
}

.status__description-title {
  color: var(--textVideoInfo)
}

.status__description {
  margin-top: .75rem
}

.line {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
  border: .0625rem solid var(--selection)
}

.info-item-text {
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--subAccent);
  font-size: .75rem
}

.info-item-title {
  color: var(--textVideoInfo)
}

.video__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: .9375rem
}

.video__search-text {
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--accent)
}

.video__search {
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--accent);
  font-size: .875rem;
  line-height: 1.25rem
}

.video__search:hover {
  color: var(--accenthover)
}

.video__search-title {
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--textVideoInfo);
  font-size: 1rem
}

.category__text-title {
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--textVideoInfo);
  font-size: 1rem
}

.video__category {
  padding-top: 1.3125rem
}

.video__item {
  display: inline-block;
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--textAccent);
  font-size: .875rem;
  padding: .625rem .9375rem;
  background-color: var(--subAccentBtn);
  border-radius: .3125rem
}

.video__item:hover {
  background-color: var(--accent)
}

.video__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.comments__chapter {
  margin-top: 1.9375rem;
  margin-bottom: 2rem;
  font-size: 1.25rem
}

.message__avatar-img {
  width: 3.125rem;
  border-radius: .3125rem
}

.message__avatar-img rect {
  fill: var(--bgAvatar) !important
}

.message__avatar-img path {
  fill: var(--textCategory) !important
}

.write__avatar-img rect {
  fill: var(--bgAvatar) !important
}

.write__avatar-img path {
  fill: var(--textCategory) !important
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem
}

.message__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .6875rem
}

.message__content-name {
  display: inline-block;
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--accent);
  font-size: .875rem
}

.message__content-time {
  display: inline-block;
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--textVideoInfo);
  font-size: .875rem
}

.message__content-text {
  display: inline-block;
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  color: var(--subAccent);
  font-size: .875rem;
  padding-top: .4375rem;
  line-height: 1.5rem
}

.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.comments__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  border-bottom: .0625rem solid var(--selection);
  padding-bottom: 1.875rem
}

.viewall {
  cursor: pointer;
  text-align: center;
  font-family: Inter, serif;
  font-weight: 700;
  font-style: normal;
  color: var(--subAccent);
  font-size: .875rem;
  padding-top: 1.1875rem;
  padding-bottom: 1.875rem
}

.write__avatar-img {
  width: 3.125rem;
  border-radius: .3125rem
}

.write__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.write__form-textarea {
  font-family: Inter, serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text);
  font-size: 1rem;
  width: 100%;
  padding: .9375rem 1.4375rem;
  resize: none;
  background: var(--bgInput);
  border: 1px solid var(--accent);
  border-radius: .3125rem;
}

.write__form-textarea:focus {
  border: .0625rem solid var(--accent)
}

.write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .625rem
}

.form__btn {
  margin-left: auto;
  margin-top: 1.25rem;
  margin-bottom: 3.75rem
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bg);
  padding: .9375rem 1rem 1.25rem .625rem;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

.mobile-menu.--mobile-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mobile-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mobile-menu-link {
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  color: var(--subAccent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem
}

.mobile-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.mobile-menu-item {
  padding: .625rem 0
}

.mobile-menu-link.--active {
  color: var(--accent)
}

.mobile-menu-link.--active path {
  fill: var(--accent)
}

.mobile-menu-img {
  margin-left: auto
}

.mobile-menu-img path {
  fill: var(--subAccent)
}

.mobile-menu__home-img path {
  fill: var(--subAccent)
}

.mobile-menu__wrapper {
  margin-top: 1.5rem
}

.mobile-menu__home {
  margin-bottom: 5px
}

.mobile__line {
  margin-top: 1.375rem;
  margin-bottom: .9375rem;
  border: .0625rem solid var(--selection)
}

.submenu-list {
  display: none;
  background-color: var(--bgCart);
  padding: .6875rem .625rem;
  border-radius: .3125rem;
  margin-top: .375rem
}

.menu__list-submenu.--active .submenu-list {
  display: block
}

.mobile-menu__theme-img path {
  fill: var(--iconmobile)
}

.mobile__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .625rem;
  margin-top: auto
}

.mobile__btn-stroke {
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--subAccent);
  font-size: 1rem;
  padding: .6875rem .5625rem;
  border: .0625rem solid var(--selection);
  border-radius: .3125rem;
  width: 50%;
  text-align: center
}

.mobile__btn {
  font-family: Inter, serif;
  font-weight: 600;
  font-style: normal;
  color: var(--textAccent);
  font-size: 1rem;
  padding: .6875rem .5625rem;
  background-color: var(--accent);
  border: .0625rem solid var(--accent);
  border-radius: .3125rem;
  width: 50%;
  text-align: center
}

@media (min-width: 375px) {
  .elements-gride2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .conteiner-thumbs {
    padding-right: 1rem;
    padding-left: 1rem
  }

  .mobile-menu {
    padding: .9375rem 1rem 1.25rem 1rem
  }

  .sort__item-text {
    padding: .6875rem .75rem .6875rem .75rem;
    font-size: .875rem
  }

  .info-item-text {
    font-size: .875rem
  }

  .info-item-title {
    font-size: .875rem
  }
}

@media (min-width: 425px) {
  .elements-gride {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .conteiner-thumbs {
    padding-right: 1.25rem;
    padding-left: 1.25rem
  }

  .mobile-menu {
    padding: .9375rem 1rem 1.25rem 1.25rem
  }

  .video__box {
    position: relative;
    width: 100%;
    height: 13.9375rem
  }
}

@media (min-width: 768px) {
  .elements-gride2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .elements-gride {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }

  .conteiner-thumbs {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem
  }

  .mobile-menu {
    padding: .9375rem 1rem 1.25rem 1.5625rem
  }

  .sort__wrapper {
    width: auto
  }

  .filter-btn {
    display: none
  }

  .filter__wrapper {
    display: block
  }

  .sort__title {
    display: block
  }

  .sort__title {
    margin-bottom: .625rem
  }

  .setting {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .filter__item-text {
    padding: .625rem .75rem .625rem .75rem;
    font-size: .875rem
  }

  .gallery {
    max-height: 42.1875rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.0625rem;
    align-content: flex-start;
    margin-top: 1.375rem;
    margin-bottom: .8125rem;
    width: 100%;
    overflow-y: hidden
  }

  .video__box {
    position: relative;
    width: 100%;
    height: 24.25rem
  }

  .setting {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media (min-width: 992px) {
  .elements-gride2 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .wrapper-menu {
    display: block
  }

  .menu__list-link {
    font-size: .8125rem
  }

  .elements-gride {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
  }

  .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
  }

  .header__input {
    width: 100%
  }

  .video__box {
    position: relative;
    width: 100%;
    height: 34.25rem
  }

  .sub-title {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .chapter {
    font-size: 1.5rem;
    margin-top: 1.875rem;
    margin-bottom: .625rem
  }

  .sort__item-text {
    font-size: 1rem;
    padding: .6875rem 1.25rem .6875rem 1.25rem
  }

  .filter__item-text {
    font-size: 1rem;
    padding: .6875rem 1.25rem .6875rem 1.25rem
  }

  .filter__item-img {
    margin-left: .5rem;
    width: .875rem
  }

  .category__item-content {
    font-size: 1rem
  }

  .category__item {
    width: 16.25rem
  }

  .category {
    -webkit-column-gap: 1.3125rem;
    -moz-column-gap: 1.3125rem;
    column-gap: 1.3125rem
  }

  .header__input {
    width: 100%
  }

  .btn-stroke {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1rem;
    padding: .75rem 1.875rem;
    border: .0625rem solid var(--selection);
    border-radius: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
  }

  .btn {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--textAccent);
    font-size: 1rem;
    padding: .75rem 1.875rem;
    background-color: var(--accent);
    border: .0625rem solid var(--accent);
    border-radius: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
  }

  .info-item-text {
    font-size: 1rem
  }

  .info-item-title {
    font-size: 1rem
  }
}

@media (min-width: 1024px) {
  .header__input {
    width: 100%
  }
}

@media (min-width: 1440px) {
  .conteiner-thumbs {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem
  }

  .filter__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .375rem
  }

  .filter__item {
    position: relative
  }

  .filter__item-text {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    color: var(--textAccent);
    background-color: var(--subAccentBtn);
    padding: .6875rem 1.25rem .6875rem 1.25rem;
    border-radius: .3125rem
  }

  .filter__item-text:hover {
    color: var(--accent)
  }

  .filter__item-text:hover svg path {
    fill: var(--accent)
  }

  .filter__item-img {
    margin-left: .5rem;
    width: .875rem
  }

  .--active .filter__item-text {
    color: var(--accent)
  }

  .filter__item.--active svg path {
    fill: var(--accent)
  }

  .--active .filter__submenu {
    display: block
  }

  .filter__submenu {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translateY(102%);
    left: 0;
    width: 100%;
    background-color: var(--subMenu);
    border-radius: .3125rem;
    padding: .9375rem 2.0625rem .5625rem 1.25rem;
    z-index: 9
  }

  .filter__submenu-text {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    color: var(--textAccent);
    padding-bottom: .625rem
  }

  .filter__submenu-text:hover {
    color: var(--accent)
  }

  .filter__title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--subAccent)
  }

  .filter__title-img {
    margin-right: .25rem
  }

  .filter__title {
    margin-bottom: .625rem
  }

  .sort__title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--subAccent)
  }

  .sort__title-img {
    margin-right: .0625rem
  }

  .sort__title {
    margin-bottom: .625rem
  }

  .sort__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .sort__item-text {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    color: var(--subAccent);
    padding: .6875rem 1.25rem .6875rem 1.25rem;
    border: .0625rem solid var(--selection)
  }

  .sort__item-text:hover {
    background-color: var(--subAccentBtn);
    color: var(--textAccent)
  }

  .sort__item-text--first {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem
  }

  .sort__item-text--last {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem
  }

  .setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: .75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .item__img {
    position: relative
  }

  .item__img-image {
    width: 100%
  }

  .item__img-sub {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.9375rem;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: .8125rem;
    padding-right: .8125rem
  }

  .item__img-text {
    font-family: Inter, serif;
    font-weight: 500;
    font-style: normal;
    color: var(--textAccent);
    font-size: .875rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: .125rem
  }

  .item__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .item__info-image {
    display: block;
    width: 1.25rem;
    margin-right: .375rem
  }

  .item__info-text {
    font-family: Inter, serif;
    font-weight: 500;
    font-style: normal;
    color: var(--subAccent);
    font-size: .875rem
  }

  .item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: .6875rem;
    padding-right: .6875rem
  }

  .gallery__item {
    background-color: var(--bgCart);
    overflow: hidden;
    padding-bottom: .625rem;
    position: relative;
    border-radius: .3125rem
  }

  .gallery__chips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .3125rem;
    padding-left: .6875rem;
    padding-right: .6875rem
  }

  .chips__text {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--subAccent);
    padding: .4375rem .5625rem;
    background-color: var(--bgBtn);
    border-radius: .3125rem;
    font-size: .875rem;
    border: 1px solid var(--border)
  }

  .chips__text:hover {
    color: var(--textAccent);
    background-color: var(--accent)
  }

  .gallery {
    max-height: 42.1875rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.0625rem;
    align-content: flex-start;
    margin-top: 1.375rem;
    margin-bottom: .8125rem
  }

  .gallery__item-hd {
    position: absolute;
    top: .25rem;
    right: .25rem
  }

  .header {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem
  }

  /*.header__search-img {
    width: 1.3125rem;
    height: 1.3125rem
  }

  .header__search-img path {
    fill: var(--subAccent)
  }

  .header__input {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--text);
    padding: .6875rem .9375rem;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    background: var(----bgInput)
  }

  .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: .0625rem solid var(--selection);
    border-radius: .3125rem
  }*/

  .header__search__type {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem;
    padding-right: 1.1875rem;
    padding-left: 1.25rem;
    position: relative
  }

  .header__search-submenu.--active .header__submenu {
    display: block
  }

  .header__search-submenu {
    cursor: pointer;
    position: relative
  }

  .header__submenu {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translateY(115%);
    left: 0;
    min-width: 100%;
    max-width: 400%;
    background-color: var(--subMenu);
    border-radius: .3125rem;
    padding: .9375rem 2.0625rem .5625rem 1.25rem;
    z-index: 10
  }

  .header__submenu-text {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 500;
    font-style: normal;
    font-size: .875rem;
    color: var(--textAccent);
    padding-bottom: .625rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
  }

  .header__submenu-text:hover {
    color: var(--accent)
  }

  .header__search__type::before {
    content: "";
    top: -3px;
    left: 0;
    width: .0625rem;
    height: 133%;
    background-color: var(--selection);
    position: absolute
  }

  .header__search__btn {
    cursor: pointer;
    background-color: var(--selection);
    padding: .6875rem .625rem;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .btn__wrapper {
    display: flex;
    align-items: center;
    gap: .625rem
  }

  .btn-stroke {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1rem;
    padding: .75rem 1.875rem;
    border: .0625rem solid var(--selection);
    border-radius: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
  }

  .btn {
    cursor: pointer;
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--textAccent);
    font-size: 1rem;
    padding: .75rem 1.875rem;
    background-color: var(--accent);
    border: .0625rem solid var(--accent);
    border-radius: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
  }

  .sort__wrapper-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .filter__wrapper-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .sort__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
  }

  .title {
    font-size: 1.875rem;
    margin-bottom: .8125rem
  }

  .sub-title {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.5rem
  }

  .chapter {
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1.5rem;
    margin-top: 1.875rem;
    margin-bottom: .625rem
  }

  .category__chapter {
    margin-top: 2.9375rem
  }

  .category__item-title {
    font-family: Inter, serif;
    font-weight: 700;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1.25rem
  }

  .category__item {
    cursor: pointer;
    width: 16.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .0625rem dashed var(--dashed);
    padding-bottom: .3125rem;
    padding-top: .625rem
  }

  .category__item:hover .category__item-content {
    color: var(--accent)
  }

  .category__item:hover .category__item-number {
    background-color: var(--accent);
    color: var(--textAccent)
  }

  .category__item-content {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--textCategory);
    font-size: 1rem
  }

  .category__item-number {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--textCategoryNumber);
    font-size: .875rem;
    padding: .25rem .3125rem;
    border-radius: .3125rem;
    background-color: var(--bgCart)
  }

  .category {
    max-height: 22.1875rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-column-gap: 1.3125rem;
    -moz-column-gap: 1.3125rem;
    column-gap: 1.3125rem;
    align-content: flex-start
  }

  .video__box {
    position: relative;
    width: 100%;
    height: 33.8125rem
  }

  .video {
    max-width: 60.0625rem;
    margin: 0 auto;
    margin-top: 3.125rem
  }

  .video__youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .status__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .status__like-img {
    width: 2.625rem;
    height: 2.625rem;
    cursor: pointer
  }

  .video__text {
    font-family: Inter, serif;
    font-weight: 700;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1rem;
    padding-left: .9375rem;
    padding-right: .9375rem
  }

  .status {
    margin-top: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .status__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
  }

  .status__download-img {
    width: 1.5rem;
    height: 1.5rem
  }

  .status__report-img {
    width: 1.5rem;
    height: 1.5rem
  }

  .status__btn {
    padding-top: .5625rem;
    padding-bottom: .5625rem
  }

  .status__description-text {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1rem;
    line-height: 1.5rem
  }

  .status__description-title {
    color: var(--textVideoInfo)
  }

  .status__description {
    margin-top: .75rem
  }

  .line {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
    border: .0625rem solid var(--selection)
  }

  .info-item-text {
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1rem
  }

  .info-item-title {
    color: var(--textVideoInfo)
  }

  .video__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .video__search {
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--accent);
    font-size: 1rem;
    line-height: 1.25rem
  }

  .video__search-title {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--textVideoInfo);
    font-size: 1rem
  }

  .category__text-title {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--textVideoInfo);
    font-size: 1rem
  }

  .video__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.3125rem
  }

  .video__item {
    display: inline-block;
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--textAccent);
    font-size: 1rem;
    padding: .625rem .9375rem;
    background-color: var(--subAccentBtn);
    border-radius: .3125rem
  }

  .video__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .comments__chapter {
    margin-top: 1.9375rem;
    margin-bottom: 2rem
  }

  .message__avatar-img {
    width: 3.125rem;
    border-radius: .3125rem
  }

  .message__avatar-img rect {
    fill: var(--bgAvatar) !important
  }

  .message__avatar-img path {
    fill: var(--textCategory) !important
  }

  .write__avatar-img rect {
    fill: var(--bgAvatar) !important
  }

  .write__avatar-img path {
    fill: var(--textCategory) !important
  }

  .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem
  }

  .message__content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .6875rem
  }

  .message__content-name {
    display: inline-block;
    font-family: Inter, serif;
    font-weight: 600;
    font-style: normal;
    color: var(--accent);
    font-size: 1rem
  }

  .message__content-time {
    display: inline-block;
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--textVideoInfo);
    font-size: 1rem
  }

  .message__content-text {
    display: inline-block;
    font-family: Inter, serif;
    font-weight: 500;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1rem;
    padding-top: .4375rem;
    line-height: 1.5rem
  }

  .message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .comments__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    border-bottom: .0625rem solid var(--selection);
    padding-bottom: 1.875rem
  }

  .viewall {
    cursor: pointer;
    text-align: center;
    font-family: Inter, serif;
    font-weight: 700;
    font-style: normal;
    color: var(--subAccent);
    font-size: 1rem;
    padding-top: 1.1875rem;
    padding-bottom: 1.875rem
  }

  .write__avatar-img {
    width: 3.125rem;
    border-radius: .3125rem
  }

  .write__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .write__form-textarea {
    font-family: Inter, serif;
    font-weight: 400;
    font-style: normal;
    color: var(--text);
    font-size: 1rem;
    width: 100%;
    border: .0625rem solid var(--selection);
    border-radius: .3125rem;
    padding: .9375rem 1.4375rem;
    resize: none;
    background: var(--bgInput)
  }

  .write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem
  }

  .form__btn {
    margin-left: auto;
    margin-top: 1.25rem;
    margin-bottom: 3.75rem
  }

  .elements-gride {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em
  }

  .elements-gride .element-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em
  }

  .elements-gride2 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .menu__list-link {
    font-family: Inter, serif;
    font-weight: 500;
    font-style: normal;
    color: var(--textAccent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem
  }
}

/**
 * Dark mode switcher
 */
.dark-mode-switch {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0.3125rem;
  border: .0625rem solid var(--selection);
  border-radius: .4375rem
}

.dark-mode-switch__btn {
  display: flex;
  align-items: center;
  padding: .25rem;
  border-radius: .3125rem;
  line-height: 1;
}
.dark-mode-switch__btn:hover {
  cursor: pointer;
}

.dark-mode-switch__btn.--active svg path {
  fill: var(--subAccent)
}

.dark-mode-switch__btn.--active {
  background-color: var(--selection);
}

/*
 * описание страниц
 */
.page-desc {
  margin: 1rem 0;
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--subAccent);
}

/**
 * Обзор тумб с видео
 */
.tgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 -4px;
  padding: 0;
  list-style: none;
}

.tgrid__item {
  width: 100%;
  padding: 4px;
}
@media screen and (min-width: 576px) {
  .tgrid__item {
    width: calc(1 / 2 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .tgrid__item {
    width: calc(1 / 3 * 100%);
  }
}

@media screen and (min-width: 1200px) {
  .tgrid__item {
    width: calc(1 / 4 * 100%);
  }
}

@media screen and (min-width: 1400px) {
  .tgrid__item {
    width: calc(1 / 5 * 100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .player-box-section__related .tgrid > :nth-child(4),
  .player-box-section__related .tgrid > :nth-child(5),
  .player-box-section__related .tgrid > :nth-child(6)
  {
    display:none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .player-box-section__related .tgrid > :nth-child(3),
  .player-box-section__related .tgrid > :nth-child(4),
  .player-box-section__related .tgrid > :nth-child(5),
  .player-box-section__related .tgrid > :nth-child(6)
  {
    display:none;
  }
}

@media screen and (min-width: 1200px) {
  .player-box-section__related .tgrid > :nth-child(4),
  .player-box-section__related .tgrid > :nth-child(5),
  .player-box-section__related .tgrid > :nth-child(6)
  {
    display:none;
  }
}

@media screen and (min-width: 992px) {
  .player-box-section__related .tgrid .tgrid__item {
    width: 100%!important;
  }

  .player-box-section__related .tgrid .tgrid__item:last-child {
    margin-bottom: 0;
  }
}

/**
 * Embed thumb
 */
.post-thumbnail {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.post-thumbnail__link {
  display: block;
  color: var(--subAccent);
  text-decoration: none;
}

.post-thumbnail__link:hover {
  cursor: pointer;
  color: var(--accent);
}

.post-thumbnail__thumb {
  position: relative;
  z-index: 0;
}

.post-thumbnail__thumb:hover .thumb-sticker,
.post-thumbnail__thumb:focus .thumb-sticker,
.post-thumbnail__thumb:active .thumb-sticker {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

.post-thumbnail__cover {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.post-thumbnail__title {
  display: block;
  margin: 5px 0 0;
  height: calc(2rem * var(--line-height));
  font-size: 1rem;
  line-height: var(--line-height);
  font-weight: 500;
  overflow: hidden;
}

.post-thumbnail__title.-single-line {
  height: calc(1rem * var(--line-height));
  white-space: nowrap;
  text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
  .post-thumbnail__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .post-thumbnail__title.-single-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

.post-thumbnail__info {
  width: 100%;
  margin-top: 5px;
}


/**
 * Thumb stats
 */
.thumb-stats {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  white-space: nowrap;
}

.thumb-stats__item {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: var(--subAccent);
}

.thumb-stats__icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  line-height: 1;
  display: block;
  outline: 0;
}

.thumb-sticker {
  display: block;
  position: absolute;
  background: rgba(33, 49, 65, 0.7);
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  padding: 3px 5px 2px;
  overflow: hidden;
  font-size: 0.75rem;
  font-style: normal;
  z-index: 10;
}
.thumb-sticker i,
.thumb-sticker img {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
}

.thumb-sticker.-tl {
  top: 3px;
  left: 3px;
}

.thumb-sticker.-tr {
  top: 3px;
  right: 3px;
}

.thumb-sticker.-bl {
  bottom: 3px;
  left: 3px;
}

.thumb-sticker.-br {
  bottom: 3px;
  right: 3px;
}

.quality-tag {
  padding: 2px 4px 2px 3px;
  border-radius: 3px;
  background: rgba(193, 26, 35, 0.70);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-style: italic;
}

/**
 * Список тегов\категорий\моделей и т.д.
 */
.thumb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.thumb-tags.-single-line {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
  .thumb-tags.-single-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

.thumb-tags__tag {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 5px;
  background-color: var(--bgBtn);
  border: 1px solid var(--border);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  color: var(--subAccent);
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}

.thumb-tags__tag:last-child {
  margin-right: 0;
}

.thumb-tags__tag:hover {
  cursor: pointer;
  color: var(--textAccent);
  background-color: var(--accent);
}

/**
 Теги\категории\модели под видео
 */
.inline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inline-tags__tag {
  display: inline-block;
  font-size: 1rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  background-color: var(--subAccentBtn);
  color: var(--textAccent);
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}

.inline-tags__tag.-label {
  background: transparent;
  color: var(--textVideoInfo);
  padding: 0.625rem 0;
  cursor: default;
}

.inline-tags__tag:hover {
  cursor: pointer;
  color: var(--textAccent);
  background-color: var(--accent);
}

.inline-tags__tag:hover.-label {
  cursor: default;
  color: var(--textVideoInfo);
  background: transparent;
}

/**
 * Инфо под плеером
 */
.post-info {
  display: block;
}

.post-info__row {
  margin-top: 10px;
}

.post-desc {
  margin: 0;
  padding: 0;
  color: var(--subAccent);
  font-size: 1rem;
}

.post-desc__label {
  display: inline-block;
  margin-right: 5px;
  color: var(--textVideoInfo);
  font-size: 1rem;
}

/**
 * Мои стили от старого проекта
 */
.search-field {
  position: relative;
  line-height: 1.2;
  margin: 5px 0;
  height: auto;
}
.search-field:hover {
  cursor: pointer;
}
.search-field.-collapse {
  height: 3.4rem;
  overflow: hidden;
}
.search-field.-collapse::after {
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  content: "↓ expand ↓";
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #e9e9e9;
}

.page-numbers {
  padding: 5px 8px;
  display: block;
}

/**
 * Секция с плеером и сам плеер
 */
.player-box-section {
  display: block;
}

.player-box-section__player {
  width: 100%;
}

.player-box-section__related {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .player-box-section {
    display: flex;
  }

  .player-box-section__player {
    flex-grow: 1;
    flex-shrink: 1
  }

  .player-box-section__related {
    flex-grow: 1;
    width: auto;
    max-width: 320px;
    min-width: 280px;
    padding-left: 10px;
  }
}

.player-box-section__related img {
  max-width: 100%;
  height: auto
}

.player {
  position: relative
}

.player:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%
}

.player > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%
}

/**
 * Секция похожих постов
 */
.related-posts__title {
  margin-bottom: 0;
  display: none;
}
.player-box-section__related .related-posts__title {
  display: block;
}
@media screen and (min-width: 992px) {
  .related-posts__title {
    display: block;
  }
  .player-box-section__related .related-posts__title {
    display: none;
  }
}

/**
 * Топ запросов
 */
.related-query {
  display: flex;
  gap: .375rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.related-query__item {
  color: var(--textAccent);
  font-size: .875rem;
  padding: .625rem .9375rem;
  background-color: var(--subAccentBtn);
  border-radius: .3125rem;
  text-transform: capitalize;
  text-decoration: none;
}

.related-query__item:hover {
  background-color: var(--accent);
  color: var(--textAccent);
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .related-query__item {
    font-size: 1rem;
  }
}

/**
 * Pagination
 */
.pagination {
  display: flex;
  list-style: none
}

.pagination.--top {
  display: none
}

@media (min-width: 768px) {
  .pagination.--top {
    display:flex
  }
}

.pagination__item {
  flex-grow: 1;
  overflow: hidden
}

@media(min-width: 768px) {
  .pagination__item {
    flex-grow:0
  }
}

.pagination__item.first,.pagination__item.last {
  display: none
}

@media(min-width: 980px) {
  .pagination__item.first,.pagination__item.last {
    display:block
  }
}

.pagination__item.delta2 {
  display: none
}

@media(min-width: 480px) {
  .pagination__item.delta2 {
    display:block
  }
}

.pagination__item.delta3 {
  display: none
}

@media(min-width: 640px) {
  .pagination__item.delta3 {
    display:block
  }
}

.pagination__item.delta4 {
  display: none
}

@media(min-width: 992px) {
  .pagination__item.delta4 {
    display:block
  }
}

.pagination__link {
  position: relative;
  display: block;
  padding: .6rem 1rem;
  text-decoration: none;
  line-height: 1.25
}

.pagination__item.--disabled .pagination__link {
  pointer-events: none;
  cursor: not-allowed
}

.pagination__item+.pagination__item {
  margin-left: 3px
}

.pagination__item.dots {
  flex-grow: 0
}

.pagination__item.dots .pagination__link {
  padding: .6rem .4rem
}

.pagination-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px 0;
}


.pagination {
  margin: 0 auto;
  padding: 0;
}
@media(min-width: 992px) {
  .pagination {
    margin: 0 0 0 auto;
  }
}

.pagination__link {
  font-family: Inter, serif;
  font-weight: 500;
  font-size: .875rem;
  color: var(--textPagination);
  background-color: var(--subAccentBtn);
  padding: .5625rem .75rem;
  border: 2px solid var(--subAccentBtn);
  border-radius: .3125rem;
  text-decoration: none;
}

@media(min-width: 640px) {
  .pagination__link {
    font-size: 1rem;
    padding: 0.625rem 0.9375rem;
  }
}

.pagination__item.--active .pagination__link,
.pagination__link:active,
.pagination__link:focus,
.pagination__link:hover {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  color:  var(--textPagination);
}

.pagination__item.dots .pagination__link {
  background: 0;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #969696;
  box-shadow: none;
  letter-spacing: 2px
}

/** ------------------------ */
/*
.pagination__item {
  cursor: pointer;
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  color: var(--textPagination);
  font-size: .875rem;
  background-color: var(--subAccentBtn);
  padding: .5625rem .75rem;
  border: 2px solid var(--subAccentBtn);
  border-radius: .3125rem
}

.pagination__item.pagination__item--active {
  background-color: var(--accent);
  border: 2px solid var(--accent)
}

.pagination__item-point {
  font-family: Inter, serif;
  font-weight: 500;
  font-style: normal;
  background-color: inherit;
  color: var(--subAccent);
  padding: .6875rem 1rem
}

.pagination__item {
  font-size: 1rem;
  background-color: var(--subAccentBtn);
  padding: .6875rem 1rem;
  border-radius: .3125rem
}

.pagination__item:hover {
  border: 2px solid var(--accent);
  background-color: var(--accent)
}
*/

/**
 * Alerts
 */
.alert {
  margin: 15px 0;
  padding: 10px 15px;
  color: black;
  border-radius: 0.3125rem;
}
.alert.--error {
  background: #f7b5b5;
  border: 1px solid #ff9393;
}

/**
 * Other
 */
.delimiter {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
  border-top: .125rem solid var(--textVideoInfo);
}

.nav-menu-delimiter {
  padding: 0 1.25rem;
}

.nav-menu-delimiter .delimiter {
  margin: .375rem 0;
  /*border-top: .0625rem solid var(--textVideoInfo);*/
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none!important;
  }
}

/**
 * Footer
 */
.footer {
  margin-top: 1.875rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  background-color: var(--subAccentBtn);
}

.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .9375rem;
  line-height: 1.5rem;
}

.footer__copyright {
  font-family: Inter, serif;
  color: var(--textPagination);
  font-size: .875rem;
  text-align: center;
  line-height: 1.25rem;
}

@media screen and (min-width: 992px) {
  .footer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .footer__main {
    display: flex;
    gap: 4.125rem;
    line-height: 1.5rem;
    flex-direction: row;
  }

  .footer__delimiter {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.125rem;
    line-height: 1.5rem;
  }

  .footer__copyright {
    font-size: 1rem;
  }
}

.footer-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.footer-side__left {
  display: flex;
  flex-grow: 1;
}

@media screen and (min-width: 992px) {
  .footer-side {
    flex-wrap: nowrap;
    gap: 20px;
  }

  .footer-side__left {
    flex-grow: 0;
  }

  .footer-side__right {
    flex-grow: 1;
  }
}

.footer-politics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.625rem;
  gap: .625rem .9375rem;
}

.footer-politics__link {
  display: inline-block;
  font-weight: 600;
  color: var(--textAccent);
  font-size: .875rem;
  text-decoration: none;
  white-space: nowrap;
}

.footer-politics__link:hover,
.footer-politics__link:active,
.footer-politics__link:focus
{
  color: var(--accent);
}

@media screen and (min-width: 1440px) {
  .footer-politics__link {
    font-size: 1rem;
  }
}

.footer-disclaimer {
  font-family: Inter, serif;
  color: var(--textPagination);
  font-size: .875rem;
  text-align: justify;
  line-height: 1.25rem;
}

@media screen and (min-width: 1440px) {
  .footer-disclaimer {
    font-size: 1rem;
  }
}
