/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre { 
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

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

body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  color: #666;
  height: 100%;
  position: relative !important; 
}

body {
  margin: 0;
  height: 100%
}

html {
  height: 100%
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: hidden
}

.container {
  max-width: 1860px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 30px;
  margin: 0 auto
}

@media (max-width:1024px) {
  .container {
    padding: 0 10px
  }
}

.logo {
  display: block;
  margin-bottom: 30px;
  outline: 0
}

@media screen and (max-width:1024px) {
  .logo {
    margin-bottom: 10px
  }

  .logo svg {
    max-width: 227px;
    width: 100%
  }
}

@media screen and (max-width:1024px) {
  .header-wrapper .logo svg {
    max-width: 300px;
  }
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 45px 0 70px
}

@media (max-width:1024px) {
  .main {
    padding: 20px 0 50px
  }
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

a:active,
a:hover {
  outline: 0
}

a,
link {
  color: green;
  text-decoration: none;
  cursor: pointer
}

img,
video {
  max-width: 100%;
  width: 100%;
  height: auto
}

figure,
ol,
p,
ul {
  margin: 0
}

ol,
ul {
  list-style: none;
  padding: 0;
  border: none
}

.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5,
.heading-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: #191a1c;
  text-transform: uppercase
}

.heading-h1,
h1 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .75px
}

.box {
  position: relative
}

.box.second {
  margin-bottom: 45px
}

.box .headline .title.second {
  margin-right: 18px
}

@media (max-width:479px) {
  .box .headline .title.second {
    margin-bottom: 12px
  }
}

.box .title.capitalize {
  text-transform: initial;
  white-space: nowrap;
  overflow-x: auto;
  padding: 5px;
  margin: -5px;
}

.box .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px
}

@media (max-width:1024px) {
  .box .headline {
    margin-bottom: 20px
  }
}

@media (max-width: 479px) {
  .box .headline {
    margin-bottom: 15px;
  }
}

.sort {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 479px) {
  .sort {
    width: 100%;
  }
}

.sort .sort-text {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.sort-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 150px;
  width: 100%;
  margin-left: 10px;
  font-size: 14px;
  position: relative
}

.sort .btn-dropdown {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #191a1c;
  background-color: #c9cacd;
  border: none;
  border-radius: 17px;
  -webkit-transition: border-radius .55s, background-color .3s, color .3s;
  transition: border-radius .55s, background-color .3s, color .3s
}

@media screen and (min-width:1025px) {
  .sort .btn-dropdown:hover {
    color: #fff
  }
}

.sort .btn-dropdown .text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 3px;
  text-align: left
}

.sort .btn-dropdown .svg-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-transition: -webkit-transform .55s;
  transition: -webkit-transform .55s;
  transition: transform .55s;
  transition: transform .55s, -webkit-transform .55s;
  font-size: 20px
}

.sort .dropdown {
  text-transform: capitalize;
  background-color: #eb023d;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 0 0 17px 17px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: visibility .55s, opacity .55s, -webkit-transform .55s;
  transition: visibility .55s, opacity .55s, -webkit-transform .55s;
  transition: visibility .55s, opacity .55s, transform .55s;
  transition: visibility .55s, opacity .55s, transform .55s, -webkit-transform .55s
}

.sort .dropdown .item {
  position: relative
}

.sort .dropdown .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 75%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff
}

.sort .dropdown .item:last-child {
  border-radius: 0 0 17px 17px
}

.sort .dropdown a {
  display: block;
  padding: 9px 20px;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  font-weight: 400;
  color: #fff
}

@media (max-width:1150px) {
  .sort .dropdown a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

@media screen and (min-width:1025px) {
  .sort .dropdown a:hover {
    color: #000
  }
}

.sort.open .dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.sort.open .btn-dropdown {
  background-color: #eb023d;
  color: #fff;
  border-radius: 17px 17px 0 0
}

.sort.open .btn-dropdown .svg-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.alphabet,
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px
}

@media (min-width:1025px) {

  .alphabet,
  .tags {
    overflow-x: auto;
    scrollbar-width: none
  }

  .alphabet::-webkit-scrollbar,
  .tags::-webkit-scrollbar {
    display: none
  }
}

@media (max-width:1024px) {

  .alphabet,
  .tags {
    display: block;
    margin-bottom: 20px
  }
}

.alphabet .label,
.tags .label {
  display: inline-block;
  color: #191a1c;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .45px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:1024px) {

  .alphabet .label,
  .tags .label {
    padding-top: 0;
    margin-bottom: 15px
  }
}

.alphabet .list,
.tags .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:1025px) {

  .alphabet .list::-webkit-scrollbar,
  .tags .list::-webkit-scrollbar {
    display: none
  }
}

@media (max-width:1024px) {

  .alphabet .list,
  .tags .list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.alphabet .btn,
.tags .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-color: #c9cacd;
  color: #191a1c;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .4px;
  text-decoration: none;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s
}

.alphabet .btn.current,
.tags .btn.current {
  color: #fff;
  background-color: #191a1c
}

@media (min-width:1024px) {

  .alphabet .btn:hover,
  .tags .btn:hover {
    color: #fff;
    background-color: #c9cacd;
    background-image: linear-gradient(43deg, #03a3f3 0, #0493e5 100%)
  }
}

.thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px -33px 20px;
}

.thumbs.video-list {
  margin: 0 -10px 25px;
}

@media (max-width:1200px) {
  .thumbs {
    margin: -17px -20px 28px;
  }
}

@media (max-width:900px) {
  .thumbs {
    margin: -15px -10px 12px;
  }
}

@media (max-width:650px) {
  .thumbs {
    margin: -10px -5px 17px;
  }
}

.thumbs .item {
  width: 20%;
  padding: 25px 33px;
  position: relative;
}

.thumbs.video-list .item {
  padding: 0 10px 20px;
}

@media (max-width:1500px) {
  .thumbs .item {
    width: 25%;
  }
}

@media (max-width:1100px) {
  .thumbs .item {
    width: 33.33%;
  }
}

@media (max-width:600px) {
  .thumbs .item {
    width: 50%;
  }

  .heading-h1,
  h1 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .20px
  }
}

@media (max-width:1200px) {
  .thumbs .item {
    padding: 17px 20px;
  }
}

@media (max-width:900px) {
  .thumbs .item {
    padding: 15px 10px;
  }
}

@media (max-width:650px) {
  .thumbs .item {
    padding: 10px 5px;
  }

  .thumbs.video-list .item {
    padding: 0 5px 10px;
  }

  .thumbs.video-list {
    margin: 0 -5px 17px;
  }
}

@media (max-width:480px) {
  .thumbs.second .item {
    width: 100%
  }
}

.list-models-list {
  -webkit-transition: border .55s, -webkit-box-shadow .55s;
  transition: border .55s, -webkit-box-shadow .55s;
  transition: box-shadow .55s, border .55s;
  transition: box-shadow .55s, border .55s, -webkit-box-shadow .55s;
}

.list-models-list .th {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 20px 30px -5px transparent;
  box-shadow: 0 20px 30px -5px transparent;
  -webkit-transition: -webkit-box-shadow .55s;
  transition: -webkit-box-shadow .55s;
  transition: box-shadow .55s;
  transition: box-shadow .55s, -webkit-box-shadow .55s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.list-models-list .th .info-video {
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 15px;
  font-size: 14px;
}

.list-models-list .th::after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  left: 0;
  bottom: -4px;
  width: 100%;
  background-color: #03a3f3;
  height: 4px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.list-models-list .th .img-holder {
  position: relative;
  padding-top: 56.25%
}

@media (max-width:480px) {
  .list-models-list .th .img-holder {
    padding-top: 75.55%
  }

  .list-models-list .th .info-video {
    bottom: 5px;
    right: 10px;
    font-size: 13px;
  }
}

@media (max-width:480px) {
  .list-models-list .th .img-holder.second {
    padding-top: 56.44%
  }
}

.list-models-list .th .img-holder img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

@media (max-width:480px) {
  .list-models-list .th .img-holder img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }
}

@media (min-width:1025px) {
  .list-models-list .th:hover {
    -webkit-box-shadow: 0 20px 30px -10px #03a3f3;
    box-shadow: 0 20px 30px -10px #03a3f3
  }

  .list-models-list .th:hover::after {
    opacity: 1
  }
}

@media (min-width:1025px) {
  .thumbs2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -25px -33px
  }
}

@media (min-width:1025px) and (max-width:1200px) {
  .thumbs2 {
    margin: -17px -20px
  }
}

@media (min-width:1025px) and (max-width:900px) {
  .thumbs2 {
    margin: -15px -10px
  }
}

@media (min-width:1025px) and (max-width:650px) {
  .thumbs2 {
    margin: -10px -5px
  }
}

@media (min-width:1025px) {
  .thumbs2 .item {
    width: 20%;
    padding: 25px 33px
  }
}

@media (min-width:1025px) and (max-width:1500px) {
  .thumbs2 .item {
    width: 25%
  }
}

@media (min-width:1025px) and (max-width:1100px) {
  .thumbs2 .item {
    width: 33.33%
  }
}

@media (min-width:1025px) and (max-width:600px) {
  .thumbs2 .item {
    width: 50%
  }
}

@media (min-width:1025px) and (max-width:1200px) {
  .thumbs2 .item {
    padding: 17px 20px
  }
}

@media (min-width:1025px) and (max-width:900px) {
  .thumbs2 .item {
    padding: 15px 10px
  }
}

@media (min-width:1025px) and (max-width:650px) {
  .thumbs2 .item {
    padding: 10px 5px
  }
}

@media (min-width:1025px) and (max-width:480px) {
  .thumbs2.second .item {
    width: 100%
  }
}

@media (min-width:1025px) {
  .list-models-list2 {
    -webkit-transition: border .55s, -webkit-box-shadow .55s;
    transition: border .55s, -webkit-box-shadow .55s;
    transition: box-shadow .55s, border .55s;
    transition: box-shadow .55s, border .55s, -webkit-box-shadow .55s
  }

  .list-models-list2 .th {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 20px 30px -5px transparent;
    box-shadow: 0 20px 30px -5px transparent;
    -webkit-transition: -webkit-box-shadow .55s;
    transition: -webkit-box-shadow .55s;
    transition: box-shadow .55s;
    transition: box-shadow .55s, -webkit-box-shadow .55s
  }

  .list-models-list2 .th::after {
    content: '';
    position: absolute;
    display: inline-block;
    right: 0;
    left: 0;
    bottom: -4px;
    width: 100%;
    background-color: #03a3f3;
    height: 4px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }

  .list-models-list2 .th .img-holder {
    position: relative;
    padding-top: 56.25%
  }
}

@media (min-width:1025px) and (max-width:480px) {
  .list-models-list2 .th .img-holder {
    padding-top: 75.55%
  }
}

@media (min-width:1025px) and (max-width:480px) {
  .list-models-list2 .th .img-holder.second {
    padding-top: 56.44%
  }
}

@media (min-width:1025px) {
  .list-models-list2 .th .img-holder img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%
  }
}

@media (min-width:1025px) and (max-width:480px) {
  .list-models-list2 .th .img-holder img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }
}

@media (min-width:1025px) and (min-width:1025px) {
  .list-models-list2 .th:hover {
    -webkit-box-shadow: 0 20px 30px -10px #03a3f3;
    box-shadow: 0 20px 30px -10px #03a3f3
  }

  .list-models-list2 .th:hover::after {
    opacity: 1
  }
}

@media (max-width:1024px) {
  .list-models-list2 .th {
    position: relative
  }

  .list-models-list2 .th .img-holder {
    position: relative;
    padding-top: 56.25%
  }
}

@media (max-width:1024px) and (max-width:480px) {
  .list-models-list2 .th .img-holder {
    padding-top: 75.55%
  }
}

@media (max-width:1024px) and (max-width:480px) {
  .list-models-list2 .th .img-holder.second {
    padding-top: 56.44%
  }
}

@media (max-width:1024px) {
  .list-models-list2 .th .img-holder img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%
  }
}

@media (max-width:1024px) and (max-width:480px) {
  .list-models-list2 .th .img-holder img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }
}

.video-holder {
  flex-grow: 1;
}

.player {
  position: relative;
  margin-bottom: 20px;
}

.player .play-button {
  cursor: pointer;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .4);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, .4);
  background-color: #03a3f3;
  opacity: .8;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.player .play-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-40%, -50%, 0);
  transform: translate3d(-40%, -50%, 0);
  width: 33px;
  height: 37px;
  opacity: 1
}

@media (min-width:1025px) {
  .player .play-button:hover {
    opacity: 1
  }
}

.player-related-videos .swiper-slide {
  background-color: transparent;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.player-related-videos .swiper-wrapper {
  align-items: center;
  margin-bottom: 0px;
}

.player-related-videos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.player-related-videos .swiper-container-related {
  height: auto;
}

.player-related-videos .thumb {
  position: relative;
  padding-top: 56%;
}

.player-related-videos .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

.player-related-videos {
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
  /* margin: 45px 0 65px */
}

@media screen and (max-width:1024px) {
  .pagination {
    margin: 0px 0 45px
  }
}

.pagination.second {
  margin-bottom: 25px;
}

@media screen and (max-width:1024px) {
  .pagination.second {
    margin-bottom: 15px
  }
}

.pagination .item {
  margin: 0 2px
}

@media (max-width:1024px) {
  .pagination .item {
    display: none
  }
}

.pagination .item a,
.pagination .item span {
  border-radius: 25px;
  height: 50px;
  min-width: 50px;
  padding: 0 5px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #191a1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c9cacd;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s
}

.pagination .pager a {
  padding: 0 20px;
  text-transform: capitalize
}

.pagination .pager a .svg-icon {
  font-size: 20px
}

@media (min-width:1025px) {
  .pagination .pager a .text:first-of-type {
    margin-right: 4px
  }
}

@media (max-width:1024px) {
  .pagination .pager a .text:last-of-type {
    display: none
  }
}

@media (max-width:480px) {
  .pagination .pager:first-of-type {
    margin-right: 2px;
  }

  .pagination .pager:last-of-type {
    margin-left: 2px;
  }

  .pagination .pager a .text {
    display: none
  }

  .pagination .item.pager a {
    padding: 0 0px;
    font-size: 0;
  }
}

@media screen and (min-width:1024px) {
  .pagination .item a:hover {
    background-color: #c9cacd;
    background-image: linear-gradient(43deg, #03a3f3 0, #0493e5 100%);
    color: #fff
  }
}

@media (max-width:1024px) {

  .pagination .mobile,
  .pagination .page-current,
  .pagination .pager {
    display: block
  }
}


.pagination .page-current span {
  background-color: #191a1c;
  color: #fff
}

.pagination .pager:first-of-type {
  margin-right: 18px
}

.pagination .pager:last-of-type {
  margin-left: 18px
}

@media screen and (max-width:1024px) {
  .pagination .pager:first-of-type {
    margin-right: 10px
  }

  .pagination .pager:last-of-type {
    margin-left: 10px
  }
}

.list-channels .letter {
  font-size: 30px;
  line-height: 1em;
  font-weight: 500;
  color: #eb023d;
  letter-spacing: .75px;
  margin-bottom: 20px
}

.list-channels .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -2px;
  margin-bottom: 30px
}

.list-channels .list.second {
  margin-bottom: 0
}

.list-channels .item {
  padding: 5px 2px
}

.list-channels .item a {
  display: inline-block;
  border-radius: 25px;
  background-color: #c9cacd;
  color: #191a1c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .4px;
  padding: 16px 20px;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s
}

@media (min-width:1025px) {
  .list-channels .item a:hover {
    color: #fff;
    background-color: #c9cacd;
    background-image: linear-gradient(43deg, #03a3f3 0, #0493e5 100%)
  }
}

.list-channels .all .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #191a1c
}

.list-channels .all .link svg {
  font-size: 20px;
  margin-left: 5px
}

.tags {
  margin-bottom: 45px
}

@media (max-width:1024px) {
  .tags {
    margin-bottom: 25px
  }
}

.tags .btn {
  padding: 16px 20px;
  border-radius: 25px;
  width: auto;
  height: auto;
  text-transform: capitalize
}

.tags .btn.current {
  background-color: #eb023d
}

.tags .btn.models {
  color: #fff;
  background-color: #c9cacd;
  background-image: linear-gradient(43deg, #03a3f3 0, #0493e5 100%);
}

.video {
  position: relative;
  display: block
}

.video::after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  left: 0;
  top: -4px;
  width: 100%;
  background-color: #03a3f3;
  height: 4px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.video .img-holder {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

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

@media (max-width:480px) {
  .video .img-holder img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }
}

.video .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #191a1c;
  font-weight: 500;
  letter-spacing: .4px;
  margin-bottom: 5px;
  -webkit-transition: color .3s;
  transition: color .3s
}

.video .views {
  color: #70747b;
  font-size: 14px;
  font-weight: 300
}

@media (min-width:1025px) {
  .video:hover .title {
    color: #03a3f3
  }

  /* .video:hover::after {
    opacity: 1
  } */
}

.block-video .headline {
  margin-bottom: 12px
}

@media (max-width: 600px) {
  .block-video .title {
    font-size: 20px;
  }
}


.block-video .tags {
  margin-bottom: 20px
}

.block-video .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.block-video .table {
  margin-left: 20px
}

.block-video .table a {
  display: block
}

.block-video .table .ads {
  width: 300px;
  height: 250px
}

.block-video .table .ads:not(:last-child) {
  margin-bottom: 10px
}

@media (max-width:1024px) {
  .block-video .table {
    margin: 0;
    display: none
  }
}

.block-video .btn-dvd {
  display: block;
  border-radius: 25px;
  margin: 20px 0 20px;
  text-align: center;
  padding: 16px;
  text-transform: uppercase;
  color: #eb023d;
  background-color: #d9dadc;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: background .3s;
  transition: background .3s
}

.block-video .btn-dvd span {
  color: #191a1c;
  font-weight: 500;
  display: block;
  font-size: 16px
}

@media (min-width:1025px) {
  .block-video .btn-dvd:hover {
    background-color: #03a3f3
  }
}

@media (max-width:1024px) {
  .block-video .btn-dvd {
    margin: 10px 0 20px
  }
}

.block-video .block-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 15px
}

.block-video .block-details .item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.block-video .block-details .svg-icon {
  font-size: 21px;
  margin-right: 10px
}

.block-video .block-details .svg-icon.icon-views {
  width: 29px
}

@media (max-width:480px) {
  .block-video .block-details {
    margin: -5px -7px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .block-video .block-details .item {
    padding: 5px 7px
  }

  .block-video .block-details .svg-icon {
    margin-right: 5px
  }
}

.description {
  color: #191a1c;
  line-height: 24px;
  font-weight: 400;
}

.description.collapsed {
  max-height: 72px;
  overflow: hidden;
}

.description .subtitle {
  color: #70747b;
  font-size: 16px;
  font-weight: 300
}

.full-video {
  margin: 0 auto 20px;
  padding: 10px 20px;
  border: 2px solid #03a3f3;
  /* max-width: 150px; */
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 25px;
  transition: color .3s, background-color .3s;
  color: #666;
}

.btn-wrap {
  text-align: center;
}

@media(min-width: 1025px) {
  .full-video:hover {
    color: #fff;
    background-color: #03a3f3;
  }
}

.show-more {
  margin: 20px auto 0;
  padding: 10px;
  border: 2px solid #03a3f3;
  max-width: 150px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 25px;
  transition: color .3s, background-color .3s;
}

.description.cs-desc+.show-more {
  margin: 20px auto;
}

.description.cs-desc {
  margin-bottom: 15px;
}

@media(min-width: 1025px) {
  .show-more:hover {
    background-color: #03a3f3;
    color: #fff;
  }
}


header {
  padding: 46px 0 50px;
  border-top: 4px solid #eb023d;
  -webkit-box-shadow: 0 2px 125px rgba(0, 0, 0, .11);
  box-shadow: 0 2px 125px rgba(0, 0, 0, .11)
}

@media screen and (max-width:1024px) {
  header {
    padding: 30px 0
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

footer {
  padding: 50px 0 46px;
  border-bottom: 4px solid #03a3f3;
  -webkit-box-shadow: 0 2px 125px rgba(0, 0, 0, .11);
  box-shadow: 0 2px 125px rgba(0, 0, 0, .11)
}

@media screen and (max-width:1024px) {
  footer {
    padding: 30px 0
  }
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-wrapper .footer-text {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px
}

.footer-wrapper .footer-text:not(:last-child) {
  margin-bottom: 5px
}

.form {
  max-width: 610px;
  width: 100%;
  display: block;
  font-family: Poppins
}

.form-group {
  margin-bottom: 20px
}

.form-label {
  font-size: 14px;
  color: #fff
}

.form-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.form-control input {
  font-family: Poppins;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  height: 50px;
  padding: 0 90px 0 30px;
  border-radius: 25px;
  background: #191a1c;
  color: #fff;
  border: none
}

.form-control input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}

.form-control input::-moz-placeholder {
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}

.form-control input:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}

.form-control input::-ms-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}

.form-control input::placeholder {
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}

.form-control input:focus {
  outline: 0
}

.form-control input:focus::-webkit-input-placeholder {
  opacity: 0
}

.form-control input:focus::-moz-placeholder {
  opacity: 0
}

.form-control input:focus:-ms-input-placeholder {
  opacity: 0
}

.form-control input:focus::-ms-input-placeholder {
  opacity: 0
}

.form-control input:focus::placeholder {
  opacity: 0
}

.form-control .form-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.form-control .form-icon~input {
  padding-right: 40px
}

.form-control .btn-submit {
  cursor: pointer;
  border-radius: 25px;
  position: absolute;
  right: -1px;
  height: 100%;
  border: none;
  outline: 0;
  background-color: #03a3f3;
  padding: 0 28px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.form-control .btn-submit svg {
  width: 24px;
  height: 24px;
  color: #fff
}

@media screen and (min-width:1025px) {
  .form-control .btn-submit:hover {
    background-color: #cd0135
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 40%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  /* pointer-events: none */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -20px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bulletpagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container {
  width: 100%;
  height: 100%
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, .40);
  border-radius: 50%;
  outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  color: #eb023d;
  transform: translate3d(-30%, -50%, 0);
}

.swiper-button-prev:after {
  transform: translate3d(-70%, -50%, 0);
  color: #03a3f3;
}

@media (max-width: 600px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.alphabet.list-cs .btn {
  display: inline-block;
  border-radius: 25px;
  background-color: #c9cacd;
  color: #191a1c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .4px;
  padding: 16px 20px;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  width: auto;
  height: auto;
  margin: 0 5px 5px 0;
}

.alphabet.list-cs .label {
  margin: 0 5px 5px 0;
}

.alphabet.list-cs {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.page-error {
  text-align: center;
  color: #ec053d;
  font-size: 16px;
}

.block-video .tags .list {
  flex-wrap: wrap;
}

.block-video .tags .list .btn {
  margin: 0 5px 5px 0;
}

@media (max-width: 799px) {
  .block-video .tags .list .btn {
    margin: 0 5px 0 0;
  }
}

.alphabet.csg {
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .alphabet.csg {
    display: flex;
  }

  .alphabet .label,
  .tags .label {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 799px) {
  .block-video .tags .list {
    flex-wrap: nowrap;
  }

  .alphabet.csg {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.empty-content {
  display: block;
  line-height: 16px;
  margin: 25px 33px 25px;
}

#custom_list_content_sources_sponsors_list {
  margin: 10px 0 0;
}

.item .preview {
  position: absolute;
  right: 15px;
  bottom: 75px;
  box-sizing: border-box;
  line-height: 1;
  background: rgba(0, 0, 0, .7);
  border-radius: 10px;
  cursor: pointer;
  display: block;
  width: 12%;
  min-width: 40px;
}

@media (max-width: 650px) {
  .item .preview {
    right: 10px;
    bottom: 65px;
  }
}

.item .preview svg {
  padding: 5% 16%;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0 0 -2px;
}

.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: #03a3f3;
}

/* .alphabet .thumbs.video-list {
  flex-wrap: nowrap;
  overflow-x: scroll;
} */

.spot {
  margin: 0 0 0 20px;
  box-sizing: border-box;
  padding: 65px 75px 25px;
  border-radius: 10px;
  border: 2px solid #2f2f2f;
}

.spot.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px;
  padding: 15px 0;
}

.spot.footer.top {
  display: none;
  padding: 10px 0;
}

.spot .text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.spot.footer .text {
  width: 100%;
  margin: 0 0 0px;
}

.spot.footer.top .text {
  margin: 0 0 0px;
}

.spot.footer .opt {
  margin: 0 40px;
  width: 300px;
}

.spot.footer .text {
  width: 100%;
  margin: 0 0 0px;
}

.spot.footer.top {
  display: none;
  padding: 10px 0;
}

.spot.footer.top .opt {
  width: 300px;
  height: 100px;
  overflow: hidden;
}

.spot.footer.top .text {
  margin: 0 0 0px;
}

.spot.footer.top img {
  width: 300px;
}

.spot.footer.top .opt {
  width: 300px;
  height: 100px;
  overflow: hidden;
}

.block-video .spot {
  margin: 0 0 0 20px;
  padding: 15px 25px 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.block-video .spot .text {
  margin: 0 0 0px;
}

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

.hidden {
  display: none;
}

@media screen and (max-width: 1550px) {
  .block-video .spot .opt:last-of-type {
    display: none;
  }

}

@media screen and (max-width: 1275px) {
  .spot.footer .opt {
    margin: 0 5px;
  }
}

@media screen and (max-width: 1150px) {
  .block-video .spot {
    margin: 0 0 0 10px;
    padding: 15px;
  }

  .block-video .spot .text {
    margin: 0 0 0px;
  }
}

@media screen and (max-width: 1035px) {
  .spot.footer .opt:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .block-video .spot .text {
    margin: 0 0 0px;
  }

  .block-video .spot .opt {
    margin: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 800px) {
  .block-video .spot .opt {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 799px) {
  .spot.footer.top {
    display: flex;
  }

  .spot.footer .opt {
    display: none;
  }

  .spot.footer .opt:nth-child(2) {
    display: block;
  }

  .block-video .spot {
    margin: 15px 0 0;
    padding: 15px 0;
    overflow: hidden;
  }

  .block-video .spot .opt:last-of-type,
  .block-video .spot .opt:nth-child(3) {
    display: none;
  }

  .block-video .inner-wrap {
    flex-direction: column;
  }

  .box.second {
    margin-bottom: 20px;
  }

}

.player-wrap {
  position: relative;
}

#kt_player {
  position: absolute !important;
}

.liveInternet {
  width: 1px;
  height: 1px;
  text-align: center;
  margin: 0 auto;
}

.liveInternet a {
  height: 1px;
  width: 1px;
  font-size: 1px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

​ .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

/* 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 */

.no-img_title {
  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_title {
    font-size: 22px;
  }
}

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

.hide-on-mobile {
  max-width: 300px;
  overflow: hidden;
}

.hide-on-mobile.spot.footer {
  max-width: 100%;
}

.hide-on-mobile.spot.footer .opt {
  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;
  } */
}

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

.block-video .spot .hide-on-mobile .opt,
.block-video .spot .show-on-mobile .opt {
  display: block;
}


@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;
  }
}

@media screen and (max-width: 500px) {
  .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;
  }

  .exo-native-widget-outer-container .exo-native-widget-item-container a.exo-native-widget-item .exo-native-widget-item-content {
    height: auto !important;
  }
} 

.top_spot.mobile.top_spot_video {
  margin-bottom: 5px;
  flex-direction: column;
  margin-top: -10px;
}

.top_spot.mobile.top_spot_video .text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 6px;
}

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

.ex-over-btn img {
  width: auto !important;
  height: auto !important;
}