:root {
  --text-color: #fff;
  --text-gray-color: #888;

  --background-color: #0A0A0A;
  --background-pink-color: #ed83c1;
  --background-grey-color: #444444;

  --plyr-color-main: var(--text-color) !important;
  --plyr-menu-color: var(--text-color);
  --plyr-menu-background: var(--background-color);
  --plyr-menu-radiobutton: var(--background-grey-color);
  --plyr-video-background: var(--background-color);
  --plyr-control-toggle-checked-background: var(--background-pink-color);
  --plyr-video-control-background-hover: none;
  --plyr-video-control-color-hover: var(--background-pink-color);

  --background-gray-color: #21272e;

  --border-gray-color: #444;

  --border-gray: #292929;
  --text-red: #A83739;
  --red-hover: #C74648;
  --text-gray: #747474;
  --btn-hover: #343434;
}

* {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--text-color);
}

html,
body {
  min-width: 320px;
  background-color: var(--background-color);
}

.wrapper {
  min-height: calc(100vh - 20px);
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.header__wrapper {
  position: relative;
  z-index: 11;
}

header {
  display: grid;
  grid-template-columns: auto auto 51%;
  grid-template-rows: auto;
  gap: 40px;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
  border: solid 1px var(--border-gray);
  border-radius: 12px;
}

.header__left {
  display: flex;
  gap: 172px;
  align-items: center;
}

.header__upload {
  text-align: right;
  cursor: pointer;
  color: var(--text-red);
  text-decoration: underline;
  white-space: nowrap;
  transition: color ease .3s;
}

.header__upload:hover {
  color: var(--red-hover);
  transition: color ease .3s;
}

.header__search {
  position: relative;
  width: 100%;
  max-width: 590px;
}

.header__logo-wrapper {
  display: flex;
}

.header__logo {
  max-height: 46px;
}

.header__search input {
  width: 100%;
  color: var(--text-color);
  padding: 14px 48px 14px 16px;
  border-radius: 8px;
  background: var(--border-gray);
}

.header__search input::placeholder {
  color: var(--text-gray);
}

.header__search-icon {
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  z-index: 50;
}

.header__search-result {
  position: absolute;
  z-index: 99;
  top: calc(100% + 6px);

  display: none;
  flex-direction: column;
  border-radius: 8px;
  background-color: var(--border-gray);
  overflow: hidden;
  padding: 6px 0;
  width: 100%;
}

.header__search-result.show {
  display: flex;
}

.dropdown-search .header__search-result-row {
  font-size: 12px;
}

.header__search-result-row {
  text-align: left;
  cursor: pointer;
  width: 100%;
  transition: all 0.1s ease-in;
  padding-bottom: 13px;
  padding-top: 7px;
  max-height: 50px;
}

.header__search-result-row a {
  padding: 6px 20px;
}

.header__search-result-row:hover {
  background-color: var(--btn-hover);
  transition: all 0.1s ease-in;
}

.header__search-result-item {
  display: flex;
  align-items: center;
}

.header__search-result-item span {
  white-space: nowrap;
  font-size: 12px;
  color: var(--text-gray);
}

.header__search-result-item--block {
  display: flex;
  align-items: center;
  padding: 4px 20px 0 20px;
  color: var(--text-gray);
}
.header__search-result-item--label {
  border-right: 1px solid;
  padding-right: 10px;
  color: var(--text-gray);
}
.header__search-result-item--label span {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}

.header__search-result-item--label span:first-child {
  padding-left: 0;
}

.header__search-result-item--label span:last-child {
  padding-right: 0;
}

.header__search-result-item--label span:last-child::after {
  content: none;
}

.header__search-result-item--label span::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--text-gray);
  border-radius: 100%;
  position: absolute;
  right: -2px;
  top: calc(50% - 2px);
}

.header__search-result-item--tag {
  flex-wrap: wrap;
  overflow: hidden;
  height: 14px;
  gap: 8px;
  padding-left: 10px;
}
.header__search-result-item--tag:first-child {
  padding-left: 0;
}

.catimage__name {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.categories {
  margin: 40px 0 20px;
}

.categories > .container {
  position: relative;
}

.categories__inner {
  display: flex;
  align-items: center;
}

.categories__inner-left {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  height: 46px;
  overflow-y: hidden;
}

.categories__category .tag {
  display: block;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 8px;
}

.categories__category .tag.active {
  background-color: var(--text-red);
}
.categories__category .tag.active>span {
  position: relative;
  padding-right: 28px;
}
.categories__category .tag.active>span::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3646 15.364L2.63672 2.63605' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.63731 15.364L15.3652 2.63606' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}

.categories__category {
  cursor: pointer;
  border-radius: 8px;
  background-color: var(--border-gray);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  user-select: none;
}

.categories__category-active {
  background-color: #21272e;
  color: #ffffff;
}

.filters {
  padding-top: 20px;
  margin-bottom: 40px;
}

.filters .container {
  padding-left: 0;
  padding-right: 0;
}

.filters__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filters__left, .filters__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.filter-dropdown {
  width: max-content;
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid var(--text-gray);
  background-color: var(--background-color);
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.filter-dropdown>span {
  padding: 13px 42px 13px 20px;
  position: relative;
  cursor: pointer;
}
.filter-dropdown>span::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_78_3021)'%3E%3Cpath d='M1.5 3L6.5 8L11.5 3' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_78_3021'%3E%3Crect width='12' height='12' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  transition: all ease .3s;
}

.filter-dropdown:hover {
  background-color: var(--border-gray);
  transition: all 0.3s ease;
}

.filter-dropdown__content-padding {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  min-width: 100%;
  width: max-content;
  padding-top: 6px;
  transition: all 0.3s ease;
}

.filter-dropdown__content {
  display: flex;
  flex-direction: column;
  padding: 2px 0;
  border-radius: 8px;
  border: 1px solid var(--text-gray);
  background: var(--background-color);
  z-index: 20;
  position: relative;
}

.filter-dropdown__content-link {
  padding: 6px 20px;
  color: var(--text-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all ease .3s;
}

span.filter-dropdown__content-link {
  cursor: default;
}

.filter-dropdown__content-link:hover {
  background-color: var(--border-gray);
  transition: all ease .3s;
}

.filter-dropdown__content-link.has-content {
  cursor: pointer;
  background: #5a6268;;
}

.filter-dropdown:hover .filter-dropdown__content-padding {
  opacity: 1;
  pointer-events: all;
}

.filter-dropdown:hover>span::after {
  transform: rotate(180deg);
  transition: all ease .3s;
}

.dropdown-search {
  position: relative;
  margin-left: 20px;
}

.dropdown-search__btn {
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 8px;
  background: var(--text-red);
  position: relative;
  cursor: pointer;
  padding: 15px 24px;
  transition: all 0.3s ease;
}

.dropdown-search__btn:hover {
  background-color: var(--red-hover);
  transition: background-color ease .3s;
}

.dropdown-search__content.open {
  opacity: 1;
  pointer-events: all;
}

.dropdown-search__content {
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  min-width: 100%;
  width: max-content;
  padding-top: 4px;
}

.dropdown-search__content-inner {
  padding-top: 20px;
  border-radius: 8px;
  border: solid 1px var(--text-gray);
  background-color: var(--background-color);
}

.dropdown-search__content-inner-scroll {
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-search__content-inner-scroll::-webkit-scrollbar {
  width: 4px;
}

.dropdown-search__content-inner-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.dropdown-search__content-inner-scroll::-webkit-scrollbar-thumb {
  background: var(--border-gray);
  border-radius: 20px;
  border: solid 4px transparent;
  transition: opacity ease .3s;
}

.dropdown-search__content-inner-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--text-gray);
  transition: opacity ease .3s;
}

.dropdown-search__panel {
  width: auto;
  margin: 0 20px 10px;
}

.dropdown-search__result {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.dropdown-search__link {
  font-size: 12px;
  color: var(--text-color);
  padding: 6px 20px;
  transition: background-color ease .3s;
}

.dropdown-search__link:hover,
.dropdown-search__link:active {
  background-color: var(--border-gray);
  transition: background-color ease .3s;
}

.directory__search {
  position: relative;
}

.directory__search-input {
  width: 100%;
  padding: 11px 48px 11px 16px;
  border-radius: 8px;
  color: var(--text-color);
  background-color: var(--border-gray);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.directory__search-input::placeholder {
  color: var(--text-gray);
}

.directory__search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  z-index: 50;
  cursor: pointer;
}

.video {
  margin-top: 40px;
}

.video__inner {
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video__top {
  align-items: flex-end;
  gap: 20px;
}

.video__video {
  max-width: 895px;
  max-height: 503px;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.video__video-img {
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  background-size: 400% 400%;
  background-position: 0 -200%;
}

.video__video-play {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 8px;
  background: var(--text-red);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.video__video-play a svg {
  position: absolute;
  top: 50%;
  translate: -20px -50%;
}

.video__video-play a {
  position: relative;
  padding: 13px 32px 13px 48px;
}

.video__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video__category {
  cursor: pointer;
  color: var(--text-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.video__name {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.video__title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.video-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video-info-date {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
}

.video-info-circle {
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
}

.video-info-views {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
}

.author {
  margin-top: 40px;
}

.author__title {
  font-size: 48px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
}

.author__row {
  display: grid;
  grid-template-columns: 233px 1fr;
  grid-template-rows: repeat(2, auto);
}

.author__img {
  grid-column: 1 / 1;
  grid-row: 1 / 3;
  margin-right: 40px;
}

.author__info {
  grid-column: 2 / 4;
  grid-row: 1 / 1;
}

.author__tags {
  grid-column: 2 / 3;
  grid-row: 2 / 2;
}

.author__img .videos__video-div-img {
  background-size: 800% 400%;
  background-position: 7% -200%;
  border-radius: 999px;
  width: 193px;
  height: 193px;
}

.author__img .videos__video-div-img.video-vertical {
  background-size: 800% 400%;
  background-position: 93% -200%;
}

.author__tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
}

.author__tags.open .author__tag-btn {
  display: none;
}

.author__tag-btn .mobile {
  display: none;
}

.author__tags.open .author__tags-left {
  height: auto;
}

.author__tags-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 46px;
  overflow: hidden;
  gap: 16px;
}

.author__tag,
.author__tag-btn {
  padding: 15px 20px;
  border-radius: 8px;
  line-height: 1;
  color: var(--text-color);
  text-align: center;
}

.author__tag {
  background-color: var(--border-gray);
}

.author__tag-btn {
  flex-shrink: 0;
  background-color: var(--text-red);
  cursor: pointer;
  transition: all ease .3s;
}

.author__tag-btn:hover {
  background-color: var(--red-hover);
  transition: all ease .3s;
}

.author__name {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.author__info {
  -webkit-columns: 3;
  margin: -8px 0;
}

.author__info-name {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
  margin-bottom: 12px;
}

.author__info-cirle {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.author__info-items {
  display: flex;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  word-break: break-word;
  padding: 8px 0;
  gap: 5px;
}

.author__info-items>span {
  white-space: nowrap;
  color: var(--text-gray);
  font-weight: 300;
}

.author__info-items>strong {
  color: var(--text-color);
  font-weight: 600;
}

.videos {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 30px;
}

.videos__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 30px;
}

.videos__filters {
  display: flex;
  align-items: center;
  gap: 16px;
}

.videos__title {
  color: var(--text-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.videos__title--padding {
  margin-top: 60px;
  margin-bottom: 20px;
}

.videos__video {
  width: calc(25% - 6px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.videos__video-div {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
}

.videos__video-div.video-vertical {
  border-radius: 0;
}

.videos__video-div-link {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videos__video-div-img {
  width: 100%;
  height: 100%;

  background-size: 400% 400%;
  background-position: 0 -200%;
}

.videos__video-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.videos__video-circle {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}

.videos__video-bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.videos__video-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.videos__video-data {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 300;
}

.videos__video-views {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 300;
}


.videos__video .video-vertical .video-splash {
  width: 42%;
  margin: auto;
}

.videos__video .video-vertical a .video-splash {
  width: auto;
}

.videos__video .video-vertical a .left {
  position: absolute;
  background: #000;
  width: 29%;
  height: 100%;
  top: 0;
}

.videos__video .video-vertical a .right {
  position: absolute;
  background: #000;
  width: calc(29% + 1px);
  height: 100%;
  top: 0;
  right: 0;
}

.videos__more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 40px;
}

.videos__more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #21272e;
  padding: 16px 20px;

  color: var(--text-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  line-height: 1;
}

.page-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pagination__arrowleft,
.pagination__arrowright {
  cursor: pointer;
}

.pagination__items {
  display: flex;
  gap: 16px;
}

.pagination__item {
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--border-gray);
  cursor: pointer;
  background: var(--border-gray);
  font-weight: 400;
  width: auto;
  min-width: 46px;
  height: 46px;
  padding: 0 5px;
  text-align: center;
  line-height: 46px;
}

.pagination__item-active {
  border: 1px solid var(--text-red);
  color: var(--text-red);
  background-color: transparent;
}

.page-item {
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--border-gray);
  cursor: pointer;
  background: var(--border-gray);
  font-weight: 400;
  width: auto;
  min-width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
}
.page-item .page-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
}
.page-link--left,
.page-link--right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link--left {
  margin-right: 24px;
}
.page-link--right {
  margin-left: 24px;
}

.page-item.active {
  border: 1px solid var(--text-red);
  color: var(--text-red);
  background-color: transparent;
}

footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px var(--border-gray);
  border-radius: 12px;
  margin: 70px 0 20px;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__logo-wrapper {
  display: flex;
}

.footer__logo {
  max-height: 46px;
}

.footer__right {
  display: flex;
  gap: 30px;
  font-weight: 300;
  line-height: 130%;
  color: var(--text-gray);
  text-decoration-line: underline;
}

.footer__right a {
  cursor: pointer;
}

.dmca > .container {
  max-width: 834px;
  padding-left: 0;
  padding-right: 0;
}

.dmca-form-result {
  display: none;
  font-size: 24px;
}

.ajax-loader {
  padding: 20px;
  text-align: center;
  width: 100%;
  opacity: 0.5;
}

@keyframes shimmer {
  0%   { background: var(--background-color); }
  50%  { background: var(--background-gray-color); }
  100% { background: var(--background-color); }
}

@keyframes splash-play-x {
  from { background-position-x: 0; }
  to   { background-position-x: -400%; }
}

@keyframes splash-play-y {
  from { background-position-y: 0; }
  to   { background-position-y: -400%; }
}

.video-splash {
  position: relative;
  border-radius: 12px;
  animation: 0s ease 0s 1 normal none running none;
}

.video-splash.no-animation {
  animation: none;
}

.video-splash:hover {
  animation: splash-play-x 1.6s steps(4) infinite, splash-play-y 6.4s steps(4) infinite !important;
}

.video-splash-big img {
  width: 100%;
  opacity: 0.6;
  border-radius: 6px;
  display: block;
  background-size: 100%;
  min-height: 335px;
}

.video-splash-big img.video-vertical {
  margin: auto;
}

#videoUploadModal .loader {
  margin-top: 40px;
  display: none;
}

#videoUploadModal .result {
  display: none;
  padding-top: 50px;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.loader {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-block;
  border-top: 5px solid var(--text-red);
  border-right: 5px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.legal-text-wrapper {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  padding-top: 40px;
}

.legal-text {
  font-size: 16px;
}

.legal-text h1 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 20px;
}

.legal-text h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.legal-text p {
  padding-bottom: 20px;
  line-height: 1.25rem;
}

.legal-text a {
  text-decoration: underline;
}

.link-back {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: var(--text-color);
  margin-bottom: 13px;
  text-decoration: none;
}

.link-back:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9951 11.9848C21.9951 11.4338 21.5481 10.9878 20.9971 10.9878L5.43258 10.9978L8.40127 7.9978L6.99508 6.5918L2.27627 11.2788C1.88577 11.6698 1.88577 12.3258 2.27627 12.7168L6.99508 17.4038L8.40127 15.9978L5.43258 12.9978L20.9971 12.9828C21.5481 12.9828 21.9951 12.5358 21.9951 11.9848Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}

.age__inner {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.age__logo {
  width: 265px;
  height: 68px;
  margin-bottom: 30px;
}

.age__subtitle {
  color: var(--text-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.age__btn {
  padding: 15px 24px;
  border-radius: 8px;
  background: var(--text-red);
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease;
}

.age__btn:hover {
  background: var(--red-hover);
  transition: all 0.3s ease;
}

.maintenance {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}

.maintenance__inner {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.maintenance__logo {
  width: 100%;
  max-width: 265px;
  margin-bottom: 30px;
}

.maintenance__title {
  color: var(--text-color);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.maintenance__title br {
  display: none;
}

.maintenance__subtitle {
  color: var(--text-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.maintenance__btn {
  border-radius: 8px;
  background-color: var(--text-red);
  color: var(--text-color);
  font-size: 16px;
  line-height: 1;
  padding: 15px 24px;
  transition: all ease .3s;

}
.maintenance__btn:hover {
  background-color: var(--red-hover);
  transition: all ease .3s;
}



.video-content-wrapper {
  position: relative;
}

.video-control {
  text-align: right;
  padding-top: 4px;
  height: 30px;
}

.video-control a {
  font-size: 18px;
  text-decoration: none;
  color: var(--text-light-gray-2-color);
  margin-left: 4px;
}

.video-control a:hover {
  color: var(--text-orange-color);
}

#video-loader {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
}

#video-loader.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid var(--text-red);
}

#video-unavailable {
  display: none;
  padding: 13px 32px;
}

#plyr_container {
  text-align: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

#plyr_container video {
  display: none;
}

.plyr video{
  max-height: 600px;
}

.plyr {
  border-radius: 6px;
  height: 100%;
  max-height: 600px;
}

.plyr:fullscreen video{
  max-height: 100vh;
}

.plyr:fullscreen{
  max-height: 100vh;
}

.plyr input[type=range][data-plyr=volume] {
  cursor: pointer;
}

.plyr input[type=range][data-plyr=seek] {
  -webkit-appearance: none;
  cursor: pointer;
}

.plyr input[type=range][data-plyr=seek]::-webkit-slider-thumb {
  opacity: 0;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: var(--plyr-menu-radiobutton) !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  background: var(--background-pink-color) !important;
}

.plyr__preview {
  background-color: var(--background-color);
}

.plyr__preview-thumb__image-container {
  height: 100px;
}

.plyr__progress__marker {
  width: 4px;
}

.alert-message {
  padding-bottom: 30px;
}

.dmca {
  padding-top: 40px;
}

.dmca__inner {
  display: flex;
  flex-direction: column;
}

.dmca__title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.turnholder > div {
  position: relative;
  left: 50%;
  translate: -50% 0;
  display: inline-block;
}

.turnholder {
  width: 100%;
  position: relative;
}

.dmca__form #dmca-form-error {
  width: 100%;
  text-align: center;
}

.dmca__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 24px;
}

.dmca__label-input {
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dmca__label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dmca__input {
  border-radius: 8px;
  background-color: var(--border-gray);
  padding: 14px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
}

.dmca__select {
  max-width: 100%;
  width: 100%;
  content: "";
  appearance: none;
  border-radius: 8px;
  border: none;
  padding: 14px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  background: var(--border-gray);
  position: relative;
  cursor: pointer;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: ' ';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  border-bottom: 2px solid var(--border-gray-color);
  border-right: 2px solid var(--border-gray-color);
  pointer-events: none;
  width: 12px;
  height: 12px;
  transform: rotateZ(45deg);
  translate: 0 -75%;
}

.dmca__select:focus {
  outline: none;
}

.dmca__select-option {
  padding: 8px;
  background: #21272e;
}

.dmca__label-area {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dmca__area {
  background: var(--border-gray);
  padding: 16px 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  border: none;
  resize: none;
}

.dmca__area:focus {
  outline: none;
}
.dmca__label-checkbox {
  cursor: pointer;
  display: flex;
  gap: 8px;
}

.dmca__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
}

.dmca__checkbox:checked {
  background-color: var(--text-red);
}

.dmca__checkbox:checked::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M5.10497 7.60407L5.08735 7.62169L0.6875 3.22185L2.12018 1.78917L5.10502 4.77402L9.87904 0L11.3117 1.43268L5.12264 7.62175L5.10497 7.60407Z" fill="white"/></svg>');
  position: absolute;
  top: -2px;
  right: 2px;
  font-weight: bold;
}

.dmca__date-wrapper {
  position: relative;
}

.dmca__date {
  width: 100%;
  border-radius: 8px;
  padding: 13px 16px;
  background-color: var(--border-gray);
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.dmca__date-icon {
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
}

.dmca__btn {
  width: 100%;
}

.btn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  background: var(--text-red);
  cursor: pointer;
  border: none;
  padding: 14px 24px;
  transition: background-color ease .3s;
}

.btn:hover {
  background-color: var(--red-hover);
  transition: background-color ease .3s;
}

.air-datepicker {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
}

.air-datepicker {
  background: var(--background-color) !important;
  font-size: 14px !important;
  border: none !important;
}

.air-datepicker-body--day-name {
  color: #ffffff !important;
  font-size: 14px !important;
}

.air-datepicker-cell .air-datepicker--cell-inner {
  font-size: 14px !important;
  color: var(--text-gray) !important;
}

.air-datepicker-cell.-has-content- .air-datepicker--cell-inner {
  color: var(--text-color) !important;
}

.air-datepicker-cell.-has-content-.-selected- .air-datepicker--cell-inner {
  background: var(--text-red) !important;
  color: var(--text-color) !important;
}

.air-datepicker-cell.-focus- {
  background: transparent !important;
}

.air-datepicker-cell.-focus- .air-datepicker--cell-inner {
  background: var(--border-gray) !important;
}

.air-datepicker-cell.-selected- .air-datepicker--cell-inner {
  background: var(--text-red) !important;
  color: var(--background-color) !important;
}

.air-datepicker-cell.-selected-:hover .air-datepicker--cell-inner {
  background: var(--red-hover) !important;
}

.air-datepicker-nav--action:hover,
.air-datepicker-nav--title:hover {
  background: var(--border-gray) !important;
}

.filter-dropdown .filter-dropdown__content-padding .air-datepicker-cell {
  pointer-events: none;
}

.filter-dropdown:hover .filter-dropdown__content-padding .air-datepicker-cell.-current-,
.filter-dropdown:hover .filter-dropdown__content-padding .air-datepicker-cell.-has-content- {
  pointer-events: auto;
}

.air-datepicker-cell.-selected- {
  background: transparent !important;
}

.air-datepicker-cell.-year-.-current-,
.air-datepicker-cell.-month-.-current- {
  color: var(--text-color) !important;
}

.air-datepicker-cell.-current-.-disabled- .air-datepicker--cell-inner,
.air-datepicker-cell.-current- .air-datepicker--cell-inner {
  border-color: var(--text-red);
}

.air-datepicker--cell-inner {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px transparent;
}

.air-datepicker--pointer {
  display: none !important;
}

.notification {
  display: block;
  position: fixed;
  width: auto;
  max-width: 500px;
  min-height: 48px;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 14px 40px 14px 20px;
  line-height: 1.5;
  background-color: var(--text-color);
  border-radius: 8px;
  z-index: 100;
}

.notification.is-hidden {
  display: none;
}

.notification__icon-close {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3646 15.364L2.63672 2.63605' stroke='%230A0A0A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.63731 15.364L15.3652 2.63606' stroke='%230A0A0A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 16px;
}

.notification__content {
  color: var(--background-color);
}

.model__videos__calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 8px;
}

.model__videos__calendar .air-datepicker-cell__inner {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  border: solid 1px transparent;
}

.model__videos__calendar .air-datepicker-nav--title {
  font-size: 14px;
}

.not-videos {
  min-height: calc(100vh - 590px);
  text-align: center;
}

.not-videos__text {
  margin-bottom: 20px;
}

.not-videos .btn {
  display: inline-block;
}

#allTagsResult .header__search-result-item, #allTagsResult .header__search-result-item {
  display: none;
}

@media (max-width: 1199px) {
  header {
    grid-template-columns: auto auto 41%;
  }

  .header__left {
    gap: 92px;
  }

  .container {
    max-width: 100%;
    padding: 0 40px;
  }

  .header {
    gap: 30px;
  }

  .header__logo {
    max-height: 36px;
  }

  .videos__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .videos__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .videos__video {
    width: calc(33.33% - 6px);
  }

  .author__info {
    -webkit-columns: auto;
  }

  .author__tags {
    margin-top: 40px;
    grid-column: 1 / 3;
  }

  .legal-text-wrapper {
    max-width: 100%;
    padding-right: 40px;
  }

  .dmca__title {
    font-size: 40px;
  }

  .footer__logo {
    max-height: 36px;
  }
}

@media (max-width: 1023px) {
  .videos__video {
    width: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  .page-item.dots {
    position: relative;
    margin-right: 46px;
  }
  .page-item.dots:not(:last-child)::after {
    content: '...';
    display: block;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid var(--border-gray);
    border-radius: 8px;
    background-color: transparent;
    width: 46px;
    height: 46px;
    right: -55px;
    position: absolute;
    top: -1px;
  }
  .page-item.hide {
    display: none;
  }
}

@media (max-width: 719px) {
  .container {
    padding: 0 20px;
  }

  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 30px 20px;
    gap: 28px;
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    borer-top: 0;
    border-bottom: solid 1px var(--border-gray);
  }

  .header__wrapper>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .header__logo {
    max-height: 28px;
  }

  .header__left {
    width: 100%;
    gap: 16px;
    justify-content: space-between;
  }

  .header__search {
    max-width: 100%;
  }

  .header__search-result-row a {
    justify-content: space-between;
  }

  .filters__inner {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
  }

  .filters__left, .filters__right {
    gap: 10px;
  }

  .filter-dropdown {
    font-size: 12px;
    line-height: 1;
  }

  .filter-dropdown>span {
    padding: 9px 26px 9px 8px;
  }

  .filter-dropdown__content-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  .filter-dropdown>span::after {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 8px;
  }

  .video {
    margin-top: 85px;
  }

  .video__inner {
    gap: 8px;
  }

  .video__top {
    height: 100%;
  }

  .videos__title {
    font-size: 36px;
  }

  .videos__filters {
    gap: 10px;
  }

  .videos__filters-separator {
    font-size: 12px;
  }

  .video__video {
    height: auto;
  }

  .video__video-play {
    font-size: 14px;
  }

  .video__video-play {
    white-space: nowrap;
  }

  .video-splash-big img {
    min-height: 135px;
  }

  .video__categories {
    row-gap: 8px;
  }

  .video__title {
    font-size: 24px;
  }

  .catimage__name {
    font-size: 36px;
  }

  .categories {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .categories__inner {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .dropdown-search {
    margin-left: 0;
  }

  .categories__category .tag {
    font-size: 12px;
    padding: 11px 10px;
  }

  .categories__category .tag.active>span {
    padding-right: 22px;
  }

  .categories__category .tag.active>span::after {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }

  .dropdown-search {
    width: 100%;
  }

  .categories__inner-left {
    height: 34px;
    gap: 10px;
  }

  .videos {
    justify-content: center;
    row-gap: 20px;
  }

  .videos__video {
    width: 100%;
  }

  .videos__video-div {
    max-height: 460px;
  }

  .videos__more-btn {
    width: 100%;
  }

  .author__inner {
    justify-content: center;
  }

  .author__content {
    flex-direction: column;
    align-items: center;
  }

  .author__title {
    font-size: 36px;
  }

  .author__row {
    display: flex;
    flex-direction: column;
  }

  .author__img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .author__tags {
    flex-direction: column;
    margin-top: 16px;
  }

  .author__tags-left {
    height: 14px;
    gap: 10px;
  }

  .author__tag-btn {
    width: 100%;
    font-size: 12px;
    background-color: var(--border-gray);
    padding: 11px;
  }

  .author__tag {
    padding: 0;
    font-size: 12px;
    color: var(--text-red);
    background-color: transparent;
  }

  .author__tag-btn .desktop {
    display: none;
  }

  .author__tag-btn .mobile {
    display: inline-block;
    position: relative;
    padding-right: 17px;
  }

  .author__tag-btn .mobile::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_78_3021)'%3E%3Cpath d='M1.5 3L6.5 8L11.5 3' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_78_3021'%3E%3Crect width='12' height='12' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
  }

  .author__img .videos__video-div-img {
    width: 132px;
    height: 132px;
  }

  .author__info-items {
    text-align: left;
    font-size: 12px;
    min-width: 90px;
  }

  .pagination__item {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .pagination__item:nth-of-type(1n + 6) {
    display: none;
  }

  .container--footer {
    padding-left: 0;
    padding-right: 0;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }

  .footer__logo {
    max-height: 28px;
  }

  .footer__right {
    flex-direction: column;
    gap: 10px;
  }

  .dmca__inputs {
    gap: 20px;
  }

  .dmca__title {
    font-size: 36px;
  }

  .dmca__label-input {
    flex-basis: 100%;
    gap: 6px;
  }

  .dmca__select option {
    max-width: 100%;
  }

  .legal-text h1 {
    font-size: 36px;
  }

  .legal-text-wrapper {
    padding-right: 0;
  }

  .not-videos {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .page-links {
    gap: 4px;
  }
  .pagination__item {
    font-size: 14px;
    padding: 0 2px;
  }
  .page-item {
    font-size: 14px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .page-item,
  .page-item .page-link {
    min-width: 36px;
    height: 36px;
  }
  .page-item.dots {
    margin-right: 42px;
  }
  .page-item.dots:not(:last-child)::after {
    width: 36px;
    height: 36px;
    right: -42px;
  }
  .page-link--left {
    margin-right: 5px;
  }
  .page-link--right {
    margin-left: 5px;
  }
  .pagination__arrowleft,
  .pagination__arrowright {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 520px) {
  .maintenance__title br {
    display: inline-block;
  }
}

@media (max-width: 420px) {
  .pagination__arrowleft, .pagination__arrowright {
    width: 28px;
    height: 28px;
  }
  .page-item {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .page-item,
  .page-item .page-link {
    min-width: 28px;
    height: 28px;
  }
  .page-item.dots {
    margin-right: 34px;
  }
  .page-item.dots:not(:last-child)::after {
    width: 28px;
    height: 28px;
    right: -33px;
  }
  .page-link--right {
    margin-left: 4px;
  }
  .page-link--left {
    margin-right: 4px;
  }
}

@media (max-width: 340px) {
  .page-links {
    gap: 2px;
  }
}

.error404 {
  .row {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;

    h1 {
      color: var(--text-gray-color);
      font-size: 100px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    p {
      & + p {
        margin-top: 30px;

        .age__btn {
          display: inline-block;
        }

        @media screen and (max-width: 450px) {
          .age__btn {
            width: 100%;
            display: block;
          }
        }
      }
    }
  }
}
