/*#v1*/ @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

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

fieldset,
img {
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

a * {
  cursor: pointer;
  text-decoration: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input,
textarea {
  outline: none;
}

:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: 14px/1.2 "Oswald", sans-serif;
}

html,
body {
  height: 100%;
}

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arr-left:before {
  content: "\e900";
}

.icon-arr-right:before {
  content: "\e901";
}

.icon-dislike:before {
  content: "\e902";
}

.icon-like:before {
  content: "\e903";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-eye:before {
  content: "\e905";
}

.icon-star:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-clock:before {
  content: "\e908";
}


.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.container {
  flex: 1 0 auto;
  max-width: 1880px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.footer {
  flex: 0 0 auto;
}

html {
  height: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: 14px/1.2 "Oswald", sans-serif;
  height: 100%;
  min-width: 320px;
  position: relative;
  color: #fff;
  background: #000;
  position: relative !important;
}

.header {
  text-align: center;
  padding: 30px 0 50px;
  border-bottom: 1px solid #b5004f;
  margin: 0 0 45px;
}

.header .logo {
  margin: 0 0 40px;
}

.logo img {
  max-width: 348px;
  height: auto;
}

.search form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.search form input {
  width: 100%;
  padding: 17px;
  border-radius: 25px 0 0 25px;
  border: none;
  height: 50px;
}

.search button {
  border-radius: 0 25px 25px 0;
  background-color: #ffffff;
  background-image: linear-gradient(43deg, #f90058 0%, #af004e 100%);
  border: none;
  padding: 12px 27px;
  cursor: pointer;
  height: 50px;
}

.search button .icon-search {
  font-size: 25px;
  color: #fff;
}

.footer {
  padding: 35px 0 40px;
  border-top: 1px solid #b5004f;
}

.footer .container {
  text-align: center;
}

.footer .logo {
  margin: 0 0 35px;
}

.footer .txt {
  max-width: 630px;
  color: #535b69;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 auto;
}

.list-models-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-size: 0;
}

.list-models-list .item {
  width: 11.11%;
  padding: 0 10px 20px;
  box-sizing: border-box;
  display: inline-block;
}

.img-holder {
  position: relative;
}

.list-models-list .img-holder {
  padding: 0px 0 159.25%;
}

.img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.item .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 13px 5px;
  background: transparent;
  transition: background .3s, color .3s, border .3s;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  text-overflow: ellipsis;
}

.list-models-list .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.list-models-list .title div {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
}

.list-models-list .item a {
  border-radius: 10px;
  border: 2px solid #2f2f2f;
  display: block;
  overflow: hidden;
}

.box .headline a,
.box .headline {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.box .headline a {
  display: inline-block;
  text-decoration: underline;
  color: #f90058;
  font-weight: 400;
}

.box .headline a.active {
  text-decoration: none;
  color: #fff;
}

.box .headline .icon-star {
  font-size: 29px;
}

.sort {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 -10px 15px;
  line-height: 18px;
}

.sort-btn {
  border-radius: 10px;
  border: 2px solid #2f2f2f;
  padding: 9px 14px 9px;
  cursor: pointer;
  color: #fff;
}

.sort-btn i {
  font-size: 10px;
  margin: 5px 0px 0 0;
  display: inline-block;
  transform: rotate(-90deg);
}

.sort ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  display: none;
}

.sort ul a {
  width: 100%;
  text-align: center;
  display: block;
  background: #000;
  color: #fff;
  padding: 6px 0;
  transition: color .3s, background .3s;
}

.sort.open .sort-btn {
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid transparent;
}

.sort.open ul {
  border: 2px solid #2f2f2f;
  border-top: none;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.alphabet {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 13px;
}

.alphabet .label {
  line-height: 44px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 8px 0 0;
}

.alphabet .btn {
  border-radius: 10px;
  border: 2px solid #2f2f2f;
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #cccccc;
  background: #000;
  display: block;
  white-space: nowrap;
  margin: 2px 2px;
  transition: color .3s, background .3s, border .3s;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 5px 0 0;
  margin: 10px 0;
}

.pagination .item {
  margin: 0 2px;
  font-size: 0;
  line-height: 0;
}

.pagination .item.next i {
  font-size: 11px;
  margin: 0 0 0 4px;
}

.pagination .item.prev i {
  font-size: 11px;
  margin: 0 4px 0 0px;
}


.pagination .item a,
.pagination .item span {
  border-radius: 10px;
  border: 2px solid #2f2f2f;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  background: transparent;
  transition: color .3s, background .3s, .3s border;
}

.pagination .item span {
  background-image: linear-gradient(43deg, #f90058 0%, #af004e 100%);
}

.col .list {
  display: flex;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.col .list a {
  color: #ffffff;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.45px;
  border-radius: 10px;
  background-color: #15171a;
  margin: 0 5px 10px 0;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-image: linear-gradient(43deg, rgb(98%, 0%, 35%, 0) 0%, rgb(69%, 0%, 31%, 0) 100%);
  transition: background-image .3s;
}

.col .list .all a {
  background-color: #23262b;
}

.col .list .all strong {
  display: flex;
  align-items: center;
}

.col .list .all strong i {
  font-size: 12px;
  margin: 0 0 0 5px;
}

.col .list.show .all strong i {
  margin: 0 5px 0 0;
}

.list-models .col {
  padding: 0 0 12px;
}

.col .letter {
  color: #f90058;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin: 0 0 10px;
}

.alphabet div.btn {
  display: none;
  border: none;
  padding: 0%;
}

.box {
  padding: 0 0 15px;
  margin: 20px 0;
}

.block-model {
  display: flex;
  align-items: center;
  padding: 0 0 40px;
}

.block-model .img {
  position: relative;
}

.block-model img {
  border-radius: 10px 0 0 10px;
}

.block-model .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: inset -48px 0px 53px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset -48px 0px 53px 0px rgba(0, 0, 0, 1);
  box-shadow: inset -48px 0px 53px 0px rgba(0, 0, 0, 1);
}

.block-model h2 {
  width: 100%;
  max-width: 320px;
  text-align: center;
  letter-spacing: 0.9px;
  font-size: 36px;
}

.block-model h2 span {
  letter-spacing: 0.9px;
  font-size: 36px;
  color: #f90058;
}

.block-model h2 i {
  font-size: 29px;
}

.block-model .col .list a {
  padding: 8px 17px;
  font-size: 12px;
}

.block-model .col .list a:first-of-type {
  margin: 0 5px 10px 10px;
}

.block-model .col {
  padding: 0 0 10px;
}

.block-model .col .list {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
}

.model-cat-tag {
  margin: 0 0 -30px;
}

.items.items-videos .item {
  width: 25%;
  padding: 0 10px 20px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.img-holder {
  position: relative;
  padding: 0 0 56.25%;
  overflow: hidden;
  border-radius: 10px;
}

.items.items-videos .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.55px;
  padding: 7px 0;
  text-align: left;
}

.items.items-videos .img-holder img {
  border-radius: 10px;
}

.items-videos.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.player-wrap {
  position: relative;
}

#kt_player {
  position: absolute !important;
}

.block-video {
  display: flex;
}

.block-video .video-holder {
  width: calc(100% - 320px);
}

.block-video .table {
  width: 300px;
  margin: 0 0 0 20px;
}

.info-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 20px;
  border-bottom: 1px solid #b5004f;
  margin: 0 0 20px;
}

.block-details span {
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
}

.block-details span:first-of-type {
  margin: 0;
}

.block-details span i {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.block-details .item {
  display: flex;
  align-items: center;
}

.rate_group {
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
  margin-right: 30px;
}

.rate_group .btn {
  color: #505558;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  transition: color .3s;
}

.rate_group .like.btn i {
  transform: rotate(180deg);
  display: block;
}

.rate_group .btn i {
  font-size: 36px;
}

.progress_wrapper {
  padding: 0 5px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
}

.progress_wrapper .precent {
  color: #f90058;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px;
}

.progress_bar {
  position: relative;
  overflow: hidden;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}

.progress_bar span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f90058;
}

.rate_info {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  margin-top: 4px;
}

.video-info h1 {
  letter-spacing: 0.55px;
  font-size: 18px;
}

.box .video-info .headline h1 .icon-star {
  font-size: 18px;
}

.box .video-info .headline {
  margin: 15px 0 20px;
}

.video-info .block-model {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.img-holder .no-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  left: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 9;
  color: #fff;
  cursor: pointer;
  transition: background .3s, opacity .3s, visibility .3s;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  visibility: visible;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  background: transparent;
}

.items-img .slick-arrow {
  top: 50%;
}

.slick-arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 2px 0 0;
}

.slick-next.slick-arrow i {
  padding: 0px 0px 2px 2px;
}

.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-next.slick-arrow {
  left: auto;
  right: -10px;
}

.related-models .slick-slider .slick-list {
  overflow: inherit;
}

.items-img.items .item {
  width: 16.66%;
  padding: 0 10px;
}

.items-img.items .img-holder {
  padding: 0 0 66.5%;
  display: block;
}

.album-video .items-img.items .img-holder {
  overflow: hidden;
  border-radius: 10px;
}

.album-video .items-img.items .img-holder img {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.album-video .items-img.items .img-holder img.vertical {
  height: auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.items-img.items .img-holder img {
  border-radius: 10px;
}

.slick-counter {
  position: absolute;
  top: 0;
  border-radius: 10px;
  color: #fff;
  bottom: 0;
  right: 6px;
  background-color: rgba(249, 0, 88, 0.5);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16.66% - 19px);
  height: 100%;
}

.items-img .slick-slide div {
  font-size: 0;
  line-height: 0;
}

.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.img-svg {
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.img-svg svg {
  fill: #fff;
  transform: rotate(180deg);
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #2f2f2f;
  padding: 18px;
  background: #000;
  width: 70px;
  height: 70px;
}

.items-img .slick-slide div.text {
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  margin: 5px 0 0px;
}

.item.arrow {
  border-radius: 10px;
  border: 2px solid #2f2f2f;
  box-sizing: border-box;
}

.box.bottom-adv {
  display: flex;
  justify-content: center;
}

.box.bottom-adv .spot {
  margin: 0 5px;
  width: 300px;
}

.grid-sizer {
  width: 25%;
  padding: 0 0 10px 10px;
}

.grid-sizer img {
  width: 100%;
  height: auto;
}

.grid-sizer a {
  display: block;
}

.back-video {
  color: #ffffff;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.45px;
  border-radius: 10px;
  background-color: #15171a;
  margin: 0 5px 10px 0;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-image: linear-gradient(43deg, rgb(98%, 0%, 35%, 0) 0%, rgb(69%, 0%, 31%, 0) 100%);
  transition: background-image .3s;
  margin: 10px auto 20px;
  text-transform: uppercase;
  width: fit-content;
}

.spot.top,
.spot.photos {
  text-align: center;
  margin: 0 0 20px;
  display: none;
  justify-content: center;
}

.spot.top img {
  width: 300px;
  height: 100px;
}

.player-related-videos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.player-related-videos div.title {
  color: #cccccc;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .3);
  font-size: 17px;
}

.items.kt-api-related-container {
  display: flex;
  width: calc(100% + 10px);
  left: 0;
  right: 0;
}

.player-related-videos-container .slick-arrow {
  left: 13px;
}

.player-related-videos-container .slick-next.slick-arrow {
  left: auto;
  right: 3px;
}

.items.kt-api-related-container .item {
  min-width: 43%;
}

.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 #000;
  border: 0;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 0;
  font-size: 14px;
  border: 2px solid #15171a;
  border-radius: 10px;
  overflow: hidden;
}

.eac-category {
  background-color: #15171a;
}

.easy-autocomplete-container ul .eac-category {
  padding: 15px 15px;
  color: #fff;
}

.easy-autocomplete-container a {
  display: block;
  padding: 20px 15px 20px;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.easy-autocomplete-container a b {
  color: #f90058;
}

.btn.btn-dvd {
  display: block;
  border: 2px solid #2f2f2f;
  border-radius: 10px;
  margin: 20px 0 20px;
  text-align: center;
  padding: 10px;
  color: #cccccc;
  text-transform: uppercase;
  color: #b5004f;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  background: transparent;
  transition: background .3s;
}

.btn.btn-dvd span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #cccccc;
  transition: color .3s;
}

@media screen and (max-width: 1150px) {
  .list-models-list .item {
    width: 16.66%;
  }

  .box .headline a,
  .box .headline {
    font-size: 27px;
    margin: 0 0 20px;
  }

  .sort {
    margin: 0px 0 -1px 15px;
  }

  .col .letter {
    font-size: 27px;
  }

  .box .headline .icon-star {
    font-size: 23px;
  }

  .items-videos.items .item {
    width: 33.33%;
  }

  .block-details span {
    margin: 0 0 0 8px;
  }

  .block-details span i {
    font-size: 20px;
    margin: 0 5px 0 0;
  }

  .info-holder {
    padding: 15px 0;
    margin: 0 0 10px;
  }

  .btn.btn-dvd {
    font-size: 24px;
    margin: 15px 0 15px;
    padding: 5px;
  }
}

@media screen and (max-width: 991px) {

  .img-svg svg {
    padding: 19px;
    width: 65px;
    height: 65px;
  }

  .pagination .page {
    display: none;
  }

  .pagination .page.mobile {
    display: block;
  }

  .list-models-list .item {
    width: 20%;
  }

  .logo img {
    max-width: 226px;
  }

  .search form input {
    padding: 14px;
    border-radius: 22px 0 0 22px;
    height: 44px;
  }

  .header .logo {
    margin: 0 0 20px;
  }

  .header {
    padding: 30px 0;
    margin: 0 0 30px;
  }

  .search button {
    border-radius: 0 22px 22px 0;
    padding: 9px 21px;
    height: 44px;
  }

  .pagination .item.prev {
    margin: 0 2px 0 0;
  }

  .pagination .item.prev a,
  .pagination .item.next a {
    font-size: 0;
    padding: 9px;
  }

  .pagination .item.prev i,
  .pagination .item.next i {
    font-size: 18px;
    margin: 0;
  }

  .pagination .item.next {
    margin: 0 0 0 2px;
  }

  .block-model {
    padding: 0 0 15px;
    flex-wrap: wrap;
  }

  .model-cat-tag {
    margin: 20px 0 -20px;
    width: 100%;
  }

  .block-model h2 {
    width: auto;
    padding: 0 0 0 15px;
    font-size: 30px;
  }

  .block-model h2 span {
    font-size: 30px;
  }

  .block-model h2 i {
    font-size: 25px;
  }

  .container {
    padding: 0 10px;
  }

  .slick-arrow {
    left: 0px;
  }

  .slick-next.slick-arrow {
    right: 0px;
  }

  .box.bottom-adv .spot:last-of-type {
    display: none;
  }

  .block-model+.box {
    padding: 0 0 25px;
  }
}

@media screen and (max-width: 799px) {
  .alphabet div.btn {
    display: block;
    width: 30px;
    padding: 0 5px 0 0;
  }

  .alphabet {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 5px -10px 10px;
  }

  .alphabet .label {
    white-space: nowrap;
    padding: 0 0 0 10px;
  }

  .header {
    padding: 20px 0;
    margin: 0 0 20px;
  }

  .block-video .table {
    display: none;
  }

  .block-video .video-holder {
    width: 100%;
  }

  .slick-counter {
    opacity: 0;
    visibility: hidden;
  }

  .img-svg svg {
    padding: 25px;
    width: 86px;
    height: 86px;
  }

  .grid-sizer {
    width: 33.333%;
  }

  .spot.top,
  .spot.photos {
    display: block;
    margin: 0 0 30px;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .list-models-list .item {
    width: 25%;
  }

  .item .title {
    padding: 3px 5px;
  }
}

@media screen and (max-width: 640px) {
  .list-models-list .item {
    width: 33.33%;
    padding: 0 5px 10px;
  }

  .items-videos.items {
    margin: 0 -5px;
  }

  .items-videos.items .item {
    width: 50%;
    padding: 0 5px 10px;
  }

  .block-model .img {
    width: 50%;
  }

  .block-model img {
    width: 100%;
    height: auto;
  }

  .block-model h2 {
    width: 50%;
    padding: 0 0 0 5px;
    font-size: 22px;
  }

  .block-model h2 span {
    font-size: 22px;
  }

  .block-model h2 i {
    font-size: 19px;
  }

  .box.bottom-adv .spot:nth-child(2) {
    display: none;
  }

  .items.items-videos .title {
    font-size: 17px;
    padding: 4px 0;
  }

}

@media screen and (max-width: 550px) {
  .list-models-list .item {
    width: 50%;
  }

  .box .headline a,
  .box .headline {
    font-size: 22px;
  }

  .box .headline .icon-star {
    font-size: 19px;
  }

  .col .letter {
    font-size: 22px;
  }

  .items-videos.items .item {
    width: 100%;
  }

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

@media screen and (max-width: 440px) {
  .img-svg svg {
    padding: 19px;
    width: 65px;
    height: 65px;
  }

  .grid-sizer {
    width: 50%;
  }
}


@media screen and (min-width: 1024px) {

  .col .list a:hover {
    background-image: linear-gradient(43deg, #f90058 0%, #af004e 100%);
  }

  .pagination .item a:hover {
    background-image: linear-gradient(43deg, #f90058 0%, #af004e 100%);
  }

  .rate_group .btn:hover {
    color: #f90058;
  }

  .slick-arrow:hover {
    background-image: linear-gradient(43deg, #f90058 0%, #af004e 100%);
  }

  .item.arrow:hover .img-svg svg {
    background-image: linear-gradient(43deg, #f90058 0%, #af004e 100%);
  }

  .back-video:hover {
    background-image: linear-gradient(43deg, #f90058 0%, #af004e 100%);
  }
}


.item .preview {
  position: absolute;
  right: 15px;
  bottom: 63px;
  box-sizing: border-box;
  line-height: 1;
  background: rgba(0, 0, 0, .7);
  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;
  margin: 0 0 -2px;
}

@media screen and (max-width: 640px) {
  .item .preview {
    right: 10px;
    bottom: 47px;
    width: fit-content;
  }

  .item .preview svg {
    max-width: 34px;
    height: 34px;
    box-sizing: initial;
    padding: 5px 10px;
  }
}

/* TOP ADS START */

.top_spot {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  max-width: 100%;
  margin: 2px 1px;
  display: none;
}

.top_spot.desk {
  display: flex !important;
  padding-bottom: 11%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .top_spot.desk {
    padding-bottom: 8.4%;
  }
}

.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: 30%;
  }
}

@media (max-width: 480px) {
  .top_spot.mobile .spot_wrap {
    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: 0 0 15px;
  }
}

@media (min-width: 800px) {
  .top_spot {
    margin: 0 0 15px;
  }
}

/* TOP ADS END */

.duration_item {
  font-size: 0.9rem;
  position: absolute;
  color: #fff;
  left: 4px;
  bottom: 4px;
  border-radius: 5px;
  background: #000;
  line-height: 1;
  padding: 2px 5px;
}

.show-on-mobile { 
  display: none !important;
}

.show-on-mobile .spot {
  display: block !important;
  margin: 0 auto !important;
}
.block-video .spot .hide-on-mobile .opt,
.block-video .spot .show-on-mobile .opt {
  display: block !important;
}

.table .hide-on-mobile {
  max-width: 300px;
  overflow: hidden;
  line-height: 0;
  max-height: 250px;
  margin: 0 0 15px;
}

.hide-on-mobile .spot {
  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) {
  .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;
  }
}

.video-info .hide-on-mobile {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .hide-on-mobile {
    margin: 0 auto;
  }
  .block-video .spot .hide-on-mobile .opt {
    display: inline-block !important;
  }
  .block-video .spot {
    text-align: center;
  }
  .hide-on-mobile .opt {
    margin: 0 auto !important;
  }

  .hide-on-mobile .opt { 
    margin: 0 auto !important;
  }

  .block-video .spot .opt:nth-child(4) {
    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;
  }

  .video-info .hide-on-mobile {
    display: flex !important;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
  }

  .video-info .hide-on-mobile>div {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
  }
}

@media screen and (max-width: 500px) {
  .exo-native-widget-outer-container .exo-native-widget-item-container a.exo-native-widget-item .exo-native-widget-item-content {
    height: auto !important;
  }
  
  .show-on-mobile {
    display: block !important;
  }

  .show-on-mobile .opt { 
    margin: 0 auto !important;
  }

  .block-video .spot .opt:nth-child(4),
  .hide-on-mobile {
    display: none !important;
  }
}

.video-info .bottom-adv.show-on-mobile {
  margin: 0 0 5px;
  padding: 0;
}

.video-info .bottom-adv.show-on-mobile .spot {
  max-height: 250px;
  overflow: hidden;
}

.video-info .bottom-adv.show-on-mobile .text {
  margin-bottom: 1px;
  font-size: 15px;
  text-align: center;
}

.top_spot.mobile.top_spot_video .text {
  margin-bottom: 10px;
}

.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) {
  .box.bottom-adv.hide-on-mobile {
    display: flex !important;
  }
}