@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Black.woff2") format("woff2"), url("../fonts/GolosText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-ExtraBold.woff2") format("woff2"), url("../fonts/GolosText-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Bold.woff2") format("woff2"), url("../fonts/GolosText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-SemiBold.woff2") format("woff2"), url("../fonts/GolosText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Medium.woff2") format("woff2"), url("../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Regular.woff2") format("woff2"), url("../fonts/GolosText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font: 400 14px "Golos Text", sans-serif;
  position: relative;
  background: #1e1f21;
  color: #fff;
}
body.hidden {
  overflow: hidden;
}
body.hidden-index:before {
  z-index: 100;
}
body.hidden::before {
  visibility: visible;
}
body:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(30, 31, 33, 0.75);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 10;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.field {
  display: block;
  width: 100%;
  position: relative;
}
.field__search {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.field__close {
  position: absolute;
  right: 10px;
  top: 50%;
  align-items: center;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.field__close.length {
  display: flex;
}
.field input {
  border: 1px solid #3d3e3f;
  border-radius: 6px;
  background: none;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  height: 100%;
}

.wrapper {
  display: flex;
  min-height: 100vh;
  padding-bottom: 30px;
}

.nav {
  width: 208px;
  background: #2e2e30;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 100vh;
  bottom: 0;
  overflow: auto;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .nav {
    display: none;
  }
  .nav.active {
    display: flex;
    z-index: 10;
    top: 48px;
    height: auto;
    min-height: auto;
    padding-top: 0;
  }
}
.nav.close {
  width: 64px;
  height: auto;
}
.nav.close .nav__list a span {
  display: none;
}
.nav.close .nav__footer {
  display: none;
}
.nav.close .nav__burger {
  display: none;
}
.nav__list li.active {
  background: #1e1f21;
}
.nav__list li.active a svg {
  fill: #DCFF00;
}
.nav__list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .nav__list li a {
    height: 40px;
  }
}
.nav__list li a svg {
  width: 20px;
  height: 20px;
  fill: #aeb0b4;
}
.nav__list li a span {
  display: block;
  font-size: 14px;
  margin-left: 14px;
}
.nav__top {
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin-bottom: 21px;
  justify-content: space-between;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .nav__top {
    display: none;
  }
}
.nav__logo {
  display: flex;
  align-items: center;
  height: 32px;
  flex-shrink: 0;
}
.nav__burger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav__footer {
  padding-left: 20px;
}
.nav__aside li a {
  color: #aeb0b4;
  font-size: 14px;
  min-height: 32px;
}
.nav__copy {
  font-size: 10px;
  color: #aeb0b4;
}

.main {
  margin: 0 auto;
  width: 100%;
  margin-left: 240px;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .main {
    margin-left: 232px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .main {
    margin: 0;
  }
}
.main.margin {
  margin: 0 48px 0 102px;
}
@media only screen and (max-width: 1300px) {
  .main.margin {
    margin: 0 24px 0 102px;
  }
}
@media only screen and (max-width: 991px) {
  .main.margin {
    margin: 0;
  }
}
.main.margin .showcase {
  margin-left: 65px;
}
@media only screen and (max-width: 991px) {
  .main.margin .showcase {
    margin-left: 0;
  }
}
.main.margin .cards {
  margin-left: 65px;
}
@media only screen and (max-width: 991px) {
  .main.margin .cards {
    margin-left: 0;
  }
}
.main.margin .about {
  margin-left: 65px;
}
@media only screen and (max-width: 991px) {
  .main.margin .about {
    margin-left: 0;
  }
}
.main.margin .reklama {
  margin-left: 65px;
}
@media only screen and (max-width: 991px) {
  .main.margin .reklama {
    margin-left: 0;
  }
}
.main.margin .search {
  margin-left: 65px;
}
@media only screen and (max-width: 991px) {
  .main.margin .search {
    margin-left: 0;
  }
}
.main.margin .lc {
  margin-left: 65px;
}
.main.margin .lc .lc__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .main.margin .lc {
    margin-left: 0;
  }
}

.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #1e1f21;
  z-index: 10;
  padding: 18px 44px 22px 0;
  margin-right: -40px;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #1e1f21;
  z-index: 10;
  padding: 18px 44px 22px 0;
  margin-right: -40px;
  display: flex;
}
@media only screen and (max-width: 1300px) {
  .header {
    margin-right: -24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    background: #2e2e30;
    height: 48px;
    display: flex;
    align-items: center;
    z-index: 11;
    margin-right: 0;
    padding: 0;
    margin-bottom: 18px;
  }
}
.header__mobile--logo {
  align-items: center;
  margin-left: 30px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .header__mobile--logo {
    display: flex;
  }
}
.header__mobile--burger {
  align-items: flex-start;
  display: none;
}
@media only screen and (max-width: 991px) {
  .header__mobile--burger {
    display: flex;
  }
}
.header__mobile--search {
  display: flex;
  align-items: center;
  margin-right: 27px;
  cursor: pointer;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__avatar {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.header__avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__mobile--search {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__mobile--search {
    display: flex;
    align-items: flex-start;
  }
}
.header__search {
  position: relative;
}
.header__search.active .search-dropdown {
  display: block;
}
.header__search .search-dropdown {
  display: none;
  position: absolute;
  top: 160%;
  border-radius: 6px;
  background: #3d3e3f;
  width: 100%;
  padding: 0 16px;
}
.header__search .search-dropdown__item {
  display: flex;
  align-items: center;
  height: 42px;
  cursor: pointer;
}
.header__search .search-dropdown__item span {
  display: block;
  margin-left: 9px;
}
@media only screen and (max-width: 991px) {
  .header__search {
    display: none;
  }
}
.header__search .field {
  height: 32px;
}
.header__search .field input {
  padding-left: 30px;
  transition: 300ms;
}
.header__search .field input:focus {
  border: 1px solid #aeb0b4;
  transition: 300ms;
}
.header__info {
  display: flex;
  align-items: center;
}
.header__burger {
  margin-right: 50px;
  align-items: flex-start;
  display: none;
  cursor: pointer;
}
.header__burger.active {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .header__burger.active {
    display: none;
  }
}
.header__added {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  background: #2e2e30;
  border-radius: 4px;
  margin-left: 24px;
  cursor: pointer;
  position: relative;
  transition: 300ms;
}
.header__added:hover {
  background: #3d3e3f;
}
@media only screen and (max-width: 991px) {
  .header__added {
    display: none;
  }
}
.header__added:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: #fff;
}
.header__added::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.header__content {
  display: flex;
  align-items: center;
}
.header__login {
  margin-right: 16px;
  transition: 300ms;
  cursor: pointer;
}
.header__login:hover {
  color: #03adef;
}
@media only screen and (max-width: 767px) {
  .header__login {
    display: none;
  }
}
.header__registration {
  background: #DCFF00;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  color: #1E1F21;
}
@media only screen and (max-width: 767px) {
  .header__registration {
    display: none;
  }
}
.header__registration:hover {
  background: #A6BF00;
}
.header__mobile--login {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__mobile--login {
    display: flex;
    align-items: flex-start;
  }
}

.showcase {
  margin-right: -40px;
}
@media only screen and (max-width: 1300px) {
  .showcase {
    margin-right: -24px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__container {
    margin-right: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .showcase__container {
    margin-right: -16px;
  }
}
.showcase__item {
  width: 610px;
}
@media only screen and (max-width: 767px) {
  .showcase__item {
    width: 94%;
  }
}

.cards {
  margin-top: 32px;
}
.cards__btn {
  width: 100%;
  margin-top: 30px;
  background: #2e2e30;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.cards__nav {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .cards__nav {
    margin-right: -16px;
    overflow: auto;
    padding-right: 16px;
  }
  .cards__nav::-webkit-scrollbar {
    display: none;
  }
}
.cards__nav--link {
  padding: 8px 7px;
  background: #2e2e30;
  border-radius: 4px;
  margin-right: 16px;
  cursor: pointer;
  white-space: nowrap;
}
.cards__nav--link.active {
  color: #3d3e3f;
  background: #fff;
}
.cards__nav--link:last-child {
  margin-right: 0;
}
.cards__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1550px) {
  .cards__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1300px) {
  .cards__items {
    grid-template-columns: repeat(auto-fill, 240px);
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .cards__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .cards__items {
    grid-template-columns: 1fr;
  }
}

.card__img {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card__top {
  position: relative;
  margin-bottom: 13px;
}
.card__time {
  position: absolute;
  right: 7px;
  bottom: 6px;
  font-size: 10px;
  background: rgba(30, 31, 33, 0.85);
  border-radius: 1px;
  padding: 1px 2px;
}
.card__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 13px;
}
.card__name {
  overflow: hidden;
  overflow: hidden;
  display: block;
  max-height: 50px;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.card__dots {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  margin-left: 10px;
  cursor: pointer;
}
.card__dots.active svg {
  stroke: none;
  fill: #A6BF00;
}
.card__dots svg {
  width: 16px;
  height: 17px;
  stroke: #aeb0b4;
  fill: none;
}
.card__autor {
  font-size: 10px;
  margin-bottom: 5px;
}
.card__aside {
  font-size: 10px;
  color: #aeb0b4;
  display: flex;
  align-items: center;
}
.card__aside b {
  margin: 0 5px;
}
.card__desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #AEB0B4;
  margin-top: 8px;
}

.login,
.registr {
  position: fixed;
  z-index: 100;
  background: #1e1f21;
  width: 396px;
  right: 0;
  top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .login,
.registr {
    width: 100%;
    padding: 0 16px;
  }
}
.login.active,
.registr.active {
  display: flex;
}
.login__close,
.registr__close {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 31px;
  right: 23px;
  cursor: pointer;
}
.login__title,
.registr__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.login__text,
.registr__text {
  font-size: 14px;
  margin-bottom: 32px;
}
.login__text a,
.registr__text a {
  color: rgb(3, 173, 239);
}
.login form .field,
.registr form .field {
  margin-bottom: 20px;
}
.login form .field input,
.registr form .field input {
  background: #2e2e30;
  border-radius: 4px;
  border: none;
  height: 48px;
  padding-left: 12px;
  padding-top: 12px;
}
.login form .field input:focus ~ .field__label,
.login form .field input:not(:focus):valid ~ .field__label,
.registr form .field input:focus ~ .field__label,
.registr form .field input:not(:focus):valid ~ .field__label {
  top: 8px;
  font-size: 12px;
  opacity: 1;
  transition: 300ms;
  color: #aeb0b4;
}
.login form .field input:focus ~ .field__label ~ .login__password,
.login form .field input:not(:focus):valid ~ .field__label ~ .login__password,
.registr form .field input:focus ~ .field__label ~ .login__password,
.registr form .field input:not(:focus):valid ~ .field__label ~ .login__password {
  display: block;
}
.login form .field__label,
.registr form .field__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  transition: 300ms;
  left: 12px;
}
.login form .field__password,
.registr form .field__password {
  position: absolute;
  right: 10px;
  top: 25px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.login__password,
.registr__password {
  color: #03adef;
  margin-bottom: 20px;
  display: block;
}
.login__btn,
.registr__btn {
  border: none;
  background: #DCFF00;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E1F21;
  cursor: pointer;
  border-radius: 4px;
  transition: 300ms;
}
.login__btn:hover,
.registr__btn:hover {
  background: #A6BF00;
}
.login__aside,
.registr__aside {
  margin-top: 16px;
  margin-bottom: 32px;
}
.login__aside span,
.registr__aside span {
  text-align: center;
  display: block;
  color: #636870;
  margin-bottom: 12px;
}
.login__social,
.registr__social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__social li,
.registr__social li {
  margin-right: 25px;
}
.login__social li:last-child,
.registr__social li:last-child {
  margin-right: 0;
}
.login__social li a,
.registr__social li a {
  display: flex;
  align-items: center;
  width: 40px;
  height: 32px;
  background-color: #2e2e30;
  border-radius: 4px;
  justify-content: center;
}
.login__polytical,
.registr__polytical {
  color: #aeb0b4;
  margin-top: 10px;
  text-align: center;
  font-size: 10pt;
}

.wrapper-video {
  display: block;
}

.nav-video {
  display: none;
}
.nav-video.active {
  display: flex;
  z-index: 100;
  top: 72px;
  min-height: auto;
  height: auto;
}

.header-video {
  padding: 0 44px 0 0;
  height: 72px;
  display: flex;
  align-items: center;
  margin-right: 0;
}
@media only screen and (max-width: 1550px) {
  .header-video {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .header-video {
    padding: 0;
    margin-bottom: 24px;
    height: 48px;
  }
}
.header-video__aside {
  display: flex;
  align-items: center;
  width: 208px;
  background: #2e2e30;
  justify-content: space-between;
  height: 72px;
  padding: 0 24px;
  margin-right: 24px;
}
@media only screen and (max-width: 991px) {
  .header-video__aside {
    display: none;
  }
}
.header-video__logo {
  display: flex;
  align-items: center;
}
.header-video__burger {
  display: block;
  width: 19px;
}
.header-video__burger a {
  display: block;
  cursor: pointer;
  padding: 6px 0;
}
.header-video__burger a span {
  position: relative;
  display: block;
  width: 19px;
  height: 1px;
  background: #aeb0b4;
  transition: all 0.2s ease-in-out;
}
.header-video__burger a span:before, .header-video__burger a span:after {
  content: "";
  width: 19px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #aeb0b4;
  transition: all 0.2s ease-in-out;
}
.header-video__burger a span:before {
  top: -6px;
}
.header-video__burger a span:after {
  top: 6px;
}
.header-video__burger a.active span {
  background: transparent;
}
.header-video__burger a.active span:before {
  transform: rotate(45deg) translate(5px, 6px);
}
.header-video__burger a.active span:after {
  transform: rotate(-45deg) translate(5px, -6px);
}

.page-video {
  display: grid;
  grid-template-columns: 1.4fr 0.5fr;
  grid-gap: 25px;
  padding-left: 28px;
  padding-right: 48px;
  margin-top: 10px;
}
@media only screen and (max-width: 1550px) {
  .page-video {
    grid-template-columns: 1.7fr 0.6fr;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1300px) {
  .page-video {
    grid-template-columns: 1fr 0.5fr;
  }
}
@media only screen and (max-width: 991px) {
  .page-video {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-video {
    padding: 0 16px;
  }
}

.cards-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  grid-row: span 5;
}
@media only screen and (max-width: 1550px) {
  .cards-info .card {
    display: grid;
    grid-template-columns: 156px 1fr;
    grid-gap: 12px;
  }
}
@media only screen and (max-width: 1300px) {
  .cards-info .card {
    grid-template-columns: 120px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .cards-info .card {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media only screen and (max-width: 1550px) {
  .cards-info {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1300px) {
  .cards-info {
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .cards-info {
    grid-row: span 1;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .cards-info {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1300px) {
  .video {
    grid-column: span 2;
    margin: 0 -24px;
  }
}
@media only screen and (max-width: 991px) {
  .video {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 767px) {
  .video {
    margin: 0 -16px;
  }
}
.video.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  z-index: 13;
}
.video.sticky .video__content {
  display: none;
}
.video__img {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video__img img {
  width: 100%;
  height: 100%;
}
.video__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .video__top {
    align-items: flex-start;
  }
}
.video__aside {
  margin-right: 20px;
}
.video__info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .video__info {
    padding-top: 10px;
  }
}
.video__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.video__date {
  font-size: 14px;
  color: #5b5b5b;
}
.video__later {
  display: flex;
  align-items: center;
  margin-right: 28px;
  cursor: pointer;
  transition: 300ms;
}
.video__later.active svg {
  fill: #A6BF00;
  stroke: none;
}
.video__later.active:hover svg {
  fill: #A6BF00;
  stroke: none;
}
.video__later:hover svg {
  stroke: #03adef;
}
.video__later svg {
  width: 17px;
  height: 17px;
  stroke: #aeb0b4;
  fill: none;
  margin-right: 12px;
}
@media only screen and (max-width: 991px) {
  .video__later svg {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .video__later span {
    display: none;
  }
}
.video__repost {
  display: flex;
  align-items: center;
  transition: 300ms;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .video__repost span {
    display: none;
  }
}
.video__repost-wrapper {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .video__repost-wrapper:before {
    position: fixed;
    right: 0;
    left: 0;
    content: "";
    display: block;
    width: 100vh;
    height: 100vh;
    top: 0;
    background: rgba(30, 31, 33, 0.75);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 16;
    visibility: hidden;
  }
  .video__repost-wrapper.active::before {
    visibility: visible;
  }
}
.video__repost-dropdown {
  position: absolute;
  right: 0;
  background: #3d3e3f;
  border-radius: 6px;
  top: 140%;
  width: 320px;
  padding: 26px 24px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .video__repost-dropdown {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 17;
    top: auto;
    border-radius: 6px 6px 0 0;
  }
}
.video__repost-dropdown.active {
  display: block;
}
.video__repost-dropdown ul li {
  margin-bottom: 24px;
}
.video__repost-dropdown ul li.before {
  position: relative;
}
.video__repost-dropdown ul li.before:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #636870;
}
.video__repost-dropdown ul li:last-child {
  margin-bottom: 0;
}
.video__repost-dropdown ul li a {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
}
.video__repost:hover {
  color: #03adef;
}
.video__repost:hover svg {
  fill: #03adef;
}
.video__repost svg {
  width: 17px;
  height: 17px;
  fill: #aeb0b4;
  margin-right: 12px;
}
@media only screen and (max-width: 991px) {
  .video__repost svg {
    margin-right: 0;
  }
}
.video__dots {
  display: flex;
  margin-left: 29px;
  cursor: pointer;
  transition: 300ms;
}
@media only screen and (max-width: 991px) {
  .video__dots {
    margin-left: 15px;
  }
}
.video__dots-wrapper {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .video__dots-wrapper:before {
    position: fixed;
    right: 0;
    left: 0;
    content: "";
    display: block;
    width: 100vh;
    height: 100vh;
    top: 0;
    background: rgba(30, 31, 33, 0.75);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 16;
    visibility: hidden;
  }
  .video__dots-wrapper.active::before {
    visibility: visible;
  }
}
.video__dots-dropdown {
  position: absolute;
  right: 0;
  background: #3d3e3f;
  border-radius: 6px;
  top: 120%;
  width: 320px;
  padding: 26px 24px;
  display: none;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .video__dots-dropdown {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 17;
    top: auto;
    border-radius: 6px 6px 0 0;
  }
}
.video__dots-dropdown.active {
  display: block;
}
.video__dots-dropdown ul li {
  margin-bottom: 24px;
}
.video__dots-dropdown ul li.before {
  position: relative;
}
.video__dots-dropdown ul li.before:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #636870;
}
.video__dots-dropdown ul li:last-child {
  margin-bottom: 0;
}
.video__dots-dropdown ul li a {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
}
.video__dots:hover {
  color: #03adef;
  background: #2e2e30;
  border-radius: 6px;
}
.video__dots:hover svg {
  stroke: #03adef;
}
.video__dots svg {
  width: 34px;
  height: 34px;
  stroke-width: 3px;
  stroke: #aeb0b4;
  stroke-linejoin: round;
}
@media only screen and (max-width: 991px) {
  .video__dots svg {
    width: 24px;
    height: 24px;
  }
}
.video__foot {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.video__like, .video__dislike {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 300ms;
}
.video__like.active svg, .video__dislike.active svg {
  fill: #d9d9d9;
  stroke: none;
}
.video__like svg, .video__dislike svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #aeb0b4;
}
.video__like span, .video__dislike span {
  display: block;
  font-size: 10px;
  color: #aeb0b4;
  margin-left: 10px;
}
.video__dislike {
  margin-left: 28px;
}
.video__dislike svg {
  transform: rotate(180deg);
}

.comments {
  grid-row: span 10;
}
.comments-login {
  display: flex;
  align-items: center;
}
.comments-login__logo {
  display: flex;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 14px;
}
.comments-login__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.comments-login__info {
  width: 100%;
  position: relative;
}
.comments-login__info textarea {
  background: #2e2e30;
  border-radius: 4px;
  height: 48px;
  width: 100%;
  resize: none;
  display: flex;
  align-items: center;
  border: none;
  color: #fff;
  padding: 15px 50px 15px 12px;
}
.comments-login__button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .comments {
    grid-row: span 1;
  }
}
.comments__head {
  background: #2e2e30;
  padding: 24px;
}
.comments__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments__top--info {
  display: flex;
  align-items: center;
}
.comments__top--logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}
.comments__top--logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.comments__top--name p {
  font-size: 16px;
  margin-bottom: 3px;
}
.comments__top--name span {
  display: block;
  font-size: 12px;
  color: #636870;
}
.comments__btn {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 32px;
  color: #3d3e3f;
  transition: 300ms;
}
.comments__btn:hover {
  background: #ced2d7;
}
.comments__description {
  margin-top: 20px;
}
.comments__more {
  margin-top: 10px;
  font-size: 12px;
  color: #aeb0b4;
}
.comments__head {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .comments__container {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .comments__mobile.active {
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: #1e1f21;
    width: 100%;
    padding: 20px 16px;
  }
  .comments__mobile.active .comments__container {
    display: block;
    overflow: auto;
    height: calc(100% - 70px);
    margin-top: 20px;
  }
}
.comments__title {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .comments__title {
    padding-bottom: 20px;
    border-bottom: 1px solid #636870;
    margin-bottom: 0;
  }
}
.comments__title span {
  color: rgb(99, 104, 112);
}
.comments__icon {
  display: none;
}
@media only screen and (max-width: 991px) {
  .comments__icon {
    display: flex;
    align-items: flex-start;
  }
}
.comments__login {
  margin-bottom: 40px;
}
.comments__login a {
  color: rgb(3, 173, 239);
}
.comments__item .comments__item {
  padding-left: 45px;
}
.comments__wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.comments__logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 14px;
}
.comments__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.comments__content {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.comments__name {
  font-weight: 600;
  margin-right: 8px;
}
.comments__date {
  color: #636870;
}
.comments__info {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 24px;
}
.comments__info .video__foot {
  margin-top: 0;
  margin-right: 10px;
}
.comments__info .video__dislike {
  margin-left: 10px;
}
.comments__link {
  font-size: 12px;
  color: #03adef;
  margin-left: 16px;
}
.comments__aside {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comments__aside span {
  color: #03adef;
  line-height: 1;
  margin-left: 7px;
  display: block;
}

.about {
  padding: 28px 0 115px 0;
}
@media only screen and (max-width: 1300px) {
  .about {
    padding: 24px 0 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about {
    padding: 6px 24px 77px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 6px 0 60px 0;
  }
}
.about__inner {
  max-width: 882px;
}
@media only screen and (max-width: 1300px) {
  .about__inner {
    max-width: 610px;
  }
}
@media only screen and (max-width: 991px) {
  .about__inner {
    max-width: 100%;
  }
}
.about__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .about__title {
    padding: 0 18px;
  }
}
.about__info {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .about__info {
    padding: 0 18px;
  }
}
.about__info p {
  margin-bottom: 16px;
}
.about__info p:last-child {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.about__content {
  background: #2e2e30;
  padding: 40px 36px;
}
@media only screen and (max-width: 767px) {
  .about__content {
    padding: 40px 30px;
  }
}
.about__head {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .about__head {
    max-width: 195px;
    margin: 0 auto 70px auto;
  }
}
.about__head::before {
  content: "";
  display: block;
  width: 135px;
  height: 3px;
  background: #DCFF00;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #1E1F21;
}
.about__items {
  max-width: 537px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about__items {
    max-width: 100%;
  }
}
.about__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  min-width: 258px;
  margin-right: 22px;
}
@media only screen and (max-width: 767px) {
  .about__image {
    margin: 0 auto 22px auto;
  }
}
.about__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.about__text {
  font-size: 14px;
  line-height: 18px;
}
.about__end {
  font-size: 16px;
  line-height: 24px;
  color: #aeb0b4;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .about__end {
    padding: 0 16px;
  }
}
.about__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .about__item {
    display: block;
    text-align: center;
    margin-bottom: 42px;
  }
}
.about__item:last-child {
  margin-bottom: 0;
}
.about__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.about__item:nth-child(2n) .about__image {
  margin-right: 0;
  margin-left: 22px;
}
@media only screen and (max-width: 767px) {
  .about__item:nth-child(2n) .about__image {
    margin: 0 auto 22px auto;
  }
}

.reklama-page {
  padding: 28px 0 115px 0;
}
@media only screen and (max-width: 1300px) {
  .reklama-page {
    padding: 24px 0 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .reklama-page {
    padding: 6px 24px 77px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .reklama-page {
    padding: 6px 16px 30px 16px;
  }
}
.reklama-page__inner {
  max-width: 882px;
}
@media only screen and (max-width: 1300px) {
  .reklama-page__inner {
    max-width: 610px;
  }
}
@media only screen and (max-width: 991px) {
  .reklama-page__inner {
    max-width: 100%;
  }
}
.reklama-page__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.reklama-page__info {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.reklama-page__info p {
  margin-bottom: 16px;
}
.reklama-page__info p:last-child {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.reklama-page__end {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 32px;
}
.reklama-page__end p {
  margin-bottom: 16px;
}
.reklama-page__end p:last-child {
  margin-bottom: 0;
}
.reklama-page__list {
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
  margin-bottom: 44px;
}
.reklama-page__list li {
  margin-bottom: 12px;
  padding-left: 6px;
}
@media only screen and (max-width: 767px) {
  .reklama-page__list li {
    padding-left: 4px;
  }
}
.reklama-page__list li:last-child {
  margin-bottom: 0;
}
.reklama-page__item {
  display: flex;
  align-items: center;
  background: #2e2e30;
  border-radius: 4px;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .reklama-page__item {
    display: block;
    padding: 24px;
  }
}
.reklama-page__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .reklama-page__image {
    margin-right: 0;
    margin-left: auto;
  }
}
.reklama-page__image img {
  width: 100%;
}
.reklama-page__text {
  font-size: 16px;
  line-height: 24px;
  max-width: 515px;
}
@media only screen and (max-width: 991px) {
  .reklama-page__text {
    max-width: 100%;
  }
}

.watch-later__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1300px) {
  .watch-later__title {
    margin-bottom: 24px;
  }
}

.search {
  padding: 28px 0 115px 0;
}
@media only screen and (max-width: 1300px) {
  .search {
    padding: 24px 0 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .search {
    padding: 6px 24px 77px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .search {
    padding: 6px 16px 30px 16px;
  }
}
.search__inner {
  max-width: 855px;
}
@media only screen and (max-width: 1300px) {
  .search__inner {
    max-width: 610px;
  }
}
@media only screen and (max-width: 991px) {
  .search__inner {
    max-width: 100%;
  }
}
.search__item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.search__item:last-child {
  margin-bottom: 0;
}
.search__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  min-width: 268px;
  height: 156px;
  margin-right: 31px;
}
@media only screen and (max-width: 767px) {
  .search__video {
    min-width: 120px;
    width: 120px;
    height: 70px;
    margin-right: 12px;
  }
}
.search__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.search__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.search__time {
  background: rgba(30, 31, 33, 0.85);
  border-radius: 1px;
  padding: 1px 2px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  bottom: 6px;
  right: 7px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .search__time {
    bottom: 3px;
    right: 3px;
  }
}
.search__name {
  font-size: 14px;
  margin-bottom: 8px;
}
.search__autor {
  font-size: 10px;
  line-height: 14px;
}
.search__info {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #aeb0b4;
  margin-bottom: 8px;
}
.search__info span {
  margin: 0 4px;
}
.search__text {
  font-size: 12px;
  line-height: 16px;
  color: #aeb0b4;
}
@media only screen and (max-width: 767px) {
  .search__text {
    display: none;
  }
}

.lc {
  padding: 28px 0 115px 0;
}
@media only screen and (max-width: 1300px) {
  .lc {
    padding: 24px 0 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .lc {
    padding: 32px 24px 77px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lc {
    padding: 32px 0 60px 0;
  }
}
.lc__inner {
  max-width: 883px;
}
@media only screen and (max-width: 1300px) {
  .lc__inner {
    max-width: 100%;
  }
}
.lc__header {
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .lc__header {
    margin-bottom: 20px;
  }
}
.lc__header-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .lc__header-title {
    padding: 0 16px;
  }
}
.lc__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 16px auto;
}
.lc__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.lc__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #3d3e3f;
}
@media only screen and (max-width: 767px) {
  .lc__nav {
    overflow-x: auto;
    padding: 0 16px 12px 16px;
    justify-content: flex-start;
  }
}
.lc__nav a {
  margin-right: 20px;
  padding: 0 8px;
  cursor: pointer;
  transition: 300ms;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .lc__nav a {
    white-space: nowrap;
  }
}
.lc__nav a.active {
  position: relative;
}
.lc__nav a.active::before {
  content: "";
  display: block;
  width: calc(100% + 16px);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -12px;
  background: #DCFF00;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  height: 6px;
  color: #1E1F21;
}
.lc__nav a:last-child {
  margin-right: 0;
}
.lc__items {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #3d3e3f;
}
@media only screen and (max-width: 767px) {
  .lc__items {
    padding: 24px 16px;
  }
}
.lc__items:last-child {
  margin-bottom: 0;
}
.lc__items:first-child .lc__item:first-child {
  cursor: auto;
}
.lc__items:first-child .lc__item:first-child::before {
  display: none;
}
.lc__items:first-child .lc__item:first-child .lc__start {
  margin-bottom: 12px;
}
.lc__head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}
.lc__item {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #3d3e3f;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lc__item {
    display: block;
  }
}
.lc__item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/svg/arrow-lc.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .lc__item::before {
    top: 40%;
    transform: translate(0, -50%);
  }
}
.lc__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lc__item:last-child {
    padding-bottom: 8px;
  }
}
.lc__item.selected .lc__end {
  color: #fff;
  font-weight: 600;
}
.lc__start {
  font-size: 14px;
  color: #aeb0b4;
  width: 150px;
  min-width: 150px;
  margin-right: 47px;
}
@media only screen and (max-width: 767px) {
  .lc__start {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.lc__end {
  width: 100%;
  font-size: 14px;
  color: #aeb0b4;
}
@media only screen and (max-width: 767px) {
  .lc__end {
    max-width: 90%;
  }
}
.lc__photo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.lc__photo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.lc__photo-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.lc__photo input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
}
.lc__photo span {
  font-size: 14px;
  color: #03adef;
  margin-left: 12px;
}
.lc__mail span {
  display: block;
  font-size: 12px;
  color: #636870;
  line-height: 16px;
}
.lc__drop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .lc__drop {
    padding: 30px 16px;
    max-width: 100%;
  }
}
.lc__drop-name {
  max-width: 348px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lc__drop-name {
    max-width: 100%;
  }
}
.lc__drop-tel {
  max-width: 348px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lc__drop-tel {
    max-width: 100%;
  }
}
.lc__drop-pass {
  max-width: 348px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lc__drop-pass {
    max-width: 100%;
  }
}
.lc__drop-date {
  max-width: 404px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lc__drop-date {
    max-width: 100%;
  }
}
.lc__drop-pol {
  max-width: 348px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lc__drop-pol {
    max-width: 100%;
  }
}
.lc__drop .field {
  margin-bottom: 20px;
}
.lc__drop .field input {
  background: #2e2e30;
  border-radius: 4px;
  border: none;
  height: 48px;
  padding-left: 12px;
  padding-top: 12px;
}
.lc__drop .field input:focus ~ .field__label,
.lc__drop .field input:not(:focus):valid ~ .field__label {
  top: 8px;
  font-size: 12px;
  opacity: 1;
  transition: 300ms;
  color: #aeb0b4;
}
.lc__drop .field input:focus ~ .field__label ~ .login__password,
.lc__drop .field input:not(:focus):valid ~ .field__label ~ .login__password {
  display: block;
}
.lc__drop .field__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  transition: 300ms;
  left: 12px;
}
.lc__drop .field__password {
  position: absolute;
  right: 10px;
  top: 25px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.lc__drop-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
  cursor: pointer;
}
.lc__drop-header::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url(../images/svg/arrow-lc.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  transform: rotate(180deg);
  margin-right: 12px;
}
.lc__drop-inputs {
  margin-bottom: 16px;
}
.lc__drop-inputs input {
  width: 100%;
  height: 48px;
  background: #2e2e30;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 16px;
  border: 0;
}
.lc__drop-inputs input:last-child {
  margin-bottom: 0;
}
.lc__drop-inputs input::-moz-placeholder {
  color: #aeb0b4;
}
.lc__drop-inputs input::-ms-input-placeholder {
  color: #aeb0b4;
}
.lc__drop-inputs input::placeholder {
  color: #aeb0b4;
}
.lc__drop-btn {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DCFF00;
  border-radius: 4px;
  font-size: 14px;
  transition: 300ms;
  cursor: pointer;
  border: none;
  color: #1E1F21;
}
.lc__drop-btn:hover {
  background: #A6BF00;
}
.lc__drop-dates {
  display: flex;
  margin-bottom: 16px;
}
.lc__drop-dates .select2-container--default .select2-selection--single {
  background: #2e2e30;
  border-radius: 4px;
  height: 48px;
  border: 0;
  display: flex;
  align-items: center;
}
.lc__drop-dates .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
}
.lc__drop-dates .select2-container {
  width: 100% !important;
}
.lc__drop-dates .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 12px;
  font-size: 14px;
  color: #aeb0b4;
}
.lc__drop-dates .select2.select2-container.select2-container--default.select2-container--below .select2-selection__rendered {
  color: #fff;
}
.lc__drop-dates .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 3px 3px 0 3px;
}
.lc__drop-date {
  margin-right: 16px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lc__drop-date {
    margin-right: 8px;
  }
}
.lc__drop-date:last-child {
  margin-right: 0;
}
.lc__drop-date:first-child {
  min-width: 72px;
  width: 72px;
}
.lc__password {
  margin-bottom: 16px;
}
.lc__password p {
  font-size: 12px;
  line-height: 16px;
}
.lc__password-header {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #A6BF00;
}
.lc__password-header span {
  background: #3d3e3f;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  min-width: 8px;
  margin-left: 24px;
  position: relative;
}
.lc__password-header span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A6BF00;
  left: -16px;
  top: 50%;
  transform: translate(0, -50%);
}
.lc__password-header span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d3e3f;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
}
.lc__drop-pol .lc__drop-date {
  width: 100%;
  max-width: 100%;
}

.select2-dropdown {
  background: #2e2e30;
  border: 0;
}

.select2-search__field {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #454545;
}

.followed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .followed {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 20px 16px 0 16px;
  }
}
.followed__none {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .followed__none {
    padding: 20px 16px 0 16px;
  }
}
.followed__none-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.followed__none-text {
  font-size: 14px;
  line-height: 18px;
  color: #AEB0B4;
  max-width: 304px;
  margin: 0 auto;
}
.followed__item {
  border: 1px solid #3d3e3f;
  border-radius: 6px;
  padding: 24px 42px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .followed__item {
    padding: 24px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .followed__item {
    padding: 24px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .followed__item {
    padding: 24px 45px;
  }
}
.followed__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 19px auto;
}
.followed__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.followed__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.followed__info {
  font-size: 10px;
  line-height: 14px;
  color: #aeb0b4;
  margin-bottom: 19px;
}
.followed__info span {
  margin: 0 4px;
}
.followed__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 32px;
  transition: 300ms;
  background: #2e2e30;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
}
.followed__btn:hover {
  background: #3d3e3f;
}

.header__avatar {
  position: relative;
}
.header__avatar > img {
  cursor: pointer;
}
.header__avatar-drop {
  width: 240px;
  position: absolute;
  top: 40px;
  padding: 20px;
  background: #3d3e3f;
  right: 0;
  border-radius: 8px;
  display: none;
}
.header__avatar-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.header__avatar-name {
  font-size: 16px;
  font-weight: 600;
}
.header__avatar-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 12px;
}
.header__avatar-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.header__avatar-nav {
  font-size: 16px;
  display: block;
  color: #aeb0b4;
  margin-bottom: 10px;
}
.header__avatar-nav:hover {
  color: #fff;
}
.header__avatar-nav:last-child {
  margin-bottom: 0;
}

.autor-content__information {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .autor-content__information {
    margin-top: 32px;
    flex-direction: column-reverse;
  }
}
.autor-content__information-text {
  max-width: 706px;
  margin-right: 25px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1660px) {
  .autor-content__information-text {
    max-width: 580px;
  }
}
@media only screen and (max-width: 1300px) {
  .autor-content__information-text {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .autor-content__information-text {
    max-width: 472px;
  }
}
@media only screen and (max-width: 767px) {
  .autor-content__information-text {
    max-width: 100%;
    margin-right: 0;
    margin-top: 24px;
  }
}
.autor-content__information-block {
  margin-bottom: 16px;
}
.autor-content__information-block:last-child {
  margin-bottom: 0;
}
.autor-content__information-head {
  font-size: 12px;
  color: #AEB0B4;
  margin-bottom: 4px;
}
.autor-content__information-end {
  font-size: 14px;
}

.autor__banner {
  width: calc(100% + 68px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  margin-left: -30px;
}
@media only screen and (max-width: 1300px) {
  .autor__banner {
    height: 140px;
    margin-left: -23px;
    width: calc(100% + 47px);
  }
}
@media only screen and (max-width: 991px) {
  .autor__banner {
    margin-left: -24px;
    width: calc(100% + 48px);
  }
}
@media only screen and (max-width: 767px) {
  .autor__banner {
    width: calc(100% + 24px);
  }
}
.autor__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.autor__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -46px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1300px) {
  .autor__header {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .autor__header {
    margin-top: 12px;
    display: block;
    margin-bottom: 35px;
    padding: 0 16px;
  }
}
.autor__header-start {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .autor__header-start {
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
.autor__header-block {
  padding-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .autor__header-block {
    padding-bottom: 0;
  }
}
.autor__header-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .autor__header-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 16px;
  }
}
.autor__header-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.autor__header-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.autor__header-info {
  font-size: 10px;
  line-height: 14px;
  color: #aeb0b4;
}
.autor__header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 106px;
  height: 32px;
  background: #2e2e30;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 6px;
  transition: 300ms;
}
@media only screen and (max-width: 767px) {
  .autor__header-btn {
    margin-left: 66px;
    margin-bottom: 0;
  }
}
.autor__header-btn:hover {
  background: #3d3e3f;
}
@media only screen and (max-width: 767px) {
  .autor .container {
    padding: 0;
  }
}
.autor__nav {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #3d3e3f;
}
@media only screen and (max-width: 767px) {
  .autor__nav {
    overflow-x: auto;
    padding: 0 16px 12px 16px;
  }
}
.autor__nav-item {
  padding: 0 8px;
  font-size: 14px;
  margin-right: 20px;
  white-space: nowrap;
}
.autor__nav-item:last-child {
  margin-right: 0;
}
.autor__nav-item.active {
  position: relative;
}
.autor__nav-item.active::before {
  content: "";
  display: block;
  width: calc(100% + 16px);
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: -12px;
  height: 6px;
  background: #DCFF00;
  border-radius: 4px 4px 0px 0px;
  color: #1E1F21;
}

@media only screen and (max-width: 991px) {
  .autor-content {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .autor-content {
    padding: 0;
  }
}
.autor-content__main {
  padding: 20px 0;
  border-bottom: 1px dashed #3D3E3F;
}
@media only screen and (max-width: 991px) {
  .autor-content__main {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .autor-content__main {
    display: none;
  }
}
.autor-content__main-start {
  display: flex;
  align-items: flex-start;
}
.autor-content__main-settings {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .autor-content__main-settings {
    display: none;
  }
}
.autor-content .search__item {
  justify-content: space-between;
}

.header-autor {
  margin-left: -30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1300px) {
  .header-autor {
    margin-left: -23px;
  }
}
@media only screen and (max-width: 991px) {
  .header-autor {
    padding-left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-autor {
    margin-bottom: 24px;
  }
}

.autor-content__video {
  display: flex;
  align-items: center;
  width: 320px;
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-end;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .autor-content__video {
    width: 280px;
  }
}
.autor-content__video .select2-container--default .select2-selection--single {
  background: none;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}
.autor-content__video .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
}
.autor-content__video .select2-container {
  width: 100% !important;
}
.autor-content__video .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 12px;
  font-size: 14px;
  color: #aeb0b4;
}
.autor-content__video .select2.select2-container.select2-container--default.select2-container--below .select2-selection__rendered {
  color: #fff;
}
.autor-content__video .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 3px 3px 0 3px;
}
.autor-content__video .select2-container--default .select2-selection--single {
  justify-content: flex-end;
  padding-right: 15px;
}

.comments__followed {
  display: none;
  align-items: center;
}
.comments__followed span {
  display: block;
  margin-left: 10px;
}

.modal-search {
  position: fixed;
  top: 48px;
  background: #1e1f21;
  width: 100%;
  height: 100vh;
  z-index: 100;
  padding: 24px;
  display: none;
}
.modal-search__info {
  display: flex;
  align-items: center;
  width: 100%;
}
.modal-search__close {
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  .modal-search.active {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .modal-search {
    padding: 20px 16px;
  }
}
.modal-search .header__search {
  display: flex;
  width: 100%;
}
.modal-search .search-dropdown {
  background: none;
  padding: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__arrow:hover svg {
  fill: #0BF5BD;
}

.pagination__arrow svg {
  fill: #41DCC0;
  transition: 300ms;
}

.pagination__arrow--prev {
  margin-right: 13px;
}

.pagination__arrow--next {
  margin-left: 13px;
}

.pagination__items {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-size: 50px;
}
.pagination__item {
  margin-right: 23px;
}
.pagination__item.active a {
  color: #A6BF00;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item a {
  display: flex;
  font-weight: 600;
  color: rgba(186, 186, 186, 0.87);
}

.pagination li {
  font-size: 12pt;
  margin: 0 2px 0 2px;
  border-bottom: 1px solid transparent;
}

.pagination li.active {
  border-bottom: 1px solid #cdcdcd;
}

.pagination li a:hover {
  color: #cdcdcd;
}

.prev.disabled {
  opacity: 0;
}

.next.disabled {
  opacity: 0;
}

.form, .login.form, .registr.form {
  width: 450px;
  position: relative;
  z-index: 1;
  min-height: 1vh;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

svg.empty {
  display: none;
}

.categories {
  margin-bottom: 25px;
  margin-top: 25px;
}

.videot {
  width: 100%    !important;
  height: 100%   !important;
}

.download-block {
  position: relative;
  float: right;
}

.btn-download {
  border: 1px solid #777;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 9pt;
  color: #777;
  cursor: pointer;
}

.btn-download:hover {
  color: white;
  border: 1px solid white;
}

.btn-download:active {
  color: #777;
  border: 1px solid #777;
}

@media (max-width: 400px) {
  .btn-download {
    margin-top: 3px;
  }
}
