body,
html,
div,
p,
a,
ul,
li,
input,
button,
form,
textarea,
span,
img,
h1,
h2,
h3 { 
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  min-width: 320px;
  min-height: 100vh;
  flex-direction: column;
  background-color: rgb(242, 242, 242);
  color: rgb(74, 74, 74);
  font-family: 'Abel', sans-serif;
  position: relative !important; 
}

input,
button {
  font-family: 'Abel', sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

li {
  list-style-type: none;
}

.fa.fa-search {
  margin: -3px 0 0;
}

img {
  /* background-color: rgb(174, 174, 174); */
  display: block;
}

a {
  color: #333333;
  text-decoration: none;
}

h1,
h2 {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  color: #333333;
  font-size: 20px;
  line-height: 22px;
}

.headline h2 {
  color: #333333;
  font-size: 20px;
  line-height: 22px;
}

.head-wrapper {
  font-size: 0;
  text-align: center;
  background: #fff;
}

.head {
  background-color: rgb(254, 254, 254);
  margin: 2px auto 0;
  text-align: center;
  position: relative;
}

.head-top {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding: 5px;
  /* width: 250px; */
}

.logo a {
  /* width: 250px;
    height: 40px; */
}

.logo a img {
  background: none;
  height: 50px;
}

@media screen and (max-width:440px) {
  .logo {
    /* width: auto; */
  }

  .logo a {
    width: auto;
    height: auto;
  }

  .logo a img {
    width: 240px;
    /* height: auto; */
  }
}

.head-open-menu {
  color: #000;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 0 5px;
  cursor: pointer;
}

.head-bottom {
  position: absolute;
  right: -2px;
  z-index: 9;
  background: #fff;
  top: 80%;
  border: 2px solid rgb(242, 242, 242);
  padding: 0 10px 10px;
  display: none;
}

.head-top.active+.head-bottom {
  display: block;
}

.head-menu {
  overflow: hidden;
}

.head-menu ul {
  display: flex;
  flex-direction: column;
  width: 280px;
}

.head-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 13px 5px 0 5px;
  padding: 15px 0 15px 0;
  text-transform: uppercase;
  position: relative;
}

.head-menu li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid rgb(242, 242, 242);
  position: relative;
}

.head-menu li a:after {
  position: absolute;
  content: url(../images/menu_right.svg);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.head-menu li a:before {
  position: absolute;
  content: url(../images/menu_right_color.svg);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}


.head-menu li a:hover,
.head-menu li.active a {
  color: rgb(236, 86, 124);
  border-bottom: 1px solid rgb(236, 86, 124);
}

.head-menu li a:hover:before,
.head-menu li.active a:before {
  opacity: 1;
}



.head-bottom.show .search {
  display: block;
}

.search form {
  position: relative;
}

.search input,
.search button {
  display: block;
  font-size: 14px;
  outline: none;
}

.search input {
  background-color: transparent;
  border: 1px solid rgb(194, 194, 194);
  color: rgb(54, 54, 54);
  border-radius: 15px;
  width: 96%;
  padding: 0 2%;
  height: 28px;
  line-height: 28px;
}

.search input:focus {
  background-color: rgb(255, 255, 255);
  border-color: rgb(236, 86, 124);
}

.search button {
  background-color: transparent;
  color: rgb(104, 104, 104);
  position: absolute;
  top: 0;
  right: 5px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 16px;
  border: 0 none;
}

.search button:hover {
  color: rgb(236, 86, 124);
}

.wrapper {
  margin: 0 auto;
  width: 99%;
  text-align: left;
}

.wrapper-album .top-alb-ins {
  width: 100%;
}

.top-bl {
  padding: 0px 10px;
  font-size: 0;
  display: flex;
  align-items: center;
}

.sort {
  overflow: hidden;
}

.sort li {
  display: block;
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 0 5px;
  font-size: 16px;
  line-height: 20px;
}

.sort li span {
  display: none;
}

.sort li a:hover,
.sort li.active a,
.sort li i {
  color: rgb(236, 86, 124);
}

.title-rel a {
  cursor: pointer;
  color: rgb(236, 86, 124);
  text-decoration: underline;
  padding: 0 6px;
}

.title-rel a.active {
  color: #fff;
  background: rgb(236, 86, 124);
}

.sort li a:hover,
.sort li.active a {
  text-decoration: underline;
}

.clear-line {
  clear: both;
}

.thumb-bl {
  float: left;
  width: 50%;
}

.thumb {
  background-color: rgb(254, 254, 254);
  position: relative;
  margin: 2px 5px 8px 5px;
}

.box {
  margin: 0 -5px;
}

.thumb img {
  width: 100%;
  height: auto;
  margin: 0;
  max-height: 176px;
}

.thumb p {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.thumb-dur,
.thumb-total,
.thumb-added {
  position: absolute;
  background-color: rgba(254, 254, 254, 0.8);
  color: rgb(54, 54, 54);
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
}

.thumb-total {
  left: 2px;
  bottom: 32px;
}

.thumb-added {
  right: 2px;
  top: 2px;
}

.thumb-dur {
  right: 2px;
  bottom: 32px;
}

.thumb-ctr p {
  text-transform: uppercase;
  font-size: 18px;
}

.pages-bl {
  overflow: hidden;
  margin-top: 18px;
  text-align: center;
  font-size: 0;
}

.pages-bl li {
  display: inline-block;
  vertical-align: top;
  margin: 2px 1px 0 1px;
}

.pages-bl li a,
.pages-bl li span {
  background-color: rgb(254, 254, 254);
  min-width: 30px;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-size: 14px;
}

.pages-bl li a:hover,
.pages-bl li.active a {
  background-color: rgb(236, 86, 124);
  color: rgb(255, 255, 255);
}

.pages-bl li.active span {
  color: rgb(236, 86, 124);
}

.go-to-all li a {
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.bns-bl {
  text-align: center;
  overflow: hidden;
  font-size: 0;
}

.bn {
  background-color: rgb(174, 174, 174);
  display: inline-block;
  vertical-align: top;
  margin: 2px 1px 0 1px;
  width: 300px;
  padding: 10px;
}

.bn.bn-new {
  padding: 0;
  width: calc(20% - 2px);
  position: relative;
  background: rgb(242, 242, 242);
  margin: 0 1px;
  overflow: hidden;
}

.bns-bl.bns-bl-tags {
  float: left;
  width: 100%;
}

.bn-title {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  padding: 7px;
  margin: 0 1px;
}

.bn-title-ntv {
  color: #000;
  background-color: #f2f2f2;
}

.bn.bn-new.bn-mobile {
  margin: 0 0 -3px;
}

.bns-bl.bns-bl-desktop.bns-bl-new {
  margin: 0;
}

.bn-new iframe {
  transform: scale(1.07333);
  margin: 9.16667px 0px 0px 2px;
}

#list_videos_videos_list_search_result .bns-bl {
  width: 100%;
}

.box .bns-bl.bns-bl-desktop.bns-bl-new {
  padding: 0 4px;
}

@media (max-width: 1629px) {
  .bn-5 {
    display: none;
  }

  .bn.bn-new {
    width: calc(25% - 2px);
  }
}



@media (max-width: 1307px) {
  .bn.bn-new {
    width: calc(33.333% - 2px);
  }

  .bn-4 {
    display: none;
  }
}

@media (max-width: 991px) {
  .bn.bn-new .exo-native-widget {
    width: 320px !important;
  }
}

@media (max-width: 629px) {

  .bn-3 {
    display: none;
  }

  .bn.bn-new {
    width: calc(50% - 2px);
  }

}

@media (max-width: 500px) {

  .bn-2 {
    display: none;
  }

  .bn.bn-new {
    width: calc(100% - 2px);
  }

  .bn-title {
    margin: 0;
  }

  .bns-bl-new .bn-title {
    margin: 0 1px;
  }

  .bns-bl.bns-bl-desktop.bns-bl-new {
    margin: 0;
  }

  .bn.bn-new.bn-mobile {
    margin: 0 auto -3px;
  }

  .bn-title {
    padding: 4px;
  }
}

.wrapper.pintour .pages-bl.go-to-all.go-to-bottom {
  margin: 18px 0;
}

.top-list {
  overflow: hidden;
}

.top-list ul {
  width: 50%;
  float: left;
}

.top-list li {
  margin: 2px 1px 0 1px;
}

.top-list .tags-holder {
  float: left;
  width: 24%;
}

.top-list li a,
.top-list .tags-holder a {
  background-color: rgb(234, 234, 234);
  color: rgb(84, 84, 84);
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
  display: block;
  overflow: hidden;
}

.top-list li a i,
.top-list .tags-holder a i {
  color: rgb(236, 86, 124);
}

.top-list li.title,
.top-list .tags-holder .letter {
  background-color: #fff;
  color: #000;
}

.video-block {
  overflow: hidden;
  margin: 2px 1px 0 1px;
  font-size: 0;
  line-height: 0;
}

.player {
  background-color: rgb(0, 0, 0);
  position: relative;
  width: 100%;
}

/* .player iframe, .player object, .player embed { width: 100%; height: 100%; } */

.on-player-wrap {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}

.on-player-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 250px;
  z-index: 5500;
  margin: -125px 0 0 -150px;
}

.on-pl-spts {
  overflow: hidden;
}

.on-player-spot {
  background-color: rgb(40, 40, 40);
  width: 300px;
  height: 250px;
}

.on-player-spot-2 {
  display: none;
}

.on-player-close {
  position: absolute;
  z-index: 5600;
  background-color: rgb(254, 254, 254);
  color: #333333;
  border-radius: 3px;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}

.on-player-close:hover {
  background-color: rgb(236, 86, 124);
  color: rgb(255, 255, 255);
}

.right-player-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 2px 1px 0 1px;
  font-size: 0;
  text-align: center;
  padding: 8px 9px 10px 9px;
  overflow: hidden;
}

.player-bn {
  display: inline-block;
  vertical-align: top;
  margin: 2px 1px 0 1px;
  width: 300px;
  line-height: 18px;
  overflow: hidden;
}

.player-bn-2,
.player-bn-3 {
  display: none;
}

.video-link {
  margin-top: 10px;
  font-size: 18px;
  line-height: 18px;
}

.video-link b {
  font-size: 18px;
  line-height: 25px;
}

.video-link a {
  text-decoration: underline;
  color: rgb(236, 86, 124);
  margin-right: 5px;
  font-weight: 400;
}

.desc-and-tags:first-of-type .video-link a {
  margin-right: 0px;
}

.video-link a:hover {}

b.video-link {
  font-weight: 400;
}

.video-link-from {
  font-size: 16px;
  margin: 5px 3px 0 3px;
}

@media (max-width: 1000px) {
  .video-link {
    display: flex;
    flex-wrap: wrap;
    /* line-height: 18px; */
    position: relative;
    z-index: 10;
  }

  .video-link a:first-child {
    margin-left: 0px;
  }

  .video-meta {
    margin-top: 5px;
  }
}


.video-info {
  overflow: hidden;
  padding: 0 0 10px 10px;
}

.video-info h1 {
  margin: 0 5px 0 0;
  position: relative;
  z-index: 10;
}

.video-info ul {
  overflow: hidden;
}

.video-info li {
  float: left;
  font-size: 14px;
  line-height: 18px;
}

ul.video-meta li {
  margin: 10px 10px 0 0;
}

ul.video-meta li span {
  color: #333333;
}

.open-desc ul.video-tags {
  margin-top: 5px;
}

ul.video-tags li {
  margin: 5px 10px 0 0;
}

ul.video-tags li i {
  color: rgb(236, 86, 124);
}

ul.video-tags li a:hover {
  text-decoration: none;
}

.text-wr {
  display: table-cell;
  vertical-align: top;
}

.text-wr h1 {
  margin: 10px 10px 0 10px;
}

.text-bl {
  padding: 10px 10px 0 10px;
  text-align: justify;
}

.text-bl p {
  padding-top: 10px;
}

.text-bl p span {
  color: #333333;
}

.footer-wrapper {
  background-color: rgb(254, 254, 254);
  margin-top: 20px;
}

.footer {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 20px 0;
  width: 98%;
  font-size: 16px;
}

.footer p {
  margin-top: 10px;
}

.footer span {
  color: rgb(236, 86, 124);
}

.footer a {
  text-decoration: underline;
}

.footer a:hover {}

@media all and (min-width:300px) {
  .sort li span {
    display: inline;
  }
}

@media all and (min-width:320px) {
  .categories-list li {
    float: left;
    width: 50%;
  }

  /* .player { height: 300px; } */
}

@media all and (min-width:400px) {
  .top-list li a {
    font-size: 16px;
  }

  .on-player-close {
    top: -13px;
    right: -13px;
  }
}

@media all and (min-width:500px) {
  .logo a {
    font-size: 26px;
  }

  /* .player { height: 350px; } */
  .top-list li a {
    font-size: 18px;
  }
}

@media all and (max-width:500px) {
  .thumb-video {
    width: 100%;
  }
}

@media all and (min-width:630px) {
  .logo a {
    font-size: 28px;
  }

  .thumb-bl {
    width: 33.3333%;
  }

  .categories-list li {
    width: 33.3333%;
  }

  .top-list ul {
    width: 33.3%;
  }

  .top-list li a {
    font-size: 14px;
  }

  /* .player { height: 400px; } */
  .on-player-block {
    margin-top: -125px;
  }

}

@media all and (min-width:700px) {

  /* .player { height: 450px; } */
  .bn-2,
  .player-bn-2 {
    display: inline-block;
  }

  .top-list li a {
    font-size: 15px;
  }

  .on-player-block {
    width: 604px;
    margin-left: -302px;
  }

  .on-player-spot {
    float: left;
    margin: 0 1px;
  }

  .on-player-spot-2 {
    display: block;
  }
}

@media all and (min-width:800px) {

  /* .player { height: 500px; } */
  .top-list li a {
    font-size: 16px;
  }
}

@media all and (min-width:900px) {

  /* .player { height: 510px; } */
  .categories-list li {
    width: 25%;
  }

  .top-list li a {
    font-size: 17px;
  }
}

@media all and (min-width:800px) {

  .wrapper,
  .head,
  .wrapper-album .top-alb-ins {
    width: 966px;
  }

  .footer {
    width: 966px;
  }
}

@media all and (max-width:970px) {
  .head {
    width: 100%;
  }
}

/* @media all and (max-width:967px) {
    .wrapper { width: 100%; }
    .footer { width: 100%; }
    .thumb-bl { width: 33.333%; }
    .thumb a img { width: 100%; height: auto; }
}

@media (max-width: 630px){
    .thumb-bl {
        width: 50%;
    }
}

@media (max-width: 500px){
    .thumb-bl {
        width: 100%;
    }
} */


@media all and (min-width:992px) {
  .bn-3 {
    display: inline-block;
  }
}

@media all and (min-width:800px) {
  .search {
    width: auto;
    margin: 0 15px 0 0;
  }

  .search input {
    width: 230px;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
  }

  .top-bl {
    width: auto;
    height: 28px;
  }

  .top-bl-ins {
    display: table-cell;
    vertical-align: middle;
  }

  .thumb-ctr .thumb-name {
    font-size: 18px;
  }

  .top-list li a {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .video-block {
    width: 642px;
  }

  /* .player { height: 340px; } */
  /* .video-info h1 { height: 22px; overflow: hidden; } */
  .right-player-col {
    width: 320px;
    padding: 0 0 55px 0;
  }

  .player-bn {
    display: block;
    margin: 12px 10px 0 10px;
  }

  .player-bn-2,
  .player-bn-3 {
    display: none;
  }


}

@media all and (max-width:800px) {
  .search input {
    width: 99%;
    padding: 0 8% 0 2%;
    box-sizing: border-box;
  }
}

@media all and (max-width:450px) {
  .search input {
    width: 99%;
    padding: 0 10% 0 2%;
    box-sizing: border-box;

  }
}

@media (min-width: 800px) {
  .top-bl.top-top {
    height: 58px;
  }
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}




@media all and (min-width:1308px) {

  .wrapper,
  .footer,
  .head,
  .wrapper-album .top-alb-ins {
    width: 1288px;
  }

  .bn-4 {
    display: inline-block;
  }

  .top-list ul {
    width: 16.666%;
  }

  .top-list li a {
    font-size: 14px;
  }

  .video-block {
    width: 964px;
  }

  /* .player { height: 542px; } */
  .video-info {
    padding: 12px 18px 8px;
  }

  /* .video-info h1 { height: 30px; font-size: 28px; line-height: 30px; } */
  .video-info h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .right-player-col {
    padding: 0 0 26px 0;
  }

  .player-bn-2 {
    display: block;
  }

  .on-player-block {
    width: 620px;
    margin-left: -310px;
  }

  .on-player-spot {
    margin: 0 5px;
  }

  .on-player-close {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    width: 50px;
    top: -26px;
    right: -26px;
  }

  .thumb-bl {
    width: 25%;
  }
}

@media all and (max-width:1308px) {
  ul.video-meta li {
    margin: 5px 10px 0 0;
  }

  .video-info {
    padding: 12px 0 10px;
  }
}

@media all and (min-width:1630px) {

  .wrapper,
  .footer,
  .head,
  .wrapper-album .top-alb-ins {
    width: 1610px;
  }

  .bn-5 {
    /*display: inline-block; */
  }

  .top-list li a {
    font-size: 16px;
  }

  .video-block {
    width: 1286px;
  }

  /* .player { height: 727px; } */
  .player-bn-3 {
    display: block;
  }

  /* .video-info { padding: 19px 20px 0px 20px; } */
  .video-info {
    padding: 12px 0px 20px;
  }

  /* .video-info h1 { height: 38px; font-size: 32px; line-height: 34px; } */
  .video-info h1 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 8px;
  }

  .video-info li {
    font-size: 18px;
    line-height: 22px;
  }

  .right-player-col {
    padding: 0 0 10px 0;
  }

  ul.video-meta {
    margin-top: 5px;
  }

  ul.video-tags li {
    margin: 11px 10px 0 0;
  }

  .thumb-bl {
    width: 20%;
  }
}

@media (max-width: 799px) {
  .video-info {
    padding: 0px 0 10px;
  }

  .head {
    margin: 2px 0px 0 0px;
  }
}

.thumb .no-thumb {
  width: 320px;
  height: auto;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter {
  font-size: 14px;
}

.player-wrap {
  position: relative;
}

.fp-poster img {
  position: absolute;
  left: 0 !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
}

.kt-player {
  position: absolute !important;
}

.empty-content {
  background-color: #fff;
  padding: 0 10px;
  margin: 0 1px;
}

.content {
  background-color: #fff;
  padding: 10px;
}

.content h2 {
  margin: 0;
}

.content li {
  list-style-type: decimal;
  margin-left: 15px;
}

.content a {
  color: rgb(236, 86, 124);
}

.content a:hover {
  text-decoration: underline;
}

.head-wrapper.static-page {
  width: 100%;
}

.head-wrapper.static-page .top-bl {
  width: 100%;
  box-sizing: border-box;
}

.head-wrapper.static-page .top-bl-ins {
  padding: 0;
}

.head-wrapper.static-page .search {
  display: none;
}

.go-to-all {
  margin-bottom: 18px;
}

.go-to-all.go-to-bottom {
  margin-bottom: 0;
}

.bn-mobile,
.bn-title.bn-title-mobile {
  display: none;
}

@media (max-width: 500px) {
  .bns-bl-desktop .bn:not(.bn:first-child) {
    display: none;
  }

  .bn-mobile,
  .bn-title.bn-title-mobile {
    display: block;
    width: 100%;
    text-align: center;
  }

  .bn-title.bn-title-mobile {
    float: left;
    margin: 0 1px;
    max-width: -webkit-fill-available;
  }

  .bn-title.bn-title-mobile.second {
    margin: 0 1px -3px;
    padding: 6px 0 4px;
  }

  .bn-mobile>a>img {
    margin: 0 auto;
  }

  #list_videos_videos {
    overflow: hidden;
  }
}

.alphabet {
  padding: 20px 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
}

.alphabet:after {
  position: absolute;
  content: '';
  width: calc(100% - 10px);
  height: 2px;
  bottom: 15px;
  left: 5px;
  right: 0;
  background: rgb(236, 86, 124);
}

.alphabet .letter {
  margin: 0 5px 5px;
  padding: 0 10px;
  border-radius: 10px;
  white-space: nowrap;
}

.alphabet div:first-of-type {
  margin: 0 5px 5px;
}

.alphabet a.letter {
  border: 1px solid #333;
}

.alphabet a.letter:hover,
.alphabet a.letter.active {
  color: rgb(236, 86, 124);
  border: 1px solid rgb(236, 86, 124);
}

.alphabet .mob {
  display: none;
}

.top-list-tags {
  display: block;
  overflow: hidden;
  width: 100%;
  border-top: 2px solid rgb(242, 242, 242);
}

.top-list-tags .tags-holder {
  width: 100%;
  float: none;
  overflow: hidden;
  background-color: rgb(234, 234, 234);
  font-size: 0;
  /* padding: 0 10px 0 0; */
  box-sizing: border-box;
}

.tags-holder .letter {
  padding: 0 10px;
  font-size: 16px;
}

.top-list-tags .tags-holder a {
  overflow: hidden;
  display: inline-block;
  padding: 0 0 0 10px;
}

.top-bl-tags {
  display: flex;
  align-items: center;
  width: auto;
  padding: 1px 0px 3px;
  box-sizing: border-box;
}

.top-bl-tags h1 {
  margin: 0 14px;
}

@media (max-width: 800px) {
  .top-bl-tags {
    justify-content: center;
  }

  .alphabet {
    flex-wrap: nowrap;
    padding: 15px 10px 2px;
    overflow-x: scroll;
    margin: 0 0px 13px;
    box-sizing: border-box;
  }

  .alphabet div:first-of-type {
    display: none;
  }

  .alphabet .mob {
    display: block;
    white-space: nowrap;
    margin: 0 0 5px;
  }

  .alphabet:after {
    content: initial;
  }

  .alphabet {
    border-bottom: 2px solid rgb(236, 86, 124);
  }
}

/* @media (max-width: 500px) {
    .top-list-tags .tags-holder a {
        width: 28%;
    }
}

@media (max-width: 400px) {
    .top-list-tags .tags-holder a {
        width: 40%;
    }
} */
.wrapper-player {
  display: flex;
  -webkit-box-orient: horizontal;
  padding: 10px 0 0;
}

.head.one {
  display: none;
}


@media screen and (max-width:799px) {
  .head.one {
    display: block;
  }

  .wrapper-player .right-player-col .head {
    display: none;
  }

  .wrapper-player {
    flex-direction: column
  }

  .right-player-col {
    display: block;
    margin: 0px 1px 0 1px;
  }

  .title-rel {
    margin: 2px 1px 0 1px;
  }

  .video-info .title-holder h1 {
    padding: 11px 0 0;
  }
}

.adblock-message {
  background: #40af64;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11111111;
  width: 500px;
  line-height: 300px;
  font-size: 26px;
  color: #fff;
  text-align: center;
}

.kt-player .ablock {
  max-width: 100%;
}


.player .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 999;
  cursor: pointer;
}

.player .mask.hidden {
  display: none;
}


@media screen and (max-width:900px) {
  .video-info.hidden .title-holder {
    /* max-height: 44px; */
    margin: 0 0 12px;
    overflow: hidden;
    position: relative;
  }

  .video-info.hidden.show .title-holder {
    max-height: 999px;
    margin: 0;
  }

  .video-info .show-title {
    top: -8px;
    display: none;
    border-top: 1px solid rgb(236, 86, 124);
    position: relative;
    text-align: center;
    margin: 0 10px 16px 0;
  }

  .video-info.hidden.show .show-title {
    top: 0;
  }

  .video-info .show-title span {
    border-bottom: 1px solid rgb(236, 86, 124);
    border-right: 1px solid rgb(236, 86, 124);
    background: #fff;
    display: inline-block;
    height: 25px;
    width: 25px;
    transform: rotate(45deg);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -13px;
  }

  .video-info .show-title span:last-of-type {
    height: 10px;
    width: 10px;
    top: -5px;
  }

  .video-info.hidden .show-title {
    display: block;
  }

  .video-info.show .show-title span {
    border-left: 1px solid rgb(236, 86, 124);
    border-top: 1px solid rgb(236, 86, 124);
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    top: -11px;
  }

  .video-info.show .show-title span:last-of-type {
    top: -4px;
  }

  .video-info.show .show-title:after {
    content: '';
    display: inline-block;
    background: #fff;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
  }
}

.name-video {
  font-size: 12px;
}


.back-album {
  position: absolute;
  z-index: 150;
  right: 41%;
  display: inline-block;
  text-align: center;
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
}

@media screen and (max-width:1630px) {
  .back-album {
    right: 38%;
  }

  .video-link-gallery {
    margin: 8px 0 0 0;
    /* line-height: 20px; */
  }
}

@media screen and (max-width:1308px) {
  .back-album {
    right: 32%;
  }
}

@media screen and (max-width:800px) {
  .back-album {
    right: 38%;
  }
}

@media screen and (max-width:915px) {
  .back-album {
    right: 36%;
  }
}

@media screen and (max-width:810px) {
  .back-album {
    right: 34%;
  }
}

@media screen and (max-width:700px) {
  .back-album {
    right: 32%;
  }
}

@media screen and (max-width:600px) {
  .back-album {
    right: 29%;
  }
}

@media screen and (max-width:515px) {
  .back-album {
    right: 25%;
  }
}

@media screen and (max-width:450px) {
  .back-album {
    right: 20%;
  }
}

@media screen and (max-width:450px) {
  .back-album {
    right: 20%;
  }
}



.back-album a {
  display: inline-block;
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.vodeo-gallery {
  text-decoration: underline;
  color: rgb(236, 86, 124);
  font-size: 18px;
}

.desc-and-tags {
  max-height: 0px;
  color: #fff;
}

.block-des {
  overflow: hidden;
}

.wrapper.open-desc .desc-and-tags {
  max-height: 9999px;
  color: #000;
}

.open-desc-and-tags div {
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
  color: rgb(236, 86, 124);
  cursor: pointer;
}

.open-desc-and-tags span {
  font-size: 18px;
  line-height: 17px;
  color: rgb(236, 86, 124);
  cursor: pointer;
  padding: 1px 3.75px 0 3.8px;
  border: 1px solid rgb(236, 86, 124);
  margin: 0 3px 0 0;
}

.desc-and-tags ul li a {
  color: #fff;
}

.desc-and-tags ul li .fa {
  color: #fff;
}


.wrapper.open-desc .desc-and-tags {
  max-height: 9999px;
  color: #000;
}

.wrapper.open-desc .desc-and-tags ul li a {
  color: #000;
}

.wrapper.open-desc .desc-and-tags ul li .fa {
  color: rgb(236, 86, 124);
}

.open-desc-and-tags {
  display: flex;
  flex-wrap: nowrap;
}

.open-desc-and-tags span {
  display: block;
}

.open-desc-and-tags .minus {
  display: none;
}

.wrapper.open-desc .minus {
  display: block;
}

.wrapper.open-desc .plus {
  display: none;
}

.open-desc-and-tags span.minus {
  padding: 1px 6.33px 0 6.5px;
}

.video-link-gallery.hidden {
  display: none;
}

.video-info .block-des .video-tags li {
  font-size: 18px;
}

.desc-and-tags .video-meta {
  margin: 3px 0 7px;
}

.wrapper.open-desc .open-desc-and-tags {
  padding: 5px 0 0;
}

.desc-and-tags .desc {
  font-size: 18px;
  line-height: 19px;
}

.desc-and-tags .desc {
  margin: 7px 0 0;
}

.desc-and-tags .desc,
.desc-and-tags .video-tags,
.desc-and-tags .video-meta {
  display: none;
}

.open-desc .desc-and-tags .desc,
.open-desc .desc-and-tags .video-tags,
.open-desc .video-meta {
  display: block;
}


.video-info .block-des {
  margin: 10px 0 0;
}

.open-desc .video-info .block-des {
  margin: 0px 0 0;
}

.sort li a {
  font-size: 19px;
}



.open-desc .video-block .desc-and-tags .desc {
  padding: 6px 0 0;
}

.vodeo-gallery {
  text-decoration: underline;
  color: rgb(236, 86, 124);
  font-size: 18px;
}

.video-link-gallery {
  font-size: 18px;
  min-height: 18px;
  line-height: 18px;
  margin: 12px 0 0;
  display: none;
}

.video-link-gallery svg {
  margin: -5px 6px -5px 0;
  fill: rgb(236, 86, 124);
}

.open-desc .video-link-gallery {
  display: block;
}

.player-wrap .back-album a {}

.back-album.hidden {
  display: none;
}

@media (max-width: 799px) {


  .top-bl-tags .top-bl-ins {
    padding: 17px 0 0 0;
    text-align: center;
  }

  .top-bl-models.top-bl-tags .top-bl-ins {
    text-align: center;
    padding: 7px 0 0 0;
  }


}

.js-letter-models {
  cursor: pointer;
}

.js-letter-models a.activ {
  color: rgb(236, 86, 124);
}

.top-bl-models {
  justify-content: center;
}

.top-bl-models .sort li {
  position: relative;
  cursor: pointer;
}

.top-bl-models .sort li .js-letter-models {
  position: absolute;
  top: 100%;
  z-index: 12;
  padding: 10px !important;
  width: 381px;
  flex-wrap: wrap;
  justify-content: flex-start;
  border: 2px solid #d6d6d6;
  border-top: none;
  display: none;
  text-align: left;
}

.top-bl-models .sort li.open .js-letter-models {
  display: block;
}

.top-bl-models .sort li.open a {
  border: 2px solid #d6d6d6;
}

.top-bl-models .sort li a {
  border: 2px solid transparent;
  padding: 0 4px;
}

.top-bl-models .sort li .js-letter-models:before {
  position: absolute;
  content: '';
  width: 371px;
  height: 2px;
  background: #d6d6d6;
  right: 0;
  top: 0;
}

.top-bl-models .sort li:nth-child(3) .js-letter-models:before {
  width: 176px;
}

.top-bl-models .sort li:last-of-type .js-letter-models:before {
  width: 171px;
}

.head-wrapper.head-wrapper-models,
.head-wrapper.head-wrapper-models .top-bl-models,
.head-wrapper.head-wrapper-models .top-bl-models .sort {
  overflow: initial;
}

.js-letter-models a {
  border: none !important;
  margin: 4px 7px;
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
  padding: 0 !important;

}

.js-letter-models a:hover {
  color: rgb(236, 86, 124) !important;
  text-decoration: underline !important;
}

.js-letter-models a.activ {
  color: rgb(236, 86, 124) !important;
  text-decoration: underline !important;
}

@media (max-width: 800px) {

  .top-bl-models .sort li .js-letter-models {
    width: 350px;
    left: -150px;
    margin: 0 auto;
  }

  .top-bl-models .sort li .js-letter-models:after {
    position: absolute;
    content: '';
    width: 172px;
    height: 2px;
    background: #d6d6d6;
    left: 0;
    top: 0;
  }

  .top-bl-models .sort li:nth-child(3) .js-letter-models:after {
    width: 150px;
  }

  .top-bl-models .sort li:last-of-type .js-letter-models:after {
    width: 141px;
  }

  .top-bl-models .sort li:last-of-type .js-letter-models:before {
    width: 179px;
  }

  .top-bl-models .sort li:last-of-type .js-letter-models {
    width: 350px;
    left: -141px;
    margin: 0 auto;
  }

  .top-bl-models .sort li .js-letter-models:before {
    width: 168px;
  }

  .top-bl-models .sort li .js-letter-models {
    width: 350px;
    left: -172px;
    margin: 0 auto;
  }

  .top-bl-models .sort li:nth-child(3) .js-letter-models {
    width: 350px;
    left: -150px;
    margin: 0 auto;
  }

}

@media (max-width: 600px) {
  .top-bl-models .sort li:last-of-type .js-letter-models {
    width: 350px;
    left: -235px;
    margin: 0 auto;
  }

  .top-bl-models .sort li:last-of-type .js-letter-models:before {
    width: 85px;
  }

  .top-bl-models .sort li:last-of-type .js-letter-models:after {
    width: 235px;
  }
}

@media (max-width: 470px) {

  .top-bl-models .sort li .js-letter-models {
    width: 314px;
    left: -110px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top-bl-models .sort li .js-letter-models:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 2px;
    left: 0;
    top: 0;
  }

  .top-bl-models .sort li .js-letter-models:before {
    width: 170px;
  }

  .top-bl-models .sort li:nth-child(3) .js-letter-models {
    width: 314px;
    left: -156px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top-bl-models .sort li:nth-child(3) .js-letter-models:before {
    width: 110px;
  }

  .top-bl-models .sort li:nth-child(3) .js-letter-models:after {
    width: 156px;
  }

  .top-bl-models .sort li:last-of-type .js-letter-models {
    width: 314px;
    left: -214px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top-bl-models .sort li:last-of-type .js-letter-models:before {
    width: 46px;
  }

  .top-bl-models .sort li:last-of-type .js-letter-models:after {
    width: 214px;
  }
}

@media (min-width: 800px) {
  .top-bl.top-top.top-bl-tags.top-bl-models {
    height: 69px;
  }
}

@media (min-width: 1000px) {
  .top-bl.top-top.top-bl-tags.top-bl-models {
    height: 68px;
  }
}

.desc-and-tags .video-link {
  display: none;
}

.open-desc .desc-and-tags .video-link {
  display: block;
  margin-top: 13px;
}

.video-link b a {
  font-weight: 600;
}

.video-info .title-holder h1 {
  /* font-weight: 600; */
}

.list-tags-search.top-list-tags .tags-holder a {
  font-size: 20px;
  text-decoration: underline;
}

@media (max-width: 550px) {
  .list-tags-search.top-list-tags .tags-holder a {
    font-size: 15px;
    text-decoration: underline;
  }
}



.vr-wrap {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 21px;
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.vr-wrap a {
  color: #fff;
  font-size: 21px;
  position: relative;
}

.vr-wrap a:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
}

.vr-wrap .vr-close {
  position: absolute;
  top: 6px;
  right: 11px;
  font-size: 33px;
  line-height: 21px;
  cursor: pointer;
}

.vr-wrap .vr-img {
  font-size: 0;
  line-height: 0;
  padding: 0 10px 0 0;
}

.vr-wrap .vr-img svg {
  width: 92px;
  height: 54px;
  fill: #fff;
}

@media (max-width: 540px) {
  .vr-wrap {
    flex-direction: column;
  }

  .vr-wrap .vr-img svg {
    width: 63px;
    height: 35px;
  }
}

.top-list-tags.list-search .tags-holder a:first-of-type {
  padding: 0;
}

h2.title-rel {
  margin: 2px 5px 12px;
  text-transform: initial;
  border-bottom: 2px solid rgb(236, 86, 124);
}

h2.title-rel a {
  text-decoration: none;
}

@media (max-width: 540px) {

  h2.title-rel {
    font-size: 22px;
  }

  .title-rel a {
    margin: 0 5px 0 0;
    font-size: 22px;
  }

}


.before-player .clothe {
  font-size: 21px;
  right: 0;
  top: 0;
  position: absolute;
  line-height: 8px;
  padding: 5px 5px 8px 5px;
  cursor: pointer;
  border-left: 2px solid rgb(242, 242, 242);
  border-bottom: 2px solid rgb(242, 242, 242);
}

.before-player {
  padding: 10px 0;
  display: block;
  position: relative;
  display: none;
  border-bottom: 2px solid rgb(242, 242, 242);
}

.before-player.show {
  display: block;
}


.before-player .text {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

@media (min-width: 1308px) {
  .before-player .text {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (min-width: 1630px) {
  .before-player .text {
    font-size: 32px;
    line-height: 34px;
  }
}




.before-player .text a {
  text-decoration: underline;
  color: rgb(236, 86, 124);
}

.right-player-col .bn-title {
  display: none;
  margin: 0;
}

@media (max-width: 799px) {
  .player+.before-player {
    display: none;
  }

  .player-bn-2,
  .player-bn-3 {
    display: inline-block;
  }

  .right-player-col {
    padding: 0;
    background: rgb(242, 242, 242);
  }

  .player-bn {
    width: calc(50% - 2px);
  }

  .right-player-col .bn-title {
    display: block;
    width: 100%;
  }

  .player-bn {
    margin: 0px 1px 0 1px;
  }

  .player-bn.player-bn-3 {
    display: none;
  }
}

@media (max-width: 500px) {
  .player-bn-2 {
    display: none;
  }
}

@media (max-width: 629px) {
  .player-bn {
    width: calc(100% - 2px);
  }

  .player-bn-2 {
    display: none;
  }
}

@media (max-width: 500px) {
  .player-bn {
    width: calc(100% - 2px);
  }
}

.before-player.text,
.baner-before {
  display: none;
}

.baner-before {
  text-align: center;
  line-height: 0;
  font-size: 0;
  padding: 0 0 15px;
}

.baner-before .bn-title {
  margin: 0;
  text-align: center;
  background-color: #fff;
  color: rgb(74, 74, 74);
  padding: 1px 0 0;
  margin: 0 0 2px;
  font-size: 14px;
}

.headline {
  padding: 20px 5px 17px;
}

.headline h1,
.headline h2 {
  text-transform: none;
  position: relative;
}

.headline h1:after,
.headline h2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgb(236, 86, 124);
  bottom: -6px;
  right: 0;
  left: 0;
}

@media (max-width: 966px) {

  .headline h1,
  .headline h2 {
    padding: 0 0 0 5px;
  }
}

@media (max-width: 500px) {
  .box {
    margin: 0 0px;
  }

  .wrapper {
    width: 100%;
  }

  .thumb-bl.thumb-video .thumb {
    margin: 3px 0 0;
  }

}

.video-info-top h1 {
  font-size: 22px;
  line-height: 24px;
}

.video-info-top .video-link.video-link-tags a {
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 10px 8px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}

.video-info-top .video-link.video-link-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 5px 0;
}

@media (max-width: 799px) {

  .before-player.text,
  .baner-before {
    display: block;
    border-top: 2px solid rgb(242, 242, 242);
    background-color: rgb(254, 254, 254);
  }

  .baner-before {
    padding: 0 0 8px;
  }

  .video-info {
    padding: 0px 0 15px 10px;
  }

  .before-player.text {
    border-bottom: none;
  }
}

.head-top.active .fa-bars {
  color: rgb(236, 86, 124);
}


.head-open-menu.mobile {
  display: none;
}

@media (max-width: 799px) {
  .thumb img {
    max-height: none;
  }

  .head-menu li a {
    line-height: 26px;
    padding: 10px 0 2px;
  }

  .box .bns-bl.bns-bl-desktop.bns-bl-new {
    padding: 0;
    margin: 0 -1px;
  }

  .head-bottom {
    right: auto;
    left: 0;
    top: 100%;
  }

  .head.drop-sort .head-bottom {
    top: calc(100% - 38px);
  }

  .head-menu li {
    margin: 0px 5px 0 5px;
  }

  .head-top {
    flex-direction: column;
    padding: 5px 0 0px;
  }

  .wrapper {
    width: 100%;
  }

  .head-wrapper {
    margin: 0 0 -3px;
  }

  .box {
    margin: 0 -1px;
  }

  .thumb {
    background-color: rgb(254, 254, 254);
    position: relative;
    margin: 3px 1px 0 1px;
  }

  .head-open-menu {
    display: none;
  }

  .head-open-menu.mobile {
    display: block;
    margin: 0 15px 0 0;
  }

  .top-bl {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  .top-bl .top-bl-ins {
    width: 100%;
  }

  .top-bl .sort li a {
    padding: 10px 10px 8px;
    display: block;
  }

  .top-bl .sort ul {
    margin: 0 -1px;
  }

  .top-bl .sort li {
    margin: 0;
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  #list_videos_videos .headline {
    display: none;
  }

  .special {
    display: none;
  }

  .logo {
    display: flex;
    align-items: center;
    padding: 5px 0 10px;
  }

  .logo a {
    height: auto;
  }

  .headline {
    padding: 20px 0px 17px !important;
  }

  .video-info-top .video-link.video-link-tags {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 12px 0 10px;
    padding: 15px 5px 0;
    border-top: 2px solid #fd567f;
  }

  .video-info-top .title-holder,
  .video-info-top .video-link {
    padding: 0 0 0 3px;
  }

  .title-holder h1 {
    font-size: 20px;
    margin: 0 3px 0 3px;
  }

  h2.title-rel {
    margin: 25px 0px 12px;
    padding: 0 5px;
  }

}

#aniimated-thumbnials .thumb-img__holder.wrap {
  position: relative;
}

#aniimated-thumbnials .thumb-img__holder.wrap img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: none;
}

#aniimated-thumbnials .grid-item {
  padding: 10px 0 0 10px;
  box-sizing: border-box;
}

#aniimated-thumbnials {
  margin: 0 0 0 -10px;
}

.thumb-bl.grid-item {
  width: 20%;
}



@media (max-width: 1630px) {
  .thumb-bl.grid-item {
    width: 25%;
  }
}


@media (max-width: 1308px) {
  .thumb-bl.grid-item {
    width: 33.33%;
  }
}


@media (max-width: 630px) {
  .thumb-bl.grid-item {
    width: 50%;
  }
}

.back-video {
  margin: 10px 0 0;
  padding: 10px 0 0;
  text-align: center;
}

.back-video a {
  padding: 10px 20px;
  text-transform: uppercase;
  border: 2px solid #fd567f;
  border-radius: 10px;
  display: inline-block;
  font-size: 17px;
  transition: all .3s;
}

.wrapper-album .top-alb div {
  font-size: 16px;
}

.wrapper-album .open-desc-and-tags div {
  font-size: 18px;
}

.wrapper-album .top-alb {
  margin: 2px -100% 0;
  background: #fff;
}

.wrapper-album .top-alb-ins {
  padding: 10px 8px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wrapper-album .top-alb-ins .title {
  text-align: left;
  padding: 10px 0 5px;
}

.wrapper-album .top-alb-ins .items {
  display: flex;
}

.wrapper-album .block-des {
  overflow: hidden;
}

.wrapper-album .top-alb-ins .block-des {
  margin: -5px 0 0;
}

.wrapper-album .top-alb .desc-and-tags {
  display: none;
}

.open-desc .top-alb .desc-and-tags {
  padding: 7px 0 0;
  display: block;
}

.wrapper-album .top-alb-ins .items .item {
  padding: 0 3px 3px 0px;
  color: #fd567f;
  text-decoration: underline;
}

.wrapper-album .top-alb-ins .desc-and-tags .items .item {
  padding: 0 5px 3px 3px;
}

.wrapper-album .open-desc-and-tags {
  margin: 11px 0 0;
}

.grid-item .thumb {
  margin: 0;
}

@media (max-width: 799px) {
  .wrapper-album .top-alb {
    margin: 5px 0 0;
    background: #fff;
  }
}

.player-related-videos-container {
  margin: -2px -1px;
  background: #000;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  top: 45%;
  transform: translateY(-51%);
  position: absolute;
}


.player-related-videos-container .title-relared {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 8px 0 2px;
  text-transform: uppercase;
  width: 100%;
  color: #ccc;
}

.kt-player .fp-ui-inline+div {
  background: #000 !important;
}

.player-related-videos-container .thumb-video:nth-last-child(-n+4) {
  display: none;
}

.player-related-videos-container .thumb-bl {
  float: none;
}

.player-related-videos {
  position: relative;
  height: 100%;
}

@media (min-width: 800px) {
  .player-related-videos-container .thumb a img {
    width: 100%;
    height: auto;
  }

  .player-related-videos-container .thumb-bl {
    width: 25%;
  }
}

@media (max-width: 799px) {
  .player-related-videos-container .thumb-video:nth-last-child(-n+10) {
    display: none;
  }

  .player-related-videos-container {
    top: 42%;
  }
}

@media (max-width: 629px) {
  .player-related-videos-container .thumb-bl {
    width: 33.3333%;
  }
}

@media (max-width: 440px) {
  .player-related-videos-container .thumb-bl {
    width: 50%;
  }

  .player-related-videos-container .thumb-video:nth-last-child(-n+11) {
    display: none;
  }

  .player-related-videos-container {
    position: relative;
    top: 0;
    transform: translateY(0px);
  }

  .player-related-videos-container .title-relared {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 0 0px;
    color: #ccc;
  }
}

.item .preview {
  position: absolute;
  right: 5px;
  bottom: 5px;
  box-sizing: border-box;
  line-height: 1;
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
  cursor: pointer;
  display: block;
  width: 15%;
  min-width: 40px;
}

.item .preview svg {
  padding: 5% 16%;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  /* opacity: 0; */
}

body.redy-load .item .preview svg {
  opacity: 1;
}

body.redy-load .item .preview .loadingio-spinner-spinner-ut9souemu1r {
  display: none;
}


@media screen and (max-width: 640px) {
  .item .preview {
    width: fit-content;
  }

  .item .preview svg {
    max-width: 34px;
    height: 34px;
    box-sizing: initial;
    padding: 5px 10px;
  }
}


@keyframes ldio-r2cpbatz22d {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.ldio-r2cpbatz22d div {
  left: 48.5px;
  top: 24px;
  position: absolute;
  animation: ldio-r2cpbatz22d linear 1s infinite;
  background: #ffffff;
  width: 3px;
  height: 12px;
  border-radius: 1.5px / 3.84px;
  transform-origin: 1.5px 26px;
}

.ldio-r2cpbatz22d div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #ffffff;
}

.ldio-r2cpbatz22d div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #ffffff;
}

.loadingio-spinner-spinner-ut9souemu1r {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.ldio-r2cpbatz22d {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.4);
  backface-visibility: hidden;
  margin: -14% 0 0 -17%;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-r2cpbatz22d div {
  box-sizing: content-box;
}

.switch_search {
  border: none;
  background: transparent;
  cursor: pointer;
  outline: 0;
}

button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}

body.open-search .search {
  display: flex;
}

.search svg {
  width: 26px;
  height: auto;
  cursor: pointer;
  display: none;
}

.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 154;
  text-align: left;
  overflow: hidden;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #fff;
  border: 0;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 0;
  font-size: 14px;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 10px;
  overflow: hidden;
}

.eac-category {
  background-color: #ccc;
}

.easy-autocomplete-container ul .eac-category {
  padding: 15px 15px;
  color: #fff;
}

.easy-autocomplete a {
  display: block;
  color: #000;
}

.easy-autocomplete-container a {
  display: block;
  padding: 20px 15px 20px;
  color: rgb(34, 34, 34);
  transition: background-color .3s, color .3s;
}

.easy-autocomplete-container a b {
  color: rgb(236, 86, 124);
}

.logo .switch_search {
  display: none;
  margin: 1px 0 0 13px;
  font-size: 22px;
}

@media (max-width: 799px) {
  .top-bl .switch_search {
    display: none;
  }

  .logo .switch_search {
    display: block;
  }

  .search input {
    width: 100%;
    height: 50px;
  }

  .search {
    width: 100%;
    max-width: none;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .search form {
    width: 100%;
  }

  .search button {
    line-height: 50px;
    font-size: 24px;
  }

  .search svg {
    width: 43px;
  }

  .head.drop-sort .search {
    top: calc(50% - 19px);
  }

  .search {
    margin: 0 auto 0 auto;
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    right: 0;
    z-index: 1;
  }

  .search svg {
    display: block;
  }
}

.video-info-top .video-link.video-link-tags a.models-tag,
.video-info-top .video-link.video-link-tags a.cs-tag {
  background: darkgray;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .bns-bl.bns-bl-desktop {
    display: none;
  }
}

/* ====================== SPOT HEADER START ====================== */

.top_spot {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  max-width: 100%;
  margin: 10px 1px;
  background-color: #fff;
  display: none;
}

.top_spot.desk {
  display: flex !important;
  /* padding-bottom: 8.4%; */
  position: relative;
  width: 1610px;
  margin: 10px auto;
}

@media screen and (max-width: 1629px) {
  .top_spot.desk {
    width: 1288px;
  }
}

@media screen and (max-width: 1307px) {
  .top_spot.desk {
    max-width: 966px;
    width: 100%;
  }
}


.top_spot.desk iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  .top_spot.desk {
    display: none !important;
  }

  .top_spot.mobile {
    display: flex !important;
  }

  .top_spot.mobile .spot_wrap {
    position: relative;
    /* padding-bottom: 40%; */
  }
}

.top_spot.mobile iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_spot.mobile {
  flex-direction: column;
  background: none;
}

.top_spot.mobile .text {
  margin-bottom: 1px;
  font-size: 15px;
  text-align: center;
}

.top_spot div {
  overflow: hidden;
}

@media (max-width: 799px) {
  .top_spot {
    margin: 10px 0;
  }
}


@media (max-width: 799px) {
  .top_spot {
    margin: 10px 0;
  }
}

@media (min-width: 800px) {
  .top_spot {
    background: none;
    margin-bottom: 10px;
  }
}

/* ====================== SPOT HEADER END ====================== */

.on_country {
  font-size: 22px;
}

.no-img {
  position: relative;
  overflow: hidden;
}

.no-img span {
  position: absolute;
  width: calc(100% - 10px);
  max-width: 320px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 799px) {
  .no-img span {
    font-size: 22px;
  }
}

.headline.second {
  display: flex;
  align-items: center;
  position: relative;
}

.headline.second>* {
  flex-shrink: 0;
}

.headline.second::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgb(236, 86, 124);
  bottom: 11px;
  right: 5px;
  left: 5px;
}

@media screen and (max-width: 430px) {
  .headline.second {
    overflow-x: auto;
  }

  .headline.second::after {
    width: 110%
  }
}

.headline.second .sort ul {
  display: flex;
  align-items: center;
}

.headline.second .sort li,
.headline.second .sort a,
.headline.second .sort span {
  line-height: 1 !important;
}

.headline.second .sort {
  margin-left: 30px;
}

.headline.second h1::after,
.headline.second h2::after {
  content: unset;
}

.no_results {
  margin: 0 5px 5px;
}

.filter-wrap {
  margin-bottom: 20px;
}

.filter-wrap .filter-tags {
  outline: none;
  background-color: transparent;
  font-size: 20px;
  font-family: 'Abel', sans-serif;
  color: rgb(74, 74, 74);
  border: none;
  border-bottom: 2px solid rgb(236, 86, 124);
  padding-bottom: 5px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.filter-wrap .filter-tags::placeholder {
  color: rgb(74, 74, 74);
}

@media (max-width: 800px) {
  .filter-wrap .filter-tags {
    padding: 0 10px 5px;
  }
}

.duration_item {
  font-size: 0.8rem;
  position: absolute;
  color: #fff;
  left: 3px;
  bottom: 3px;
  border-radius: 3px;
  background: #000;
  line-height: 1;
  padding: 2px 5px;
}

/* Dark radio */

.dark-checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.dark-checkbox:not(checked)+label {
  position: relative;
  padding: 0 0 0 40px;
}

.dark-checkbox:not(checked)+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background: #D9D9D9;
  cursor: pointer;
}

.dark-checkbox:not(checked)+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(236, 86, 124);
  transition: all .2s;
  cursor: pointer;
}

body.dark div:not(.preview_holder) .dark-button label:after {
  content: '';
  left: 20px;
}

/* Dark wrapper */

.dark-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-width: fit-content !important;
  padding: 20px !important;
  margin-top: 20px !important;
  min-width: 92px;
  background-color: #D9D9D9 !important;
}

.dark-wrapper .dark-block {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.dark-wrapper .icon-dark-theme {
  margin-bottom: 10px !important;
}

body.light .dark-wrapper .icon-dark-theme circle {
  stroke: #000;
}

body.light .dark-wrapper .icon-dark-theme path {
  fill: #000;
}

body.dark .dark-wrapper svg,
.dark-wrapper svg {
  color: #fff;
}

.dark-wrapper .dark-checkbox+label:before {
  content: '';
  background-color: white;
}

.dark-wrapper .icon-dark path {
  fill: white !important;
}

.dark-wrapper .icon-dark,
.dark-wrapper .icon-light {
  width: 20px;
  height: 20px;
}




.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}



/* Dark button */


.dark-block {
  align-items: center;
  cursor: pointer;
}

.footer-wrapper .dark-block {
  display: none;
  margin-left: 20px;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: auto;
  max-width: 82px;
}

.footer-wrapper .dark-block svg {
  color: #D9D9D9;
  width: 16px;
  height: 16px;
}

.mob-nav .icon-dark-theme path {
  fill: black;
}

.mob-nav .icon-dark-theme circle {
  stroke: #000;
}

body.dark .footer-wrapper .dark-block svg {
  color: #fff;
}

body.dark .dark-block svg.icon-month,
body.light .dark-block svg.icon-light {
  color: rgb(236, 86, 124);
}

body.dark .dark-wrapper .icon-dark-theme path {
  fill: white;
}

body.dark .dark-wrapper .icon-dark-theme circle {
  stroke: white;
}

body.dark .dark-wrapper .dark-block.active .icon-dark path {
  fill: rgb(236, 86, 124) !important;
}

body.dark .dark-block svg.icon-dark path {
  fill: rgb(236, 86, 124) !important;
}

body.dark .dark-block svg.icon-sun path {
  fill: white;
}

body.dark .mob-nav .icon-dark-theme path {
  fill: white;
}

body.dark .mob-nav .icon-dark-theme circle {
  stroke: white;
}


body.dark .mob-nav .icon-dark {
  fill: rgb(236, 86, 124) !important;
}

body.dark .mob-nav div.active a {
  color: white;
}

.mob-nav .dark-block {
  display: flex !important;
  align-items: center;
  max-width: fit-content;
}

.dark-button {
  position: relative;

  margin: 0 5px;
  height: 20px;

  cursor: pointer;
}

.mob-nav .dark-button {
  margin: 0 5px !important;
  width: auto !important;
}

/* ======================================== Dark theme - start ============================== */

body.dark {
  background-color: #000000;
  color: white;
}

body.dark .dark-wrapper {
  background-color: black !important;
}

body.dark .dark-checkbox:not(checked)+label:before {
  content: '';
  background-color: white;
}

body.dark .dark-wrapper .dark-checkbox+label:before {
  content: '';
  background-color: #333333;
}

body.dark .head-wrapper,
body.dark .head {
  background-color: #333333;
}

@media (max-width: 799px) {
  body.dark .search {
    background-color: #333333;
  }
}

body.dark .head-bottom {
  background-color: #333333;
  border-color: #000;
}

body.dark .search input {
  border-color: #000;
  color: #fff;
}

body.dark .search input:focus {
  border-color: rgb(236, 86, 124);
  background-color: #000;
}

body.dark .config_view span::after {
  content: '';
  border-top: 8px solid white;
}

body.dark .lang-select.active .config_view span::after {
  content: '';
  border-top: unset;
  border-bottom: 8px solid white;
}

body.dark .lang-select.active .config_view span {
  color: rgb(255, 255, 255);
}

body.dark .footer-wrapper .config_drop::after {
  content: '';
  border-top: 11px solid #333333;
}

body.dark .footer-wrapper .lang-select a {
  color: white;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 799px) {
  body.dark .footer-wrapper .lang-select a {
    text-align: left;
  }
}

body.dark a {
  color: white;
}

body.dark .logo .switch_search,
body.dark .head-open-menu,
body.dark .search_toggle {
  color: white;
}

body.dark .search_toggle .cross::before,
body.dark .search_toggle .cross::after {
  content: '';
  background-color: white;
}

body.dark .search button {
  color: white;
}

body.dark .search input::placeholder {
  color: white;
}

body.dark .easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #333333;
  border: 1px solid #000;
}

body.dark .eac-category {
  background-color: black;
}

body.dark .head-top .top-bl {
  background-color: #333333;
}

body.dark h1,
body.dark .bn-title {
  color: white;
}

body.dark h1 {
  padding-left: 5px;
}

body.dark h2 {
  color: white;
  padding-left: 5px;
}

body.dark .video-info-top .video-link.video-link-tags,
body.dark .video-link-from {
  margin-left: 5px;
}

body.dark .bn.bn-new {
  background-color: black;
}

body.dark .pages-bl li a,
body.dark .pages-bl li span {
  background-color: #333333;
}

body.dark .pages-bl li a:hover {
  background-color: rgb(236, 86, 124);
}

body.dark .thumb-dur,
body.dark .thumb-total,
body.dark .thumb-added {
  background-color: #333333;
  color: white;
}

body.dark .thumb {
  background-color: black;
}

body.dark .thumb-ctr p {
  background-color: #333333;
}

body.dark .footer-wrapper {
  background-color: #333333;
}

body.dark .footer-wrapper .config_dropped {
  background-color: black;
}

body.dark .footer-wrapper .config_dropped .icon-lang path {
  fill: white;
}

body.dark .lang-select.active .config_dropped,
body.dark .lang-select.active .config_drop {
  background-color: #333333;
}


@media (min-width: 800px) {
  body.dark .lang-select.active .config_drop {
    box-shadow: 0px 4px 10px black;
  }
}


body.dark .lang-select .list_item a,
body.dark .lang-select .list_item>div {
  /* border-bottom: 1px solid black; */
}

body.dark .dark-checkbox:not(checked)+label:before {
  content: '';
  background: black;
}

body.dark .mob-nav {
  background: #333333;
}

body.dark .mob-nav .close-aside::after,
body.dark .mob-nav .close-aside::before {
  content: '';
  background-color: white;
}

body.dark .mob-nav div.selected,
body.dark .mob-nav .lang_item.selected {
  background: rgb(236, 86, 124) !important;
  color: black !important;
}

body.dark .mob-nav div.selected a {
  color: black !important;
}

body.dark .mob-nav .scroll-wrap>div:not(.lang-select),
body.dark .mob-nav .lang_item,
body.dark .mob-nav .lang_trigger {
  color: white;
}

body.dark .mob-nav .lang_trigger span::after {
  content: '';
  border-top: 8px solid white;
}

body.dark .mob-nav .lang-select.active span::after {
  content: '';
  border-top: unset;
  border-bottom: 8px solid white;
}

body.dark::after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

body.dark .top-list-tags .tags-holder {
  background-color: #333333;
}

body.dark .top-list.top-list-tags {
  border-top: 2px solid black;
}

body.dark .filter-wrap {
  border-top: 2px solid black;
}

body.dark .top-list li.title,
body.dark .top-list .tags-holder .letter {
  background-color: #333333;
  color: white;
}

body.dark .top-list li a,
body.dark .top-list .tags-holder a {
  background-color: #333333;
  color: white;
}

body.dark .filter-wrap input {
  color: #fff;
}

body.dark .filter-wrap input::placeholder {
  color: white;
}

body.dark .exo-native-widget-item-title {
  color: white !important;
}

body.dark .exo-native-widget-item-brand {
  color: #afafaf !important;
}

body.dark .video-info .video-link a {
  color: rgb(236, 86, 124);
}

body.dark .before-player {
  border-bottom: 2px solid black;
}

body.dark .wrapper.open-desc .desc-and-tags {
  color: white;
}

body.dark .js-letter-models a,
body.dark .js-letter-channels a {
  color: white !important;
}

body.dark ul.video-meta li span {
  color: white;
}

body.dark .js-letter-models a.activ,
body.dark .js-letter-channels a.activ {
  color: rgb(236, 86, 124) !important;
  text-decoration: underline !important;
}

body.dark .social-title,
body.dark .title-rel a.active {
  color: white;
}

body.dark .title-rel a {
  color: rgb(236, 86, 124);
}

@media screen and (min-width: 800px) {
  body.dark .search_toggle:hover {
    color: rgb(236, 86, 124);
  }

  body.dark .search_toggle:hover .cross::before,
  body.dark .search_toggle:hover .cross::after {
    content: '';
    background-color: rgb(236, 86, 124);
  }

  body.dark .search input:hover::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  body.dark .search button:hover {
    color: rgb(236, 86, 124);
  }
}

@media (min-width:800px) {
  .dark-block {
    display: flex !important;
  }
}

@media (max-width: 799px) {
  body.dark .head-bottom {
    border-top: 2px solid black;
  }
}

@media screen and (max-width: 799px) {
  body.dark .search_toggle.mob {
    background-color: #333333;
  }

  body.dark .search-active .search_toggle.mob {
    background-color: #333333;
  }

  body.dark .footer-wrapper .lang-select {
    background-color: #333333;
  }

  body.dark .footer-wrapper .lang-select::after {
    content: '';
    background-color: black !important;
  }

  body.dark .footer-wrapper .config_dropped {
    background-color: #333333;
  }

  body.dark .before-player.text,
  body.dark .baner-before {
    background-color: #333333;
  }

  body.dark .right-player-col {
    background-color: black;
  }
}

@media screen and (max-width: 799px) {
  body.preview-right .duration_item {
    left: auto;
    right: 3px;
  }

  body.preview-right .thumb-bl .preview {
    right: 0;
    left: 5px;
  }
}

.themes-preview {
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

@media (min-width: 800px) {
  .themes-preview {
    display: none !important;
  }
}

.themes-preview .preview_holder {
  margin-left: 10px;
}

body.light .themes-preview .preview_holder svg {
  color: #fff;
}


body.dark.preview-right .themes-preview .preview_holder .icon-preview-left,
body.dark .themes-preview .preview_holder svg {
  color: #333333;
}

body.light:not(.preview-right) .dark-wrapper .icon-preview-right,
body.dark:not(.preview-right) .dark-wrapper .icon-preview-right {
  color: rgb(236, 86, 124) !important;
}

body.light.preview-right .dark-wrapper .icon-preview-left,
body.dark.preview-right .dark-wrapper .icon-preview-left {
  color: rgb(236, 86, 124) !important;
}

body.preview-right .preview_holder .dark-checkbox+label:after {
  content: '';
  left: 20px;
}

body:not(.preview-right) .preview_holder label:after {
  right: 0 !important;
  content: '' !important;
  left: 20px;
}

body.preview-right .preview_holder label:after {
  left: 0 !important;
  content: '' !important;
}

body.dark .alphabet .cross::after,
body.dark .alphabet .cross::before {
  background: #fff;
}

body.dark .back-video a {
  background-color: #333333;
}

.mob-nav .lang_trigger {
  border: none;
}

body.dark .vodeo-gallery {
  color: rgb(236, 86, 124);
}

body.dark .wrapper-album .top-alb,
body.dark .content {
  background-color: #000;
}

body.dark .video-info-top .video-link.video-link-tags a {
  color: #fff;
  border-color: #fff;
}

body.dark .video-info-top .video-link.video-link-tags a.models-tag, 
body.dark .video-info-top .video-link.video-link-tags a.cs-tag {
  border-color: #ffffff;
  background-color: #333333;
}

body.dark .video-info {
  padding-left: 5px;
}

body.dark .content a,
body.dark .video-link a {
  color: rgb(236, 86, 124);
}

body.dark .top-bl,
body.dark .empty-content {
  background-color: transparent;
}

/* General classes for dark theme */

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.show-on-mobile { 
  display: none;
}

.hide-on-mobile {
  max-width: 300px;
  overflow: hidden;
}

@media screen and (min-width: 501px) {
  .bn.bn-new .hide-on-mobile {
    margin: 0 auto;
  }

  .hide-on-mobile .exo-native-widget-header {
    display: none !important;
  }

  .hide-on-mobile .exo-native-widget .exo-native-widget-outer-container .exo-native-widget-item-container {
    flex-basis: calc(100% / 2) !important;
  }

  .hide-on-mobile .exo-native-widget .exo-native-widget-outer-container .exo-native-widget-item-container a.exo-native-widget-item .exo-native-widget-item-content {
    height: auto !important;
  }
}

@media screen and (max-width: 500px) {
  .hide-on-mobile .exo-native-widget .exo-native-widget-outer-container .exo-native-widget-item-container {
    flex-basis: calc(100% / 2) !important;
  }
  .hide-on-mobile .exo-native-widget .exo-native-widget-outer-container .exo-native-widget-item-container a.exo-native-widget-item .exo-native-widget-item-content {
    height: auto !important;
  }

  .bns-bl.show-on-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
  .show-on-mobile {
    min-width: 300px;
  }

  .show-on-mobile {
    display: inline-block;
  }

  .hide-on-mobile {
      display: none;
  }
}
@media screen and (max-width: 500px) {
  .bns-bl.hide-on-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }

  .hide-on-mobile {
    display: inline-block;
    min-width: 300px;
  }
}

@media screen and (max-width: 500px) {
  .bns-bl.show-on-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }

  .show-on-mobile {
    display: inline-block;
  }

  .hide-on-mobile {
      display: none;
  }
}

.top_spot.mobile.top_spot_video {
  margin-bottom: -4px;
}

.top_spot.mobile.top_spot_video .spot_wrap {
  padding-bottom: 0;
  max-width: 300px;
  margin: 0 auto;
  min-width: 300px;
  height: 100px;
}

@media screen and (max-width: 500px) {
  .bns-bl.bns-bl-desktop.bns-bl-new {
    width: 100%;
  }

  .bn.bn-new.bn-mobile .hide-on-mobile,
  .bns-bl.bns-bl-desktop.bns-bl-new,
  .bns-bl.bns-bl-desktop.bns-bl-new .bn-new.bn-1,
  .bn-new.bn-1 .hide-on-mobile {
    display: inline-block;
  }

  .bns-bl.bns-bl-new.show-on-mobile {
    display: none;
  }

  .hide-on-mobile .group-container-placement-1,
  .hide-on-mobile .group-container-placement-2,
  .hide-on-mobile .group-container-placement-3 {
    display: none !important;
  }
}