body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0
}

fieldset,img {
  border: 0
}

* {
  outline: none;
  text-decoration: none
}

img,object,embed {
  vertical-align: bottom
}

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

address,caption,cite,code,dfn,em,th,var {
  font-style: normal;
  font-weight: normal
}

ol,ul {
  list-style: none
}

caption,th {
  text-align: left
}

html {
  height: 100%
}

body {
  font-family: sans-serif;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  color: rgba(255,255,255,0.3);
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-weight: 400;
  background: #1a1c1e
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?nddhpi");
  src: url("../fonts/icomoon.eot?nddhpi#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?nddhpi") format("truetype"),url("../fonts/icomoon.woff?nddhpi") format("woff"),url("../fonts/icomoon.svg?nddhpi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

.container {
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  padding-bottom: 152px
}

@media screen and (max-width: 1023px) {
  .container {
      padding-bottom:224px
  }
}

.content {
  max-width: 1400px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
  .content_mobile {
      padding-top:10px !important
  }
}

.main-container {
  width: 100%
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px;
  padding: 16px 0 0;
  width: 100%;
  justify-content: space-between
}

@media screen and (max-width: 420px) {
  .headline {
      padding:16px 0 0;
      margin: 0 0 16px
  }
}

.headline h1,.headline h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff
}

@media screen and (max-width: 420px) {
  .headline h1,.headline h2 {
      font-size:16px
  }
}

.headline .button,.headline .more {
  padding: 7px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #ffa31a;
  border-radius: 4px;
  margin: 2px 0 2px 3px
}

.headline .button:hover,.headline .more:hover {
  box-shadow: 0 0 4px #ffa31a
}

.headline .more span {
  white-space: nowrap
}

.main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 40px
}

@media screen and (max-width: 1023px) {
  .main-content {
      padding:0 0 20px
  }
}

.box {
  margin: 0 0 20px;
  width: 100%
}

.logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0
}

.logo a {
  display: block
}

@media screen and (max-width: 1023px) {
  .logo__img {
      width:70px
  }
}

.logo__img--mobile {
  display: none
}

@media screen and (max-width: 420px) {
  .logo__img--mobile {
      display:block;
      width: 40px
  }
}

.margin-fix {
  margin: -10px 0 0 -10px;
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 420px) {
  .margin-fix {
      margin:0
  }
}

.hidden {
  display: none !important
}

.support__email {
  display: inline-flex;
  font-style: normal
}

.support__email:after {
  content: "support@sextu.com";
  white-space: pre-line;
  color: #ffa31a
}

#s-vda {
  width: 100%;
  margin-top: 20px
}

#s-vda:empty {
  display: none
}

.download-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;
  z-index: 10
}

.download-modal.is-active {
  display: flex
}

.download-modal__inner {
  background: #1a1c1e;
  padding: 15px;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 4px
}

.download-modal__title {
  font-weight: bold;
  color: #fff;
  font-size: 18px
}

#download {
  color: #ffa31a
}

#download,#downloader-download {
  cursor: pointer
}

#downloader-download {
  display: none
}

#downloader-download[style*=flex] {
  color: #62e143
}

#downloader-download[style*=flex]+* {
  display: none
}

.chrome-web-store {
  display: inline-flex;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  align-items: center;
  width: fit-content
}

.chrome-web-store-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center
}

.chrome-web-store-icon IMG {
  height: 100%
}

.chrome-web-store-text {
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px
}

.qlink {
  display: flex;
  background: #ffa31a;
  align-items: center;
  justify-content: center;
  color: #FFF;
  height: 35px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 5px
}

.qlink:hover {
  background: #b80c74
}

.or {
  height: 20px;
  position: relative;
  margin: 15px 0
}

.or::before {
  content: 'or';
  display: block;
  z-index: 11;
  background: #28282e;
  padding: 5px 10px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  line-height: 1
}

.or::after {
  z-index: 10;
  content: '';
  display: block;
  height: 1px;
  background: #9e9e9e;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%)
}

#underplayer,#underplayer_direct {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 90px
}

.phone #underplayer,.phone #underplayer_direct {
  height: 100px;
  margin: 0 auto
}

.da-text {
  font-size: 12px;
  text-align: center;
  margin-top: 4px
}

.green-blink-dot {
  background: #6ecf94;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: blink 1s infinite alternate;
  margin-right: 10px
}

@keyframes blink {
  0% {
      opacity: 0;
      transform: scale(1)
  }

  100% {
      opacity: 1;
      transform: scale(1.25)
  }
}

.promo-bar {
  position: fixed;
  top: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  z-index: 110;
  width: 100%
}

.promo-bar__link {
  color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.promo-bar__close {
  position: absolute;
  right: 10px;
  color: #FFF;
  fill: #FFF;
  height: 100%;
  cursor: pointer;
  background: none;
  border: 0
}

.promo-bar+.container {
  padding-top: 44px
}

.notify {
  background: #252525;
  padding: 15px;
  position: fixed;
  right: 20px;
  top: 60px;
  z-index: 400;
  font-size: 18px;
  transition: opacity 0.25s;
  opacity: 0;
  color: rgba(255,255,255,0.5)
}

.notify::first-letter {
  text-transform: uppercase
}

.notify.is-active {
  opacity: 1
}

.notify i {
  margin-right: 10px
}

.notify .i-close,.notify .is-nav .i-bars,.is-nav .notify .i-bars {
  color: red
}

.notify .i-check {
  color: green
}

.notify .i-close:before {
  content: "X"
}

.notify .i-check:before {
  content: "V"
}

.ndrdheiyfs {
  margin-bottom: 20px
}

.ndrdheiyfs>div {
  width: 100%
}

.ndrdheiyfs>div>div {
  margin: 0 0 50px -10px;
  width: calc(100% + 10px);
  display: inline-flex
}

@media screen and (max-width: 420px) {
  .ndrdheiyfs>div>div {
      margin:-15px 0 0 -10px;
      display: block
  }
}

.ndrdheiyfs>div>div>div {
  width: calc(100%/4 - 10px);
  margin: 0 0 0 10px
}

@media screen and (max-width: 420px) {
  .ndrdheiyfs>div>div>div {
      display:block;
      width: calc(100% - 10px);
      margin: 0 0 50px 10px
  }
}

.ndrdheiyfs>div>div>div.clear {
  display: none
}

.ndrdheiyfs>div>div>div>a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  cursor: pointer;
  height: 100%;
  font: inherit
}

.ndrdheiyfs>div>div>div>a>div:first-child>div:first-child {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: top !important;
  background-size: cover;
  z-index: 1
}

.ndrdheiyfs>div>div>div>a>div:nth-child(2) {
  position: absolute;
  bottom: -33px;
  color: #fff;
  width: 100%
}

.ndrdheiyfs>div>div>div>a>div:nth-child(2)>div {
  display: none
}

.ndrdheiyfs>div>div>div>a>div:nth-child(2)>div:first-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (max-width: 420px) {
  .__nbox-video>div>div>div {
      width:calc(50% - 10px);
      float: left
  }
}

.exo-native-widget-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top center !important;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (max-width: 420px) {
  .__nbox-video:after {
      content:"";
      display: block;
      clear: both
  }
}

.__nbox .__nat_link:hover .__nat_title {
  font-weight: inherit
}

.__nbox .__nat_box {
  margin: 0 0 50px -10px;
  width: calc(100% + 10px)
}

.__nbox .__nat_item {
  max-width: inherit;
  height: auto;
  overflow: visible;
  margin: 0 0 0 10px;
  width: calc(100%/4)
}

.__nbox a.__nat_link {
  padding-top: 56.25%
}

.__nbox .__nat_title {
  bottom: -33px;
  background: none;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif
}

.__nbox .__nat_ad {
  text-shadow: none;
  font-size: 10px;
  line-height: 20px;
  font-weight: 100;
  opacity: .85
}

img.__nat_pixi {
  position: absolute;
  top: 0;
  opacity: 0
}

@media screen and (max-width: 420px) {
  .__nbox {
      display:block
  }

  .__nbox .__nat_box {
      display: block;
      width: 100%;
      margin: -10px 0 0 -10px
  }

  .__nbox .__nat_item {
      width: 100%;
      display: block;
      margin: 0 0 50px 10px
  }

  .__nbox-video .__nat_item {
      width: calc(50% - 10px);
      float: left
  }

  .__nbox-video .__nat_box {
      width: calc(100% + 10px)
  }
}

.__nbox-video {
  display: block
}

@media screen and (min-width: 421px) {
  .__nbox .__nat_item {
      width:calc(100%/4 - 10px)
  }
}

.header__bn {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 12px;
  margin: 12px auto 0;
  width: 300px;
  height: 100px
}

.video-right-top {
  flex-direction: column;
  display: flex;
  align-items: center
}

@media (max-width: 767px) {
  .video-right-top {
      flex-direction:row;
      justify-content: center;
      padding-top: 15px
  }

  .video-right-top .text {
      font-size: 15px !important
  }
}

.video-right-top>div:not(:last-child) {
  margin-bottom: 8px
}

@media (max-width: 1200px) {
  .video-right-top>div:first-child+div {
      margin-bottom:8px
  }
}

.video-right-top>div {
  overflow: hidden;
  width: 300px;
  height: 250px
}

@media (max-width: 767px) {
  .video-right-top>div#ntv_b {
      margin:0 10px 10px
  }
}

@media (max-width: 1200px) {
  .video-right-top>div {
      width:calc(300px * 0.7);
      height: calc(250px * 0.7)
  }

  .video-right-top>div>* {
      transform: scale(0.7);
      transform-origin: top left
  }
}

@media (max-width: 767px) {
  .video-right-top>div {
      width:calc(300px * 0.6);
      height: calc(250px * 0.6)
  }

  .video-right-top>div>* {
      transform: scale(0.6);
      transform-origin: top left
  }
}

@media (max-width: 580px) {
  .video-right-top>div {
      width:calc(300px * 0.5);
      height: calc(250px * 0.5)
  }

  .video-right-top>div>* {
      transform: scale(0.5);
      transform-origin: top left
  }
}

.video-right-top+div {
  margin-top: 4px;
  text-decoration: none;
  display: flex;
  justify-content: center
}

.video-right-top+div a {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  text-decoration: none
}

.index-ntv {
  overflow: hidden;
  width: calc(300px * 0.75);
  height: calc(250px * 0.75);
  margin-bottom: 15px
}

.index-ntv>* {
  transform: scale(0.75);
  transform-origin: top left
}

@media (max-width: 1200px) {
  .index-ntv {
      width:calc(300px * 0.7);
      height: calc(250px * 0.7)
  }

  .index-ntv>* {
      transform: scale(0.7);
      transform-origin: top left
  }
}

#fhvids {
  width: 100%;
  margin-top: 15px
}

#fhvids .fh-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

#fhvids .fh-slider__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #fff
}

@media screen and (max-width: 420px) {
  #fhvids .fh-slider__title {
      font-size:16px
  }
}

#fhvids .fh-slider__arrows {
  display: flex
}

#fhvids .fh-slider__arrows button {
  display: flex;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  fill: #fff;
  font-size: 0px;
  cursor: pointer
}

#fhvids .fh-slider__arrows button:disabled {
  opacity: 0.3;
  cursor: default
}

#fhvids .fh-slider__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none
}

#fhvids .fh-slider__inner::-webkit-scrollbar {
  display: none
}

#fhvids .fh-item {
  width: calc(100% / 5 - 10px);
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none
}

@media (max-width: 1366px) {
  #fhvids .fh-item {
      width:calc(100% / 4 - 10px)
  }
}

@media (max-width: 1023px) {
  #fhvids .fh-item {
      width:calc(100% / 3 - 10px)
  }
}

@media (max-width: 768px) {
  #fhvids .fh-item {
      width:calc(100% / 2 - 10px)
  }
}

#fhvids .fh-item .fh-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: rgba(255,255,255,0.3)
}

#fhvids .fh-item .fh-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

#fhvids .fh-item .fh-thumb .duration {
  position: absolute;
  bottom: 4px;
  right: 0;
  background: #1a1c1e;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.5);
  padding: 0 4px;
  z-index: 1
}

#fhvids .fh-item .fh-info {
  padding: 6px 0
}

#fhvids .fh-item .fh-info .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#fhvids .fh-item .fh-info .wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  gap: 8px;
  margin-top: 2px
}

#fhvids .fh-item .fh-info .wrap div {
  position: relative;
  padding-left: 16px;
  color: rgba(255,255,255,0.3)
}

#fhvids .fh-item .fh-info .wrap div::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px
}

#fhvids .fh-item .fh-info .wrap .rating {
  color: rgba(255,255,255,0.3)
}

#fhvids .fh-item .fh-info .wrap .rating::before {
  content: "\e90b"
}

#fhvids .fh-item .fh-info .wrap .views {
  padding-left: 22px
}

#fhvids .fh-item .fh-info .wrap .views::before {
  left: 2px;
  content: "\e909"
}

.btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer
}

.btn-accent {
  background: #ffa31a
}

.btn-min {
  height: 28px;
  padding: 0 8px
}

.btn-min svg {
  margin-right: 4px
}

.btn-upload {
  height: 44px;
  width: 44px;
  padding: 0;
  justify-content: center;
  background: rgba(255,255,255,0.05)
}

.btn-upload:hover {
  box-shadow: 0 0 4px rgba(255,255,255,0.3)
}

.btn-accent[disabled] {
  opacity: 0.3
}

.header {
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column
}

@media screen and (max-width: 1023px) {
  .header {
      background:#1a1c1e
  }
}

.header .content {
  align-items: center;
  justify-content: space-between;
  overflow: visible
}

.header__top {
  height: 76px;
  display: flex;
  transition: top 0.5s;
  z-index: 100
}

.header__top .btn-upload {
  order: 3;
  margin-right: 16px
}

@media screen and (max-width: 1023px) {
  .header__top .btn-upload {
      display:none
  }
}

@media screen and (max-width: 1023px) {
  .header__top {
      background:#1a1c1e;
      position: fixed
  }

  body:has(.promo-bar) .header__top[style*="top: 0px;"] {
      margin-top: 44px
  }
}

@media screen and (max-width: 420px) {
  .header__top {
      height:60px
  }
}

.header__sites {
  background-color: #131516;
  border-top: 1px solid rgba(255,255,255,0.1)
}

@media screen and (max-width: 1023px) {
  .header__sites {
      border-top:none;
      margin-top: 76px
  }
}

@media (max-width: 420px) {
  .header__sites {
      margin-top:60px
  }
}

.header__sites .sites__list {
  display: flex;
  align-items: center;
  padding: 8px 0;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 1279px) {
  .header__sites .sites__list {
      overflow-x: auto;
      overflow-y: hidden
  }
}

.header__sites .sites__item {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap
}

.header__sites .sites__item:first-child {
  margin-left: 0
}

.header__sites .sites__item--hl {
  display: flex;
  align-items: center
}

@media (max-width: 1400px) {
  .header__sites .sites__item--hl:nth-child(1)+A+A+A+A {
      display:none
  }
}

.header__sites .sites__item--hl SPAN {
  display: inline-flex;
  margin-right: 5px;
  color: yellow;
  font-size: 10px
}

.header__sites .sites__item--hl IMG {
  display: inline-flex;
  margin-right: 5px;
  width: 12px;
  height: 12px
}

.header__sites .sites__item--hl svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  fill: #ffffff4d;
  position: relative;
  margin-top: -2px
}

.header__sites .sites__item--hl:hover SVG {
  fill: rgba(255,255,255,0.9)
}

@media screen and (max-width: 1279px) {
  .header__sites .sites__item {
      white-space:nowrap
  }
}

@media screen and (max-width: 1023px) {
  .header__sites .sites__item {
      line-height:30px
  }
}

.header__sites .sites__all {
  white-space: nowrap;
  color: #ffa31a
}

.no-touch .header__sites .sites__item:hover {
  color: rgba(255,255,255,0.9)
}

.header__sites .sites__list {
  scrollbar-width: none
}

.header__sites .sites__list::-webkit-scrollbar {
  display: none
}

.header__sites .sites__list::-webkit-scrollbar-thumb {
  display: none
}

.no-touch .header__sites .sites__list {
  scrollbar-width: none
}

.no-touch .header__sites .sites__list::-webkit-scrollbar {
  display: none
}

.no-touch .header__sites .sites__list::-webkit-scrollbar-thumb {
  display: none
}

.search {
  max-width: 400px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px
}

@media screen and (max-width: 420px) {
  .search {
      padding-left:16px
  }
}

.search form {
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  position: relative;
  margin-left: 40px
}

@media screen and (max-width: 1279px) {
  .search form {
      margin-left:16px
  }
}

@media screen and (max-width: 420px) {
  .search form {
      margin-left:0
  }
}

.search-text input {
  border: 1px solid #40424e;
  border-radius: 4px;
  width: 100%;
  background: #1a1c1e;
  color: #ffffff;
  padding: 13px 60px 13px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.search-text input:focus {
  outline: none
}

.search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: url("../images/search.svg?v2") center no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 0.6
}

.search-response {
  position: absolute;
  display: none;
  background: #25252C;
  width: 100%;
  z-index: 100
}

.search-response--open {
  display: block
}

.search-response p {
  display: flex;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
  align-items: center;
  height: 40px;
  text-transform: capitalize
}

.search-response a {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
  align-items: center
}

.search-response__list {
  display: none
}

.no-touch .search .search-button:hover {
  opacity: 1
}

.no-touch .search-response a:hover {
  color: #fff;
  background: #1a1c1e
}

.header nav {
  order: 3;
  flex: 1
}

@media screen and (max-width: 1023px) {
  .header nav {
      flex:none
  }
}

.header+nav {
  border: 1px solid #dfe0e1;
  border-left: 0;
  border-right: 0;
  background-color: #fff
}

.navigation {
  position: relative
}

.navigation .button {
  display: none;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer
}

@media screen and (max-width: 1023px) {
  .navigation .button {
      display:block
  }
}

.navigation .button .icon {
  display: inline-block;
  position: relative
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1260px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto
}

@media screen and (max-width: 1023px) {
  .navigation {
      padding:0
  }
}

.navigation.open .primary {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.navigation .primary {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex: 1 1;
  justify-content: flex-end;
  align-items: center;
  text-align: center
}

.navigation .primary ul {
  display: flex;
  margin-left: 40px
}

@media screen and (max-width: 1279px) {
  .navigation .primary ul {
      margin-left:16px
  }
}

@media screen and (max-width: 1023px) {
  .navigation .primary ul {
      margin-left:0;
      flex-direction: column
  }
}

.navigation .primary .button {
  display: none
}

@media screen and (max-width: 1023px) {
  .navigation .primary .button {
      display:inline-flex;
      top: 10px;
      right: 8px;
      width: auto;
      position: absolute
  }
}

@media screen and (max-width: 1023px) {
  .navigation .primary {
      opacity:0;
      visibility: hidden;
      position: fixed;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #1a1c1e;
      padding: 10px;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.28);
      box-shadow: 0 3px 7px rgba(0,0,0,0.28);
      -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
      transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
      z-index: 1001
  }
}

.navigation .primary li {
  margin-left: 40px
}

@media screen and (max-width: 1279px) {
  .navigation .primary li {
      margin-left:16px
  }
}

@media screen and (max-width: 1023px) {
  .navigation .primary li {
      margin-left:0
  }
}

.navigation .primary--upload {
  display: none
}

@media screen and (max-width: 1023px) {
  .navigation .primary--upload {
      display:block
  }
}

.navigation .primary li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-left: 0
}

.navigation .primary a {
  display: block;
  padding: 17px 4px;
  position: relative;
  color: rgba(255,255,255,0.9);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px
}

@media (max-width: 1130px) {
  .navigation .primary a {
      font-size:14px
  }
}

.navigation .primary a img {
  margin-right: 8px;
  height: 20px
}

.no-touch .navigation .primary a:hover::before {
  width: 100%
}

.no-touch .navigation .primary .highlight.drop a:hover::before {
  width: auto
}

.no-touch .navigation .primary a:hover {
  color: #fff
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

@media screen and (max-width: 1023px) {
  .footer {
      padding-top:24px
  }
}

.footer-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 112px;
  align-items: center
}

@media screen and (max-width: 1023px) {
  .footer-row {
      height:auto
  }
}

.footer-row .logo {
  order: 0
}

.footer-row .logo img {
  width: 115px
}

@media screen and (max-width: 1023px) {
  .footer-row .logo {
      display:none
  }
}

.footer-row-column .links {
  display: flex
}

@media screen and (max-width: 1023px) {
  .footer-row-column .links {
      flex-direction:column
  }
}

.footer-row-column .links a {
  color: rgba(255,255,255,0.5);
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-right: 40px
}

.footer-row-column .links a.ios-link {
  display: none
}

.footer-row-column .links a.ios-link.show {
  display: inline-block
}

@media screen and (max-width: 1023px) {
  .footer-row-column .links a {
      margin-bottom:12px
  }
}

.footer-row-column .links a:last-child {
  margin-right: 0
}

.footer-row-column .links a:hover {
  color: #fff
}

.footer .copyright {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  border-top: 1px solid rgba(255,255,255,0.05);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 1023px) {
  .footer .copyright {
      justify-content:flex-start;
      border-top: none;
      padding: 0 10px
  }
}

.footer .scroll-up {
  width: 44px;
  height: 44px;
  border: 1px solid #40424e;
  border-radius: 4px;
  background: #1a1c1e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

@media screen and (max-width: 420px) {
  .sidebar+.main-container .list-videos .item,.sidebar+.main-container .list-sponsors .item {
      width:100%
  }
}

.sidebar {
  border-radius: 5px;
  background-color: transparent;
  width: 206px;
  margin: 16px 0 0 16px;
  order: 2;
  height: 100%
}

@media screen and (max-width: 1023px) {
  .sidebar {
      display:none
  }
}

.sidebar__item:last-child {
  position: sticky;
  top: 32px
}

.sidebar .list {
  margin-bottom: 32px
}

.sidebar .list li {
  display: flex;
  padding: 0 24px
}

.sidebar .list li .rating {
  margin-left: 8px;
  color: rgba(255,255,255,0.3)
}

.sidebar .list li:nth-child(even) {
  background: #25252C
}

.sidebar .headline {
  padding: 0;
  margin: 0
}

.sidebar h2,.sidebar h3,.sidebar h4 {
  width: 100%
}

.sidebar h2 a,.sidebar h3 a,.sidebar h4 a {
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 24px;
  width: 100%;
  height: 32px;
  display: block;
  background: #25252C;
  align-items: center;
  display: flex;
  text-decoration: none
}

.sidebar+.main-container {
  width: calc(100% - 231px)
}

@media screen and (max-width: 1023px) {
  .sidebar+.main-container {
      width:100%
  }
}

.sidebar .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  min-height: 32px;
  padding: 8px 0
}

.list-comments,.list-subscriptions,.list-playlists,.list-members,.list-messages,.list-models,.list-sponsors,.list-channels,.list-categories,.list-tags,.list-albums,.list-albums-images,.list-videos-screenshots {
  width: 100%
}

.list-playlists .item:first-of-type,.list-models .item:first-of-type,.list-sponsors .item:first-of-type,.list-channels .item:first-of-type,.list-albums .item:first-of-type,.list-albums-images .item:first-of-type,.list-videos .item:first-of-type,.list-videos-screenshots .item:first-of-type {
  transform: scale(1.01)
}

.list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
  display: inline-block;
  text-align: left;
  background: transparent;
  vertical-align: top;
  cursor: pointer;
  margin: 10px 0 0 10px;
  width: calc(100%/5 - 10px)
}

@media (max-width: 860px) {
  .list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
      width:calc(100%/4 - 10px)
  }
}

@media (max-width: 580px) {
  .list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
      width:calc(100%/3 - 10px)
  }
}

@media screen and (max-width: 420px) {
  .list-playlists .item,.list-models .item,.list-sponsors .item,.list-channels .item,.list-albums .item,.list-albums-images .item,.list-videos .item,.list-videos-screenshots .item {
      margin:0 3px 10px 3px;
      width: calc(100%/2 - 6px)
  }
}

@media (max-width: 1024px) {
  .sites .list-videos .item {
      width:calc(100%/4 - 10px)
  }
}

@media (max-width: 860px) {
  .sites .list-videos .item {
      width:calc(100%/3 - 10px)
  }

  .sites .list-videos .item:nth-child(4) {
      display: none
  }
}

@media (max-width: 630px) {
  .sites .list-videos .item {
      width:calc(100%/2 - 10px)
  }

  .sites .list-videos .item:nth-child(4) {
      display: inline-block
  }
}

.list-videos-screenshots .img,.list-videos .img,.list-sponsors .img {
  width: 100%;
  padding-bottom: 56.25%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.item .img .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.item .wrap {
  display: flex;
  align-items: center;
  color: #bcbcbc;
  font-size: 12px;
  line-height: 1.2
}

.item .wrap div:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 10px
}

.item .wrap .videos {
  margin-right: 8px
}

.item .wrap .videos::before {
  content: "\e91c"
}

.item .wrap .views {
  padding-left: 22px;
  color: rgba(255,255,255,0.5)
}

.item .wrap .views::before {
  left: 2px;
  content: "\e909"
}

.item .wrap div {
  position: relative;
  padding-left: 16px;
    color: rgb(254 163 27);
  font-size: 14px;
  line-height: 20px
}

.item .wrap .rating--accent {
  color: #ffa31a
}

.item .wrap .rating::before {
  content: "\e90b"
}

.item .wrap .rating.negative::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: calc(50% - 7px)
}

.item .img .no-thumb {
  display: block;
  height: 100%;
  background-size: 6rem
}

.item.disabled .img {
  background-color: #212121
}

.item.disabled .img img {
  opacity: 0.3
}

.item .title {
  margin: 10px 0 5px;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px
}

.item .rating {
  position: relative;
  margin-right: 8px
}

.item .positive,.item .negative {
  color: rgba(255,255,255,0.3)
}

.item .img {
  position: relative;
  background-color: rgba(255,255,255,0.3);
  overflow: hidden
}

.item .img--tf {
  width: 100%;
  padding-bottom: 56.25%;
  backface-visibility: hidden
}

.item .img .duration,.item .img .videos {
  position: absolute;
  background: #1a1c1e;
  right: 0;
  bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.item .img .country {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px
}

.item .img .country img {
  max-width: 100%;
  min-width: 100%;
  max-height: 12px
}

.item .img .duration {
  padding: 0 4px
}

.item .img .videos {
  padding-left: 20px;
  padding-right: 4px
}

.item .img .videos::before {
  font-family: "icomoon" !important;
  content: "\e91c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 4px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 10px
}

.item .models {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  font-weight: normal
}

.item .models__item {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.item .models__item:hover {
  color: #ffa31a
}

.item .models__item span {
  color: rgba(255,255,255,0.3) !important
}

.no-thumb {
  background: #1a1c1e
}

.no-thumb::after {
  position: absolute;
  content: attr(data-title);
  line-height: 1;
  color: #D4D2D9;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  top: 50%;
  word-break: break-word;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate3d(0, -50%, 0)
}

.dropdown {
  position: relative
}

.dropdown:hover .dropdown-content {
  animation: slidedown .3s;
  display: block
}

.dropdown a {
  cursor: pointer
}

@media screen and (max-width: 1023px) {
  .dropdown-link {
      display:none !important
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #25252C;
  z-index: 100;
  margin-left: -24px
}

@media screen and (max-width: 1023px) {
  .dropdown-content {
      display:block;
      position: relative;
      margin-left: 0;
      background: transparent
  }
}

.dropdown-list a {
  text-align: left;
  padding: 17px 24px !important
}

@media screen and (max-width: 1023px) {
  .dropdown-list a {
      text-align:center
  }
}

.no-touch .dropdown-list a:hover {
  background: #1a1c1e
}

.pagination {
  text-align: center
}

.pagination-holder {
  display: inline-block;
  vertical-align: bottom
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination ul .prev svg {
  transform: rotate(180deg)
}

@media screen and (max-width: 420px) {
  .pagination ul .first,.pagination ul .last,.pagination ul .jump {
      display:none
  }
}

.pagination ul .next,.pagination ul .prev {
  background: #ffa31a
}

.pagination ul .next a,.pagination ul .prev a {
  position: relative;
  height: 34px;
  display: flex;
  justify-content: center;
  padding: 0
}

.pagination ul .next a:before,.pagination ul .prev a:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  content: "";
  color: #fff;
  border-radius: 4px
}

.pagination ul .next a:before {
  transform: translateY(-50%) rotate(315deg);
  margin-right: 2px
}

.pagination ul .prev a:before {
  transform: translateY(-50%) rotate(135deg);
  margin-left: 2px
}

.pagination li {
  min-width: 36px;
  margin: 1.5px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px
}

@media screen and (max-width: 420px) {
  .pagination li a {
      max-width:50px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis
  }
}

.pagination a,.pagination span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  padding: 7px 12px;
  color: rgba(255,255,255,0.5);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s
}

@media screen and (max-width: 420px) {
  .pagination a,.pagination span {
      padding:7px 10px
  }
}

.no-touch .pagination a:hover {
  color: #ffffff
}

.no-touch .pagination a:hover path {
  fill-opacity: 1
}

.no-touch .next:hover,.no-touch .prev:hover {
  box-shadow: 0 0 4px #ffa31a
}

.pagination .page-current a,.pagination .page-current span {
  color: rgba(255,255,255,0.9);
  background-color: #1a1c1e;
  pointer-events: none
}

.sort {
  position: relative;
  border-radius: 4px;
  background-color: #ffa31a;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 8px 10px;
  margin: 0 15px 0 0;
  min-width: 150px;
  -webkit-transition: background-color 0.3s, border-radius 0.3s;
  transition: background-color 0.3s, border-radius 0.3s
}

@media screen and (max-width: 420px) {
  .sort {
      background:#ffa31a url("/static/images/sort.svg") no-repeat center;
      min-width: 28px;
      min-height: 28px;
      padding: 0
  }
}

.sort strong {
  padding: 0 17px 0 0;
  display: block;
  text-align: center
}

@media screen and (max-width: 420px) {
  .sort strong {
      display:none
  }
}

@media screen and (max-width: 420px) {
  .sort__full {
      background:#1a1c1e;
      padding: 8px 10px
  }
}

@media screen and (max-width: 420px) {
  .sort__full strong {
      display:block
  }
}

.sort:last-child {
  margin: 0
}

.sort:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  z-index: 1;
  font-size: 4px;
  content: "\e901";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

@media screen and (max-width: 420px) {
  .sort:before {
      content:none
  }
}

.sort:focus,.sort:hover {
  box-shadow: 0 0 4px #ffa31a
}

.sort--open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.sort .icon {
  display: none;
  width: 24px;
  height: 24px
}

.sort .type-sort:before {
  content: "\e921"
}

.sort ul {
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  z-index: 100;
  background: #25252C;
  border-radius: 0 0 4px 4px;
  display: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  box-shadow: 0px 4px 2px rgba(25,35,59,0.02);
  max-height: 300px;
  overflow: auto
}

.sort ul::-webkit-scrollbar {
  width: 4px;
  background: rgba(255,255,255,0.3)
}

.sort ul::-webkit-scrollbar-thumb {
  background: #25252C;
  opacity: 0.1
}

@media screen and (max-width: 420px) {
  .sort ul {
      min-width:140px
  }
}

.sort--open ul {
  display: block
}

.sort ul li:first-child {
  margin-top: 5px
}

.no-touch .sort ul li:first-child {
  margin-top: 0
}

.sort ul a {
  display: block;
  padding: 8px 5px;
  text-align: center;
  background: transparent;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  color: rgba(255,255,255,0.3);
  font-size: 16px
}

.no-touch .sort ul a:hover {
  color: #ffffff;
  background: #1a1c1e;
  cursor: pointer
}

.no-touch .sort {
  cursor: pointer
}

.checkbox-wrapper {
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  margin-right: 8px
}

.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.checkmark {
  height: 14px;
  width: 14px;
  border: 1px solid rgba(255,255,255,0.3)
}

.checkbox-wrapper:hover input ~ .checkmark {
  border: 1px solid #fff
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.checkbox-wrapper input:checked ~ .checkmark:after {
  display: flex
}

.checkbox-wrapper .checkmark:after {
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modal--ios .modal-content {
  flex-direction: column;
  align-items: center
}

.modal--ios .modal-content h4 {
  max-width: 320px
}

.modal--ios .download-inner {
  margin-top: 2px;
  display: flex;
  align-items: center
}

.modal--ios .download-title {
  display: inline-flex;
  font-size: 15px;
  margin-right: 10px;
  color: #FFF
}

.modal--ios .download__button svg {
  margin-right: 0
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 10000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,0.4)
}

.modal.open .modal-container {
  display: flex
}

.modal-wrapper {
  min-width: 290px;
  margin: auto;
  background: #1a1c1e;
  border-radius: 2px;
  padding: 28px;
  position: relative
}

.modal-wrapper--transparent {
  background: transparent;
  padding: 0
}

.modal-wrapper--transparent .modal-close svg path {
  fill: black;
  fill-opacity: 1
}

.modal-close,.modal .ios-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer
}

.modal-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.3);
  text-align: center;
  margin-bottom: 16px
}

.modal #ntv_a,.modal #ntv_b,.modal #ntv_c {
  border: 1px solid rgba(255,255,255,0.05);
  min-height: 250px;
  max-height: 250px;
  min-width: 300px
}

.modal-content {
  display: flex
}

@media screen and (max-width: 1023px) {
  .modal-content {
      flex-direction:column
  }
}

@media screen and (max-width: 420px) {
  .modal-content #ntv_b {
      display:none
  }
}

.e-c-base {
  fill: none;
  stroke: #1a1c1e;
  stroke-width: 2px
}

.timer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center
}

.timer .circle {
  display: flex;
  position: relative
}

.timer .circle--invisible {
  visibility: hidden
}

.timer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #ffa31a;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 50%;
  padding: 0 24px;
  justify-content: center
}

.e-c-progress {
  fill: none;
  stroke: #ffa31a;
  stroke-width: 4px;
  transition: stroke-dashoffset 0.7s
}

#e-pointer {
  transition: transform 0.7s
}

.display-remain-time {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.noty_layout_mixin,#noty_layout__topRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px
}

.noty_progressbar {
  display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: none
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
  cursor: pointer
}

@keyframes noty_anim_in {
  100% {
      transform: translate(0);
      opacity: 1
  }
}

@keyframes noty_anim_out {
  100% {
      transform: translate(50%);
      opacity: 0
  }
}

@keyframes noty_anim_height {
  100% {
      height: 0
  }
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 0 20px;
  font-size: 14px;
  height: 58px;
  display: flex;
  align-items: center
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px
}

.noty_theme__mint.noty_type__error,.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information,.noty_theme__mint.noty_type__success {
  background-color: #202020;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.noty_theme__mint.noty_type__error {
  padding-left: 42px
}

.noty_theme__mint.noty_type__error:before {
  content: "\e922";
  font-family: "icomoon" !important;
  position: absolute;
  left: 26px;
  height: 100%;
  display: flex;
  align-items: center
}

.noty_theme__mint.noty_type__success {
  padding-left: 42px
}

.noty_theme__mint.noty_type__success:before {
  content: '\e904';
  font-family: "icomoon" !important;
  left: 26px;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center
}

.filters {
  margin-left: 5px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 4px;
  display: flex;
  background-color: #ffa31a;
  align-items: center;
  color: #fff
}

.filters__gender {
  display: flex;
  background: #1a1c1e;
  border-radius: 4px;
  overflow: hidden
}

.filters__gender a {
  display: flex;
  height: 40px;
  flex: 1;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.filters__gender--current {
  color: #fff !important;
  background: rgba(255,255,255,0.05)
}

.filters__wrapper {
  width: 100%
}

.filters__wrapper .sort {
  margin: 0;
  background-color: #1a1c1e
}

.filters__wrapper .sort:hover {
  box-shadow: 0 0 4px #1a1c1e
}

.filters__label {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 8px;
  margin-top: 12px
}

.filters__button--label {
  margin-left: 6px
}

@media screen and (max-width: 420px) {
  .filters__button--label {
      display:none
  }
}

.no-touch .filters:hover {
  cursor: pointer;
  box-shadow: 0 0 4px #ffa31a
}

.form__wrapper {
  padding: 20px 20px 40px;
  background: #1a1c1e;
  border-radius: 4px
}

.form__images {
  margin-top: 3px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-column: 2;
  grid-gap: 3px;
  margin-bottom: 12px
}

.form__images--item {
  padding-top: 75%;
  background-color: #1a1c1e;
  border: 2px solid transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.form__images--item-active {
  border: 2px solid #ffa31a
}

.input {
  background: #28282F;
  border-radius: 4px;
  outline: none;
  height: 40px;
  width: 100%;
  border: none;
  padding: 0 16px;
  margin-bottom: 12px;
  color: #fff
}

.label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px
}

.input-file {
  width: 100%;
  color: #fff
}

.input-file::-webkit-file-upload-button {
  visibility: hidden
}

.input-file::before {
  content: attr(data-label);
  display: inline-flex;
  padding: 5px 8px 50px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  height: 216px;
  border-radius: 4px;
  width: 100%;
  border: 3px solid transparent;
  align-items: flex-end;
  justify-content: center;
  background: #303038 url("/static/images/upload.svg") center 20px no-repeat;
  cursor: pointer
}

@media screen and (max-width: 420px) {
  .input-file::before {
      background:#303038;
      height: 80px;
      padding: 0;
      align-items: center
  }
}

.input-file--active::before {
  border: 3px solid #ffa31a
}

.categories {
  background: #28282F;
  border-radius: 4px;
  outline: none;
  max-height: 200px;
  width: 100%;
  padding: 12px;
  overflow: auto;
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width: 420px) {
  .categories {
      grid-template-columns:1fr
  }
}

.categories .checkbox-wrapper .checkmark:after {
  border-color: #ffa31a;
  left: 10px
}

.categories .checkbox-wrapper:hover input ~ .checkmark {
  border: none
}

.categories__item {
  display: flex;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  align-items: center
}

.categories__item .checkmark {
  border: none;
  height: 24px;
  width: 24px;
  background: #1a1c1e;
  display: flex;
  align-items: center
}

.categories::-webkit-scrollbar {
  display: none
}

.upload-bar {
  width: 0;
  height: 3px;
  background-color: #ffa31a;
  border-radius: 2px;
  position: relative;
  top: -10px
}

.select {
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 4px;
  display: flex;
  background-color: #1a1c1e;
  align-items: center;
  color: #fff
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%
}

.tags-related {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap
}

.tags-related span {
  white-space: nowrap
}

@media (max-width: 1023px) {
  .tags-related {
      overflow-y:scroll;
      scrollbar-width: none;
      justify-content: center
  }

  .tags-related::-webkit-scrollbar {
      display: none
  }
}

.tags-related--player {
  margin-top: 15px;
  margin-bottom: -5px
}

@media (max-width: 1023px) {
  .tags-related--player {
      margin-top:5px;
      margin-bottom: 10px
  }
}

.tags__title {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 22px
}

.tags__item {
  padding: 0 8px;
  margin: 0 8px 8px 0;
  height: 24px;
  border: 1px solid #40424e;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5);
  white-space: nowrap
}

.tags__item:hover {
  color: #fff
}

.seo {
  padding: 40px 0
}

.seo h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px
}

.seo p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.seo a {
  color: #ffa31a
}

.download {
  display: none
}

.download--show {
  display: block
}

@media (max-width: 640px) {
  .download--ios {
      display:flex;
      width: 100%;
      justify-content: center
  }
}

.download .chrome-web-store {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 3px;
  padding: 2px 10px;
  cursor: pointer
}

.download .chrome-web-store-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.download .chrome-web-store-icon svg {
  height: 40px
}

.download .chrome-web-store-text {
  margin-left: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.9)
}

.download #downloader-download {
  display: none
}

.download__wrapper {
  width: 320px;
  display: block;
  color: inherit
}

.download__wrapper p {
  margin: 16px 0
}

.download__wrapper .btn-accent {
  width: fit-content
}

.download__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 0 0 12px;
  border-bottom: 1px solid #46464C
}

.download__button {
  cursor: pointer;
  display: flex;
  align-items: center
}

.download__button svg {
  margin-right: 8px
}

.download__logo {
  width: 32px;
  height: 32px;
  background-image: url("/static/images/downloader-logo.png");
  background-size: cover
}

.google-play {
  margin: 0 auto
}

.google-play>img {
  height: 60px
}

.app-store {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 6px;
  padding: 10px 18px 14px;
  cursor: pointer;
  background: #000;
  width: fit-content;
  margin: 0 auto
}

.app-store-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: 2px
}

.app-store-icon svg,.app-store-icon img {
  height: 100%
}

.app-store-text {
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  margin-left: 10px;
  font-weight: normal;
  color: #FFF
}

.app-store-text SPAN {
  display: block;
  margin-top: 2px;
  font-weight: bold;
  font-size: 24px
}

.extension {
  color: #fff;
  display: none;
  align-items: center;
  cursor: pointer
}

.extension__title {
  margin-right: 5px
}

.extension--show {
  display: inline-flex
}

.ft {
  padding: 12px 0;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform-origin: center top
}

@media screen and (max-width: 1279px) {
  .ft {
      transform:scale(.8);
      max-height: calc(258px * .8);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 1023px) {
  .ft {
      transform:scale(.58);
      max-height: calc(258px * .58);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 732px) {
  .ft {
      flex-wrap:wrap;
      max-height: calc(2 * 258px * .58)
  }
}

@media screen and (max-width: 420px) {
  .ft {
      transform:scale(.5);
      max-height: calc(2 * 258px * .5)
  }
}

.ft-row {
  display: flex
}

.ft-row div {
  margin: 4px;
  display: flex
}

.sidebar+.main-container .ft {
  flex-wrap: nowrap;
  transform: scale(.9);
  max-height: calc(258px * .8);
  margin-bottom: 20px
}

@media screen and (max-width: 1343px) {
  .sidebar+.main-container .ft {
      transform:scale(.8);
      max-height: calc(258px * .8);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 1280px) {
  .sidebar+.main-container .ft {
      transform:scale(.7);
      max-height: calc(258px * .7);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 1150px) {
  .sidebar+.main-container .ft {
      transform:scale(.58);
      max-height: calc(258px * .58);
      flex-wrap: nowrap
  }
}

@media screen and (max-width: 732px) {
  .sidebar+.main-container .ft {
      flex-wrap:wrap;
      max-height: calc(2 * 258px * .58)
  }
}

@media screen and (max-width: 420px) {
  .sidebar+.main-container .ft {
      transform:scale(.5);
      max-height: calc(2 * 258px * .5)
  }
}

#s-suggesters,.partial-header {
  margin-top: 15px;
  width: 100%
}

#s-suggesters .s-header,.partial-header .s-header {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#s-suggesters .s-title,.partial-header .s-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #fff
}

@media screen and (max-width: 420px) {
  #s-suggesters .s-title,.partial-header .s-title {
      font-size:16px
  }
}

#s-suggesters .s-arrows,.partial-header .s-arrows {
  display: none
}

#s-suggesters .s-arrows button,.partial-header .s-arrows button {
  display: flex;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0px
}

#s-suggesters .s-arrows button:disabled,.partial-header .s-arrows button:disabled {
  opacity: .3
}

@media screen and (max-width: 1040px) {
  #s-suggesters .s-arrows,.partial-header .s-arrows {
      display:flex
  }
}

#s-suggesters .s-container,.partial-header .s-container {
  width: 100%;
  margin-top: 10px;
  overflow-x: scroll;
  display: flex
}

#s-suggesters .s-container::-webkit-scrollbar,.partial-header .s-container::-webkit-scrollbar {
  display: none
}

#s-suggesters .s-list,.partial-header .s-list {
  display: flex;
  margin: 0 auto
}

#s-suggesters .s-list>div,.partial-header .s-list>div {
  flex-shrink: 0;
  margin: 0 5px;
  width: calc(300px * .9);
  height: calc(250px * .9);
  overflow: hidden
}

#s-suggesters .s-list>div:first-of-type,.partial-header .s-list>div:first-of-type {
  margin-left: 0
}

#s-suggesters .s-list>div:last-of-type,.partial-header .s-list>div:last-of-type {
  margin-right: 0
}

#s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
  transform: scale(0.9);
  transform-origin: top left
}

@media screen and (max-width: 1420px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .8);
      height: calc(250px * .8);
      margin: 0 2px
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.8)
  }
}

@media screen and (max-width: 1260px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .7);
      height: calc(250px * .7)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.7)
  }
}

@media screen and (max-width: 1110px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .65);
      height: calc(250px * .65)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.65)
  }
}

@media screen and (max-width: 1040px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .9);
      height: calc(250px * .9)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.9)
  }
}

@media screen and (max-width: 840px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .8);
      height: calc(250px * .8)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.8)
  }
}

@media screen and (max-width: 768px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .75);
      height: calc(250px * .75)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.75)
  }
}

@media screen and (max-width: 480px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .65);
      height: calc(250px * .65)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.65)
  }
}

@media screen and (max-width: 420px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .55);
      height: calc(250px * .55)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.55)
  }
}

@media screen and (max-width: 360px) {
  #s-suggesters .s-list>div,.partial-header .s-list>div {
      width:calc(300px * .48);
      height: calc(250px * .48)
  }

  #s-suggesters .s-list>div>*,.partial-header .s-list>div>* {
      transform: scale(0.48)
  }
}

.partial-header {
  margin-top: 0
}

.partial-header .s-container {
  margin-top: 0
}

@media screen and (max-width: 1024px) {
  .partial-header .s-list>div {
      width:calc(300px * .5);
      height: calc(250px * .5)
  }

  .partial-header .s-list>div>* {
      transform: scale(0.5)
  }
}

@media screen and (max-width: 480px) {
  .partial-header .s-list>div {
      width:calc(300px * .4);
      height: calc(250px * .4)
  }

  .partial-header .s-list>div>* {
      transform: scale(0.4)
  }
}

@media screen and (max-width: 420px) {
  .partial-header .s-list>div {
      width:calc(300px * .35);
      height: calc(250px * .35)
  }

  .partial-header .s-list>div>* {
      transform: scale(0.35)
  }
}

@media screen and (max-width: 360px) {
  .partial-header .s-list>div {
      width:calc(300px * .3);
      height: calc(250px * .3)
  }

  .partial-header .s-list>div>* {
      transform: scale(0.3)
  }
}

.byfoyofd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1
}

div.XunD6 {
  font-size: 10px;
  color: #fff;
  position: relative
}

.jw-breakpoint-4 div.XunD6 {
  transform: scale(0.9);
  margin-top: -50px
}

.jw-breakpoint-3 div.XunD6 {
  transform: scale(0.7);
  margin-top: -40px
}

.jw-breakpoint-2 div.XunD6 {
  transform: scale(0.6);
  margin-top: -40px
}

div.XunD6 button {
  border: none;
  color: inherit;
  font-size: inherit
}

div.XunD6-close {
  position: absolute;
  top: -13px;
  right: -13px
}

div.XunD6-close button {
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer
}

div.XunD6-close button:hover {
  box-shadow: 0 0 10px 0px #333
}

div.XunD6-middle div {
  width: 300px;
  height: 250px;
  background: #fff
}

div.XunD6-bottom {
  margin-top: 20px;
  text-align: center
}

div.XunD6-bottom button {
  background: #ffa31a;
  padding: 0 45px;
  height: 40px;
  cursor: pointer
}

div.XunD6-bottom button svg {
  margin-right: 8px;
  vertical-align: bottom
}

div.XunD6-bottom button:hover {
  box-shadow: 0 0 10px 0px #ffa31a
}

.block-video {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px
}

@media screen and (max-width: 420px) {
  .block-video {
      margin-top:0
  }
}

@media (max-width: 767px) {
  .block-video {
      flex-direction:column;
      align-items: center
  }
}

.block-video .sponsor__info {
  display: flex;
  margin-left: 28px;
  height: fit-content;
  align-items: center;
  min-height: 60px;
  float: right
}

@media (max-width: 767px) {
  .block-video .sponsor__info {
      float:none;
      margin-left: 0;
      margin-bottom: 12px
  }
}

.block-video .sponsor__info .img {
  min-width: 108px;
  max-width: 108px;
  margin-right: 16px;
  min-height: 60px;
  position: relative;
  background-color: #1a1c1e
}

.block-video .sponsor__info .img img {
  width: 100%
}

.block-video .sponsor__info .item {
  display: flex;
  flex-direction: column
}

.block-video .right {
  max-width: fit-content;
  margin-left: 10px
}

.block-video .right div {
  margin-bottom: 10px;
  display: flex
}

.block-video .right .text {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  justify-content: center
}

.block-video .right .text a {
  color: rgba(255,255,255,0.3)
}

.block-video .video-holder {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1
}

@media (max-width: 1024px) {
  .block-video .video-holder {
      max-width:calc(100% - 220px);
      min-width: calc(100% - 220px)
  }
}

@media (max-width: 767px) {
  .block-video .video-holder {
      max-width:100%
  }
}

@media screen and (max-width: 420px) {
  .block-video .video-holder {
      margin-right:0;
      max-width: 100%;
      min-width: 100%
  }
}

.block-video .player .embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.player-wrap:last-child {
  z-index: 0 !important
}

.block-video .player .player-wrap {
  width: 100%;
  height: auto;
  position: relative
}

.block-video .player .player-wrap .poster {
  width: 100%;
  height: auto
}

.block-video .player .embed-wrap iframe,.block-video .player .player-wrap #kt_player,.block-video .player .player-wrap #kt_player_internal {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important
}

.block-video .player .player-wrap #kt_player.is-fullscreen {
  position: fixed !important
}

.block-video .player .loading {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #444444;
  padding: 50px 20px
}

.block-video .no-player {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000
}

.block-video .no-player img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2
}

.block-video .no-player .message {
  position: absolute;
  text-align: center;
  width: 95%;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.block-video .no-player .message em {
  font-weight: bold
}

.block-video .no-player .message a {
  color: #276fdb;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s
}

.no-touch .block-video .no-player .message a:hover {
  color: #fff
}

.block-video .no-player .message form {
  display: block;
  padding: 20px 0 0 0
}

.block-video .no-player .btn-play {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/player/skin/img/play_white.png") 50% 50% no-repeat
}

.block-video .sponsor {
  margin: 10px auto;
  max-width: 730px;
  text-align: center
}

.block-video .sponsor__und {
  width: calc(300px * 0.75);
  height: calc(250px * 0.75);
  overflow: hidden;
  margin: 0 auto
}

.block-video .sponsor__und iframe {
  transform: scale(0.75);
  transform-origin: top left
}

.block-video .sponsor #und_ban {
  min-height: 90px;
  background: #1a1c1e;
  border-radius: 4px
}

.block-video .sponsor .text {
  align-items: center
}

.block-video .sponsor .text a {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,0.3);
  text-align: center;
  margin-top: 4px
}

.vote-wrapper {
  display: flex
}

.sponsor a {
  display: block
}

.info-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 24px;
  margin-bottom: 4px;
  background: #1a1c1e;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: space-between
}

.info-buttons #download-button {
  cursor: pointer;
  display: flex;
  align-items: center
}

.info-buttons #download-button .download-label {
  margin-left: 8px
}

@media screen and (max-width: 420px) {
  .info-buttons #download-button .download-label {
      display:none
  }
}

@media screen and (max-width: 1023px) {
  .info-buttons {
      padding-right:16px;
      padding-left: 16px
  }
}

@media screen and (max-width: 420px) {
  .info-buttons {
      padding-right:8px;
      padding-left: 8px
  }
}

.no-touch #download-button:hover {
  color: #fff
}

.no-touch #download-button:hover .download-icon path {
  fill: #fff
}

.tab-content {
  background: transparent
}

.tab-content .headline {
  padding: 0;
  margin: 0 0 12px
}

.block-details .item a {
  display: inline-block;
  color: #ffa31a;
  font-size: 14px;
  line-height: 20px;
  margin: 2px 0 2px 3px
}

.no-touch .block-details .item a:hover {
  color: #fff
}

.block-details .item {
  color: rgba(255,255,255,0.3);
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px
}

.block-details .item span {
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 14px;
  position: relative
}

.block-details .item span em {
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  font-size: 14px;
  margin-left: 3px;
  padding: 0
}

.block-details .item:last-child {
  margin: 0
}

.list-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2rem
}

.list-sort li {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px
}

.list-sort li:last-child {
  margin: 0
}

.thumb-slider {
  font-size: 16px;
  width: 100%
}

.thumb-slider>div {
  margin: 0 auto 0;
  position: relative;
  width: 100% !important
}

@media (min-width: 1023px) {
  .thumb-slider>div {
      width:80% !important;
      max-width: 980px !important
  }
}

.thumb-slider>div:empty {
  display: none
}

.thumb-slider>div .ca-roll-container {
  width: 100% !important
}

.thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
  height: 300px !important;
  margin-bottom: 20px;
  margin-top: 10px
}

@media (min-width: 420px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:360px !important
  }
}

@media (min-width: 1023px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:450px !important
  }
}

@media (min-width: 1279px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:500px !important
  }
}

@media (min-width: 1366px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:550px !important
  }
}

.related-videos {
  width: 100%;
  padding-bottom: 40px
}

@media screen and (max-width: 420px) {
  .related-videos .margin-fix {
      margin:-10px 0 0 -10px
  }
}

@media screen and (max-width: 420px) {
  .related-videos .list-videos .item {
      margin:10px 0 0 10px;
      width: calc(50% - 10px)
  }
}

.related-videos .list-sort a,.related-albums .list-sort a,.related-videos .list-sort span,.related-albums .list-sort span {
  display: block;
  position: relative
}

.related-videos .list-sort span,.related-albums .list-sort span,.related-videos .list-sort a:hover,.related-albums .list-sort a:hover {
  color: #fff
}

.related-videos .list-sort a:hover::before,.related-albums .list-sort a:hover::before {
  width: 100%
}

.rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px
}

@media screen and (max-width: 1023px) {
  .rating-container {
      margin-right:8px
  }
}

.rating-container .views {
  margin-left: 32px;
  position: relative
}

@media screen and (max-width: 420px) {
  .rating-container .views {
      margin-left:14px;
      padding-left: 20px
  }

  .rating-container .views span {
      display: none
  }

  .rating-container .views:before {
      font-family: "icomoon" !important;
      position: absolute;
      top: calc(50% + 1px);
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 1;
      z-index: 1;
      font-size: 10px;
      color: rgba(255,255,255,0.3);
      content: "\e909";
      font-weight: normal;
      -webkit-transition: color 0.3s;
      transition: color 0.3s
  }
}

.rate-dislike,.rate-like {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative
}

@media screen and (max-width: 420px) {
  .rate-dislike,.rate-like {
      width:14px
  }
}

.rate-like {
  margin: 0 8px 0 0
}

@media screen and (max-width: 420px) {
  .rate-like {
      margin:0 4px 0 0
  }
}

.rate-dislike {
  margin: 0 8px 0 20px
}

@media screen and (max-width: 420px) {
  .rate-dislike {
      margin:0 4px 0 14px
  }
}

.rate-dislike:before,.rate-like:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  content: "\e90b";
  -webkit-transition: color 0.3s;
  transition: color 0.3s
}

.rate-dislike:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg)
}

.rate-like.disabled,.rate-dislike.voted,.rate-dislike.disabled,.rate-like.voted {
  pointer-events: none
}

.no-touch .rate-dislike:hover::before,.no-touch .rate-like:hover::before {
  color: #ffa31a
}

.video-header {
  display: none
}

.phone .video-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 115px;
  width: 100%
}

.phone .video-header .text {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin: 4px 0;
  justify-content: center
}

.phone .block-video {
  flex-wrap: wrap
}

.phone .block-video .video-holder {
  max-width: 100%
}

.phone .right {
  display: none
}

div.V0jEx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.66)
}

.jwplayer .jw-wrapper .jw-controls .jw-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-slider-wrap {
  max-width: 100%;
  width: 100%;
  position: relative
}

@media (max-width: 1040px) {
  .video-slider-wrap {
      margin-top:5px
  }
}

.videos-slider {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  height: min-content;
  position: relative;
  z-index: 10;
  padding-bottom: 10px
}

.phone .videos-slider {
  padding-bottom: 0
}

@media (max-width: 1040px) {
  .videos-slider__nav {
      position:absolute;
      top: -45px;
      right: 0;
      display: flex
  }
}

.videos-slider__btn {
  display: flex;
  position: relative;
  z-index: 10;
  display: flex;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0px;
  cursor: pointer
}

@media (min-width: 1040px) {
  .videos-slider__btn {
      position:absolute;
      top: 50%;
      transform: translateY(-40px);
      padding: 0;
      background: rgba(0,0,0,0.66);
      border-radius: 4px
  }
}

@media (min-width: 1040px) {
  .videos-slider__btn:first-child {
      margin-left:5px
  }

  .videos-slider__btn:last-child {
      right: 0;
      margin-right: 5px
  }
}

.videos-slider__btn:disabled {
  opacity: .3;
  cursor: not-allowed
}

.videos-slider .item {
  margin-right: 10px
}

.videos-slider .item:last-child {
  width: calc(100% / 4 - 10px);
  margin-right: 0;
  opacity: 0
}

.videos-slider.is-loaded .item {
  opacity: 1
}

.videos-slider__more {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background: #1a1c1e;
  position: relative
}

.videos-slider__more SPAN {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold
}

.videos-slider::-webkit-scrollbar {
  height: 5px
}

.videos-slider::-webkit-scrollbar-track {
  border-radius: 5px
}

.videos-slider::-webkit-scrollbar-thumb {
  background: #ffa31a;
  border-radius: 5px
}

.phone .videos-slider {
  scrollbar-width: none
}

.phone .videos-slider::-webkit-scrollbar {
  display: none
}

.video__under-player-rigth {
  display: flex;
  gap: 10px;
  align-items: center
}

.video__under-player-rigth .watch-full-video {
  color: rgba(255,255,255,0.3)
}

.scrollbar {
  width: 200px;
  height: 6px;
  margin: 10px auto 0 auto;
  padding-right: 15px;
  background: #202020;
  display: none
}

.phone .scrollbar {
  display: block
}

.scrollbar-thumb {
  width: 15px;
  height: 100%;
  position: relative;
  cursor: pointer
}

.scrollbar-thumb:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffa31a;
  border-radius: 5px
}

:root {
  --player-color: #ffa31a
}

.jwplayer .jw-controlbar .jw-controls-logo {
  width: 50px !important;
  max-height: 26px !important
}

.jwplayer .jw-controlbar .jw-controls-logo .jw-icon {
  max-height: 26px
}

.jwplayer .jw-logo img {
  height: 24px
}

.thumb-404 {
  padding-bottom: calc(56.26% + 35px);
  position: relative
}

.thumb-404__wrapper {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%
}

.thumb-404__code {
  min-height: 59px;
  max-height: 59px;
  margin-bottom: 4px;
  margin-top: 35px
}

@media (max-width: 420px) {
  .thumb-404__code {
      margin-top:0
  }
}

.thumb-404__desc {
  display: flex;
  flex-direction: column
}

@media (max-width: 420px) {
  .thumb-404__desc {
      max-width:none;
      margin: 0;
      align-items: center
  }
}

.thumb-404__desc h1 {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 16px
}

.thumb-404 .btn-accent {
  justify-content: center;
  min-height: 40px
}

.list-categories {
  display: flex;
  flex-direction: column
}

.list-categories__row {
  display: flex;
  margin-bottom: 20px
}

.list-categories__row--letter {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.05);
  margin-right: 20px;
  color: #fff;
  text-transform: capitalize
}

@media screen and (max-width: 1023px) {
  .list-categories__row--letter {
      margin-right:12px
  }
}

.list-categories__row--list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px
}

.list-categories .item {
  padding: 0 8px;
  margin: 0 8px 8px 0;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #40424e;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.list-categories .item:hover {
  color: #fff
}

.headline-categories {
  justify-content: flex-start;
  margin-bottom: 30px
}

.headline-categories #categories-search {
  background: #1a1c1e
}

.headline-categories .search {
  max-width: 240px;
  margin-left: 15px
}

.list-models .margin-fix {
  margin: -10px 0 0 -10px
}

@media (min-width: 861px) {
  .list-models .item {
      width:calc(100%/6 - 10px)
  }
}

@media (max-width: 860px) {
  .list-models .item {
      width:calc(100%/4 - 10px)
  }
}

@media (max-width: 580px) {
  .list-models .item {
      width:calc(100%/3 - 10px)
  }
}

@media (max-width: 420px) {
  .list-models .item {
      width:calc(100%/2 - 10px);
      margin: 10px 0 0 10px !important
  }
}

.list-models .img {
  padding-bottom: 118%
}

.static-page {
  padding-top: 32px
}

.static-page__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px
}

.static-page p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.5)
}

.static-page h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #fff;
  margin-top: 12px
}

.static-page h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 12px
}

.static-page ul {
  list-style: unset;
  padding-left: 16px;
  margin: 8px
}

.static-page ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.3)
}

.static-page a {
  color: #ffa31a
}

.block-model {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex
}

.block-model .country {
  width: 40px;
  margin-left: 20px;
  display: flex;
  align-items: center
}

.block-model .country img {
  max-width: 100%;
  min-width: 100%;
  max-height: 30px
}

.block-model__info {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.block-model__info h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 4px
}

.block-model .img {
  display: block;
  margin-right: 20px;
  height: 100px;
  width: 100%;
  max-width: 85px;
  position: relative
}

.block-model .img a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.block-model .img span,.block-model .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.block-model .img a img {
  position: inherit;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  display: block;
  width: 100%
}

.block-model .img .no-thumb {
  background-color: #e0dfdf;
  font-size: 0;
  line-height: 0;
  background-size: 6rem;
  width: 100%;
  padding-bottom: 71.42%;
  display: block;
  position: inherit
}

.block-channel {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex
}

.block-channel .channel-link {
  color: #ffa31a;
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-size: 16px
}

.block-channel .img {
  position: relative;
  min-width: 252px;
  max-width: 252px;
  margin-right: 20px;
  display: flex;
  min-height: 140px;
  max-height: 140px;
  float: left;
  background-color: #1a1c1e
}

.block-channel .img a {
  display: inline-block;
  width: 100%
}

.block-channel .img img {
  display: block;
  width: 100%
}

.block-channel .img .no-thumb {
  display: flex;
  width: 100%;
  height: 100px;
  color: white;
  align-items: center;
  justify-content: center
}

.block-channel .channel-info {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.block-channel .channel-info h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 4px
}

.page-upload {
  padding-bottom: 80px
}

.page-upload form {
  max-width: 652px;
  margin: auto;
  width: 100%
}
