html body {
  background: black;
}
body {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-display: swap;
  color: #e1dde0 !important;
  font-size: 14px;
}
body .header {
  background: #262735;
  -webkit-box-shadow: 0px 0px 20px -2px #000000;
  box-shadow: 0px 0px 20px -2px #000000;
  position: relative;
  max-width: 1483px;
  width: 100%;
  margin: 0 auto;
}
body .header .desktop-header {
  display: flex;
  max-width: 1483px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px 0 15px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .header .desktop-header a.logo-search {
  font-size: 25px;
  padding: 10px 0 10px 10px;
  font-weight: 600;
  position: relative;
}
body .header .desktop-header a.logo-search:hover {
  font-weight: 800;
  text-decoration: none;
}
body .header .desktop-header a.logo-search .logo-18 {
  position: absolute;
  top: 20px;
  left: 115px;
  white-space: nowrap;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(45deg, #f30378 33%, #c5088d 66%, #7c1ba6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .header .desktop-header a.logo-search .first-word {
  background: linear-gradient(45deg, #f30378 33%, #c5088d 66%, #7c1ba6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
}
body .header .desktop-header a.logo-search .second-word {
  background: linear-gradient(45deg, #f30378 33%, #c5088d 66%, #7c1ba6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .header .desktop-header a.logo-search .third-word {
  color: white;
}
body .header .desktop-header .navigation-and-params-of-user {
  max-width: 1483px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .header .desktop-header .navigation-and-params-of-user .navigation .menu ul {
  display: flex;
}
body .header .desktop-header .navigation-and-params-of-user .navigation .menu ul li {
  margin-left: 5px;
  background-color: #161616;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body .header .desktop-header .navigation-and-params-of-user .navigation .menu ul li a {
  display: block;
  line-height: 50px;
  text-decoration: none;
  padding: 0 17px 0 17px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: transparent;
}
body .header .desktop-header .navigation-and-params-of-user .navigation .menu ul li a:hover {
  background: #484848;
  box-shadow: inset 0 1px 0 0 #40494b;
}
body .header .desktop-header .navigation-and-params-of-user .navigation .menu ul li.active a {
  background: #282828;
  box-shadow: inset 0 1px 0 0 #40494b;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user {
  display: flex;
  justify-items: center;
  flex-direction: row;
  align-items: center;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-duration {
  display: flex;
  margin-bottom: 0;
  position: relative;
  margin-right: 20px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-duration .block-select-duration {
  display: flex;
  flex-direction: row;
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 16px;
  border-radius: 0;
  background: transparent;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-duration .block-select-duration .icon-image {
  margin-right: 6px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-duration .block-select-duration > i {
  margin-left: 4px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-duration button {
  display: flex;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-duration .popup {
  background: #202426;
  padding: 0;
  box-shadow: 2px 3px 10px rgba(0, 0, 55, 0.5);
  position: absolute;
  z-index: 290;
  right: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  top: 36px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-duration .popup button {
  width: 100%;
  text-align: center;
  border-radius: 0;
  background: #262735;
  color: white;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-duration .popup button.active {
  background-color: #343542;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type {
  display: flex;
  margin-bottom: 0;
  position: relative;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type .block-select-type {
  display: flex;
  flex-direction: row;
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 16px;
  border-radius: 0;
  background: transparent;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type .block-select-type .icon-image {
  margin-right: 6px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type .block-select-type .icon-image img {
  width: 25px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type .block-select-type > i {
  margin-left: 4px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type button {
  display: flex;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type button .icon-image {
  width: 25px;
  margin-right: 4px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type button .icon-image i {
  margin-right: 4px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type button .icon-image img {
  width: 20px;
  background-color: white;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type button .icon-image img.shemale {
  border: 1px solid white;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type .popup {
  background: #262735;
  padding: 0;
  box-shadow: 2px 3px 10px rgba(0, 0, 55, 0.5);
  position: absolute;
  z-index: 290;
  right: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  top: 36px;
}
body .header .desktop-header .navigation-and-params-of-user .params-of-user .select-type .popup button.active {
  background-color: #343542;
}
body .header .mobile-header {
  display: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .header .mobile-header .navigation-logo-search {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  justify-content: space-between;
}
body .header .mobile-header .navigation-logo-search .navigation .menu {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5), 0 5px 7px rgba(0, 0, 0, 0.5);
}
body .header .mobile-header .navigation-logo-search .navigation .menu ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
body .header .mobile-header .navigation-logo-search .navigation .menu ul li {
  background-color: #262735;
  margin: 0;
  border-top: 1px solid grey;
}
body .header .mobile-header .navigation-logo-search .navigation .menu ul li a {
  line-height: 40px;
  text-decoration: none;
  padding: 0 17px 0 17px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-transform: uppercase;
}
body .header .mobile-header .navigation-logo-search .navigation .menu ul li a i {
  margin-right: 5px;
}
body .header .mobile-header .navigation-logo-search .navigation .menu ul li.active {
  background-color: #3f404f;
}
body .header .mobile-header .navigation-logo-search .logo {
  position: absolute;
  text-decoration: none;
}
body .header .mobile-header .navigation-logo-search .logo .logo-18 {
  left: 97px;
  top: 5px;
  position: absolute;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(45deg, #f30378 33%, #c5088d 66%, #7c1ba6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .header .mobile-header .navigation-logo-search .logo .logo-site {
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(45deg, #f30378 33%, #c5088d 66%, #7c1ba6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .header .mobile-header .navigation-logo-search .settings {
  position: absolute;
  right: 60px;
  height: 100%;
  display: flex;
}
body .header .mobile-header .navigation-logo-search .settings > i {
  color: white;
  border-radius: 4px;
  font-size: 21px;
}
body .header .mobile-header .navigation-logo-search .telegram-link-header {
  position: absolute;
  right: 105px;
  height: 100%;
  display: flex;
}
body .header .mobile-header .navigation-logo-search .settings-menu {
  background: #262735;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5), 0 5px 7px rgba(0, 0, 0, 0.5);
  z-index: 2;
  height: calc(100vh - 50px);
  padding: 0 15px;
}
body .header .mobile-header .navigation-logo-search .settings-menu select {
  background-color: #161616;
  color: white;
  border-color: rgba(197, 8, 141, 0.54);
}
body .header .mobile-header .navigation-logo-search .settings-menu select:focus {
  border-color: rgba(197, 8, 141, 0.54);
  box-shadow: inset 0 1px 1px rgba(197, 8, 141, 0.68), 0 0 8px rgba(124, 27, 166, 0.73);
}
body .header .mobile-header .navigation-logo-search .settings-menu .setting-item {
  margin-top: 15px;
}
body .header .mobile-header .navigation-logo-search .search {
  height: 100%;
  display: flex;
}
body .header .mobile-header .navigation-logo-search .search > i {
  color: white;
  border-radius: 4px;
  font-size: 21px;
}
body .header .mobile-header .navigation-logo-search .search .search-menu {
  background: #262735;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5), 0 5px 7px rgba(0, 0, 0, 0.5);
  z-index: 2;
  height: calc(100vh - 50px);
  padding: 0 15px;
}
body .header .mobile-header .navigation-logo-search .search .search-menu .search-query-input {
  width: 100%;
  margin-top: 15px;
  height: 30px;
  color: black;
}
body .header .mobile-header .navigation-logo-search .search .search-menu .search-elements {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  font-size: 16px;
  overflow-y: scroll;
  max-height: calc(100vh - 120px);
}
body .header .mobile-header .navigation-logo-search .search .search-menu .search-elements .search-nothing-text {
  color: white;
  font-size: 20px;
  margin: 15px auto 0 auto;
}
body .header .mobile-header .navigation-logo-search .search .search-menu .search-elements .search-element {
  color: white;
  border: 1px solid white;
  padding: 3px 7px;
  border-radius: 3px;
  margin-top: 7px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body .header .mobile-header .navigation-logo-search .search .search-menu .search-elements .search-element .search-text {
  color: white;
}
body .header .mobile-header .navigation-logo-search .search .search-menu .search-elements .search-element .search-count {
  background-color: white;
  color: black;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: max-content;
}
@media (max-width: 900px) {
  body .header {
    position: relative;
  }
  body .header .navigation .mobile.navbar-toggle {
    background-color: transparent;
    padding: 4px 5px 2px 5px;
  }
  body .header .navigation .mobile.navbar-toggle.shown-menu svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body .header .navigation .menu {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 5;
    display: none;
  }
  body .header .navigation .menu ul {
    display: flex;
    flex-direction: column;
  }
}
body .content {
  max-width: 1483px;
  width: 100%;
  margin: 0 auto;
  background: #161616;
  padding: 0 20px;
}
body .content .popular-tags {
  display: flex;
  flex-direction: column;
  color: white;
  margin-top: 10px;
}
body .content .popular-tags .popular-tags-header {
  font-size: 20px;
}
body .content .popular-tags .popular-tags-items {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
body .content .popular-tags .popular-tags-items .popular-tags-item {
  padding: 5px 15px;
  color: white;
  border-radius: 30px;
  margin-right: 20px;
  width: max-content;
  text-decoration: none;
  background-color: #31313d;
  white-space: nowrap;
  border: 1px solid #504f57;
  font-weight: bold;
  text-transform: capitalize;
}
body .content .popular-tags .popular-tags-items .mCSB_container {
  display: flex;
  padding: 5px;
}
body .content .popular-tags .popular-tags-items .mCSB_scrollTools {
  bottom: -15px;
}
body .content .video-categories .categories-header {
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
}
body .content .video-categories .categories-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin: 0 -10px;
}
body .content .video-categories .categories-list .category {
  position: relative;
  margin: 10px;
  border-radius: 8px;
  width: calc(15%);
  overflow: hidden;
}
body .content .video-categories .categories-list .category .category-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent linear-gradient(180deg, #25273500 0%, #252735 100%) 0% 0% no-repeat padding-box;
  height: 40px;
  text-shadow: 0 3px 6px #00000029;
  font-size: 22px;
  letter-spacing: -0.36px;
  text-align: center;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}
body .content .video-categories .categories-list .category img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(100%);
}
body .content .advert-exoclick-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
body .content .advert-exoclick-tag .size-desktop,
body .content .advert-exoclick-tag .size-mobile {
  display: none;
}
@media only screen and (min-width: 300px) {
  body .content .advert-exoclick-tag .size-desktop {
    display: none;
  }
  body .content .advert-exoclick-tag .size-mobile {
    display: block;
  }
}
@media only screen and (min-width: 731px) {
  body .content .advert-exoclick-tag .size-desktop {
    display: block;
  }
  body .content .advert-exoclick-tag .size-mobile {
    display: none;
  }
}
body .content .list,
body .content .list-video-by-tag {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  align-content: flex-start;
  height: auto !important;
  position: relative;
  z-index: 1;
  margin: 10px 15px 0 15px;
}
body .content .list .video,
body .content .list-video-by-tag .video {
  width: calc(25% - 15px);
  margin: 0 0 25px 0;
  font-size: 12px;
  color: #26292a;
  position: relative;
  overflow: hidden;
  background-color: #161616;
}
body .content .list .video.ad-telegram-banner,
body .content .list-video-by-tag .video.ad-telegram-banner {
  display: none;
}
body .content .list .video .tags,
body .content .list-video-by-tag .video .tags {
  display: flex;
  flex-direction: row;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 2px;
}
body .content .list .video .tags .tag,
body .content .list-video-by-tag .video .tags .tag {
  padding: 5px 15px;
  color: white;
  border-radius: 30px;
  border: 1px solid #32303c;
  margin-right: 15px;
  width: max-content;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
}
body .content .list .video .video-inside a,
body .content .list-video-by-tag .video .video-inside a {
  width: calc(25% - 15px);
  background: #6e6e6e;
  font-size: 12px;
  color: #26292a;
  position: relative;
  overflow: hidden;
}
body .content .list .video .video-inside a .video-image,
body .content .list-video-by-tag .video .video-inside a .video-image {
  position: relative;
  overflow: hidden;
}
body .content .list .video .video-inside a .video-image span,
body .content .list-video-by-tag .video .video-inside a .video-image span {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  z-index: 99;
  font-weight: bold;
  font-size: 16px;
}
body .content .list .video .video-inside a .video-image .video-block,
body .content .list-video-by-tag .video .video-inside a .video-image .video-block {
  position: relative;
}
body .content .list .video .video-inside a .video-image .image,
body .content .list-video-by-tag .video .video-inside a .video-image .image {
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
body .content .list .video .video-inside a .video-image .image .absolute-img,
body .content .list-video-by-tag .video .video-inside a .video-image .image .absolute-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
body .content .list .video .video-inside a .video-image .image progress,
body .content .list-video-by-tag .video .video-inside a .video-image .image progress {
  position: absolute;
  top: 0;
  z-index: 150;
  width: 100%;
  border-radius: 0;
  margin: 0;
  height: 3px;
  border: 0;
  background: transparent;
}
body .content .list .video .video-inside a .video-image .image progress::-moz-progress-bar,
body .content .list-video-by-tag .video .video-inside a .video-image .image progress::-moz-progress-bar {
  background: #f30378;
}
body .content .list .video .video-inside a .video-image .image progress::-webkit-progress-bar,
body .content .list-video-by-tag .video .video-inside a .video-image .image progress::-webkit-progress-bar {
  background: transparent;
}
body .content .list .video .video-inside a .video-image .image progress::-webkit-progress-value,
body .content .list-video-by-tag .video .video-inside a .video-image .image progress::-webkit-progress-value {
  background: #f30378;
}
@media only screen and (max-width: 730px) {
  body .content .list .video .video-inside a .video-image .image progress,
  body .content .list-video-by-tag .video .video-inside a .video-image .image progress {
    height: 2px;
  }
}
body .content .list .video .video-inside a .video-image .full,
body .content .list-video-by-tag .video .video-inside a .video-image .full,
body .content .list .video .video-inside a .video-image .short,
body .content .list-video-by-tag .video .video-inside a .video-image .short {
  position: absolute;
  color: white;
  font-weight: 700;
  padding: 2px 5px;
  font-size: 13px;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 0 0 0 10px;
}
body .content .list .video .video-inside a .video-image .full,
body .content .list-video-by-tag .video .video-inside a .video-image .full {
  background-color: #f30378;
}
body .content .list .video .video-inside a .video-image .short,
body .content .list-video-by-tag .video .video-inside a .video-image .short {
  background-color: #31313d;
}
body .content .list .video .video-inside a .video-image .video-time,
body .content .list-video-by-tag .video .video-inside a .video-image .video-time {
  border-top-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .content .list .video .video-inside a .video-image .video-time img,
body .content .list-video-by-tag .video .video-inside a .video-image .video-time img {
  margin-left: 5px;
}
body .content .list .video .video-inside a .absolute-video,
body .content .list-video-by-tag .video .video-inside a .absolute-video {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}
body .content .list .video .video-inside a .language-of-translated-name,
body .content .list-video-by-tag .video .video-inside a .language-of-translated-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  padding: 5px 10px;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  color: white;
  background-color: #161616;
  font-weight: bold;
}
body .content .list .video .video-inside .telegram-link,
body .content .list-video-by-tag .video .video-inside .telegram-link {
  position: absolute;
  background: blue;
  color: white;
  z-index: 333333;
  top: 0;
  right: 0;
  font-weight: 700;
  border-radius: 0 0 0 5px;
  -moz-border-radius-bottomleft: 15px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px;
}
body .content .list .block-shown-more,
body .content .list-video-by-tag .block-shown-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 30px;
  width: 100%;
}
body .content .list .block-shown-more .btn-shown-more,
body .content .list-video-by-tag .block-shown-more .btn-shown-more {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 5px 25px;
  border-radius: 5px;
  border: 1px solid #00000000;
  text-decoration: none;
  margin-top: 5px;
  background: linear-gradient(149deg, #bb185c 0%, #742fd5 42%, #bb1894 72%, #ab3fcc 100%);
  animation: gradient 7s infinite linear;
  background-size: 400%;
  max-width: 500px;
  font-size: 18px;
}
body .content .view-video .video-holder {
  max-width: 100%;
  overflow: hidden;
}
body .content .view-video .video-holder .video-block {
  float: left;
  width: calc(100% - 310px);
  overflow: hidden;
  padding-bottom: 0;
  border-radius: 0 0 4px 4px;
}
body .content .view-video .video-holder .video-block .video-info {
  display: flex;
  flex-direction: column;
  background: #161616;
  border-radius: 0 0 4px 4px;
}
body .content .view-video .video-holder .video-block .video-info .watch-in-the-telegram {
  display: none;
}
body .content .view-video .video-holder .video-block .video-info .name {
  font-weight: 700;
  font-size: 20px;
  color: #e1dde0;
  padding: 5px 0;
  margin: 10px 0 0 0;
}
body .content .view-video .video-holder .video-block .video-info .statistic {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  font-weight: 700;
}
body .content .view-video .video-holder .video-block .video-info .statistic i {
  margin-right: 8px;
  padding-top: 3px;
  font-size: 14px;
}
body .content .view-video .video-holder .video-block .video-info .statistic .view-count-time {
  display: flex;
  flex-direction: row;
}
body .content .view-video .video-holder .video-block .video-info .statistic .view-count-time > div {
  display: flex;
  flex-direction: row;
  margin-right: 25px;
}
body .content .view-video .video-holder .video-block .video-info .statistic .created {
  display: flex;
  flex-direction: row;
  margin-right: 15px;
}
body .content .view-video .video-holder .video-block .video-info .statistic .created i {
  margin-right: 5px;
  padding-top: 2px;
}
body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike {
  display: none;
}
body .content .view-video .video-holder .video-block .video-info .description {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
body .content .view-video .video-holder .video-block .video-info .description span {
  color: #e1dde0;
  padding: 4px 7px 0 0;
  font-weight: bold;
}
body .content .view-video .video-holder .video-block .video-info .description p {
  float: left;
  color: #e1dde0;
  -webkit-box-flex: 1;
  flex: 1 1;
  padding: 5px 0 0;
}
body .content .view-video .video-holder .video-block .video-info .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.2;
}
body .content .view-video .video-holder .video-block .video-info .tags ul {
  color: white;
  margin: 0 10px 0 0;
  -webkit-box-flex: 1;
  flex: 1 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
}
body .content .view-video .video-holder .video-block .video-info .tags ul .tags-title {
  display: inline-flex;
  align-items: flex-end;
  margin: 2px 2px 2px 0;
  font-weight: bold;
}
body .content .view-video .video-holder .video-block .video-info .tags ul .tags-title span {
  color: white;
  padding: 3px 7px 0 0;
}
body .content .view-video .video-holder .video-block .video-info .tags ul li {
  display: inline-flex;
  align-items: flex-end;
  margin: 2px 6px 2px 0;
}
body .content .view-video .video-holder .video-block .video-info .tags ul li a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 15px;
  background: #161616;
  line-height: 1.2;
  display: block;
  border-radius: 5px;
  border: 1px solid #707070;
  margin-bottom: 5px;
  text-transform: capitalize;
}
body .content .view-video .video-holder .video-block .video-info .tags ul li a:hover {
  color: #2cb6d7;
  background: #252628;
}
body .content .view-video .video-holder .video-block .advert-bongacams-watch {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 200px) {
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-mobile {
    display: block;
  }
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-tablet {
    display: none;
  }
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-desktop {
    display: none;
  }
}
@media only screen and (min-width: 820px) {
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-mobile {
    display: none;
  }
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-tablet {
    display: block;
  }
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-mobile {
    display: none;
  }
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-tablet {
    display: none;
  }
  body .content .view-video .video-holder .video-block .advert-bongacams-watch .size-desktop {
    display: block;
  }
}
body .content .view-video .video-holder .advert-exoclick-blocks {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
}
body .content .view-video .video-holder .advert-exoclick-blocks .size-desktop {
  display: none;
}
@media only screen and (min-width: 731px) {
  body .content .view-video .video-holder .advert-exoclick-blocks .size-desktop {
    display: block;
  }
}
body .content .pagination a {
  float: left;
  padding: 4px 13px;
  background: #31313d;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s;
  margin-left: 0;
}
body .content .pagination a:hover {
  background: #f30378;
  color: white;
}
body .content .pagination .active a {
  background: linear-gradient(45deg, #f30378 33%, #c5088d 66%, #7c1ba6);
  border-color: white;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
body .content .pagination .prev.disabled span,
body .content .pagination .next.disabled span {
  float: left;
  padding: 4px 13px;
  background: #26292a;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s;
  margin-left: 0;
}
body .content .tags-list .tags-header {
  font: bold 18px/22px 'gotham_probold', Helvetica, sans-serif;
  color: #e1dde0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}
body .content .tags-list .letters-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2rem;
}
body .content .tags-list .letters-list .letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0;
  font-size: 16px;
  line-height: 1.2;
  height: 36px;
  width: 34px;
  color: #e1dde0;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
}
body .content .tags-list .letters-list .letter :hover {
  background: white;
  transition: background-color 0.3s, color 0.3s;
}
body .content .tags-list .letters-list .letter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0;
  font-size: 16px;
  line-height: 1.2;
  height: 36px;
  width: 34px;
  color: #e1dde0;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
body .content .tags-list .block-content-letters {
  overflow: hidden;
  padding: 15px 0 0;
}
body .content .tags-list .block-content-letters .tags-holder {
  margin: 0 0 15px 0;
}
body .content .tags-list .block-content-letters .tags-holder:last-child .tags {
  border-bottom: 0 !important;
}
body .content .tags-list .block-content-letters .tags-holder .letter {
  font: bold 18px/1.2 'gotham_probold', Helvetica, sans-serif;
  color: #e1dde0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}
body .content .tags-list .block-content-letters .tags-holder .letter .letter-inside {
  margin-bottom: 5px;
}
body .content .tags-list .block-content-letters .tags-holder .tags {
  padding: 0 0 10px 0;
  column-count: 4;
}
body .content .tags-list .block-content-letters .tags-holder .tags .tag {
  margin: 0 0 5px 0;
}
body .content .tags-list .block-content-letters .tags-holder .tags .tag a {
  font-size: 14px;
  color: #A3B2FF;
  transition: color 0.3s;
  text-transform: capitalize;
}
body .content .search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 10px 0;
  padding: 4px 20px 4px 15px;
  background: #252735 0 0 no-repeat padding-box;
  border-radius: 7px;
}
body .content .search svg {
  margin-right: 10px;
}
body .content .search input {
  border: 0;
  border-bottom: 1px solid #707070;
  color: white;
  outline: none;
  border-radius: 0;
  padding-left: 3px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background: #252735 0 0 no-repeat padding-box;
  width: 100%;
  margin: 8px 0;
}
body .vl-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body .watch-video .watch-video--image {
  position: relative;
}
body .watch-video .watch-video--image img {
  width: 100%;
  z-index: 5;
}
body .watch-video .watch-video--image .preloader {
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  top: 50%;
  margin-top: -75px;
  height: 150px;
}
body .footer {
  width: 100%;
  background: #000000;
  overflow: hidden;
  z-index: 9;
  position: relative;
}
body .footer .footer-center {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  max-width: 1483px;
  margin: 0 auto;
}
body .footer .footer-center .site-rules {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
body .footer .footer-center .information {
  font-weight: 700;
  margin-bottom: 3px;
}
body .footer .footer-center .email-domains-year-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .footer .footer-center .email-domains-year-right .email-domains {
  display: flex;
  flex-direction: column;
}
body .footer .footer-center .email-domains-year-right .email-domains .domains a {
  color: white;
}
.ismobile body .header {
  margin-bottom: 0;
  top: 0;
  z-index: 10;
}
.ismobile body .content {
  padding: 0;
}
.ismobile body .content > h1 {
  padding: 0 20px;
  font-size: 30px;
}
.ismobile body .content .popular-tags {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px 0;
}
.ismobile body .content .popular-tags .popular-tags-header {
  padding-left: 10px;
}
.ismobile body .content .popular-tags .popular-tags-items {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ismobile body .content .popular-tags .popular-tags-items a {
  margin-bottom: 10px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info {
  padding: 0 15px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .watch-in-the-telegram {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #00000000;
  text-decoration: none;
  margin-top: 5px;
  background: linear-gradient(149deg, #bb185c 0%, #742fd5 42%, #bb1894 72%, #ab3fcc 100%);
  animation: gradient 7s infinite linear;
  background-size: 400%;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .watch-in-the-telegram img {
  border-radius: 4px;
  width: 30px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .watch-in-the-telegram span {
  margin-left: 5px;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 700;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic {
  justify-content: space-between;
  font-size: 16px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic .view-count-time i {
  padding-top: 4px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic .view-count-time > .view-count {
  margin-right: 15px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic .view-count-time .like,
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic .view-count-time .dislike,
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic .view-count-time .rating {
  display: none;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic .created i {
  padding-top: 4px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike .like,
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike .dislike {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  border: 1px solid #00000000;
  height: 30px;
  border-radius: 5px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike .like i,
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike .dislike i {
  font-weight: 700;
  margin-right: 5px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike .like a,
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike .dislike a {
  color: white;
  text-decoration: none;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike .like {
  background: transparent linear-gradient(97deg, #FC0B7B 0%, #7820AD 100%) 0 0 no-repeat padding-box;
  margin-right: 3px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .statistic-like-dislike .dislike {
  background: #4F4F50 0 0 no-repeat padding-box;
  margin-left: 3px;
}
.ismobile body .content .view-video .video-holder .video-block .video-info .description {
  margin-top: 10px;
}
.ismobile body .content .video-categories .categories-list {
  margin: 0 15px;
}
.ismobile body .content .video-categories .categories-list .category {
  margin: 5px;
}
.ismobile body .content .search {
  margin-left: 10px;
  margin-right: 10px;
}
.ismobile body .watch-video .watch-video--image .preloader {
  margin-left: -25px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  height: 50px;
}
.ismobile .content .view-video .video-holder .video-block {
  width: 100%;
}
.ismobile .navbar-toggle {
  display: block !important;
}
.ismobile .menu .navbar-nav {
  width: 100%;
}
.ismobile body .content .tags-list {
  padding: 0 20px;
}
.ismobile body .content .tags-list .tags-header {
  padding: 0 0;
}
.ismobile body .content .tags-list .search {
  margin-left: 0;
  margin-right: 0;
}
.ismobile .pagination {
  margin: 10px 0;
}
.ismobile .footer .footer-center .email-domains-year-right .email-domains {
  display: flex;
  flex-direction: column;
}
.ismobile .footer .footer-center .email-domains-year-right .year-right {
  min-width: max-content;
}
@media only screen and (max-width: 1150px) {
  body .content .list .video,
  body .content .list-video-by-tag .video {
    width: calc(33.33% - 15px);
  }
  body .content .video-categories .categories-list .category {
    width: calc(17%);
  }
}
@media only screen and (max-width: 1024px) {
  body .content .list .video,
  body .content .list-video-by-tag .video {
    width: calc(33.33% - 15px);
  }
  body .content .video-categories .categories-list .category {
    width: calc(23%);
  }
}
@media only screen and (max-width: 730px) {
  body .content .view-video .video-holder .video-block {
    width: 100%;
  }
  body .content .list .video,
  body .content .list-video-by-tag .video {
    width: calc(48% - 10px);
  }
  body .content .tags-list .block-content-letters .tags-holder .tags {
    column-count: 3;
  }
  body .content .video-categories .categories-list .category {
    width: calc(30%);
  }
}
@media only screen and (max-width: 450px) {
  body .content .list .video,
  body .content .list-video-by-tag .video {
    width: 100%;
  }
  body .content .tags-list .block-content-letters .tags-holder .tags {
    column-count: 2;
  }
  body .content .video-categories .categories-list {
    margin: 0 5px;
  }
  body .content .video-categories .categories-list .category {
    width: calc(46%);
  }
}
@media only screen and (max-width: 300px) {
  body .content .video-categories .categories-list {
    margin: 0 3px;
  }
  body .content .video-categories .categories-list .category {
    width: calc(43%);
  }
}
@media only screen and (min-width: 1483px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 196px;
  }
}
@media only screen and (min-width: 450px) {
  .ismobile body .content {
    padding: 0 10px;
  }
  body .content .list .video,
  body .content .list-video-by-tag .video {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1482px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 196px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1475px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 195px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1468px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 194px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1461px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 193px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1454px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 192px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1447px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 191px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 190px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1433px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 189px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1426px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 188px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1419px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 187px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1412px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 186px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1405px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 185px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1398px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 184px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1391px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 183px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1384px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 182px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1377px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 181px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1370px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 180px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1363px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 179px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1356px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 178px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1349px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 177px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1342px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 176px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1335px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 175px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1328px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 174px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1321px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 173px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1314px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 172px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1307px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 171px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 170px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1293px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 169px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1286px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 168px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 167px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1272px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 166px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1265px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 165px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1258px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 164px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1251px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 163px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1244px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 162px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1237px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 161px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1230px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 160px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1223px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 159px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1216px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 158px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1209px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 157px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1202px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 156px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1195px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 155px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1188px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 154px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1181px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 153px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1174px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 152px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1167px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 151px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1160px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 150px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1153px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 149px;
  }
  body .content .list .video a .video-image video,
  body .content .list-video-by-tag .video a .video-image video {
    width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 205px;
  }
}
@media only screen and (max-width: 1145px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 204px;
  }
}
@media only screen and (max-width: 1140px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 203px;
  }
}
@media only screen and (max-width: 1135px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 202px;
  }
}
@media only screen and (max-width: 1130px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 201px;
  }
}
@media only screen and (max-width: 1125px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 200px;
  }
}
@media only screen and (max-width: 1120px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 199px;
  }
}
@media only screen and (max-width: 1115px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 198px;
  }
}
@media only screen and (max-width: 1110px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 197px;
  }
}
@media only screen and (max-width: 1105px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 196px;
  }
}
@media only screen and (max-width: 1100px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 195px;
  }
}
@media only screen and (max-width: 1095px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 194px;
  }
}
@media only screen and (max-width: 1090px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 193px;
  }
}
@media only screen and (max-width: 1085px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 192px;
  }
}
@media only screen and (max-width: 1080px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 191px;
  }
}
@media only screen and (max-width: 1075px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 190px;
  }
}
@media only screen and (max-width: 1070px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 189px;
  }
}
@media only screen and (max-width: 1065px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 188px;
  }
}
@media only screen and (max-width: 1060px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 187px;
  }
}
@media only screen and (max-width: 1055px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 186px;
  }
}
@media only screen and (max-width: 1050px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 185px;
  }
}
@media only screen and (max-width: 1045px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 184px;
  }
}
@media only screen and (max-width: 1040px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 183px;
  }
}
@media only screen and (max-width: 1035px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 182px;
  }
}
@media only screen and (max-width: 1030px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 181px;
  }
}
@media only screen and (max-width: 1025px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 180px;
  }
}
@media only screen and (max-width: 1020px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 179px;
  }
}
@media only screen and (max-width: 1015px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 178px;
  }
}
@media only screen and (max-width: 1010px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 177px;
  }
}
@media only screen and (max-width: 1005px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 176px;
  }
}
@media only screen and (max-width: 1000px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 175px;
  }
}
@media only screen and (max-width: 995px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 174px;
  }
}
@media only screen and (max-width: 990px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 173px;
  }
}
@media only screen and (max-width: 985px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 172px;
  }
}
@media only screen and (max-width: 980px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 171px;
  }
}
@media only screen and (max-width: 975px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 170px;
  }
}
@media only screen and (max-width: 970px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 169px;
  }
}
@media only screen and (max-width: 965px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 168px;
  }
}
@media only screen and (max-width: 960px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 167px;
  }
}
@media only screen and (max-width: 955px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 166px;
  }
}
@media only screen and (max-width: 950px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 165px;
  }
}
@media only screen and (max-width: 945px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 164px;
  }
}
@media only screen and (max-width: 940px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 163px;
  }
}
@media only screen and (max-width: 935px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 162px;
  }
}
@media only screen and (max-width: 930px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 161px;
  }
}
@media only screen and (max-width: 925px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 160px;
  }
}
@media only screen and (max-width: 920px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 159px;
  }
}
@media only screen and (max-width: 915px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 158px;
  }
}
@media only screen and (max-width: 910px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 157px;
  }
}
@media only screen and (max-width: 905px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 156px;
  }
}
@media only screen and (max-width: 900px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 155px;
  }
}
@media only screen and (max-width: 895px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 154px;
  }
}
@media only screen and (max-width: 890px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 153px;
  }
}
@media only screen and (max-width: 885px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 152px;
  }
}
@media only screen and (max-width: 880px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 151px;
  }
}
@media only screen and (max-width: 875px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 150px;
  }
}
@media only screen and (max-width: 870px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 149px;
  }
}
@media only screen and (max-width: 865px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 148px;
  }
}
@media only screen and (max-width: 860px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 147px;
  }
}
@media only screen and (max-width: 855px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 146px;
  }
}
@media only screen and (max-width: 850px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 145px;
  }
}
@media only screen and (max-width: 845px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 144px;
  }
}
@media only screen and (max-width: 840px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 143px;
  }
}
@media only screen and (max-width: 835px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 142px;
  }
}
@media only screen and (max-width: 830px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 141px;
  }
}
@media only screen and (max-width: 825px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 140px;
  }
}
@media only screen and (max-width: 820px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 139px;
  }
}
@media only screen and (max-width: 815px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 138px;
  }
}
@media only screen and (max-width: 810px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 137px;
  }
}
@media only screen and (max-width: 805px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 136px;
  }
}
@media only screen and (max-width: 800px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 135px;
  }
}
@media only screen and (max-width: 795px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 134px;
  }
}
@media only screen and (max-width: 790px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 133px;
  }
}
@media only screen and (max-width: 785px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 132px;
  }
}
@media only screen and (max-width: 780px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 131px;
  }
}
@media only screen and (max-width: 775px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 130px;
  }
}
@media only screen and (max-width: 770px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 129px;
  }
}
@media only screen and (max-width: 765px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 128px;
  }
}
@media only screen and (max-width: 760px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 127px;
  }
}
@media only screen and (max-width: 755px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 126px;
  }
}
@media only screen and (max-width: 750px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 125px;
  }
}
@media only screen and (max-width: 745px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 124px;
  }
}
@media only screen and (max-width: 740px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 123px;
  }
}
@media only screen and (max-width: 735px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 122px;
  }
}
@media only screen and (max-width: 730px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 185px;
  }
}
@media only screen and (max-width: 726.3px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 184px;
  }
}
@media only screen and (max-width: 722.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 183px;
  }
}
@media only screen and (max-width: 718.9px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 182px;
  }
}
@media only screen and (max-width: 715.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 181px;
  }
}
@media only screen and (max-width: 711.5px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 180px;
  }
}
@media only screen and (max-width: 707.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 179px;
  }
}
@media only screen and (max-width: 704.1px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 178px;
  }
}
@media only screen and (max-width: 700.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 177px;
  }
}
@media only screen and (max-width: 696.7px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 176px;
  }
}
@media only screen and (max-width: 693px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 175px;
  }
}
@media only screen and (max-width: 689.3px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 174px;
  }
}
@media only screen and (max-width: 685.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 173px;
  }
}
@media only screen and (max-width: 681.9px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 172px;
  }
}
@media only screen and (max-width: 678.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 171px;
  }
}
@media only screen and (max-width: 674.5px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 170px;
  }
}
@media only screen and (max-width: 670.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 169px;
  }
}
@media only screen and (max-width: 667.1px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 168px;
  }
}
@media only screen and (max-width: 663.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 167px;
  }
}
@media only screen and (max-width: 659.7px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 166px;
  }
}
@media only screen and (max-width: 656px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 165px;
  }
}
@media only screen and (max-width: 652.3px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 164px;
  }
}
@media only screen and (max-width: 648.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 163px;
  }
}
@media only screen and (max-width: 644.9px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 162px;
  }
}
@media only screen and (max-width: 641.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 161px;
  }
}
@media only screen and (max-width: 637.5px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 160px;
  }
}
@media only screen and (max-width: 633.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 159px;
  }
}
@media only screen and (max-width: 630.1px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 158px;
  }
}
@media only screen and (max-width: 626.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 157px;
  }
}
@media only screen and (max-width: 622.7px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 156px;
  }
}
@media only screen and (max-width: 619px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 155px;
  }
}
@media only screen and (max-width: 615.3px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 154px;
  }
}
@media only screen and (max-width: 611.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 153px;
  }
}
@media only screen and (max-width: 607.9px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 152px;
  }
}
@media only screen and (max-width: 604.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 151px;
  }
}
@media only screen and (max-width: 600.5px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 150px;
  }
}
@media only screen and (max-width: 596.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 149px;
  }
}
@media only screen and (max-width: 593.1px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 148px;
  }
}
@media only screen and (max-width: 589.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 147px;
  }
}
@media only screen and (max-width: 585.7px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 146px;
  }
}
@media only screen and (max-width: 582px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 145px;
  }
}
@media only screen and (max-width: 578.3px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 144px;
  }
}
@media only screen and (max-width: 574.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 143px;
  }
}
@media only screen and (max-width: 570.9px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 142px;
  }
}
@media only screen and (max-width: 567.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 141px;
  }
}
@media only screen and (max-width: 563.5px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 140px;
  }
}
@media only screen and (max-width: 559.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 139px;
  }
}
@media only screen and (max-width: 556.1px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 138px;
  }
}
@media only screen and (max-width: 552.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 137px;
  }
}
@media only screen and (max-width: 548.7px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 136px;
  }
}
@media only screen and (max-width: 545px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 135px;
  }
}
@media only screen and (max-width: 541.3px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 134px;
  }
}
@media only screen and (max-width: 537.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 133px;
  }
}
@media only screen and (max-width: 533.9px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 132px;
  }
}
@media only screen and (max-width: 530.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 131px;
  }
}
@media only screen and (max-width: 526.5px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 130px;
  }
}
@media only screen and (max-width: 522.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 129px;
  }
}
@media only screen and (max-width: 519.1px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 128px;
  }
}
@media only screen and (max-width: 515.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 127px;
  }
}
@media only screen and (max-width: 511.7px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 126px;
  }
}
@media only screen and (max-width: 508px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 125px;
  }
}
@media only screen and (max-width: 504.3px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 124px;
  }
}
@media only screen and (max-width: 500.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 123px;
  }
}
@media only screen and (max-width: 496.9px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 122px;
  }
}
@media only screen and (max-width: 493.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 121px;
  }
}
@media only screen and (max-width: 489.5px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 120px;
  }
}
@media only screen and (max-width: 485.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 119px;
  }
}
@media only screen and (max-width: 482.1px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 118px;
  }
}
@media only screen and (max-width: 478.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 117px;
  }
}
@media only screen and (max-width: 474.7px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 116px;
  }
}
@media only screen and (max-width: 471px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 115px;
  }
}
@media only screen and (max-width: 467.3px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 114px;
  }
}
@media only screen and (max-width: 463.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 113px;
  }
}
@media only screen and (max-width: 459.9px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 112px;
  }
}
@media only screen and (max-width: 456.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 111px;
  }
}
@media only screen and (max-width: 452.5px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 110px;
  }
}
@media only screen and (max-width: 450px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 230px;
  }
}
@media only screen and (max-width: 448.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 229px;
  }
}
@media only screen and (max-width: 446.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 228px;
  }
}
@media only screen and (max-width: 444.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 227px;
  }
}
@media only screen and (max-width: 442.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 226px;
  }
}
@media only screen and (max-width: 441px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 225px;
  }
}
@media only screen and (max-width: 439.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 224px;
  }
}
@media only screen and (max-width: 437.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 223px;
  }
}
@media only screen and (max-width: 435.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 222px;
  }
}
@media only screen and (max-width: 433.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 221px;
  }
}
@media only screen and (max-width: 432px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 220px;
  }
}
@media only screen and (max-width: 430.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 219px;
  }
}
@media only screen and (max-width: 428.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 218px;
  }
}
@media only screen and (max-width: 426.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 217px;
  }
}
@media only screen and (max-width: 424.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 216px;
  }
}
@media only screen and (max-width: 423px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 215px;
  }
}
@media only screen and (max-width: 421.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 214px;
  }
}
@media only screen and (max-width: 419.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 213px;
  }
}
@media only screen and (max-width: 417.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 212px;
  }
}
@media only screen and (max-width: 415.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 211px;
  }
}
@media only screen and (max-width: 414px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 210px;
  }
}
@media only screen and (max-width: 412.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 209px;
  }
}
@media only screen and (max-width: 410.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 208px;
  }
}
@media only screen and (max-width: 408.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 207px;
  }
}
@media only screen and (max-width: 406.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 206px;
  }
}
@media only screen and (max-width: 405px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 205px;
  }
}
@media only screen and (max-width: 403.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 204px;
  }
}
@media only screen and (max-width: 401.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 203px;
  }
}
@media only screen and (max-width: 399.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 202px;
  }
}
@media only screen and (max-width: 397.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 201px;
  }
}
@media only screen and (max-width: 396px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 200px;
  }
}
@media only screen and (max-width: 394.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 199px;
  }
}
@media only screen and (max-width: 392.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 198px;
  }
}
@media only screen and (max-width: 390.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 197px;
  }
}
@media only screen and (max-width: 388.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 196px;
  }
}
@media only screen and (max-width: 387px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 195px;
  }
}
@media only screen and (max-width: 385.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 194px;
  }
}
@media only screen and (max-width: 383.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 193px;
  }
}
@media only screen and (max-width: 381.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 192px;
  }
}
@media only screen and (max-width: 379.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 191px;
  }
}
@media only screen and (max-width: 378px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 190px;
  }
}
@media only screen and (max-width: 376.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 189px;
  }
}
@media only screen and (max-width: 374.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 188px;
  }
}
@media only screen and (max-width: 372.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 187px;
  }
}
@media only screen and (max-width: 370.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 186px;
  }
}
@media only screen and (max-width: 369px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 185px;
  }
}
@media only screen and (max-width: 367.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 184px;
  }
}
@media only screen and (max-width: 365.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 183px;
  }
}
@media only screen and (max-width: 363.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 182px;
  }
}
@media only screen and (max-width: 361.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 181px;
  }
}
@media only screen and (max-width: 360px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 180px;
  }
}
@media only screen and (max-width: 358.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 179px;
  }
}
@media only screen and (max-width: 356.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 178px;
  }
}
@media only screen and (max-width: 354.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 177px;
  }
}
@media only screen and (max-width: 352.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 176px;
  }
}
@media only screen and (max-width: 351px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 175px;
  }
}
@media only screen and (max-width: 349.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 174px;
  }
}
@media only screen and (max-width: 347.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 173px;
  }
}
@media only screen and (max-width: 345.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 172px;
  }
}
@media only screen and (max-width: 343.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 171px;
  }
}
@media only screen and (max-width: 342px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 170px;
  }
}
@media only screen and (max-width: 340.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 169px;
  }
}
@media only screen and (max-width: 338.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 168px;
  }
}
@media only screen and (max-width: 336.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 167px;
  }
}
@media only screen and (max-width: 334.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 166px;
  }
}
@media only screen and (max-width: 333px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 165px;
  }
}
@media only screen and (max-width: 331.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 164px;
  }
}
@media only screen and (max-width: 329.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 163px;
  }
}
@media only screen and (max-width: 327.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 162px;
  }
}
@media only screen and (max-width: 325.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 161px;
  }
}
@media only screen and (max-width: 324px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 160px;
  }
}
@media only screen and (max-width: 322.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 159px;
  }
}
@media only screen and (max-width: 320.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 158px;
  }
}
@media only screen and (max-width: 318.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 157px;
  }
}
@media only screen and (max-width: 316.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 156px;
  }
}
@media only screen and (max-width: 315px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 155px;
  }
}
@media only screen and (max-width: 313.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 154px;
  }
}
@media only screen and (max-width: 311.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 153px;
  }
}
@media only screen and (max-width: 309.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 152px;
  }
}
@media only screen and (max-width: 307.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 151px;
  }
}
@media only screen and (max-width: 306px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 150px;
  }
}
@media only screen and (max-width: 304.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 149px;
  }
}
@media only screen and (max-width: 302.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 148px;
  }
}
@media only screen and (max-width: 300.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 147px;
  }
}
@media only screen and (max-width: 298.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 146px;
  }
}
@media only screen and (max-width: 297px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 145px;
  }
}
@media only screen and (max-width: 295.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 144px;
  }
}
@media only screen and (max-width: 293.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 143px;
  }
}
@media only screen and (max-width: 291.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 142px;
  }
}
@media only screen and (max-width: 289.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 141px;
  }
}
@media only screen and (max-width: 288px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 140px;
  }
}
@media only screen and (max-width: 286.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 139px;
  }
}
@media only screen and (max-width: 284.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 138px;
  }
}
@media only screen and (max-width: 282.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 137px;
  }
}
@media only screen and (max-width: 280.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 136px;
  }
}
@media only screen and (max-width: 279px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 135px;
  }
}
@media only screen and (max-width: 277.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 134px;
  }
}
@media only screen and (max-width: 275.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 133px;
  }
}
@media only screen and (max-width: 273.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 132px;
  }
}
@media only screen and (max-width: 271.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 131px;
  }
}
@media only screen and (max-width: 270px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 130px;
  }
}
@media only screen and (max-width: 268.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 129px;
  }
}
@media only screen and (max-width: 266.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 128px;
  }
}
@media only screen and (max-width: 264.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 127px;
  }
}
@media only screen and (max-width: 262.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 126px;
  }
}
@media only screen and (max-width: 261px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 125px;
  }
}
@media only screen and (max-width: 259.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 124px;
  }
}
@media only screen and (max-width: 257.4px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 123px;
  }
}
@media only screen and (max-width: 255.6px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 122px;
  }
}
@media only screen and (max-width: 253.8px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 121px;
  }
}
@media only screen and (max-width: 252px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 120px;
  }
}
@media only screen and (max-width: 250.2px) {
  body .content .list .video a .video-image,
  body .content .list-video-by-tag .video a .video-image {
    height: 119px;
  }
}
@media only screen and (max-width: 1486) {
  body .watch-video img,
  body .watch-video video {
    height: 636;
  }
}
@media only screen and (max-width: 1406px) {
  body .watch-video img,
  body .watch-video video {
    height: 599px;
  }
}
@media only screen and (max-width: 1326px) {
  body .watch-video img,
  body .watch-video video {
    height: 562px;
  }
}
@media only screen and (max-width: 1246px) {
  body .watch-video img,
  body .watch-video video {
    height: 525px;
  }
}
@media only screen and (max-width: 1166px) {
  body .watch-video img,
  body .watch-video video {
    height: 488px;
  }
}
@media only screen and (max-width: 1086px) {
  body .watch-video img,
  body .watch-video video {
    height: 451px;
  }
}
@media only screen and (max-width: 1006px) {
  body .watch-video img,
  body .watch-video video {
    height: 414px;
  }
}
@media only screen and (max-width: 926px) {
  body .watch-video img,
  body .watch-video video {
    height: 377px;
  }
}
@media only screen and (max-width: 846px) {
  body .watch-video img,
  body .watch-video video {
    height: 340px;
  }
}
@media only screen and (max-width: 766px) {
  body .watch-video img,
  body .watch-video video {
    height: 303px;
  }
}
@media only screen and (max-width: 686px) {
  body .watch-video img,
  body .watch-video video {
    height: 266px;
  }
}
@media only screen and (max-width: 606px) {
  body .watch-video img,
  body .watch-video video {
    height: 229px;
  }
}
@media only screen and (min-width: 1487px) {
  body .watch-video img,
  body .watch-video video {
    height: 636px;
  }
}
body {
  overflow-y: scroll;
}
.social-share-widget .share-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.social-share-widget .share-buttons .share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 85px;
  height: 32px;
  padding: 0 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.social-share-widget .share-buttons .share-btn img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.social-share-widget .share-buttons .share-btn.telegram {
  background: linear-gradient(135deg, #0088cc, #006bb3);
}
.social-share-widget .share-buttons .share-btn.telegram:hover {
  background: linear-gradient(135deg, #0099ee, #0088cc);
}
.social-share-widget .share-buttons .share-btn.whatsapp {
  background: linear-gradient(135deg, #25d366, #1ebe57);
}
.social-share-widget .share-buttons .share-btn.whatsapp:hover {
  background: linear-gradient(135deg, #2ee36f, #25d366);
}
.social-share-widget .share-buttons .share-btn.twitter {
  background: linear-gradient(135deg, #1da1f2, #1991da);
}
.social-share-widget .share-buttons .share-btn.twitter:hover {
  background: linear-gradient(135deg, #2bb0ff, #1da1f2);
}
.social-share-widget .share-buttons .share-btn.facebook {
  background: linear-gradient(135deg, #1877f2, #1565c0);
}
.social-share-widget .share-buttons .share-btn.facebook:hover {
  background: linear-gradient(135deg, #2988ff, #1877f2);
}
.social-share-widget .share-buttons .share-btn.copy {
  background: linear-gradient(135deg, #6c757d, #5a6169);
}
.social-share-widget .share-buttons .share-btn.copy:hover {
  background: linear-gradient(135deg, #7c8591, #6c757d);
}
.ismobile .social-share-widget .share-buttons {
  gap: 8px;
}
.ismobile .social-share-widget .share-buttons .share-btn {
  height: 30px;
  font-size: 10px;
  padding: 0 8px;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.ismobile .social-share-widget .share-buttons .share-btn img {
  width: 12px;
  height: 12px;
}
@media (min-width: 350px) {
  .ismobile .social-share-widget .share-buttons .share-btn {
    flex: 0 1 calc(20% - 7px);
    max-width: calc(20% - 7px);
  }
}
.header-desc {
  font-size: 19px;
}
.ismobile .header-title-tags {
  padding: 0 20px;
  font-size: 24px;
}
.ismobile .header-desc {
  font-size: 8px;
  position: absolute;
  z-index: -5;
}
.fluid_video_wrapper {
  width: max-content !important;
}
.fluid_button.fluid_button_subtitles,
.fluid_button.fluid_control_theatre.fluid_button_theatre {
  display: none !important;
}
html:not(.ismobile) .size-desktop {
  display: block;
}
html:not(.ismobile) .size-mobile {
  display: none;
}
html.ismobile .size-desktop {
  display: none;
}
html.ismobile .size-mobile {
  display: block;
}
@media only screen and (max-width: 450px) {
  .exo-native-widget {
    width: 100% !important;
  }
  .exo-native-widget .exo-native-widget-item-image-wrapper {
    z-index: 1 !important;
  }
}
.adult-modal {
  background: rgba(0, 0, 0, 0.97);
  z-index: 1999901 !important;
  display: block;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-header h5 {
  text-align: center;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-body {
  flex-direction: column;
  display: flex;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-body .video-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-body .video-text video {
  max-width: 80%;
  border-radius: 11px;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-body .video-text .text {
  padding: 15px 0;
  font-weight: 700;
  text-align: center;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-body .img-name-channel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-body .img-name-channel img {
  border-radius: 100px;
  width: 140px;
  height: 140px;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-body .img-name-channel .name-channel {
  padding-top: 15px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-confirm-footer {
  display: flex;
  flex-direction: column;
}
.adult-modal#modal-tg-channel .modal-dialog .modal-content .modal-confirm-footer a {
  margin: 0;
}
.adult-modal .modal-dialog {
  max-width: 420px !important;
  height: 100%;
}
.adult-modal .modal-dialog .modal-content {
  background-color: white;
  margin: 0 !important;
  padding: 28px 25px 30px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #868695;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
}
.adult-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
}
.adult-modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0 0 20px;
  padding-right: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #242424;
  text-align: center;
}
.adult-modal .modal-dialog .modal-content .modal-body {
  border-bottom: 0;
  padding: 0;
  color: #3e3e3e;
  text-align: center;
}
.adult-modal .modal-dialog .modal-content .modal-confirm-footer {
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 0;
}
.adult-modal .modal-dialog .modal-content .modal-confirm-footer button:focus {
  border: 2px solid #cb11ab;
}
.adult-modal .modal-dialog .modal-content .modal-confirm-footer .btn-confirm-your-age {
  background: linear-gradient(45deg, #f30378 33%, #c5088d 66%);
  border: 2px solid #cb11ab;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 24px 10px;
  margin-top: 12px;
  margin-right: 20px;
}
.adult-modal .modal-dialog .modal-content .modal-confirm-footer .btn-cancel-confirm-your-age {
  background-color: #fff;
  border: 2px solid #cb11ab;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  cursor: pointer;
  color: #cb11ab;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 24px 10px;
  margin-top: 12px;
}
.ismobile .adult-modal .modal-dialog .modal-content .modal-confirm-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.ismobile .adult-modal .modal-dialog .modal-content .modal-confirm-footer button,
.ismobile .adult-modal .modal-dialog .modal-content .modal-confirm-footer a {
  margin: 10px 0 0 0;
  width: 100%;
}
.ismobile div#exo-mobile-im-container-wrapper > div#exo-mobile-im-container > div#exo-mobile-im-close-button > img {
  height: 24px;
  width: 24px;
}
.categories-list.list .language-of-translated-name {
  text-transform: capitalize !important;
}
.fluid_video_wrapper .fluid_player_skip_offset__backward-icon {
  background: url(data:image/svg+xml;base64,PCEtLSBpY29uNjY2LmNvbSAtIE1JTExJT05TIHZlY3RvciBJQ09OUyBGUkVFIC0tPjxzdmcgaWQ9IkxheWVyXzEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1NjAgMTU2MCIgdmlld0JveD0iMCAwIDE1NjAgMTU2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Zz48Zz48cGF0aCBkPSJtODQwLjUgMTU1NmMtOC4yIDAtMTYuNC0zLjEtMjIuNi05LjRsLTc0Ni4xLTc0N2MtNi02LTkuNC0xNC4xLTkuNC0yMi42czMuNC0xNi42IDkuNC0yMi42bDc0MS45LTc0MWMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMGwxMDUuMiAxMDUuNGM2IDYgOS40IDE0LjEgOS40IDIyLjZzLTMuNCAxNi42LTkuNCAyMi42bC02MTMuOSA2MTMuMiA2MTguMiA2MTljNiA2IDkuNCAxNC4xIDkuNCAyMi42cy0zLjQgMTYuNi05LjQgMjIuNmwtMTA1LjQgMTA1LjJjLTYuMiA2LjMtMTQuNCA5LjQtMjIuNiA5LjR6bS03MDAuOC03NzkgNzAwLjggNzAxLjcgNjAuMS02MC02MTguMi02MTljLTYtNi05LjQtMTQuMS05LjQtMjIuNnMzLjQtMTYuNiA5LjQtMjIuNmw2MTMuOS02MTMuMi02MC02MC4xeiI+PC9wYXRoPjwvZz48Zz48cGF0aCBkPSJtMTM2MC4yIDE1NTZjLTguNSAwLTE2LjYtMy40LTIyLjYtOS40bC03NDYuMS03NDdjLTYtNi05LjQtMTQuMS05LjQtMjIuNnMzLjQtMTYuNiA5LjQtMjIuNmw3NDEuOS03NDFjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDBsMTA1LjIgMTA1LjRjNiA2IDkuNCAxNC4xIDkuNCAyMi42cy0zLjQgMTYuNi05LjQgMjIuNmwtNjEzLjkgNjEzLjIgNjE4LjIgNjE5YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xMDUuNCAxMDUuMmMtNiA1LjktMTQuMiA5LjMtMjIuNiA5LjN6bS03MDAuOC03NzkgNzAwLjggNzAxLjcgNjAuMS02MC02MTguMi02MTljLTYtNi05LjQtMTQuMS05LjQtMjIuNnMzLjQtMTYuNiA5LjQtMjIuNmw2MTMuOS02MTMuMi02MC02MC4xeiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+) no-repeat !important;
}
.fluid_video_wrapper .fluid_player_skip_offset__backward-icon.animate {
  opacity: 0.15 !important;
}
.fluid_video_wrapper .fluid_player_skip_offset__forward-icon {
  background: url(data:image/svg+xml;base64,PCEtLSBpY29uNjY2LmNvbSAtIE1JTExJT05TIHZlY3RvciBJQ09OUyBGUkVFIC0tPjxzdmcgaWQ9IkxheWVyXzEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1NjAgMTU2MCIgdmlld0JveD0iMCAwIDE1NjAgMTU2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Zz48Zz48cGF0aCBkPSJtNzIzLjYgMTU1NmMtOC4yIDAtMTYuNC0zLjEtMjIuNi05LjRsLTEwNS4yLTEwNS40Yy02LTYtOS40LTE0LjEtOS40LTIyLjZzMy40LTE2LjYgOS40LTIyLjZsNjEzLjktNjEzLjItNjE4LjItNjE5Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM2wxMDUuNC0xMDUuMmM2LTYgMTQuMS05LjQgMjIuNi05LjQgOC41IDAgMTYuNiAzLjQgMjIuNiA5LjRsNzQ2LjEgNzQ3YzYgNiA5LjQgMTQuMSA5LjQgMjIuNnMtMy40IDE2LjYtOS40IDIyLjZsLTc0MS45IDc0MWMtNi40IDYuNC0xNC41IDkuNS0yMi43IDkuNXptLTYwLTEzNy4zIDYwIDYwLjEgNjk2LjctNjk1LjgtNzAwLjktNzAxLjctNjAuMSA2MCA2MTguMiA2MTljNiA2IDkuNCAxNC4xIDkuNCAyMi42cy0zLjQgMTYuNi05LjQgMjIuNnoiPjwvcGF0aD48L2c+PGc+PHBhdGggZD0ibTIwMy45IDE1NTZjLTguMiAwLTE2LjQtMy4xLTIyLjYtOS40bC0xMDUuMi0xMDUuNGMtNi02LTkuNC0xNC4xLTkuNC0yMi42czMuNC0xNi42IDkuNC0yMi42bDYxMy45LTYxMy4yLTYxOC4yLTYxOWMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNsMTA1LjQtMTA1LjJjNi02IDE0LjEtOS40IDIyLjYtOS40IDguNSAwIDE2LjYgMy40IDIyLjYgOS40bDc0Ni4xIDc0N2M2IDYgOS40IDE0LjEgOS40IDIyLjZzLTMuNCAxNi42LTkuNCAyMi42bC03NDIgNzQxYy02LjIgNi40LTE0LjQgOS41LTIyLjYgOS41em0tNTkuOS0xMzcuMyA2MCA2MC4xIDY5Ni43LTY5NS44LTcwMC45LTcwMS43LTYwLjEgNjAgNjE4LjIgNjE5YzYgNiA5LjQgMTQuMSA5LjQgMjIuNnMtMy40IDE2LjYtOS40IDIyLjZ6Ij48L3BhdGg+PC9nPjwvZz48L3N2Zz4=) no-repeat !important;
}
.fluid_video_wrapper .fluid_player_skip_offset__forward-icon.animate {
  opacity: 0.15 !important;
}
.fluid_button.fluid_button_video_source {
  right: 15px;
}
.block-loading_videos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.block-loading_videos .btn-load-more {
  background: linear-gradient(45deg, #f30378 33%, rgba(197, 8, 141, 0.8) 66%) !important;
  border: 2px solid #cb11ab;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  cursor: pointer;
  color: #fff !important;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 34px 10px;
}
.ismobile body .content .pagination a,
.ismobile body .content .pagination .prev.disabled span,
.ismobile body .content .pagination .next.disabled span {
  padding: 3px 13px;
  margin-left: 5px;
  margin-right: 5px;
}
.sharethis-inline-share-buttons {
  margin-top: 10px;
  height: 32px;
  z-index: 0 !important;
}
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_play:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_pause:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_skip_back:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_skip_forward:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_volume:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_mute:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_video_source:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_fullscreen:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_fullscreen_exit:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_playback_rate:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_download:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_theatre:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_subtitles:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_cardboard:before,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_button.fluid_button_mini_player:before {
  background-image: url("/img/fluidplayer/fluid_icons.svg") !important;
}
#fluid_video_wrapper_video-id {
  max-width: 100% !important;
}
@keyframes gradient {
  0% {
    background-position: 80% 0%;
  }
  50% {
    background-position: 20% 100%;
  }
  100% {
    background-position: 80% 0%;
  }
}
.ismobile body .content .list .video.ad-telegram-banner,
.ismobile body .content .list-video-by-tag .video.ad-telegram-banner {
  display: block !important;
  background: linear-gradient(149deg, #bb185c 0%, #742fd5 42%, #bb1894 72%, #ab3fcc 100%);
  animation: gradient 7s infinite linear;
  background-size: 400%;
}
.ismobile body .content .list .video.ad-telegram-banner a,
.ismobile body .content .list-video-by-tag .video.ad-telegram-banner a {
  text-decoration: none;
}
.ismobile body .content .list .video.ad-telegram-banner a .video-image,
.ismobile body .content .list-video-by-tag .video.ad-telegram-banner a .video-image {
  padding: 10px;
}
.ismobile body .content .list .video.ad-telegram-banner a .ad-watch-in-the-telegram,
.ismobile body .content .list-video-by-tag .video.ad-telegram-banner a .ad-watch-in-the-telegram {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 5px 15px;
  text-align: center;
  border: 1px solid #00000000;
  text-decoration: none;
  width: 100%;
}
.ismobile body .content .list .video.ad-telegram-banner a .ad-watch-in-the-telegram img,
.ismobile body .content .list-video-by-tag .video.ad-telegram-banner a .ad-watch-in-the-telegram img {
  border-radius: 4px;
  width: 30px;
}
.ismobile body .content .list .video.ad-telegram-banner a .ad-watch-in-the-telegram span,
.ismobile body .content .list-video-by-tag .video.ad-telegram-banner a .ad-watch-in-the-telegram span {
  margin-left: 5px;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  body .desktop-header {
    display: none !important;
  }
  body .mobile-header {
    display: flex !important;
  }
  body .mobile-header .header-navigation .navigation .menu {
    width: 100% !important;
    left: 0 !important;
  }
  body .mobile-header .header-navigation .navigation .menu ul {
    margin: 7.5px 0 !important;
  }
  body .mobile-header .header-navigation .navigation .menu ul li {
    margin-left: 0 !important;
  }
  body .mobile-header .header-navigation .navigation .menu ul li a {
    text-align: center !important;
    border-radius: 0 !important;
  }
  body .mobile-header .navigation-logo-search {
    margin: 8px 0 !important;
  }
  body .mobile-header .navigation-logo-search .logo {
    position: absolute;
    left: 70px;
  }
}
body .content .categories-list .video .video-inside a .language-of-translated-name {
  position: absolute;
  width: max-content;
  border-top-right-radius: 5px;
  background-color: rgba(22, 22, 22);
}
.categories-bottom {
  display: none;
}
.ismobile .categories-bottom {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 15px;
  background-color: #262735;
  height: 100%;
  width: 100%;
}
.ismobile .categories-bottom .categories-bottom-title-count {
  overflow-y: scroll;
  max-height: calc(100vh - 245px);
}
.ismobile .categories-bottom .categories-bottom-title-count .category-bottom-title-count {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dotted white;
  color: white;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 5px 4px 1px;
}
.ismobile .categories-bottom .categories-bottom-title-count .category-bottom-title-count .category-bottom-title {
  border-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ismobile .categories-bottom .categories-bottom-title-count .category-bottom-title-count .category-bottom-count {
  border-bottom: 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ismobile .categories-bottom .categories-bottom-title-count .category-bottom-title-count .category-bottom-count img {
  margin-left: 5px;
}
.li-telegram {
  background-color: #2AABEE !important;
}
button.mobile.navbar-toggle {
  margin: 0;
}
.player-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px 15px;
  font-size: 12px;
  font-weight: 700;
  font-family: system-ui;
  flex-wrap: wrap;
}
.player-buttons .back,
.player-buttons .forward {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 6px;
}
.player-buttons .back > a,
.player-buttons .forward > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 9px;
  color: white !important;
  text-decoration: none;
}
.player-buttons .back > a:active,
.player-buttons .forward > a:active,
.player-buttons .back > a:hover,
.player-buttons .forward > a:hover {
  background-color: #e83381;
  text-decoration: none;
}
.player-buttons .back > a svg,
.player-buttons .forward > a svg {
  width: 16px;
  font-weight: 600;
}
.player-buttons .back > a.back-10s,
.player-buttons .forward > a.back-10s,
.player-buttons .back > a.forward-10m,
.player-buttons .forward > a.forward-10m {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.player-buttons .back > a.back-10m,
.player-buttons .forward > a.back-10m,
.player-buttons .back > a.forward-10s,
.player-buttons .forward > a.forward-10s {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.player-buttons .back .back-1m,
.player-buttons .forward .back-1m,
.player-buttons .back .forward-1m,
.player-buttons .forward .forward-1m {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#vue-app .site-rules {
  margin: 10px 15px;
}
body .footer .email-domains .site-rules {
  text-align: left;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  right: 15px;
}
.read-sex-stories {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #00000000;
  text-decoration: none;
  margin-top: 5px;
  background: linear-gradient(149deg, #bb185c 0%, #742fd5 42%, #bb1894 72%, #ab3fcc 100%);
  animation: gradient 7s infinite linear;
  background-size: 400%;
}
.read-sex-stories img {
  border-radius: 4px;
  width: 30px;
}
.read-sex-stories span {
  margin-left: 5px;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 700;
}
.read-sex-stories:hover,
.read-sex-stories:focus {
  text-decoration: none;
  color: white;
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.view-video .exo-native-widget-item-title {
  color: white !important;
}
.video-sort-container {
  margin: 5px 0;
  position: relative;
  padding: 0 15px;
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.video-sort-container .sort-label strong {
  font-weight: bold;
}
.video-sort-container .sort-dropdown {
  display: inline-block;
  margin-left: 0;
  position: relative;
}
.video-sort-container .sort-dropdown .sort-dropdown-btn {
  padding: 8px 30px 8px 8px;
  cursor: pointer;
  border: 0;
  background: none;
  border-radius: 4px;
  position: relative;
  color: white;
}
.video-sort-container .sort-dropdown .sort-dropdown-btn > span:last-child {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.video-sort-container .sort-dropdown .sort-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: -6px;
  background: #262735;
  border: 1px solid #262735;
  border-radius: 4px;
  margin-top: 4px;
  min-width: 200px;
  z-index: 1000;
}
.video-sort-container .sort-dropdown .sort-dropdown-menu.show {
  display: block;
}
.video-sort-container .sort-dropdown .sort-dropdown-menu .sort-dropdown-item {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
  background-color: #262735;
}
.video-sort-container .sort-dropdown .sort-dropdown-menu .sort-dropdown-item:hover {
  background: #111115;
}
.video-sort-container .sort-dropdown .sort-dropdown-menu .sort-dropdown-item.active {
  background: #111115;
  font-weight: bold;
}
.video-sort-container .sort-dropdown .sort-dropdown-menu .sort-dropdown-item:focus,
.video-sort-container .sort-dropdown .sort-dropdown-menu .sort-dropdown-item:focus-visible {
  outline: none;
  outline-offset: 0;
}
.additional-tags-widget {
  margin: 10px 0;
  padding: 10px 15px;
  border-radius: 8px;
}
.additional-tags-widget .additional-tags-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 5px 0;
  scrollbar-width: thin;
  scrollbar-color: #555 #2a2a2a;
  transition: all 0.3s ease;
}
.additional-tags-widget .additional-tags-list.expanded {
  flex-wrap: wrap;
  overflow-x: visible;
  max-height: none;
}
.additional-tags-widget .additional-tags-list::-webkit-scrollbar {
  height: 6px;
}
.additional-tags-widget .additional-tags-list::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 3px;
}
.additional-tags-widget .additional-tags-list::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 3px;
}
.additional-tags-widget .additional-tags-list::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.additional-tags-widget .additional-tags-list .additional-tag-item {
  display: inline-block;
  flex-shrink: 0;
}
.additional-tags-widget .additional-tags-list .additional-tag-item.toggle-item .toggle-tags-btn {
  background: #333;
  border: 1px solid #555;
  border-radius: 6px;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.additional-tags-widget .additional-tags-list .additional-tag-item.toggle-item .toggle-tags-btn:hover {
  background: #444;
  border-color: #666;
}
.additional-tags-widget .additional-tags-list .additional-tag-item.toggle-item .toggle-tags-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.additional-tags-widget .additional-tags-list .additional-tag-item.toggle-item .toggle-tags-btn .btn-icon {
  transition: transform 0.3s ease;
  line-height: 1;
}
.additional-tags-widget .additional-tags-list .additional-tag-item .additional-tag-link {
  display: inline-flex;
  align-items: center;
  padding: 3px 4px;
  background: #333;
  border: 1px solid #555;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
}
.additional-tags-widget .additional-tags-list .additional-tag-item .additional-tag-link:hover {
  background: #444;
  border-color: #666;
}
.additional-tags-widget .additional-tags-list .additional-tag-item .additional-tag-link .tag-name {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 768px) {
  .additional-tags-widget .additional-tags-list {
    gap: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .additional-tags-widget .additional-tags-list .additional-tag-item {
    flex-shrink: 0;
  }
  .additional-tags-widget .additional-tags-list .additional-tag-item.toggle-item .toggle-tags-btn {
    padding: 6px 10px;
    font-size: 14px;
    height: 100%;
  }
  .additional-tags-widget .additional-tags-list .additional-tag-item .additional-tag-link {
    min-width: max-content;
    padding: 5px 8px;
  }
}
