@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

.only-mobile {
  display: none;
}

.custom-small {
  font-size: 16px;
  color: #f6a52d;
  margin-bottom: 35px;
  cursor: pointer;
}
.custom-small:hover {
  color: #fff;
}

.app {
  width: 100%;
  height: auto;
  display: flex;
}
.app .sidebar {
  width: 315px;
  min-width: 315px;
  flex-basis: 315px;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  background-color: #202020;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.app .sidebar::-webkit-scrollbar {
  display: none;
}
.app .sidebar .sidebar__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  right: 15px;
}
.app .sidebar .sidebar__close span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #f6a52d;
  border-radius: 2px;
  display: block;
  transform: rotate(-50deg);
}
.app .sidebar .sidebar__close span:last-child {
  transform: rotate(-130deg);
}
.app .sidebar .sidebar__play {
  padding-top: 75px;
  cursor: pointer;
}
.app .sidebar .sidebar__play img {
  transition: 0.2s all;
}
.app .sidebar .sidebar__play img:hover {
  transform: scale(1.1);
}
.app .sidebar .sidebar__social {
  width: 180px;
  height: auto;
  padding-top: 25px;
}
.app .sidebar .sidebar__social ul li {
  display: inline-flex;
  margin-right: 22px;
  align-items: center;
}
.app .sidebar .sidebar__social ul li a img {
  height: 20px;
}
.app .sidebar .sidebar__social ul li a:hover img {
  filter: invert(67%) sepia(96%) saturate(453%) hue-rotate(335deg) brightness(98%) contrast(97%);
}
.app .sidebar .sidebar__nav {
  padding: 40px 0px;
  width: 180px;
  height: auto;
}
.app .sidebar .sidebar__nav ul li {
  list-style: none;
}
.app .sidebar .sidebar__nav ul li a {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 13px 0px;
}
.app .sidebar .sidebar__nav ul li a img {
  margin-right: 12px;
  margin-top: 2px;
}
.app .sidebar .sidebar__nav ul li a span {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  color: #8d8d8d;
}
.app .sidebar .sidebar__nav ul li a:hover span {
  color: #f6a52d;
}
.app .sidebar .sidebar__nav ul li a:hover img {
  filter: invert(67%) sepia(96%) saturate(453%) hue-rotate(335deg) brightness(98%) contrast(97%);
}
.app .content {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  box-sizing: border-box;
  position: relative;
  background-color: #27292b;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.app .content::-webkit-scrollbar {
  display: none;
}
.app .content .header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 40px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  padding: 0px 65px;
}
.app .content .header .header__left {
  display: flex;
  align-items: center;
}
.app .content .header .header__left .header__ham {
  width: 40px;
  margin-right: 20px;
  height: 35px;
  padding: 5px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 3px;
}
.app .content .header .header__left .header__ham:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
.app .content .header .header__left .header__ham span {
  width: 100%;
  height: 4px;
  background-color: #f6a52d;
  border-radius: 2px;
}
.app .content .header .header__left .header__search form {
  width: 392px;
  height: 36px;
  position: relative;
}
.app .content .header .header__left .header__search form input {
  width: 100%;
  height: 36px;
  background: rgba(196, 196, 196, 0.18);
  border-radius: 3px;
  color: #8d8d8d;
  padding-left: 40px;
  border: 0px;
  outline: none;
}
.app .content .header .header__left .header__search form img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.app .content .header .header__left .header__notifications {
  padding: 0px 16px;
}
.app .content .header .header__left .header__notifications ul li {
  display: inline-flex;
  align-items: center;
  padding: 0px 16px;
}
.app .content .header .header__left .header__notifications ul li img {
  cursor: pointer;
}
.app .content .header .header__left .header__notifications ul li img:hover {
  filter: invert(63%) sepia(76%) saturate(458%) hue-rotate(350deg) brightness(97%) contrast(99%);
}
.app .content .header .header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.app .content .header .header__right .header__send a {
  width: 139px;
  height: 39px;
  left: 1274px;
  top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6a52d;
  border-radius: 22.5px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  /* identical to box height, or 18px */
  color: #202020;
  transition: 0.3s all;
}
.app .content .header .header__right .header__send a:hover {
  background-color: #fff;
  color: #f6a52d;
}
.app .content .header .header__right .header__logout a,
.app .content .header .header__right .header__account a {
  font-size: 16px;
  color: #fff;
  padding: 0px 10px;
  opacity: 0.8;
}
.app .content .header .header__right .header__logout a:hover,
.app .content .header .header__right .header__account a:hover {
  opacity: 1;
}
.app .content .header .header__right .header__logout a {
  color: #f64b2c;
}
.app .content .header .header__right .header__user {
  display: flex;
  align-items: center;
  margin-left: 45px;
}
.app .content .header .header__right .header__user span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8d8d8d;
}
.app .content .header .header__right .header__user .user__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 45px;
  overflow: hidden;
  border: 2px solid #f6a52d;
}
.app .content .header .header__right .header__user .user__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app .content .featured {
  width: 100%;
  height: 695px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.app .content .featured::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(54.37% 49.2% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.489583) 41.67%, rgba(34, 31, 31, 0.87) 100%);
}
.app .content .featured.category__header {
  padding: 0px 65px;
}
.app .content .featured.category__header .category__header-content {
  padding-top: 80px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.app .content .featured.category__header .category__header-content .ch__avatar {
  width: 216px;
  height: 216px;
  background-color: rgba(255, 255, 255, 0.31);
  border-radius: 50%;
  padding: 20px;
}
.app .content .featured.category__header .category__header-content .ch__avatar .ch__avatar-inside {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f6a52d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
}
.app .content .featured.category__header .category__header-content .ch__avatar .ch__avatar-inside img {
  height: 100%;
  filter: brightness(0) invert(1);
}
.app .content .featured.category__header .category__header-content .ch__content {
  padding-left: 45px;
}
.app .content .featured.category__header .category__header-content .ch__content h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 81px;
  /* identical to box height, or 90px */
  color: #ffffff;
}
.app .content .featured.category__header .category__header-content .ch__content ul {
  display: inline-flex;
  align-items: center;
  padding-top: 16px;
}
.app .content .featured.category__header .category__header-content .ch__content ul li {
  display: inline-flex;
  margin-right: 12px;
}
.app .content .featured.category__header .category__header-content .ch__content ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #202020;
  padding: 13px 70px;
  border-radius: 50px;
  background: rgba(255, 255, 254, 0.81);
}
.app .content .featured.category__header .category__header-content .ch__content ul li.active a {
  background-color: #f6a52d;
}
.app .content .featured .featured__content {
  position: relative;
  z-index: 2;
  padding: 65px;
}
.app .content .featured .featured__content h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 81px;
  line-height: 110.8%;
  /* identical to box height, or 90px */
  display: flex;
  align-items: center;
  color: #f6a52d;
}
.app .content .featured .featured__content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 110.8%;
  /* or 66px */
  display: flex;
  align-items: center;
  color: #ffffff;
}
.app .content .featured .featured__content p {
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.app .content .featured .featured__content a {
  width: 194px;
  height: 60px;
  background: #f6a52d;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 108px;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  /* identical to box height */
  color: #fff;
  transition: 0.2s all;
}
.app .content .featured .featured__content a:hover {
  background-color: #fff;
  color: #f6a52d;
}
.app .content .featured .featured__social {
  position: absolute;
  right: 65px;
  bottom: 75px;
  z-index: 9;
}
.app .content .featured .featured__social ul {
  display: inline-flex;
  align-items: center;
}
.app .content .featured .featured__social ul li {
  display: inline-flex;
  padding: 0px 15px;
  height: 20px;
}
.app .content .featured .featured__social ul li a:hover img {
  filter: invert(63%) sepia(76%) saturate(458%) hue-rotate(350deg) brightness(97%) contrast(99%);
}
.app .content .content__block {
  width: 100%;
  height: auto;
  padding: 0px 65px;
  padding-top: 30px;
}
.app .content .content__block .videos__types {
  width: 100%;
  height: auto;
}
.app .content .content__block .videos__types ul {
  display: inline-flex;
  align-items: center;
}
.app .content .content__block .videos__types ul li {
  display: inline-flex;
}
.app .content .content__block .videos__types ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #6e7177;
  padding: 14px 35px;
}
.app .content .content__block .videos__types ul li.active a {
  border-bottom: 2px solid #f6a52d;
  color: #fff;
}
.app .content .videos__list {
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.app .content .videos__list .videos__item {
  width: 222px;
  height: 359px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 12px;
  background-color: #202020;
  cursor: pointer;
}
.app .content .videos__list .videos__item .videos__item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 11px;
  position: relative;
  display: block;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-category {
  display: none;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-category .item-category-icon img {
  filter: brightness(0) invert(1);
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-category .item-category-name h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-play {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-play .play__block {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
  padding: 8px;
  transition: 0.2s all;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-play .play__block .play__block-play {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-play:hover .play__block {
  transform: scale(1.3);
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-play:hover .play__block .play__block-play {
  transform: scale(1.2);
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 13px 12px;
  background-color: #202020;
  z-index: 2;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 110.8%;
  /* identical to box height, or 18px */
  display: flex;
  align-items: center;
  color: #8d8d8d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-info {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-info li {
  display: inline-flex;
  align-items: center;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-info li img {
  margin-right: 6px;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-info li img.hover {
  display: none;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-info li span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 110.8%;
  /* or 13px */
  display: flex;
  align-items: center;
  color: rgba(246, 165, 45, 0.88);
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-socials {
  width: 100%;
  height: auto;
  padding-top: 9px;
  display: none;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-socials li {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-socials li img {
  height: 15px;
}
.app .content .videos__list .videos__item .videos__item-image .videos__item-content .videos__item-socials li img.hover {
  display: none;
}
.app .content .videos__list .videos__item:hover .videos__item-image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(246, 165, 45, 0.88);
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-play {
  display: block;
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-category {
  display: flex;
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-content {
  background-color: transparent;
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-content h4 {
  color: #fff;
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-content .videos__item-info li img.hover {
  display: inline-block;
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-content .videos__item-info li img.normal {
  display: none;
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-content .videos__item-info li span {
  color: #fff;
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-content .videos__item-socials li a img.hover {
  display: inline-block;
}
.app .content .videos__list .videos__item:hover .videos__item-image .videos__item-content .videos__item-socials li a img.normal {
  display: none;
}
.app .content .auth {
  width: 100%;
  height: 100%;
  display: flex;
}
.app .content .auth .auth__box {
  width: 740px;
  min-width: 740px;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.app .content .auth .auth__box .auth__content {
  padding: 0px 70px;
}
.app .content .auth .auth__box .auth__content h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 110.8%;
  color: #f6a52d;
}
.app .content .auth .auth__box .auth__content h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 110.8%;
  /* identical to box height, or 40px */
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-top: 6px;
}
.app .content .auth .auth__box .auth__content p.error {
  color: red;
  width: 100%;
  height: auto;
  border-radius: 3px;
  padding: 7px 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
.app .content .auth .auth__box .auth__content form {
  padding-top: 32px;
  width: 100%;
  height: auto;
}
.app .content .auth .auth__box .auth__content form input {
  width: 100%;
  max-width: 445px;
  height: 50px;
  border-radius: 25px;
  border: 0px;
  margin-top: 17px;
  border: 1px solid #6e7177;
  background-color: transparent;
  padding-left: 44px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8d8d8d;
  outline: none;
}
.app .content .auth .auth__box .auth__content form button {
  width: 181px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6a52d;
  border-radius: 35px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #202020;
  border: 0px;
  margin-top: 42px;
  cursor: pointer;
  transition: 0.2s all;
}
.app .content .auth .auth__box .auth__content form button:hover {
  background-color: #fff;
  color: #f6a52d;
}
.app .content .auth .auth__box .auth__content ul {
  padding-top: 63px;
}
.app .content .auth .auth__box .auth__content ul li {
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding-bottom: 7px;
}
.app .content .auth .auth__box .auth__content ul li a {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #f6a52d;
}
.app .content .auth .auth__bg {
  width: 100%;
  display: flex;
  background-size: cover;
  background-position: 50% 50%;
}
.app .content .video__item {
  padding: 65px;
  padding-top: 120px;
}
.app .content .video__item .video__item-youtube iframe {
  width: 100%;
  height: 720px;
}
.app .content .video__item .video__item-info {
  width: 100%;
  height: auto;
  padding-top: 44px;
  padding-bottom: 50px;
  border-bottom: 0.7px solid #6e7177;
}
.app .content .video__item .video__item-info h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 110.8%;
  color: #ffffff;
}
.app .content .video__item .video__item-info .video__item-details {
  width: 100%;
  height: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app .content .video__item .video__item-info .video__item-details .video__item-date span {
  font-weight: 500;
  font-size: 22px;
  line-height: 110.8%;
  /* or 24px */
  display: flex;
  align-items: center;
  color: #6e7177;
}
.app .content .video__item .video__item-info .video__item-details .video__item-count ul li {
  padding-left: 50px;
  display: inline-flex;
  align-items: center;
}
.app .content .video__item .video__item-info .video__item-details .video__item-count ul li img {
  margin-right: 20px;
}
.app .content .video__item .video__item-info .video__item-details .video__item-count ul li span {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 110.8%;
  /* or 24px */
  display: flex;
  align-items: center;
  color: #6e7177;
}
.app .content .video__item .video__item-info .video__item-details .video__item-count ul li.item-favorite span {
  color: #f6a52d;
}
.app .content .video__item .comments {
  width: 100%;
  height: auto;
  padding-top: 47px;
  max-width: 910px;
}
.app .content .video__item .comments h5 {
  font-size: 16px;
  color: #fff;
}
.app .content .video__item .comments h5 a {
  color: #f6a52d;
}
.app .content .video__item .comments .comments__box {
  width: 100%;
  height: auto;
}
.app .content .video__item .comments .comments__box h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 110.8%;
  /* identical to box height, or 27px */
  color: #ffffff;
}
.app .content .video__item .comments .comments__box form {
  width: 100%;
  height: auto;
  padding-top: 24px;
}
.app .content .video__item .comments .comments__box form textarea {
  width: 100%;
  height: 162px;
  background: rgba(196, 196, 196, 0.18);
  border-radius: 3px;
  border: 0px;
  outline: none;
  padding: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #8d8d8d;
  resize: none;
}
.app .content .video__item .comments .comments__box form div {
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 20px;
  justify-content: flex-end;
}
.app .content .video__item .comments .comments__box form div button {
  width: 181px;
  height: 47px;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6a52d;
  border-radius: 35px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #202020;
}
.app .content .video__item .comments .comments__list {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.app .content .video__item .comments .comments__list .comments__item {
  width: 100%;
  height: auto;
  padding: 35px 0px;
  display: flex;
  align-items: flex-start;
}
.app .content .video__item .comments .comments__list .comments__item .comments__avatar {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 2px solid #f6a52d;
  border-radius: 50% 50%;
  margin-right: 40px;
  overflow: hidden;
}
.app .content .video__item .comments .comments__list .comments__item .comments__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content {
  width: 100%;
  height: auto;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__top {
  width: 100%;
  height: auto;
  display: inline-flex;
  align-items: center;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__top h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #f6a52d;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__top span {
  padding-left: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #8d8d8d;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__content {
  padding-top: 15px;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__details {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__details ul {
  display: inline-flex;
  align-items: center;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__details ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 65px;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__details ul li img {
  margin-right: 10px;
}
.app .content .video__item .comments .comments__list .comments__item .comments__content .cc__details ul li span {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #8d8d8d;
}

.custom {
  color: #fff;
  padding-top: 35px;
  font-size: 18px;
}

@media screen and (max-width: 1280px) {
  .app .content .header .header__left .header__search form {
    width: 200px;
  }
}
@media screen and (max-width: 1180px) {
  .app .content .header {
    padding: 0px 25px;
  }
  .app .content .video__item {
    padding: 65px 25px;
    padding-top: 120px;
  }
  .app .content .featured.category__header {
    padding: 0px 25px;
  }
  .app .content .featured .featured__content {
    padding: 65px 25px;
  }
  .app .content .content__block {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .app .content .videos__list .videos__item {
    width: calc(50% - 24px);
    min-width: 222px;
  }
}
@media screen and (max-width: 1080px) {
  .app .content .featured.category__header .category__header-content {
    flex-wrap: wrap;
  }
  .app .content .featured.category__header .category__header-content .ch__content {
    width: 100%;
    padding-left: 0px;
  }
  .app .content .video__item iframe {
    height: 480px !important;
  }
  .app .content .video__item .video__item-info h3 {
    font-size: 22px;
  }
  .app .content .video__item .video__item-info .video__item-details .video__item-date span {
    font-size: 16px;
  }
  .app .content .video__item .video__item-info .video__item-details .video__item-count ul li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .app .content .featured .featured__content h3 {
    font-size: 56px;
  }
  .app .content .featured .featured__content h4 {
    font-size: 42px;
  }
}
@media screen and (max-width: 900px) {
  .app .content .header .header__right .header__send {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .app .content .header.logged {
    flex-wrap: wrap;
  }
  .app .content .header.logged .header__right {
    width: 100%;
    padding-top: 15px;
  }
  .app .content .header .header__left .header__ham {
    display: flex;
  }
  .app .sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    left: -320px;
    transition: 0.5s all;
  }
  .app .sidebar.active {
    left: 0px;
  }
  .app .only-mobile {
    display: inline-block;
  }
}
@media screen and (max-width: 620px) {
  .app .content .video__item .comments .comments__list .comments__item .comments__content .cc__top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 540px) {
  .app .content .videos__list .videos__item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .app .content .featured .featured__content a {
    margin-top: 30px;
  }
  .app .content .featured.category__header .category__header-content {
    justify-content: center;
  }
  .app .content .featured.category__header .category__header-content .ch__content {
    text-align: center;
  }
  .app .content .featured.category__header .category__header-content .ch__content h4 {
    font-size: 60px;
  }
  .app .content .video__item iframe {
    height: 380px !important;
  }
  .app .content .video__item .video__item-info .video__item-details {
    flex-wrap: wrap;
  }
  .app .content .video__item .video__item-info .video__item-details .video__item-count ul li {
    padding-left: 0px;
    padding-right: 20px;
  }
  .app .content .auth .auth__box {
    width: 100%;
    min-width: 100%;
  }
  .app .content .auth .auth__box .auth__content {
    padding: 0px 25px;
  }
  .app .content .auth .auth__box .auth__bg {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .app .content .header .header__left .header__notifications {
    padding: 0px;
    padding-left: 15px;
  }
  .app .content .header .header__left .header__notifications ul li {
    padding: 0px 5px;
  }
  .app .content .header .header__right .header__user {
    margin-left: 0px;
  }
  .app .content .header .header__right .header__user .user__avatar {
    width: 40px;
    height: 40px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 440px) {
  .app .content .content__block .videos__types ul li a {
    padding: 14px 25px;
    font-size: 16px;
  }
  .app .content .header .header__left .header__search form {
    width: 160px;
  }
  .app .content .header .header__left .header__ham {
    margin-right: 10px;
  }
  .app .content .video__item .comments .comments__list .comments__item .comments__avatar {
    margin-right: 15px;
  }
  .app .content .video__item .comments .comments__list .comments__item .comments__content .cc__top {
    flex-wrap: wrap;
  }
  .app .content .video__item .comments .comments__list .comments__item .comments__content .cc__top h4 {
    font-size: 16px;
  }
  .app .content .video__item .comments .comments__list .comments__item .comments__content .cc__top span {
    font-size: 14px;
  }
  .app .content .video__item .comments .comments__list .comments__item .comments__content .cc__content p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
