@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");

:root {
  --c-accent: #ff66c4;
  --c-accent-2: #ff4db8;
  --c-accent-3: #ff59bf;
  --c-accent-4: #ff7fce;
  --c-accent-5: #ff8fd5;
  --c-accent-light: #ffb3e3;
  --c-accent-alpha-40: rgb(255 102 196 / 40%);
  --c-danger: #ff66c4;
  --c-danger-2: #ff4db8;
  --c-danger-3: #e843a8;
  --c-danger-4: #d03696;
  --c-danger-5: #b02a7a;
  --c-danger-6: #881f5c;
  --c-danger-light: #ff8fd5;
  --c-success: #33ab54;
  --c-success-2: #32c55c;
  --c-success-3: #409c53;
  --c-success-4: #2db77d;
  --c-purple: #7229cd;
  --c-purple-2: #7933cf;
  --c-purple-dark: #231539;
  --c-purple-dark-2: #291e3b;
  --c-blue: #2d99d0;
  --c-white: #ffffff;
  --c-black: #000000;
  --c-transparent: rgba(0, 0, 0, 0);
  --c-text: #212121;
  --c-text-2: #313131;
  --c-text-3: #333333;
  --c-text-4: #444444;
  --c-text-dark: #1b1b1b;
  --c-text-dark-2: #181818;
  --c-text-dark-3: #151313;
  --c-text-dark-4: #202020;
  --c-text-dark-5: #202121;
  --c-text-dark-6: #222222;
  --c-text-dark-7: #222428;
  --c-text-dark-8: #222528;
  --c-text-dark-9: #212428;
  --c-text-dark-10: #272727;
  --c-text-dark-11: #2e2e2e;
  --c-muted: #7c7c7c;
  --c-muted-2: #6b6b6b;
  --c-muted-3: #585858;
  --c-muted-4: #5e6166;
  --c-muted-5: #5e5e5e;
  --c-muted-6: #5d5d5d;
  --c-muted-7: #666666;
  --c-muted-8: #626262;
  --c-muted-9: #646361;
  --c-muted-10: #818181;
  --c-muted-11: #848484;
  --c-muted-12: #8b8b8b;
  --c-muted-13: #909090;
  --c-muted-14: #999999;
  --c-muted-15: #a2a2a2;
  --c-muted-16: #a5a5a5;
  --c-gray-dark: #363636;
  --c-gray-dark-2: #3a3a3a;
  --c-gray-dark-3: #383d47;
  --c-gray-dark-4: #363b45;
  --c-gray-dark-5: #313846;
  --c-gray-mid: #474d59;
  --c-gray-mid-2: #475055;
  --c-gray-mid-3: #4f5869;
  --c-gray-mid-4: #4f5a6f;
  --c-gray-mid-5: #7e828b;
  --c-gray-mid-alpha-80: rgb(71 77 89 / 80%);
  --c-gray-4d: #4d4d4d;
  --c-gray-rgb: rgba(101, 100, 98);
  --c-border: #d9d9d9;
  --c-border-2: #dadada;
  --c-border-3: #dfdfdf;
  --c-border-4: #e0dfdf;
  --c-border-muted: #bababa;
  --c-border-muted-2: #b5b5b5;
  --c-border-muted-3: #bfbfbf;
  --c-border-muted-4: #ababab;
  --c-border-light: #c2c2c2;
  --c-border-light-2: #c3c2c2;
  --c-border-light-3: #c4c4c4;
  --c-border-light-4: #cbcbcb;
  --c-border-light-5: #cccccc;
  --c-border-light-6: #cfcfcf;
  --c-border-light-7: #d3d7db;
  --c-bg-gray: #e7e7e7;
  --c-bg-gray-2: #efefef;
  --c-bg-gray-3: #ebebeb;
  --c-bg-gray-4: #eaeaea;
  --c-bg-light: #f1f1f1;
  --c-bg-light-2: #f4f4f4;
  --c-bg-light-3: #f6f6f6;
  --c-bg-light-4: #f9f9f9;
  --c-gradient-1: #ff8fd5;
  --c-gradient-2: #ff66c4;
  --c-gradient-3: #e843a8;
  --c-gradient-1-hover: #ff9fdd;
  --c-gradient-2-hover: #ff7fce;
  --c-gradient-3-hover: #f052b0;
  --c-gold: #cfb455;
  --c-shadow: rgba(0, 0, 0, 0.25);
  --c-shadow-2: rgba(207, 207, 207, 0.65);
  --c-overlay-15: rgba(0, 0, 0, 0.15);
  --c-overlay-20: rgb(0 0 0 / 20%);
  --c-overlay-30: rgba(0, 0, 0, 0.3);
  --c-overlay-40: rgb(0 0 0 / 40%);
  --c-overlay-53: rgba(0, 0, 0, 0.53);
  --c-overlay-80: rgba(0, 0, 0, 0.8);
  --c-overlay-80-rgb: rgb(0 0 0 / 80%);
  --c-overlay-dark: rgba(12, 12, 12, 0.8);
  --c-white-alpha-short: #fffc;
  --c-white-alpha-40: rgba(255, 255, 255, 0.4);
  --c-white-alpha-60: rgb(255 255 255 / 60%);
  --c-white-alpha-70: rgb(255 255 255 / 70%);
  --c-white-alpha-80: rgb(255 255 255 / 80%);
  --c-bg-gray-5: #ecebeb;

  --accent-color: var(--c-accent);
  --text-color: var(--c-text);
  --background-color: var(--c-white);
  --border-color: var(--c-border);
  --font-family: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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


[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-webcam:before {
  content: "\e90d";
}
.icon-videos1:before {
  content: "\e90e";
}
.icon-thumbs-up:before {
  content: "\e90f";
}
.icon-straight:before {
  content: "\e910";
}
.icon-signup:before {
  content: "\e911";
}
.icon-shemale:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
}
.icon-pornstars:before {
  content: "\e914";
}
.icon-network:before {
  content: "\e915";
}
.icon-login:before {
  content: "\e916";
}
.icon-gay:before {
  content: "\e917";
}
.icon-darr:before {
  content: "\e918";
}
.icon-community:before {
  content: "\e919";
}
.icon-categories:before {
  content: "\e91a";
}
.icon-albums:before {
  content: "\e91b";
}
.icon-close:before {
  content: "\e91c";
}
.icon-sun:before {
  content: "\e91d";
}
.icon-moon:before {
  content: "\e91e";
}
.icon-views:before {
  content: "\e91f";
}
.icon-thumbs-up-empty:before {
  content: "\e920";
}
.icon-calendar1:before {
  content: "\e921";
}
.icon-channels:before {
  content: "\e922";
}
.icon-logout:before {
  content: "\e923";
}
.icon-settings:before {
  content: "\e924";
}
.icon-subscriptions:before {
  content: "\e925";
}
.icon-fav-albums:before {
  content: "\e926";
}
.icon-fav-videos:before {
  content: "\e927";
}
.icon-profile:before {
  content: "\e928";
}
.icon-arrow-left:before {
  content: "\e929";
}
.icon-arrow-right:before {
  content: "\e92a";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-home:before {
  content: "\e92c";
}
.icon-comments:before {
  content: "\e92d";
}
.icon-share:before {
  content: "\e92e";
}
.icon-heart:before {
  content: "\e92f";
}
.icon-tumblr:before {
  content: "\e930";
}
.icon-reddit:before {
  content: "\e931";
}
.icon-telegram:before {
  content: "\e932";
}
.icon-facebook:before {
  content: "\e933";
}
.icon-twitter:before {
  content: "\e934";
}
.icon-plus:before {
  content: "\e935";
}
.icon-badge:before {
  content: "\e936";
}
.icon-close-circle:before {
  content: "\e937";
}
.icon-filter:before {
  content: "\e938";
}
.icon-trash:before {
  content: "\e939";
}
.icon-onlyfans:before {
  content: "\e93a";
}
.icon-instagram:before {
  content: "\e93b";
}
.icon-gender-all:before {
  content: "\e93c";
}
.icon-gender-female:before {
  content: "\e93d";
}
.icon-gender-male:before {
  content: "\e93e";
}
.icon-subscribe:before {
  content: "\e93f";
}
.icon-film:before {
  content: "\e940";
}
.icon-upload:before {
  content: "\e941";
}
.icon-dots-vertical:before {
  content: "\e942";
}
.icon-flag:before {
  content: "\e943";
}
.icon-download:before {
  content: "\e944";
}
.icon-Albums:before {
  content: "\e900";
}
.icon-Best:before {
  content: "\e901";
}
.icon-Categories:before {
  content: "\e902";
}
.icon-Channels:before {
  content: "\e903";
}
.icon-Live:before {
  content: "\e904";
}
.icon-Login:before {
  content: "\e905";
}
.icon-Models:before {
  content: "\e906";
}
.icon-Most_popular:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e908";
}
.icon-Playlist:before {
  content: "\e909";
}
.icon-Signup:before {
  content: "\e90a";
}
.icon-Top_rated:before {
  content: "\e90b";
}
.icon-videos:before {
  content: "\e90c";
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: var(--c-white);
  color: var(--c-text-4);
  border: 2px solid var(--c-border);
  box-shadow: 0px 4px 34px var(--c-shadow);
  border-radius: 5px;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 100002;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: var(--c-text-4);
  font:
    14px/20px "Rubik",
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center
    no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
  font-size: 18px;
  color: var(--c-accent);
}
.fancybox-close:before {
  content: "\e90f";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  -webkit-tap-highlight-color: var(--c-transparent);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 100001;
  background: var(--c-white-alpha-80);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font:
    normal 13px/20px "Rubik",
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: var(--c-overlay-80);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px var(--c-text-dark-6);
  color: var(--c-white);
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: var(--c-white);
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--c-white);
  padding: 10px;
  background: var(--c-black);
  background: var(--c-overlay-80);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}

.fancybox-opened-custom {
  overflow: hidden;
}

.fancybox-wrap.full-width {
  left: 0 !important;
  width: 100% !important;
}
.fancybox-wrap.full-width .fancybox-inner {
  width: 100% !important;
}
.fancybox-wrap.full-width .fancybox-skin {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

* {
  outline: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
a {
  color: var(--c-black);
  text-decoration: none;
}
body {
  height: 100%;
  background: var(--c-white);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  color: var(--c-text-2);
  min-width: 320px;
}
button,
input,
select,
textarea {
  font-family: var(--font-family);
}

.block-row {
  margin: 0 0 15px 0;
}
.block-row:last-child {
  margin: 0;
}
.tab-content + .block-row {
  margin-top: 15px;
}
.block-wrap {
  display: flex;
}

.title {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title.left {
  justify-content: flex-start;
}
.title .head,
.title h1,
.title h2,
.title h3 {
  font-size: 20px;
  line-height: 26px;
  color: var(--c-black);
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
  overflow: hidden;
}
.main {
  padding: 15px 0 0 0;
}
.container {
  position: relative;
  max-width: 1408px;
  max-width: 1608px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
}

.content-block {
  min-width: 0;
  flex-grow: 1;
}
.content-block > .pagination:last-child {
  margin-bottom: 0;
}

.hidden {
  display: none;
}
.g_hidden {
  display: none;
}

.seo-text {
  margin: 20px 0;
  font-size: 13px;
  line-height: 20px;
}
.seo-text a {
  color: var(--c-accent);
}
.seo-text a:hover {
  text-decoration: underline;
}
.page-error {
  padding: 10px;
  background: transparent;
  color: var(--c-danger);
  border: 2px solid var(--c-danger);
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin: 20px 0;
  border-radius: 3px;
}

.nothing {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}

.empty-content {
  font-size: 14px;
  line-height: 20px;
  background: var(--c-bg-light-3);
  padding: 24px 10px;
  text-align: center;
  border: 2px solid var(--c-border);
  border-radius: 5px;
  margin: 15px 0 0 0;
}

.thumbs .empty-content {
  margin: 15px 0 25px 15px;
}

.link-all {
  position: relative;
  line-height: 20px;
  font-size: 14px;
  color: var(--c-muted);
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid var(--c-border-muted);
}
.link-all:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent var(--c-muted);
  display: inline-block;
  margin: 0 0 0 10px;
}
.link-all:hover {
  background: var(--c-bg-gray-3);
}

.feedback {
  max-width: 500px;
  margin: 0 0 20px 0;
}
.feedback .btn-action {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 10px 50px;
  margin: 20px 0 0 0;
}
.feedback .text {
  margin: 0 0 10px;
}
.feedback .here {
  color: var(--c-accent);
}

.box-n {
  margin: 10px 0 0 0;
}
.mob-title-centered {
  margin: 0 0 8px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
}

.under-video-spot {
  text-align: center;
  margin: 5px 0 10px 0;
}

@media screen and (max-width: 1000px) {
  .container {
    padding: 0 10px;
  }
  .block-wrap {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  body {
    padding-top: 110px;
  }
  .main {
    padding: 10px 0 0 0;
  }
  .title {
    margin: 0 0 10px 0;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .empty-content {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .main {
    padding: 5px 0 0 0;
  }
  .container {
    padding: 0 5px;
  }
  .link-all {
    padding: 5px 7px;
  }
}
@media (orientation: landscape) {
  body {
    padding-top: 0;
  }
}

.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: var(--c-white);
  border-radius: 5px;
  font-size: 16px;
  line-height: 38px;
  color: var(--c-text-3);
  border: 2px solid var(--c-border);
  display: block;
}
.input-text:focus {
  border-color: var(--c-border-muted-4);
}
.input-textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  background-color: var(--c-white);
  border: 2px solid var(--c-border-light-4);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  resize: vertical;
  display: block;
}
.input-textarea:focus {
  border-color: var(--c-border-muted-4);
}

.select-holder {
  position: relative;
}
.select-holder:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid var(--c-black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 2px 2px 2px;
  position: absolute;
  right: 10px;
  top: 12px;
  pointer-events: none;
}
.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: var(--c-white);
  border-radius: 5px;
  line-height: 38px;
  color: var(--c-text-3);
  border: 2px solid var(--c-border);
}
.custom-select::-ms-expand {
  display: none;
}

.btn-action {
  color: var(--c-white);
  background: var(--c-accent);
  border: none;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.btn-action:hover {
  opacity: 0.9;
}

.btn-action.gray {
  color: var(--c-gray-mid);
  background: var(--c-bg-light-2);
  border: 2px solid var(--c-border-2);
  padding: 9px 10px;
}
.btn-action.big {
  padding: 9px 20px;
}

.btn-action:disabled {
  pointer-events: none;
  opacity: 0.7;
}

input.btn-action {
  -webkit-appearance: none;
}

.button-center {
  text-align: center;
}
.button-center .btn-action {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 10px 50px;
}

.checkbox-holder {
  display: inline-block;
  vertical-align: top;
}
.checkbox-holder input {
  display: none;
}
.checkbox-holder input + .label-text {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: var(--c-muted);
}
.checkbox-holder input + .label-text:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 8px 0 0;
  background: var(--c-accent);
  border-radius: 3px;
}

.checkbox-holder input:checked + .label-text:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid var(--c-white);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.list-selector-popup .checkbox-holder {
  display: inline-block;
  width: 33.333%;
  padding: 5px 5px;
  vertical-align: top;
}
.list-selector-popup .checkbox-holder input + .label-text:before {
  background: var(--c-muted);
}
.list-selector-popup .checkbox-holder input:disabled + .label-text:before {
  background: var(--c-border-muted-2);
  cursor: not-allowed;
}

.radios {
  margin: 0 0 15px 0;
}
.item-radio {
  margin: 0 0 10px 0;
}
.item-radio:last-child {
  margin: 0;
}
.radio-holder {
  display: block;
}
.radio-holder input {
  position: absolute;
  opacity: 0;
}
.radio-holder input + .label-text {
  cursor: pointer;
  display: flex;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: var(--c-muted-4);
}
.radio-holder input + .label-text span {
  display: inline-block;
  vertical-align: middle;
}
.radio-holder input + .label-text:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid var(--c-border-muted-3);
  margin-right: 7px;
  flex-shrink: 0;
}
.radio-holder input:checked + .label-text:before {
  border-color: var(--c-accent-2);
}
.radio-holder input:checked + .label-text:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: var(--c-accent-2);
  border-radius: 50%;
}
.text-radio {
  margin: 8px 0 0 0;
  display: none;
  font-size: 13px;
  line-height: 18px;
}
.text-radio ul {
  margin: 0 0 0 38px;
}
.text-radio li {
  margin: 0 0 5px 0;
  position: relative;
}
.text-radio li:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-muted);
}
.text-radio li:last-child {
  margin: 0;
}
.radio-holder input:checked ~ .text-radio {
  display: block;
}
.text-radio .bottom-text {
  margin: 10px 0 0 24px;
  display: block;
}

.generic-error {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  color: var(--c-accent);
  text-align: center;
}
.generic-error.hidden {
  display: none;
}
.success {
  background: var(--c-success);
  color: var(--c-white);
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
}
.success.hidden {
  display: none;
}
.field-error {
  margin-top: 4px;
  font-size: 13px;
  color: var(--c-accent);
}
.field-error:empty {
  display: none;
}

.block-flagging .field-error.generic-error {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
}

.form-content {
  max-width: 600px;
}
.form-content + .form-content {
  margin: 40px 0 0 0;
}
.form-row {
  margin: 0 0 10px 0;
  position: relative;
}
.form-label {
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  width: 200px;
  margin: 10px 20px 0 0;
}
.form-overflow {
  overflow: hidden;
}
.form-3-selects {
  display: flex;
  justify-content: space-between;
}
.form-3-selects .select-holder {
  width: 33%;
}
.form-margin {
  margin: 0 0 0 220px;
}
.form-margin .btn-action,
.btn-action.inline-block {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.btn-upload {
  width: 250px;
}
.btn-upload .input-text {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .form-content + .form-content {
    margin: 20px 0 0 0;
  }
  .form-label {
    float: none;
    display: block;
    margin: 0 0 5px 0;
    width: auto;
    text-align: left;
  }
  .form-margin {
    margin: 0;
  }

  .generic-error {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
  }
}

.dropdown {
  position: relative;
}
.dropdown-container {
  display: none;
  position: absolute;
  left: 0;
  background: var(--c-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  z-index: 200;
  box-shadow: 0px 4px 34px var(--c-shadow);
  border-radius: 0px 0px 5px 5px;
  border: 2px solid var(--c-bg-light-3);
  border-top: none;
  overflow: hidden;
}
.open > .dropdown-container {
  display: block;
}
.dropdown-hover:hover .dropdown-container {
  display: block;
}
.dropdown-container .link {
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  white-space: nowrap;
  color: var(--c-black);
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .dropdown-container .link:hover {
    background: var(--c-bg-light-3);
  }
}
.dropdown-container .link.active {
  background: var(--c-bg-gray-4);
}
.dropdown-container .link.disabled {
  color: var(--c-muted-14);
  pointer-events: none;
}
.dropdown-container .link.disabled i {
  color: var(--c-muted-14);
}
.dropdown-container .link .number {
  background: var(--c-gray-mid-5);
  border-radius: 3px;
  color: var(--c-white);
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
.dropdown-container .link .ico-holder {
  width: 25px;
  text-align: center;
  margin: 0 3px 0 0;
  line-height: 1;
  flex-shrink: 0;
}
.dropdown-container .link i {
  font-size: 20px;
}
.dropdown-container .link .icon-views {
  font-size: 22px;
}
.dropdown-container .link:hover i {
  color: var(--c-accent);
}

.dropdown-full {
  position: static;
}
.dropdown-full .dropdown-container {
  margin: 0 -9999px;
  padding: 0 9999px;
  right: 0;
}

.header {
  background: var(--c-white);

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
.logo {
  width: 150px;
  height: 75px;
  margin: 0 30px 0 0;
  background-image: url(../images/logos/logo_day.svg?v=5);
  background-size: 100% auto;
  text-indent: -9999px;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}
.logo h1 {
  margin: 0;
  width: 100%;
  height: 100%;
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.logo img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .logo {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 760px) {
  .header-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 0 10px 0;
    z-index: 100000;
  }
  .header-row {
    min-height: 60px;
  }
  .logo {
    order: 2;
    width: 100px;
    height: 43px;
    margin: 0;
  }
}
@media (orientation: landscape) {
  .header-holder {
    position: static;
  }
  body.mobile-device.autocomplete-results .header-holder {
    margin: 0;
  }
}

.search-mobile {
  display: none;
}
body.search-opened .search-mobile {
  display: block;
}
.search-mobile .search-input {
  border-radius: 0;
  height: 50px;
}
.search-mobile .search-button {
  border-radius: 0;
  height: 50px;
}
.search {
  position: relative;
  width: 700px;
  border-radius: 5px;
  z-index: 100000;
}
.search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 100%;
  height: 40px;
  padding: 0 140px 0 20px;
  border: 2px solid var(--c-border);
  background: var(--c-white);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.search-input[disabled] {
  -webkit-text-fill-color: var(--c-black);
  opacity: 1;
}
.search-mobile .search-form-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - 70px);
}
body.autocomplete-results .search-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-clear-value {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 122px;
  border: none;
  color: var(--c-border-light-5);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  background: none;
  z-index: 2;
  display: none;
}

body.show_clear-value .btn-clear-value {
  display: inline-block;
}

.btn-clear-value:after {
  content: "";
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.btn-clear-value i {
  display: block;
}
.search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 40px;
  background: var(--c-accent);
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  color: var(--c-white);
  font-size: 18px;
}
body.autocomplete-results .search-button {
  border-bottom-right-radius: 0;
}
.search-button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.search-button:hover {
  opacity: 0.9;
}

.search-loader {
  display: none;
  top: 10px;
  right: 115px;
  z-index: 2;
  font-size: 3px;
  text-indent: -9999em;
  border-top: 1em solid var(--c-gray-mid);
  border-right: 1em solid var(--c-gray-mid);
  border-bottom: 1em solid var(--c-gray-mid);
  border-left: 1em solid var(--c-accent-5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  overflow: hidden;
  opacity: 0.8;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search-switcher {
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.search-switcher i {
  font-size: 18px;
  display: block;
}
.search-switcher .btn-drop {
  cursor: pointer;
  width: 48px;
  height: 100%;
  position: relative;
}
.search-switcher .btn-drop .ico-holder {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 25px;
  text-align: center;
  color: var(--c-accent);
}
.search-switcher .btn-drop .icon-darr {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  color: var(--c-muted);
  width: 12px;
  height: 12px;
}
.search-switcher.open .btn-drop .icon-darr {
  transform: rotate(180deg);
  top: -2px;
}
.search-switcher .dropdown-container {
  top: 100%;
  border-top: none;
  padding: 0;
  min-width: auto;
  left: auto;
  z-index: 100000;
}
.search-switcher .dropdown-container .item {
  display: flex;
  padding: 10px;
  cursor: pointer;
  align-items: center;
}
.search-switcher .dropdown-container .item:last-child {
  margin-bottom: 0;
}
.search-switcher .dropdown-container .item:hover i,
.search-switcher .dropdown-container .item.active i {
  color: var(--c-accent);
}
.search-switcher .dropdown-container .item .ico-holder {
  text-align: center;
  margin: 0 6px 0 0;
}
.search-switcher .dropdown-container .item .text {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 760px) {
  .header-row .search {
    display: none;
  }
  .search-mobile .search {
    margin: 0 -1px;
    width: auto;
  }
}

.nav {
  padding: 0;
  line-height: 20px;
  background: var(--c-accent);
}
.menu-main > li {
  margin: 0 22px 0 0;
}
.menu-main {
  float: left;
  display: flex;
}
.menu-main > li > a {
  padding: 15px 2px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--c-white);
}
.menu-main > li > a .ico-item {
  font-size: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  color: rgba(255, 255, 255, 0.85);
}
.no-touch .menu-main > li:hover > a .ico-item,
.menu-main > li.open > a .ico-item {
  color: var(--c-white);
}
.menu-main > li > a .icon-darr {
  margin: 1px 0 0 8px;
  font-size: 10px;
  width: 10px;
  color: rgba(255, 255, 255, 0.85);
}
.no-touch .menu-main > li:hover > a .icon-darr,
.menu-main > li.open > a .icon-darr {
  transform: rotate(180deg);
  margin-top: 0;
}
.no-touch .menu-main > li:hover > a:after,
.menu-main > li.open > a:after,
.menu-main > li > a.active:after {
  content: "";
  width: calc(100% + 10px);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: -5px;
  right: 0;
  background: var(--c-white);
}
.menu-main .dropdown-container {
  left: -5px;
}
.menu-main .dropdown-full .dropdown-container {
  left: 0;
}

.menu-right {
  float: right;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.menu-right > li {
  position: relative;
}
.menu-right > li + li {
  margin: 0 0 0 15px;
}
.menu-right .link-holder {
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  background: none;
  border: none;
}
.menu-right .link-holder span {
  margin: 0 0 0 5px;
}
.menu-right .link-holder .ico-item {
  font-size: 20px;
  width: 20px;
}
.menu-right .dropdown:hover .link-holder:after,
.menu-right .dropdown.open .link-holder:after {
  content: "";
  width: calc(100% + 10px);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: -5px;
  right: 0;
  background: var(--c-white);
}
.menu-right .dropdown:hover .link-holder .ico-item,
.menu-right .dropdown.open .link-holder .ico-item {
  color: var(--c-white);
}
.menu-right .dropdown .link-holder .icon-darr {
  margin: 1px 0 0 6px;
  font-size: 10px;
  width: 10px;
  color: rgba(255, 255, 255, 0.85);
}
.menu-right .dropdown.open .link-holder .icon-darr {
  color: rgba(255, 255, 255, 0.85);
  transform: rotate(180deg);
  margin-top: 0;
}
.menu-right .dropdown-container {
  left: 50%;
  transform: translateX(-50%);
}
.menu-right .dropdown-container .link {
  color: var(--c-muted);
}
.menu-right .dropdown-container .link:hover {
  color: var(--c-black);
}
.menu-right .dropdown-container .link i {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 1300px) {
  .menu-main > li {
    margin: 0 15px 0 0;
  }
  .menu-main > li > a .ico-item {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .menu-right .link-holder span {
    display: none;
  }
  .menu-main > li {
    margin: 0 10px 0 0;
  }
  .menu-main > li.network .dropdown-container {
    left: auto;
    right: -5px;
  }
}
@media screen and (max-width: 1100px) {
  .nav .container {
    display: flex;
    justify-content: space-between;
  }
  .nav .container:after {
    display: none;
  }
  .menu-main {
    float: none;
    flex-grow: 1;
  }
  .menu-main > li {
    margin: 0;
    flex-grow: 1;
  }
  .menu-main > li > a .ico-item {
    font-size: 18px;
    width: 18px;
  }

  .menu-main > li > a .icon-darr {
    display: none;
  }
  .no-touch .menu-main > li > a .icon-darr {
    display: inline-block;
  }
  .menu-main > li.network > a .icon-darr {
    display: inline-block;
  }

  .menu-right {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-main > li > a {
    font-size: 14px;
    padding: 10px 2px;
    display: block;
    text-align: center;
  }
  .menu-main > li > a .ico-item {
    display: block;
    margin: 0 auto 3px;
    font-size: 16px;
    width: 16px;
  }
  .menu-main > li > a .icon-darr {
    margin: 3px 0 0 0;
  }

  .menu-right {
    margin: 0 0 0 10px;
  }
  .menu-right > li + li {
    margin: 0 0 0 10px;
  }
  .menu-right .dropdown .link-holder .icon-darr {
    margin: 3px 0 0 3px;
  }
}
@media screen and (max-width: 760px) {
  .nav {
    display: none;
  }
}

.reg-buttons {
  margin: 0 0 0 30px;
  display: flex;
  flex-wrap: nowrap;
}
.reg-buttons .btn-reg {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  border: 2px solid var(--c-muted);
  border-radius: 5px;
  padding: 9px 30px;
  cursor: pointer;
  color: var(--c-gray-mid);
  white-space: nowrap;
}
.reg-buttons .btn-reg + .btn-reg {
  margin: 0 0 0 10px;
}
.reg-buttons .btn-reg i {
  font-size: 16px;
  margin: 0 5px 0 0;
}
.reg-buttons .btn-reg:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}

.user-menu {
  float: right;
  margin: 0 0 0 30px;
  position: relative;
}
.user-menu .user {
  color: var(--c-border-muted);
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.user-menu .user .avatar {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.user-menu .user .avatar img {
  height: 40px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.user-menu .user .name {
  color: var(--c-black);
}
.user-menu .user .welcome {
  margin: 0 4px 0 0;
}
.user-menu .user i {
  color: var(--c-muted);
  font-size: 10px;
  margin: 0 0 0 10px;
}
.user-menu.open .user i {
  transform: rotate(180deg);
  color: var(--c-accent);
}
.user-menu .dropdown-container {
  right: 0;
  left: auto;
  margin: 5px 0 0 0;
  border-top: 2px solid var(--c-bg-light-3);
}
.user-menu .dropdown-container .link .ico-holder {
  margin: 0 10px 0 0;
}
.user-menu .dropdown-container .link .text {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-row .user-menu .user .welcome {
    display: none;
  }
  .reg-buttons .btn-reg {
    padding: 9px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header-row .user-menu .user .name {
    display: none;
  }
  .header-row .user-menu .user .avatar {
    margin: 0;
  }
  .reg-buttons {
    margin: 0 0 0 15px;
  }
  .reg-buttons .btn-reg {
    font-size: 14px;
    padding: 9px 10px;
  }
}
@media screen and (max-width: 760px) {
  .user-menu {
    display: none;
  }
  .reg-buttons {
    display: none;
  }
}

.mobile-nav {
  display: none;
  background: var(--c-accent);
}
body.search-opened .mobile-nav {
  display: none;
}
.mobile-nav ul {
  display: flex;
  justify-content: space-around;
}
.mobile-nav li {
  flex-grow: 1;
}
.mobile-nav a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile-nav a.active {
  color: var(--c-white);
}
.mobile-nav a.active:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--c-white);
}
.mobile-nav a i {
  font-size: 16px;
  margin: 0 10px 0 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
}
.mobile-nav a.active i {
  color: var(--c-white);
}
@media screen and (max-width: 760px) {
  .mobile-nav {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .mobile-nav a i {
    margin: 0 6px -2px 0;
    font-size: 14px;
  }
}

.nav-toggle,
.search-toggle {
  display: none;

  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--c-gray-dark-3);
}
.search-toggle {
  order: 3;
}
.search-toggle .icon-search {
  font-size: 25px;
}
.search-toggle .icon-close {
  display: none;
  font-size: 16px;
}
body.search-opened .search-toggle {
  color: var(--c-accent);
}

.nav-toggle {
  order: 1;
}
.nav-toggle .icon-menu {
  font-size: 25px;
}
.nav-toggle .icon-close {
  display: none;
  font-size: 20px;
}
body.menu-opened .nav-toggle .icon-close {
  display: block;
}
body.menu-opened .nav-toggle .icon-menu {
  display: none;
}
body.menu-opened .nav-toggle {
  color: var(--c-accent);
}

@media screen and (max-width: 760px) {
  .nav-toggle,
  .search-toggle {
    display: flex;
  }
}

.nav-aside-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: var(--c-overlay-30);
  z-index: 10000;
}
.nav-aside {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  background: var(--c-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transform: translateX(-100%);
  overflow: auto;
  z-index: 100001;
}
body.menu-opened .nav-aside {
  transform: translateX(0);
}

.nav-aside .user-menu {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}
.nav-aside .user-menu .user {
  padding: 5px 20px 5px 30px;
}
.nav-aside .user-menu .user .name {
  color: var(--c-white);
}
.nav-aside .user-menu .user .avatar {
  margin: 0 20px 0 0;
}
.nav-aside .user-menu .dropdown-container {
  position: static;
  border: none;
  border-top: 2px solid var(--c-gray-mid-4);
  margin: 0;
  background: var(--c-gray-dark-3);
  box-shadow: none;
}
.nav-aside .user-menu .dropdown-container .link {
  padding: 5px 40px;
  color: var(--c-white);
}
.nav-aside .user-menu .dropdown-container .link .number {
  background: var(--c-gray-mid);
}
.nav-aside .user-menu .dropdown-container .link .ico-holder {
  color: var(--c-muted-13);
  margin: 0 14px 0 0;
}
.nav-aside .user-menu .user i {
  margin: 0 0 0 auto;
  font-size: 14px;
}

.user-menu-holder {
  background: var(--c-gray-dark-3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-reg-buttons {
  display: flex;
  flex-wrap: nowrap;
  margin: 7px 0;
}
.mobile-reg-buttons .btn-reg {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  background: var(--c-bg-light-3);
  border-radius: 5px;
  padding: 8px 30px;
  cursor: pointer;
  color: var(--c-gray-mid);
  white-space: nowrap;
}
.mobile-reg-buttons .btn-reg + .btn-reg {
  margin: 0 0 0 20px;
}
.mobile-reg-buttons .btn-reg i {
  font-size: 16px;
  margin: 0 8px 0 0;
}
.mobile-reg-buttons .btn-signup {
  background: var(--c-accent);
  color: var(--c-white);
}

.aside-menu {
  padding: 12px 0;
}
.aside-menu li {
}

.aside-menu li.border {
  border-top: 2px solid var(--c-bg-gray);
}
.aside-menu .nav-link {
  font-size: 15px;
  line-height: 40px;
  color: var(--c-black);
  display: flex;
  align-items: center;
  padding: 0 20px 0 30px;
  background: none;
  border: none;
  width: 100%;
  position: relative;
}
.aside-menu .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 26px;
  margin: auto;
  background: var(--c-accent);
}
.aside-menu li.border .nav-link {
  line-height: 44px;
}
.aside-menu .nav-link i {
  color: var(--c-muted);
  font-size: 20px;
  margin: 0 14px 0 0;
}
.aside-menu .nav-link.active i {
  color: var(--c-accent);
}
.aside-menu .nav-link .icon-darr {
  margin: 0 0 0 auto;
  font-size: 14px;
}
.aside-menu .open .nav-link .icon-darr {
  color: var(--c-accent);
  transform: rotate(180deg);
}
.aside-menu .orientations-container {
  position: static;
  box-shadow: none;
  display: block;
  height: 0;
  transition: height 0.3s;
  border: none;
}
.aside-menu .open .orientations-container {
  height: 88px;
}

.aside-menu .list-sites {
  width: auto;
  display: none;
}
body.menu-opened .aside-menu .list-sites {
  display: block;
}
.aside-menu .list-sites .item-site {
  padding-left: 30px;
}

.aside-menu .flag-img {
  margin: 0 14px 0 0;
  width: 20px;
  border-radius: 50%;
}
.aside-menu .langs-container {
  position: static;
  box-shadow: none;
  display: block;
  max-height: 0;
  transition: all 0.3s;
  border: none;
}
.aside-menu .open .langs-container {
  max-height: 400px;
}

.desktop-langs {
  margin: 0 0 0 30px;
}
.desktop-langs .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  background: none;
  border: 2px solid var(--c-muted);
  border-radius: 5px;
  padding: 9px 14px;
  cursor: pointer;
  color: var(--c-gray-mid);
  white-space: nowrap;
}
.desktop-langs > .nav-link:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}
.open.desktop-langs > .nav-link {
  border-radius: 5px 5px 0 0;
  border-color: var(--c-accent);
  color: var(--c-accent);
}
.flag_holder {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 8px 0 0;
}
.flag_holder .flag-img {
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.desktop-langs .icon-darr {
  margin: 1px 0 0 5px;
  font-size: 12px;
}
.desktop-langs .dropdown-container {
  width: 100%;
  box-shadow: none;
  border: none;
}
.desktop-langs .dropdown-container li a {
  border-radius: 0;
  border-top: none;
}
.desktop-langs .dropdown-container li:last-child .nav-link {
  border-radius: 0 0 5px 5px;
  border-top: none;
}
.desktop-langs .dropdown-container .nav-link:hover {
  background: var(--c-bg-light-3);
}

@media screen and (max-width: 1200px) {
  .desktop-langs .nav-link {
    padding: 9px 12px;
  }
}
@media screen and (max-width: 1000px) {
  .desktop-langs {
    margin: 0 0 0 15px;
  }
  .desktop-langs .nav-link {
    padding: 9px 8px;
  }
}
@media screen and (max-width: 760px) {
  .desktop-langs {
    display: none;
  }
}

.no-player img,
.player-wrap iframe,
.no-player iframe,
#kt_player {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.player-wrap {
  position: relative;
  overflow: hidden;
}

.view-row {
  display: flex;
}
.view-container {
  flex-grow: 1;
}
.view-right {
  width: 300px;
  flex-shrink: 0;
  margin: 0 0 0 20px;
}
.view-right-item iframe {
  display: block;
}

.head-row {
  font-size: 20px;
  line-height: 26px;
  color: var(--c-black);
  margin: 0 0 15px;
}

.view-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 2px solid var(--c-bg-gray-2);
}

.view-details {
  display: none;
  align-items: center;
  padding: 0 0 0 1px;
}

.item-detail {
  display: inline-flex;
  align-items: center;
  margin: 0 30px 0 0;
  color: var(--c-muted-2);
}
.item-detail:last-child {
  margin: 0;
}

.item-detail i {
  margin: 0 8px 0 0;
  font-size: 16px;
  color: var(--c-muted);
}

.item-detail .text {
  font-size: 12px;
  line-height: 20px;
  color: var(--c-muted-2);
}
a.item-detail .text {
  color: var(--c-black);
}
a.item-detail:hover .text {
  color: var(--c-accent);
}
a.item-detail:hover i {
  color: var(--c-accent);
}

.view-actions {
  display: flex;
  align-items: center;
}
.view-actions.full-width {
  width: 100%;
}

.view-actions > * + * {
  margin: 0 0 0 10px;
}

.item-action {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border: none;
  background: none;
  cursor: pointer;
}
.view-info .item-action .text.mobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  .view-info .item-action {
    padding: 5px 2px;
  }
}
@media screen and (max-width: 760px) {
  .view-info .item-action {
    padding: 5px;
  }
}
@media screen and (max-width: 460px) {
  .view-info .item-action .text.desktop {
    display: none;
  }
  .view-info .item-action .text.mobile {
    display: block;
  }
}
.item-action:first-child {
  margin: 0;
}
.item-action.hidden {
  display: none;
}

.item-action i {
  color: var(--c-black);
  font-size: 24px;
}
.item-action .icon-download {
  font-size: 22px;
}

.item-action.rate-dislike i {
  transform: rotate(180deg);
}

.item-action .text {
  font-size: 12px;
  color: var(--c-muted-2);
  white-space: nowrap;
  margin: 0 0 0 7px;
}

a.item-action:hover .text,
a.item-action.active .text,
button.item-action:hover .text,
button.item-action.active .text {
  color: var(--c-accent);
}
a.item-action:hover i,
a.item-action.active i,
button.item-action:hover i,
button.item-action.active i {
  color: var(--c-accent);
}

.item-action.disabled {
  pointer-events: none;
}

.item-action.voted .text,
.item-action.voted i {
  color: var(--c-accent);
}

.item-action.disabled,
.item-action.voted {
  cursor: default;
  pointer-events: none;
}

.item-action.done {
  position: relative;
}
.item-action.done:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
  z-index: 1;
  content: "";
  width: 14px;
  height: 8px;
  border: 2px solid var(--c-accent-3);
  border-top: none;
  border-right: none;
  background: 0 0;
  opacity: 1;
  transform: rotate(-45deg);
  transition: opacity 0.25s;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.item-action.done .text {
  color: var(--c-accent);
}
.item-action.done i {
  visibility: hidden;
}

.rating-container {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.rating-container .item-action + .item-action {
  margin: 0 0 0 10px;
}

.popup-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  display: none;
  background: var(--c-bg-light-2);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--c-black);
  text-align: center;
  z-index: 100;
  border: 2px solid var(--c-border);
  white-space: nowrap;
}
.popup-message span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.btn-favourites {
  display: inline-flex !important;
  margin: 0 0 0 10px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: var(--c-transparent);
}
.btn-favourites .dropdown-container {
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
}
@media screen and (max-width: 760px) {
  .btn-favourites .dropdown-container {
    top: 40px;
  }
}
.btn-favourites.open .item-action .text {
  color: var(--c-accent);
}
.btn-favourites.open .item-action i {
  color: var(--c-accent);
}
.btn-favourites .dropdown-container .link .ico-holder {
  color: var(--c-muted);
  margin: 0 8px 0 0;
}
.btn-favourites .dropdown-container .link:hover {
  color: var(--c-accent);
}
.btn-favourites .dropdown-container .link .icon-darr {
  margin: 1px 0 0 auto;
  font-size: 10px;
  color: var(--c-muted);
}

.btn-report {
  position: relative;
  margin: 0;
}
.btn-report .item-action {
  cursor: pointer;
}
.btn-report.open .item-action i {
  color: var(--c-accent);
}
.btn-report .dropdown-container {
  left: auto;
  right: 0;
  top: 45px;
}
.btn-report .dropdown-container .link .ico-holder {
  color: var(--c-muted);
  margin: 0 8px 0 0;
}
@media screen and (max-width: 760px) {
  .btn-report .dropdown-container {
    top: 40px;
  }
}

.btn-playlist-holder {
}
.dropdown-playlist {
  display: none;
}
.dropdown-playlist .link {
  padding: 5px 30px 5px 43px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.dropdown-playlist .link.new {
  color: var(--c-muted-3);
  font-style: italic;
}
.btn-playlist-holder.open .dropdown-playlist {
  display: block;
}
.btn-playlist-holder.open .link .icon-darr {
  transform: rotate(180deg);
  margin-top: 0;
}

.delete-holder {
  display: block;
  position: relative;
}
.delete-holder:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 10px;
  height: 16px;
  border: solid var(--c-success-2);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 0 2px 2px 2px;
}
.delete-holder .delete {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.dropdown-container .delete-holder:hover .link {
  color: var(--c-accent);
}
.dropdown-container .delete-holder:hover .link .ico-holder {
  color: var(--c-accent);
}

.action-block {
  display: none;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.fancybox-inner .action-block {
  margin: 0;
  text-align: left;
}

.a2a_custom_style {
  font-size: 0;
}
.a2a_custom_style a {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  padding: 1px;
}
.a2a_custom_style a svg {
  display: block;
}
.a2a_custom_style a .a2a_svg {
  display: none !important;
}
.a2a_custom_style .social-icon {
  display: inline-block;
  vertical-align: top;
}

.social-links.desktop {
  font-size: 0;
}
.social-links.desktop .socials-holder {
  display: inline-block;
  vertical-align: top;
}
.social-links.desktop .a2a_custom_style .social-icon {
  margin: 5px 10px;
}
.social-links.desktop .a2a_custom_style a {
  opacity: 0.8;
}
.social-links.desktop .a2a_custom_style a:hover {
  opacity: 1;
}

.social-links.mobile .socials-holder + .socials-holder {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 2px solid var(--c-bg-gray-2);
}
.social-links.mobile .a2a_custom_style .social-icon {
  width: calc(100% / 7);
  margin: 5px 0;
}


.view-links {
  margin: 10px 0;
  max-height: 44px;
  overflow: hidden;
  position: relative;
}
.view-links.full {
  max-height: none;
}
.row-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -3px;
}
.item-link {
  background: var(--c-bg-light-2);
  border: 2px solid var(--c-border-2);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  margin: 3px;

  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.item-link:hover {
  background: var(--c-bg-gray-5);
}
.item-link i {
  font-size: 15px;
  margin: 0 8px -1px 0;
  color: var(--c-muted);
}
.item-link span {
  font-size: 13px;
  line-height: 20px;
  color: var(--c-black);
}
.item-link.colored i,
.item-link.colored span {
  color: var(--c-accent);
}

.item-link.left-padding {
  padding-left: 40px;
}
.model-avatar-small {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
  margin: auto;
  border-radius: 4px;
  -webkit-tap-highlight-color: var(--c-transparent);
}
.model-avatar-small img {
  width: 32px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.model-avatar-small.no-center img {
  top: 0;
  transform: translate(-50%, 0);
}
.model-avatar-small.female img {
  width: 50px;
}

.btn-open-full {
  background: var(--c-white);
  color: var(--c-text-2);
  border: 2px solid var(--c-border-2);
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin: 3px;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 0;
}

.description {
  display: none;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0 0;
  color: var(--c-black);
}
.mobile-description {
  margin: 5px 0 0 0;
  font-size: 13px;
  line-height: 20px;
  max-height: 40px;
  color: var(--c-black);
  overflow: hidden;
  position: relative;
}
.mobile-description.full {
  max-height: none !important;
}
.mobile-description .btn-read-more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--c-muted-2);
  background: var(--c-white);
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  -webkit-tap-highlight-color: var(--c-transparent);
}
.mobile-description .btn-read-more .text {
  text-decoration: underline;
}

.under-player-link-holder {
  margin: 20px 0 0 0;
}
.cs-link {
  background: linear-gradient(
    90deg,
    var(--c-gradient-1) 3.14%,
    var(--c-gradient-2) 51.04%,
    var(--c-gradient-3) 100%
  );
  color: var(--c-white);
  font-size: 18px;
  line-height: 22px;
  display: block;
  text-align: center;
  padding: 14px 10px;
}
@media screen and (min-width: 1001px) {
  .cs-link:hover {
    background: linear-gradient(
      90deg,
      var(--c-gradient-1-hover) 3.14%,
      var(--c-gradient-2-hover) 51.04%,
      var(--c-gradient-3-hover) 100%
    );
  }
}

.cs-under-player {
  margin: 5px 0 0 0;
}
.cs-under-player .cs-link {
  background: var(--c-accent);
  color: var(--c-white);
}
@media screen and (min-width: 1001px) {
  .cs-under-player .cs-link:hover {
    opacity: 0.9;
  }
}

@media screen and (max-width: 1000px) {
  .view-right {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .view-info {
    flex-direction: column;
    padding: 5px 0;
    border: none;
    max-width: calc(100vw - 10px);
  }
  .view-info .view-actions {
    order: 1;
    border-bottom: 2px solid var(--c-bg-gray-2);
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .view-info .view-actions::-webkit-scrollbar {
    display: none;
  }
  .view-actions > * + * {
    margin: 0;
  }
  .view-info .item-action i {
    font-size: 18px;
  }
  .view-details {
    order: 2;
    justify-content: space-around;
  }
  .rating-container {
    margin: 0;
    flex-grow: 2;
    justify-content: space-around;
    min-width: 110px;
  }
  .btn-favourites {
    margin: 0;
    justify-content: center;
    flex-grow: 1;
  }
  .rating-container .item-action + .item-action {
    margin: 0;
  }
  .view-actions > .item-action {
    justify-content: center;
    flex-grow: 1;
  }
  .view-links {
    margin: 0;
    max-height: 90px;
  }
  .head-row {
    font-size: 18px;
    line-height: 24px;
  }
  .action-block {
    margin: 10px 0;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .head-row {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px 0;
  }
  .cs-link-holder {
    margin: 15px 0 0 0;
  }
  .cs-link {
    padding: 6px;
    font-size: 16px;
    line-height: 20px;
  }
  .cs-under-player .cs-link {
    font-size: 14px;
  }
  .description {
    margin: 10px 0 0 0;
  }
  .item-detail {
    margin: 0 10px 0 0;
  }
  #share42 a,
  .item-social-link {
    margin: 0 20px 0 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .head-row {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }
}

.comments-holder {
  margin: 15px 0 0 0;
}
.comments-head {
  display: flex;
  align-items: center;
}
.comments-head.center {
  justify-content: center;
}
.comment-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 30px 0 0;
}
.comments-holder .toggle-button {
  display: inline-flex;
  align-items: center;
  background: var(--c-white);
  border: 2px solid var(--c-border-2);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 7px 30px;
  cursor: pointer;
}
.comments-holder .toggle-button.hidden {
  display: none;
}
.comments-holder .toggle-button:hover,
.comments-holder .toggle-button.active {
  background: var(--c-bg-light-2);
}
.comments-holder .toggle-button i {
  font-size: 16px;
  color: var(--c-muted);
  margin: 0 8px 0 0;
}
.comments-holder .toggle-button span {
  font-size: 13px;
  line-height: 20px;
  color: var(--c-black);
}
.block-new-comment {
  margin: 10px 0 0 0;
}
.block-new-comment .row-textarea {
  position: relative;
}
.block-new-comment .textarea {
  resize: none;
  width: 100%;
  background: var(--c-white);
  border: 2px solid var(--c-border);
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
}
.block-new-comment .row-buttons {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block-new-comment .btn-cancel {
  font-size: 13px;
  line-height: 20px;
  margin: 0 20px 0 0;
  color: var(--c-gray-dark-3);
  cursor: pointer;
}
.block-new-comment .btn-submit {
  background: var(--c-accent);
  border-radius: 5px;
  border: none;
  color: var(--c-white);
  font-size: 13px;
  line-height: 36px;
  padding: 0 30px;
  cursor: pointer;
}
.block-new-comment .field-error {
  position: absolute;
  left: 0;
  top: 100%;
}

.list-commetns {
  margin: 10px 0 0 0;
}
.item-comment {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px 0;
}

.item-comment .avatar {
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.item-comment .avatar img {
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-comment .comment-body {
}
.item-comment .head {
  display: flex;
  align-items: center;
  margin: 0 0 4px 0;
}
.item-comment .date {
  font-size: 12px;
  line-height: 20px;
  color: var(--c-border-muted);
}
.item-comment .user {
  font-size: 13px;
  line-height: 20px;
  color: var(--c-accent);
  margin: 0 5px 0 0;
}
.item-comment .user .flag-country {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 1px;
  width: 16px;
  border: 2px solid var(--c-border-light-4);
}
.item-comment .text {
  font-size: 13px;
  line-height: 20px;
  color: var(--c-black);
}

@media screen and (max-width: 760px) {
  .comments-holder {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .comments-head {
    justify-content: space-between;
  }
  .comments-holder .toggle-button {
    padding: 7px 20px;
  }
  .comment-title {
    margin: 0 10px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  .block-new-comment .row-buttons {
    justify-content: space-between;
  }
}

.row-more {
  margin: 15px 0 0 0;
}
.row-more.limit-comments {
  display: none;
}
.btn-more {
  background: var(--c-accent-4);
  color: var(--c-white);
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 7px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
}
.btn-more i {
  font-size: 12px;
  margin: 2px 0 0 6px;
}
.btn-more:hover {
  background: var(--c-danger-2);
}
@media screen and (max-width: 760px) {
  .row-more {
    margin: 10px 0 0 0;
  }
}

.view-album-holder:after {
  content: "";
  display: block;
  clear: both;
}
.view-album-holder .view-right {
  float: right;
}
.view-album {
  overflow: hidden;
}

.gallery-holder:after {
  clear: both;
  display: block;
  content: "";
}
.gallery-holder .item {
  float: left;
  margin: 2px;
  overflow: hidden;
  position: relative;
  padding-bottom: 73.25%;
}
.gallery-holder .item:hover img {
  transform: scale(1.05);
}
.gallery-holder .item img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
  padding: 10px;
}

.gallery-holder a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 6px var(--c-overlay-15);
  transition: transform 0.3s ease;
}

.gallery-holder a:hover {
  transform: scale(1.05);
}

.gallery-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.spot-centered {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.spot-centered .spot-title {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 3px 8px;
  background: var(--c-purple-dark);
  color: var(--c-muted-11);
  display: inline-block;
}
.spot-centered .spot-content {
  position: relative;
}
.spot-centered .text-close {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--c-purple);
  font-size: 17px;
  color: var(--c-white);
  text-align: center;
  width: 210px;
  margin: 10px auto 0;
  padding: 12px 6px;
  border-radius: 5px;
  cursor: pointer;
}
.spot-centered .close-button {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: -13px;
  top: -13px;
  background-color: var(--c-purple);
  border-radius: 49.5%;
  z-index: 99;
  background-image: url(../images/icon_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pswp {
  z-index: 100000 !important;
}
.pswp__img--placeholder--blank {
  display: none !important;
}

.view-model {
  display: flex;
  padding: 10px 0 15px 0;
}
.model-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 30px 0 0;
  flex-shrink: 0;
  z-index: 1;
}
.model-avatar img {
  width: 200px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.model-avatar.no-center img {
  top: 0;
  transform: translate(-50%, 0);
  width: 230px;
}
.model-avatar.male img {
  width: 200px;
}
.model-avatar .link {
  display: none;

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--c-overlay-40);
  font-size: 14px;
  line-height: 18px;
  color: var(--c-white);
  padding: 6px 0;
  text-align: center;
}
.model-avatar:hover .link {
  display: block;
}
.model-info {
  flex-grow: 1;
}
.model-title {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.model-title h1 {
  font-size: 20px;
  line-height: 26px;
  color: var(--c-black);
}
.item-rank {
  color: var(--c-accent);
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 8px;
}
.item-rank i {
  font-size: 20px;
}
.item-rank span {
  font-size: 16px;
  line-height: 20px;
}
.model-title .item-social {
  font-size: 20px;
  margin: 2px 0 0 10px;
}
.model-title .item-social:hover {
  color: var(--c-blue);
}
.model-title .item-facebook {
  margin: 2px 0 0 8px;
}

.view-model .view-actions {
  border-bottom: 2px solid var(--c-bg-gray-2);
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.view-model .view-actions > * + * {
  margin: 0 0 0 20px;
}
.view-model .rating-container .item-action + .item-action {
  margin: 0 0 0 20px;
}

.model-about {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
}
.model-about .row-item {
  margin: 0 0 15px;
  width: 40%;
}
.model-about .label {
  color: var(--c-muted-2);
}
.model-about .text {
  color: var(--c-black);
}
.model-about .text .flag-country {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 2px 0 0;
  width: 16px;
  border: 2px solid var(--c-border-light-4);
}
.model-text {
}
.model-text .desc {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  color: var(--c-black);
  text-indent: 8px;
}
.model-text .desc.full {
  overflow: hidden;
  max-height: none !important;
}

.btn-read-more {
  display: none;
  color: var(--c-muted-2);
  cursor: pointer;
  font-size: 14px;
  text-align: right;
  margin: 5px 0 0 0;
}
.btn-read-more.shown {
  display: block;
}
.btn-read-more .text-less {
  display: none;
}
.btn-read-more.active .text-more {
  display: none;
}
.btn-read-more.active .text-less {
  display: block;
}

@media screen and (max-width: 1200px) {
  .model-about .row-item {
    width: 50%;
  }
  .model-avatar {
    margin: 0 15px 0 0;
  }
  .view-model .item-action {
    flex-direction: column;
  }
  .view-model .item-action i {
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 760px) {
  .view-model {
    flex-direction: column;
    align-items: center;
    padding: 0 0 15px;
  }
  .model-info {
    width: 100%;
  }
  .model-avatar {
    margin: 0 0 10px 0;
  }
  .model-title {
    justify-content: center;
    margin: 0 0 10px 0;
  }
  .model-title h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .view-model .view-actions {
    justify-content: center;
  }

  .view-model .view-actions > * + * {
    margin: 0;
  }
  .view-model .rating-container .item-action + .item-action {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .model-about .row-item {
    width: 100%;
  }
  .item-comments {
    display: none;
  }
  .view-model .view-actions {
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
    display: inline-flex;
    width: 100%;
    overflow-y: auto;
    justify-content: flex-start;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: flex-start;
  }
  .view-model .view-actions::-webkit-scrollbar {
    display: none;
  }
}

.alphabet {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--c-border-light-3);
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.alphabet .item {
  border: 2px solid transparent;
  padding: 3px 0;
  font-size: 13px;
  line-height: 20px;
  width: calc(20% - 4px);
  color: var(--c-gray-dark-3);
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
}
.alphabet .item:hover,
.alphabet .item.active {
  border-color: var(--c-text);
}
.alphabet .item.disabled {
  color: var(--c-muted-14);
  pointer-events: none;
}

.list-sites {
  width: 326px;
}
.list-sites li {
}
.list-sites .item-site {
  display: flex;
  align-items: flex-start;
  padding: 8px 10px;
  position: relative;
}
.list-sites .item-site:hover {
  background: var(--c-bg-light-3);
}
.list-sites .site-logo {
  padding: 3px;
  background: var(--c-white);
  box-shadow: 0px 4px 4px var(--c-shadow);
  border-radius: 3px;
  margin: 0 15px 0 0;
}
.list-sites .site-logo img {
  display: block;
  width: 18px;
}
.list-sites .site-text {
}
.list-sites .site-text .name {
  font-size: 13px;
  line-height: 20px;
  margin: 2px 0;
}
.list-sites .site-text .name:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.list-sites .site-text .text {
  font-size: 12px;
  line-height: 15px;
  color: var(--c-muted);
}

.list-sites .lazyload,
.list-sites .lazyloading {
  opacity: 0;
}
.list-sites .lazyloaded {
  opacity: 1;
}
.thumbs {
  margin: 15px 0 -15px -15px;
  font-size: 0;
}
.th {
  position: relative;
  width: calc(25% - 15px);
  margin: 0 0 15px 15px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.thumbs-categories .th {
  width: calc(25% - 15px);
}
.thumbs-albums .th {
  width: calc(20% - 15px);
}
.thumbs-videos-full .th {
  width: calc(20% - 15px);
}
.thumbs-albums-full .th {
  width: calc(16.666% - 15px);
}

.th.th-adv {
  width: calc(100% - 5px) !important;
}

.th-image {
  position: relative;
  padding: 75% 0 0 0;
  overflow: hidden;
  display: block;
}
.th-image-widescreen {
  padding: 56.25% 0 0 0;
}
.th-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-clip: padding-box;
  z-index: 1;
  object-fit: cover;
}
.th-image video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
}

.hovered video {
  display: block;
}

.th-image-vertical {
  padding-top: 133.33%;
}

.th-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0 0 0;
}
.th-title {
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 5px 0 0;
  flex-grow: 1;
}
.th:hover .th-title {
  color: var(--c-accent);
}

.th-row-title {
  font-size: 14px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  margin: 3px 0;
  color: var(--c-black);
  display: block;
}
.th-row-title a {
  color: inherit;
}
.th:hover .th-row-title {
  color: var(--c-accent);
}

.th-row-title .flag-country {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 1px;
  width: 16px;
  border: 2px solid var(--c-border-light-4);
}

.th-bottom-info {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1px;
}
.th-items {
  display: flex;
  align-items: center;
}
.th-items .item {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}
.th-items .item:last-child {
  margin: 0;
}
.th-items i {
  font-size: 14px;
  color: var(--c-muted);
}
.th-items span {
  font-size: 11px;
  line-height: 14px;
  background: var(--c-bg-gray-4);
  padding: 0 4px;
  margin: 0 0 0 5px;
  border-radius: 3px;
}
.th-rating {
  display: flex;
  align-items: center;
}
.th-rating .ico-holder {
  background: var(--c-success-4);
  border-radius: 50%;
  color: var(--c-white);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.th-rating.yellow .ico-holder {
  background: var(--c-gold);
}
.th-rating.red .ico-holder {
  background: var(--c-danger-light);
}
.th-rating .text {
  color: var(--c-gray-mid);
  font-size: 12px;
  margin: 0 0 0 4px;
}

.th-date {
  font-size: 12px;
  line-height: 16px;
  color: var(--c-border-muted);
}

.th-image .th-rating1,
.th-duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 16px;
  color: var(--c-white);
  text-align: center;
  z-index: 2;
  background: var(--c-gray-mid-alpha-80);
  padding: 0 5px;
  display: flex;
  align-items: center;
  pointer-events: none;
  gap: 5px;
  transition: opacity 0.2s;
}

.th-image .th-rating1 {
  right: auto;
  left: 5px;
}

.th-duration.left {
  right: auto;
  left: 5px;
}
.th-duration i {
  margin: 0 2px -2px 0;
}
.hovered + .th-duration {
  opacity: 0;
}

.th-hd {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  z-index: 1;
  background: var(--c-white-alpha-70);
  border-radius: 3px;
  color: var(--c-gray-mid);
  padding: 0 3px;
}

.th-image.bg {
  background: var(--c-border);
}
.th-processing {
  color: var(--c-black);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.th-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--c-gray-mid-alpha-80);
  color: var(--c-white);
  font-size: 14px;
  z-index: 3;
  text-align: center;
  padding: 5px 0;
  pointer-events: none;
}

.one-row {
  display: flex;
  justify-content: left;

  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.one-row .th {
  flex-shrink: 0;
  width: 176px !important;
}
.one-row::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1200px) {
  .thumbs {
    margin: 10px 0 -10px -10px;
  }
  .th {
    width: calc(25% - 10px);
    margin: 0 0 10px 10px;
  }
  .thumbs-categories .th {
    width: calc(25% - 10px);
  }
  .thumbs-albums .th {
    width: calc(20% - 10px);
  }
  .thumbs-videos-full .th {
    width: calc(20% - 10px);
  }
  .thumbs-albums-full .th {
    width: calc(16.666% - 10px);
  }
}
@media screen and (max-width: 1000px) {
  .thumbs-categories .th {
    width: calc(33.333% - 10px);
  }
  .thumbs-videos-full .th {
    width: calc(25% - 10px);
  }
  .thumbs-albums-full .th {
    width: calc(20% - 10px);
  }
}
@media screen and (max-width: 760px) {
  .thumbs {
    margin: 10px 0 -5px -5px;
  }
  .th {
    width: calc(33.333% - 5px);
    margin: 0 0 5px 5px;
  }
  .thumbs-categories .th {
    width: calc(33.333% - 5px);
  }
  .thumbs-albums .th {
    width: calc(25% - 5px);
  }
  .thumbs-videos-full .th {
    width: calc(33.333% - 5px);
  }
  .thumbs-albums-full .th {
    width: calc(25% - 5px);
  }
}
@media screen and (max-width: 640px) {
  .thumbs-categories .th {
    width: calc(50% - 5px);
  }
  .thumbs-albums .th {
    width: calc(33.333% - 5px);
  }
  .thumbs-albums-full .th {
    width: calc(33.333% - 5px);
  }

  .th-duration {
    bottom: 3px;
    right: 3px;
  }
  .th-hd {
    top: 3px;
    left: 3px;
  }
  .th-items .item {
    margin: 0 3px 0 0;
  }
  .th-items span {
    margin: 0 0 0 2px;
  }
  .th-row {
    margin: 3px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .th {
    width: calc(50% - 5px);
  }
  .th-row-title {
    font-size: 13px;
    margin: 1px 0;
  }
  .thumbs-videos-full .th {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 400px) {
  .thumbs-albums .th {
    width: calc(50% - 5px);
  }
  .thumbs-albums-full .th {
    width: calc(50% - 5px);
  }
}

.sort {
  margin: 0 0 0 10px;
}
.sort .dropdown-container {
  right: 0;
  left: auto;
  margin: 5px 0 0 0;
}
.btn-sort {
  font-size: 14px;
  line-height: 20px;
  color: var(--c-muted);
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.btn-sort i {
  font-size: 10px;
  margin: 0 0 0 10px;
}
.sort .dropdown.open .btn-sort i {
  transform: rotate(180deg);
}

@media screen and (max-width: 1000px) {
  .content-filters .sort {
    display: none;
  }
}

.dropdown-full .thumbs {
  margin: 20px 0 0 -16px;
}
.dropdown-full .th {
  width: calc(16.666% - 16px);
  margin: 0 0 16px 16px;
  display: inline-block;
  float: none;
}
.dropdown-full .thumbs-albums .th {
  width: calc(14.28% - 16px);
}
.dropdown-full .th .th-image:after {
  content: "";
  border: 2px solid var(--c-border-2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.dropdown-full .th:hover .th-image:after {
  border-color: var(--c-accent);
}
.dropdown-full .th-row-title {
  font-size: 13px;
}
.dropdown-full .th-title {
  font-size: 13px;
}
.dropdown-full .see-all .see-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}
.dropdown-full .see-all .see-text i {
  font-size: 40px;
}
.dropdown-full .see-all:hover .see-text i {
  color: var(--c-accent);
}
.dropdown-full .see-all .see-text .text {
  font-size: 13px;
  line-height: 16px;
  display: block;
  margin: 10px 0 0 0;
}

.categories-aside {
  flex-shrink: 0;
  width: 240px;
  margin: 0 31px 0 0;
  padding: 0 20px 0 0;
  border-right: 2px solid var(--c-bg-gray-2);
}
.categories-aside-search {
  position: relative;
}
.categories-aside-search .input-text {
  font-size: 15px;
}
[lang="de"] .categories-aside-search .input-text {
  letter-spacing: -0.1px;
}
.categories-aside-search i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  color: var(--c-muted);
  font-size: 18px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.categories-aside-list {
  margin-top: 20px;
}
.categories-aside-list li {
  position: relative;
}
.categories-aside-list li.hidden {
  display: none;
}
.categories-aside-list .name {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: var(--c-black);
  padding: 0 50px 0 10px;
  border-radius: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.categories-aside-list a:hover,
.categories-aside-list a.active {
  background: var(--c-bg-light-3);
  color: var(--c-accent);
}
.categories-aside-list .number {
  color: var(--c-muted);
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 30px;
  pointer-events: none;
}
.categories-aside-list .flag-country {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.categories-aside-list .flag-country + .name {
  padding: 0 50px 0 32px;
}
.categories-aside-more {
  margin: 10px 0 0 0;
  padding: 0 0 0 24px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: var(--c-accent);
  position: relative;
}
.categories-aside-more i {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 16px;
}
.categories-aside-more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .categories-aside {
    margin: 0 15px 0 0;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .categories-aside {
    display: none;
  }
}

.footer {
  padding: 25px 0;
  background: var(--c-bg-light-3);
  font-size: 13px;
  margin: 20px 0 0 0;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-nav {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid var(--c-border-light-3);
  float: right;
}
.footer-nav li {
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
.footer-nav li:last-child {
  margin: 0;
}
.footer-nav a {
  font-size: 12px;
  line-height: 20px;
  color: var(--c-gray-mid);
}
.footer-nav a:hover {
  color: var(--c-accent);
}
.footer .copyright {
  clear: both;
  font-size: 12px;
  line-height: 16px;
  color: var(--c-gray-mid);
}
.footer-logo {
  width: 110px;
  height: 55px;
  margin: 0 30px 0 0;
  background-image: url(../images/logos/logo_day.svg?v=5);
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .footer {
    padding: 15px 0;
    margin: 10px 0 0 0;
  }
  .footer-logo {
    display: none;
  }
  .footer-nav {
    float: none;
    text-align: center;
    margin: 0 10px 10px 10px;
    padding: 0 10px 10px 10px;
  }
  .footer .copyright {
    text-align: center;
  }
}

.modal {
  width: 380px;
  padding: 50px;
  width: 480px;
}
@media screen and (max-width: 560px) {
  .modal {
    padding: 20px;
    width: 100%;
  }
}
.modal.has-recaptcha {
  overflow: hidden;
}
.modal-title {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 26px;
  color: var(--c-black);
}
.modal-link {
  font-size: 14px;
  line-height: 20px;
  color: var(--c-gray-dark-3);
}
.modal-link:hover {
  text-decoration: underline;
}
.modal-link .colored {
  color: var(--c-accent);
}

.modal-bottom-block {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
}

.text-agree {
  font-size: 12px;
  line-height: 16px;
  color: var(--c-muted);
  text-align: center;
  margin: 15px 30px 0 30px;
}
.text-agree a {
  color: var(--c-black);
}
.text-agree a:hover {
  text-decoration: underline;
}

body.mobile-device .recaptcha-holder {
  transform: scale(0.9);
  transform-origin: left;
}

@media screen and (max-width: 640px) {
  .modal-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
  .modal {
    width: 275px;
    width: 315px;
  }
  .modal-link .hide-mobile {
    display: none;
  }
}

.player-related-videos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1px 60px 30px 60px;
  background: var(--c-black);
  overflow: hidden;
}
.player-related-videos .player-related-videos-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.player-related-videos .player-related-videos-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
  font-size: 14px;
  width: 25%;
}
.player-related-videos .player-related-videos-item .title {
  display: none;

  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  font-size: 15px;
  line-height: 20px;
  height: 38px;
  overflow: hidden;
  text-align: left;
  padding: 5px;
  color: var(--c-white);
  background: linear-gradient(
    to bottom,
    var(--c-overlay-dark) 0px,
    transparent 50px
  );
}
.player-related-videos .player-related-videos-item .duration {
  display: none;

  position: absolute;
  bottom: 5px;
  right: 5px;
  color: var(--c-white);
  background: var(--c-overlay-dark);
  padding: 2px 5px;
}
.player-related-videos .player-related-videos-item img {
  display: block;
  width: 100%;
  height: auto;
}
.player-related-videos .player-related-videos-item:hover .title,
.player-related-videos .player-related-videos-item:hover .duration {
  display: block;
}

.player-related-videos.is-mobile {
  padding: 1px 40px 30px 40px;
}
.player-related-videos.is-mobile .player-related-videos-item {
  margin: 1px;
  width: 36%;
}
.player-related-videos.is-mobile .player-related-videos-item .duration {
  display: none !important;
}
.player-related-videos.is-mobile .player-related-videos-item .title {
  display: block;
  height: 32px;
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
}

.pagination {
  margin: 15px 0;
  text-align: center;
  font-size: 0;
}
.pagination .page {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  margin: 0 2px;
  font-size: 14px;
  line-height: 34px;
}
.pagination .page.next {
  margin-left: 30px;
}
.pagination .page.prev {
  margin-right: 30px;
}
.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  color: var(--c-gray-4d);
  cursor: pointer;
  border: 2px solid var(--c-muted-12);
  box-sizing: border-box;
  border-radius: 5px;
  min-width: 40px;
}
@supports (-webkit-touch-callout: none) {
  .pagination .page-link i {
    margin-bottom: -2px;
  }
}
.pagination .page.next .page-link,
.pagination .page.prev .page-link {
  padding: 0 15px;
}
.pagination .page-link * + * {
  margin: 0 0 0 5px;
}
.pagination .dots {
  z-index: 2;
  margin: 0 4px;
  color: var(--c-muted);
}
@media (min-width: 961px) {
  .pagination .page-link:hover {
    background: var(--c-bg-gray-3);
  }
}
.pagination .page-current .page-link {
  color: var(--c-white);
  background: var(--c-accent);
  border-color: var(--c-accent);
  cursor: default;
}

.pagination .arrows-holder {
  margin: 0 0 5px 0;
}
.pagination .arrows-holder .page {
  width: 50%;
  margin: 0;
  padding: 0 3px;
}
.pagination .arrows-holder .page:only-child {
  width: 100%;
}

.pagination .pages-holder {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.pagination .left-sticky,
.pagination .right-sticky {
  position: relative;
  z-index: 1;
}
.pagination .left-sticky {
  box-shadow: 8px 0px 8px 2px var(--c-white);
}
.pagination .right-sticky {
  box-shadow: -8px 0px 8px 2px var(--c-white);
}

.pagination .scrollable {
  white-space: nowrap;
  overflow-x: auto;

  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.pagination .scrollable::-webkit-scrollbar {
  display: none;
}
.pagination .scrollable .page:first-child,
.pagination .scrollable .page:last-child {
  position: relative;
  z-index: 10;
  background: var(--c-white);
}

.tab-content > .tab-pane {
  display: none;
  position: relative;
  padding: 1px 0;
}
.tab-content > .active {
  display: block;
}

.tabs-related-desktop {
  margin: 10px 0 0 0;
}
.tabs-related-desktop li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.tabs-related-desktop .btn-related {
  color: var(--c-muted);
  font-size: 20px;
  line-height: 24px;
  padding: 5px 8px 8px 8px;
  border-bottom: 4px solid transparent;
  display: block;
}
.tabs-related-desktop .btn-related:hover {
  color: var(--c-black);
}
.tabs-related-desktop li.active .btn-related {
  color: var(--c-black);
  border-color: var(--c-accent);
}

.tabs-related-mobile {
  margin: 10px 0 0 0;
  display: flex;
  border: 2px solid var(--c-border-2);
  border-radius: 5px;
  overflow: hidden;
}
.tabs-related-mobile li {
  flex-grow: 1;
  text-align: center;
  flex-basis: 100%;
}
.tabs-related-mobile li + li {
  border-left: 2px solid var(--c-border-2);
}
.tabs-related-mobile .btn-related {
  color: var(--c-muted);
  font-size: 13px;
  line-height: 20px;
  padding: 7px 0;
  display: block;
}
.tabs-related-mobile li.active .btn-related {
  color: var(--c-black);
  background: var(--c-bg-light-2);
}

.buttons-related-desktop {
  margin: 10px 0 0 0;
}
.buttons-related-desktop .btn-related {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  color: var(--c-muted);
  font-size: 20px;
  line-height: 24px;
  padding: 5px 8px 8px 8px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.buttons-related-desktop .btn-related:last-child {
  margin: 0;
}
.buttons-related-desktop .btn-related:hover {
  color: var(--c-black);
}
.buttons-related-desktop .btn-related.active {
  color: var(--c-black);
  border-color: var(--c-accent);
}

.buttons-related-mobile {
  margin: 10px 0;
}
.buttons-related-mobile .dropdown-container {
  margin: 5px 0 0 0;
}
.buttons-related-mobile .btn-sort i {
  margin: 2px 0 0 8px;
}
.buttons-related-mobile .dropdown.open .btn-sort i {
  transform: rotate(180deg);
  margin: 2px 0 0 8px;
}
.buttons-related-mobile .btn-sort {
  color: var(--c-black);
  font-size: 16px;
  line-height: 20px;
}

.loader {
  display: block;
  width: 80px;
  height: 80px;
  margin: 80px auto 0;
}
.loader:after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  margin: 1px;
  border-radius: 50%;
  border: 8px solid var(--c-white);
  border-color: var(--c-accent) transparent var(--c-accent) transparent;
  animation: loader 1.2s linear infinite;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  position: relative;
}
.loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--c-white-alpha-80);
  z-index: 100;
}
.loading .loader {
  z-index: 101;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 80px;
}

.spots {
  margin: 40px 0;
  text-align: center;
  font-size: 0;
  clear: both;
}
.spots .spot {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  width: 300px;
  overflow: hidden;
}

.block-b {
  margin: 10px auto;
  width: 300px;
  min-width: auto;
}

.block-b iframe {
  display: block;
}

.spots-title {
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-border-muted);
  margin: 3px 0;
}

.block-t {
  margin: 10px auto 0;
  min-width: auto;
  text-align: center;
  width: 300px;
  position: relative;
}

.block-t iframe {
  margin: 0 auto !important;
  width: 305px !important;
  display: inline-block;
}

.block-t .spots-title {
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: rotate(270deg) translateX(-50%);
  transform-origin: 0% 0%;
  margin: 0 0 0 5px;
}

.overlay_spot.hidde {
  display: none;
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
}

.overlay_spot {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--c-overlay-53);
  z-index: 9999;
  text-align: center;
}

.overlay_spot.open {
  display: block;
}

.overlay_spot-content {
  display: inline-block;
  vertical-align: middle;
  z-index: 9999;
  width: 300px;
  height: 250px;
  position: relative;
}

.overlay_close {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--c-accent-5);
  font-size: 15px;
  color: var(--c-white);
  text-align: center;
  width: 210px;
  margin: 10px auto;
  padding: 6px 6px;
  border-radius: 5px;
  cursor: pointer;
}

.overlay_close_button {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: -13px;
  top: -13px;
  border-radius: 49.5%;
  z-index: 99;
  background-image: url(../images/icon_close.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.overlay_holder {
  display: block;
  width: 315px;
  margin: 0 auto;
  height: 100%;
}

.overlay_holder:before {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  position: relative;
  content: "";
}

.desktop-nat-spot {
  margin: 20px 0 0 0;
}
.desktop-title-centered {
  color: var(--c-gray-mid-2);
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  white-space: nowrap;
  text-align: center;
  margin: 0 0 15px 0;
}

.spots-horizontal-title {
  color: var(--c-border-muted);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.link-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.link-block-mobile {
  display: inline-flex;
  width: 100%;
  overflow-y: auto;
  justify-content: flex-start;
  flex-wrap: nowrap;

  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: flex-start;
}
.link-block-mobile::-webkit-scrollbar {
  display: none;
}

.link-block .btn {
  border: 2px solid var(--c-border-2);
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}
.link-block .btn i {
  font-size: 14px;
  margin: 0 8px 0 0;
}
.link-block .btn:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}

.block-links {
  margin: 20px 0;
}
.list-links {
  font-size: 0;
  margin: 0 0 -10px -10px;
}
.list-links .item {
  background: var(--c-white);
  border: 2px solid var(--c-border-2);
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  padding: 0 10px;
  margin: 0 0 10px 10px;
}
.list-links .item.plus {
  height: 30px;
  width: 30px;
  position: relative;
}
.list-links .item.hidden {
  display: none;
}
.list-links .item:hover {
  border-color: var(--c-accent);
}
.list-links .item span {
  font-size: 13px;
  line-height: 28px;
  color: var(--c-black);
}
.list-links .item:hover span {
  color: var(--c-accent);
}
.list-links .item i {
  font-size: 14px;
  margin: 0 10px 0 0;
  color: var(--c-gray-mid);
}
.list-links .item:hover i {
  color: var(--c-accent);
}

@media screen and (max-width: 640px) {
  .list-links {
    margin: 0 0 -7px -7px;
  }
  .list-links .item {
    padding: 0 7px;
    margin: 0 0 7px 7px;
  }
}

.deleted-video {
  margin: 20px 0;
}
.deleted-video .del-title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 15px;
  font-weight: bold;
}
.deleted-video .message {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
}
.deleted-video .return {
  color: var(--c-danger-3);
  font-size: 14px;
  font-weight: bold;
}
.deleted-video .return:hover {
  text-decoration: underline;
}

.mode-switcher {
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  display: block;
  position: relative;
  margin: 0;
  min-width: 42px;
}
.mode-switcher.visible {
  visibility: visible;
}
.mode-switcher input {
  display: none;
}
body.black .mode-switcher .state i {
  color: var(--c-black);
}
.mode-switcher .state {
  text-align: center;
  display: flex;
  align-items: center;
  background: var(--c-muted);
  border-radius: 20px;
  padding: 5px 5px;
  position: relative;
}
.mode-switcher .state:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--c-white);
  left: 5px;
  top: 5px;
  border-radius: 50%;
  transition:
    left 0.5s,
    background 0.5s;
}
body.black .mode-switcher .state:after {
  left: 23px;
  background: var(--c-white);
}
.mode-switcher .state i {
  color: var(--c-white);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  transition: opacity 0.5s;
}
.mode-switcher .state .icon-sun {
  opacity: 0;
}
.mode-switcher .state .icon-moon {
  margin: 0 0 0 4px;
}
body.black .mode-switcher .state .icon-sun {
  opacity: 1;
  color: var(--c-white);
}
body.black .mode-switcher .state .icon-moon {
  opacity: 0;
}
.mode-switcher.mobile .state {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 24px;
}

.mode-switcher.desktop {
  display: flex;
  align-items: center;
}
.mode-switcher.desktop .text {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.mode-switcher.desktop .text .text-night {
  display: none;
}
.text-day {
  color: var(--c-white);
}
body.black .mode-switcher.desktop .text .text-day {
  display: none;
}
body.black .mode-switcher.desktop .text .text-night {
  display: block;
  color: var(--c-white);
}

.btn-mobile-filter {
  display: none;

  border: 2px solid var(--c-border-3);
  color: var(--c-gray-mid-3);
  font-size: 16px;
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: var(--c-transparent);
}
.btn-mobile-filter:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: content-box;
  top: -8px;
  left: -8px;
}
.btn-mobile-filter i {
  display: block;
}
.btn-mobile-filter.active {
  background: var(--c-gray-dark-3);
  border-color: var(--c-gray-dark-3);
  color: var(--c-white);
}

.mobile-filters {
  display: none;
  border-top: 2px solid var(--c-border);
  margin: -5px -5px 0 -5px;
  padding: 5px 0;
  box-shadow: 0px 4px 10px var(--c-overlay-20);
}

.block-holder {
  margin: 0 20px 10px 20px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid var(--c-border-light-3);
}
.block-holder:last-child {
  border-bottom: none;
  margin: 0 20px;
  padding: 0;
}

.block-title {
  font-size: 13px;
  line-height: 20px;
  color: var(--c-black);
  margin: 0 0 5px 0;
}
.item-filter {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  border: 2px solid transparent;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 20px;
  color: var(--c-gray-dark-3);
  border-radius: 3px;
  margin: 1px 0;
}
.item-filter.active {
  border-color: var(--c-text);
}
.item-filter i {
  color: var(--c-muted);
  font-size: 16px;
  margin: 0 8px 0 0;
}
.sorts {
  font-size: 0;
  margin: 0 0 0 -2%;
}
.sorts .item-filter {
  width: 48%;
  margin: 1px 0 1px 2%;
}

.sorts.genders .item-filter {
  width: 31.333%;
}
.sorts.genders .item-filter i.icon-gender-male {
  font-size: 15px;
}
.sorts.genders .item-filter.disabled {
  color: var(--c-muted-14);
  pointer-events: none;
}

.sorts.time-period {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.sorts.time-period .item-filter {
  width: auto;
  margin: 1px 0;
}

.filter-alphabet {
  font-size: 0;
}
.filter-alphabet .item-filter {
  width: 11.111%;
  padding: 3px 0;
  justify-content: center;
}
.filter-alphabet .item-filter.disabled {
  color: var(--c-muted-14);
  pointer-events: none;
}

.mobile-filters .categories-aside-list {
  margin-top: 10px;
  max-height: 150px;
  overflow: auto;
}

@media screen and (max-width: 1000px) {
  .btn-mobile-filter {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .mobile-filters {
    display: none !important;
  }
}

.block-text p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 18px;
}
.block-text a {
  color: var(--c-accent);
}
.block-text a:hover {
  text-decoration: underline;
}
.block-text h1,
.block-text h2,
.block-text h3 {
  margin: 15px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.block-text ul {
  margin: 0 0 10px 25px;
  font-size: 14px;
  line-height: 18px;
  list-style: initial;
}
.block-text ul li {
  margin: 0 0 10px 0;
}
.list-info {
  padding: 0 0 0 50px;
}
.list-info .gap {
  padding: 0 0 0 50px;
}

@media screen and (max-width: 640px) {
  .list-info {
    padding: 0 0 0 15px;
  }
  .list-info .gap {
    padding: 0 0 0 15px;
  }
}

.img-holder {
  position: relative;
}
.img-holder.desk {
  padding-bottom: 27.08%;
}
.img-holder.mob {
  padding-bottom: 26.25%;
}
.img-holder .big-img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.row-info {
  display: flex;
  align-items: center;
}
.item-img {
  display: block;
  margin: -160px 25px 0 16px;
  position: relative;
  max-width: 284px;
  width: 100%;
}

@media screen and (max-width: 570px) {
  .item-img {
    margin: -60px 17px 0 5px;
    min-width: 120px;
  }
}

.item-img .holder {
  padding-bottom: 56.33%;
  position: relative;
}
.item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-img .btn {
  margin: 0;
  padding: 16px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-info {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  border-bottom: 2px solid var(--c-bg-gray-2);
  height: 50px;
}

@media screen and (max-width: 480px) {
  .cs-info {
    height: auto;
    padding: 5px 0;
  }
  .cs-info .item-action {
    flex-direction: column;
  }
  .cs-info .item-action i {
    margin: 0 0 4px 0;
  }
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 99999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.mobile-device .ui-autocomplete {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
body.mobile-device.autocomplete-results {
  cursor: pointer;
}

body.mobile-device.autocomplete-results .mobile-nav {
  display: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 7px 20px;
  cursor: pointer;
  min-height: 0;
  font-size: 14px;
  line-height: 25px;
  color: var(--c-black);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ui-menu .ui-menu-group {
  margin: 6px 20px;
  font-size: 14px;
  line-height: 18px;
  color: var(--c-black);
  position: relative;
  overflow: hidden;
}
.ui-menu .ui-menu-group:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--c-border-light-3);
  margin: auto 0 auto 14px;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-widget {
  font-family: var(--font-family);
  font-size: 1.3em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: var(--font-family);
  font-size: 1em;
}

.ui-widget-content {
  background: var(--c-white);
  color: var(--c-text-2);
  max-width: 700px;
  box-shadow: 0px 4px 34px var(--c-shadow);
  border-radius: 0px 0px 5px 5px;
  padding: 5px 0 10px 0;
  border: 2px solid var(--c-border);
  border-top: none;
}
body.autocomplete-results .ui-widget-content {
  display: block !important;
}
body.mobile-device .ui-widget-content {
  max-width: 100%;
  border: none;
  border-radius: 0;
}

.ui-widget-content a {
  color: var(--c-border);
}

.ui-widget-header {
  border: 2px solid var(--c-purple-dark-2);
  background: var(--c-purple-dark-2);
  color: var(--c-bg-light-3);
  font-weight: bold;
}

.ui-widget-header a {
  color: var(--c-bg-light-3);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 2px solid var(--c-text-3);
  background: var(--c-purple-dark-2);
  font-weight: normal;
  color: var(--c-white);
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: var(--c-white);
  text-decoration: none;
}

.no-touch .ui-state-hover,
.no-touch .ui-widget-content .ui-state-hover,
.no-touch .ui-widget-header .ui-state-hover,
.no-touch .ui-state-focus,
.no-touch .ui-widget-content .ui-state-focus,
.no-touch .ui-widget-header .ui-state-focus,
.serach-info-autocomplete .link:hover {
  font-weight: normal;
  background-color: var(--c-bg-light-3);
}

.no-touch .ui-state-hover a,
.no-touch .ui-state-hover a:hover,
.no-touch .ui-state-hover a:link,
.no-touch .ui-state-hover a:visited,
.no-touch .ui-state-focus a,
.no-touch .ui-state-focus a:hover,
.no-touch .ui-state-focus a:link,
.no-touch .ui-state-focus a:visited {
  color: var(--c-white);
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 2px solid var(--c-purple-2);
  background: var(--c-purple-2);
  font-weight: normal;
  color: var(--c-white);
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: var(--c-white);
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 2px solid var(--c-purple-dark-2);
  background: var(--c-purple-2);
  color: var(--c-white);
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: var(--c-white);
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 2px solid var(--c-danger-5);
  background: var(--c-danger-6);
  color: var(--c-white);
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: var(--c-white);
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: var(--c-white);
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-widget-overlay {
  background: var(--c-black);
  opacity: 0.8;
  filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: var(--c-black);
  opacity: 0.1;
  filter: Alpha(Opacity=10);
  border-radius: 4px;
}

.ui-menu .ui-menu-item.model {
  padding-left: 64px;
}

.ui-menu .ui-menu-item .avatar {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
}
.ui-menu .ui-menu-item .avatar img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 32px;
  height: auto;
}
.ui-menu .ui-menu-item.female .avatar img {
  width: 50px;
}
.ui-menu .ui-menu-item.no-avatar .avatar img {
  width: 100%;
}

.ui-menu .ui-menu-item .icon-content {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
  color: var(--c-muted);
}
.ui-menu .ui-menu-item .total-videos {
  background: var(--c-gray-mid);
  opacity: 0.7;
  border-radius: 3px;
  color: var(--c-white);
  font-size: 10px;
  line-height: 14px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
}
.ui-menu .ui-menu-item .total-videos + .icon-content.icon-albums {
  margin: 0 0 0 5px;
}

.ui-menu .ui-menu-item .icon {
  margin: 0 12px 2px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: var(--c-muted);
}

.ui-menu .ui-menu-item .icon-search-btn {
  font-size: 15px;
}

.ui-menu .ui-menu-item .icon-female {
  font-size: 18px;
}

.ui-menu .ui-menu-item .icon-cam {
  font-size: 13px;
}

.btn-delete {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  z-index: 111;
  background: var(--c-gray-mid-alpha-80);
  color: var(--c-white);
  padding: 3px;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.th:hover .btn-delete {
  opacity: 1;
}
body.mobile-device .btn-delete {
  opacity: 1;
}

.playlist-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
.playlist-head .item-action {
  padding: 5px 0;
}
.playlist-head .item-action .text {
  font-size: 14px;
}

.playlist-head .item-action.done i {
  color: var(--c-accent);
}
.playlist-title {
  font-size: 20px;
  line-height: 26px;
  color: var(--c-black);
  display: flex;
  align-items: center;
  margin: 4px 8px 4px 0;
  white-space: nowrap;
  overflow: hidden;
}
.playlist-title i {
  font-size: 26px;
  color: var(--c-muted);
  margin: 0 8px 0 0;
}
.playlist-title span,
.playlist-title .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 760px) {
  .playlist-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .playlist-head {
    margin: 0 0 5px 0;
  }
  .playlist-head .item-action .text {
    font-size: 13px;
    margin: 0 0 2px 0;
  }
  .playlist-head .item-action i {
    font-size: 20px;
    margin: 0 4px 0 0;
  }
  .playlist-title {
    font-size: 16px;
    line-height: 20px;
  }
  .playlist-title i {
    font-size: 20px;
    margin: 0 4px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .playlist-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.playlist-slider {
  margin: 0 0 15px;
  position: relative;
}
.playlist-slider .item-thumb {
  display: block;
}
.playlist-slider .item-thumb.active .th-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid var(--c-accent);
  z-index: 1;
}
.playlist-slider .item-thumb .icon-videos {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 44px;
  margin: auto;
  z-index: 1;
  color: var(--c-white);
  opacity: 0.4;
}
.playlist-slider .item-thumb:hover .icon-videos {
  opacity: 0.8;
}

.playlist-slider .btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  background: var(--c-accent-alpha-40);
  z-index: 1;
  cursor: pointer;
}
.playlist-slider .btn-arrow.swiper-button-disabled {
  background: var(--c-white-alpha-60);
}
.playlist-slider .btn-arrow-prev {
  left: 0;
}
.playlist-slider .btn-arrow-next {
  right: 0;
}
.playlist-slider .btn-arrow i {
  color: var(--c-white);
  font-size: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 760px) {
  .playlist-slider {
    margin: 0 0 10px;
  }
}

.playlist-previews {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
}
.playlist-previews img {
  position: static;
  width: 80px;
  height: 60px;
  z-index: 1;
  border: 2px solid var(--c-border);
  margin: 1px 0;
}
@media screen and (max-width: 640px) {
  .playlist-previews {
    right: 2px;
  }
  .playlist-previews img {
    width: 56px;
    height: 42px;
  }
}

.models-sort {
  border-bottom: 2px solid var(--c-border-light-3);
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.models-sort .btn-sort {
  border: 2px solid var(--c-border);
  width: 100%;
  border-radius: 5px;
  padding: 7px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--c-gray-dark-3);
}
.models-sort .btn-sort i {
  margin: 0 0 0 auto;
}
.models-sort .text {
  display: flex;
  align-items: center;
  width: 100%;
}

.models-sort .dropdown-container {
  width: 100%;
}

.models-sort .holder-ico {
  margin: 0 5px 0 0;
  width: 25px;
  text-align: center;
}
.models-sort .holder-ico i {
  font-size: 18px;
  color: var(--c-text-3);
  margin: 0;
  display: block;
}
.models-sort .holder-ico i.icon-gender-male {
  font-size: 16px;
}

.aside-sorts {
  margin: 0 0 20px;
}
.aside-sorts .link {
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  white-space: nowrap;
  color: var(--c-black);
}
.aside-sorts .link .ico-holder {
  width: 25px;
  text-align: center;
  margin: 0 8px 0 0;
  line-height: 1;
  flex-shrink: 0;
}
.aside-sorts .link i {
  font-size: 20px;
}

.aside-sorts .link:hover,
.aside-sorts .link.active {
  background: var(--c-bg-light-3);
}
.aside-sorts .link:hover i,
.aside-sorts .link.active i {
  color: var(--c-accent);
}

.report-block {
  border-bottom: 2px solid var(--c-bg-gray-2);
  padding: 0 0 10px 0;
}
.block-flagging {
  max-width: 600px;
  text-align: left;
  margin: 0 auto;
}
.block-flagging .field-label {
  margin: 0 0 10px;
  font-size: 13px;
}
.block-flagging .radio-holder {
  margin: 0 0 5px;
}
.block-flagging .radio-holder:last-child {
  margin: 0;
}
.block-flagging .radio-holder input + .label-text {
  font-size: 13px;
}
.block-flagging .colums {
  display: flex;
}
.block-flagging .block-radios {
  margin: 0 25px 0 0;
  flex-shrink: 0;
}
.block-flagging .block-textarea {
  flex-grow: 1;
}
.block-flagging .buttons {
  margin: 10px 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.block-flagging .btn-action {
  width: auto;
  padding: 10px 30px;
}
.block-flagging .btn-close {
  margin: 0 10px 3px 0;
  background: none;
  border: none;
  color: var(--c-muted-7);
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}
.block-flagging .btn-close:hover {
  text-decoration: none;
}
.block-flagging .input-textarea {
  font-size: 16px;
  height: 120px;
}
.block-flagging a {
  color: var(--c-accent);
}

form.report-dmca .all-flags {
  display: none;
}
form.report-dmca .dmca-flag {
  display: block;
}
form.report-dmca .btn-action {
  display: none;
}

@media screen and (max-width: 760px) {
  .report-block {
    border-top: 2px solid var(--c-bg-gray-2);
    padding: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .block-flagging .block-radios {
    margin: 0 0 10px 0;
  }
  .block-flagging .colums {
    flex-direction: column;
  }
  .block-flagging .input-textarea {
    height: 60px;
  }
}

.field-label {
  display: block;
  color: var(--c-text);
  margin: 0 0 5px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
}

body.black .field-label {
  color: var(--c-white);
}

.field-label.field-label:after {
  content: ":";
}
.field-label.field-label.required:after {
  content: " (*):";
}

.file {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.file[disabled] {
  cursor: default;
}

.file-control {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.file-control .input-text {
  padding-left: 20px;
}
.file-control .button {
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 18px;
  color: var(--c-text);
  background-color: var(--c-border-4);
}
.file-control .button.disabled {
  color: var(--c-muted-15);
  background: var(--c-bg-light);
}

.list-selector-popup {
  position: absolute;
  width: 100%;
  height: 180px;
  left: 0;
  bottom: 44px;
  border-radius: 5px;
  box-shadow: -1px 1px 5px var(--c-shadow-2);
  z-index: 10000;
  background-color: var(--c-bg-light-4);
  border: 2px solid var(--c-border);
  overflow: hidden;
}
.list-selector-popup .button-group {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 40px;
  right: 8px;
  font-size: 0;
}
.list-selector-popup .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  border-top: 2px solid var(--c-border);
}
.list-selector-popup .filter input {
  width: 100%;
  height: 100%;
  padding: 12px 10px;
  border: none;
  background-color: var(--c-white);
  color: var(--c-text);
  font-weight: 400;
  line-height: 14px;
}

.progressbar {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--c-muted);
  border-radius: 5px;
  background: var(--c-border);
  overflow: hidden;
}
.progressbar .text {
  position: absolute;
  width: 100%;
  top: 0;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  color: var(--c-white);
}
.progressbar .progress {
  width: 0;
  height: 42px;
  background: var(--c-muted);
}
.progressbar.done {
  border-color: var(--c-success-3);
}
.progressbar.done .progress {
  background: var(--c-success-3);
}

.success-upload {
  color: var(--c-black);
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  line-height: 20px;
  min-width: 250px;
}

body.black .success-upload {
  color: var(--c-white);
}

.form-upload {
  position: relative;
}
.form-upload.uploading {
  height: 60px;
  cursor: wait;
}
.form-upload.uploading * {
  opacity: 0;
  visibility: hidden;
}
.form-upload.uploading .progressbar,
.form-upload.uploading .progressbar * {
  opacity: 1;
  visibility: visible;
}
.form-upload.uploading-finished {
  cursor: default;
}
.form-upload .btn-action {
  width: auto;
}
.form-upload .generic-error {
  text-align: center;
  padding: 10px;
  color: var(--c-danger-4);
  border: 2px solid var(--c-danger-4);
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 0 10px;
}

.select-holder {
  position: relative;
}
.select-holder:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 8px;
  height: 8px;
  border: solid var(--c-muted-4);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
}
.select-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  padding: 0px 30px 0 15px;
  height: 40px;
  border: 2px solid var(--c-border);
  background: var(--c-white);
  border-radius: 5px;
  font-size: 14px;
  color: var(--c-text-3);
  width: 100%;
}
.select-holder select::-ms-expand {
  display: none; 
}
.row-radio {
  display: flex;
  align-items: center;
}
.row-radio .field-label {
  margin: 0;
}
.row-radio input {
  margin: 0 5px 0 0;
}

.is-splash.kt-player .fp-ui:before,
.is-poster.kt-player .fp-ui:before,
.is-paused.kt-player .fp-ui:before {
  content: "";
  background: var(--c-overlay-40) !important;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 5px solid var(--c-white);
  width: 110px;
  height: 110px;
  box-shadow: 0 0 0 5px var(--c-overlay-40);
  opacity: 0.6;
}
.is-splash.kt-player .fp-ui:after,
.is-poster.kt-player .fp-ui:after,
.is-paused.kt-player .fp-ui:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid var(--c-white);
  margin: 0 0 0 5px;
  opacity: 0.6;
}
.is-mouseover.is-splash.kt-player .fp-ui:after,
.is-mouseover.is-poster.kt-player .fp-ui:after,
.is-mouseover.is-paused.kt-player .fp-ui:after {
  opacity: 1;
}
@media screen and (max-width: 400px) {
  .is-splash.kt-player .fp-ui:before,
  .is-poster.kt-player .fp-ui:before,
  .is-paused.kt-player .fp-ui:before {
    border: 3px solid var(--c-white);
    width: 66px;
    height: 66px;
    box-shadow: 0 0 0 3px var(--c-overlay-40);
  }
  .is-splash.kt-player .fp-ui:after,
  .is-poster.kt-player .fp-ui:after,
  .is-paused.kt-player .fp-ui:after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid var(--c-white);
    margin: 0 0 0 3px;
  }
}
.is-playing.kt-player .fp-ui:before,
.is-ad-visible.kt-player .fp-ui:before,
.is-seeking.kt-player .fp-ui:before,
.is-error.kt-player .fp-ui:before,
.is-waiting.kt-player .fp-ui:before,
.is-loading.kt-player .fp-ui:before,
.is-playing.kt-player .fp-ui:after,
.is-ad-visible.kt-player .fp-ui:after,
.is-seeking.kt-player .fp-ui:after,
.is-error.kt-player .fp-ui:after,
.is-waiting.kt-player .fp-ui:after,
.is-loading.kt-player .fp-ui:after {
  display: none;
}

#preview-image {
  z-index: 12;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--c-black);
}
#preview-image img {
  height: 100%;
  position: relative;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.player-top-line {
  display: none;
  top: 10px;
  font-family: var(--font-family);
  position: absolute;
  left: 0;
  margin: auto;
  background: transparent;
  text-align: center;
  border-radius: 0 0 2px 0;
  font-size: 15px;
  line-height: 18px;
  color: var(--c-white);
  padding: 5px 10px;
  z-index: 180;
}
.player-top-line.shown {
  display: block;
}

.top-marketing {
  background: red;
  padding: 4px;
  border-radius: 5px;
}

.player-top-line a {
  color: var(--c-accent-light);
  text-decoration: underline;
  font-weight: bold;
}
.mobile-device .player-top-line {
  font-size: 14px;
  padding: 4px 8px;
}
.no-touch .player-top-line a:hover {
  text-decoration: none;
}

.fp-poster img {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 100% !important;
  width: auto !important;
}

.player-loader {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.8;
}
.player-loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  margin: 5px;
  border: 5px solid var(--c-white);
  animation: prixClipFix 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media screen and (max-width: 400px) {
  .player-loader {
    width: 72px;
    height: 72px;
  }
  .player-loader::before {
    margin: 3px;
    border: 3px solid var(--c-white);
  }
}

.description.thumbs-description {
  margin: -10px 0 0 0;
}
.mobile-description.thumbs-description {
  margin: -8px 0 0 0;
  max-height: 60px;
}

.th-no-cs {
  background: var(--c-border-light-2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.th-no-cs .no-cs-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--c-white);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  white-space: nowrap;
}

.sp-player {
  display: none;

  width: 300px;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sp-player.visible {
  display: block;
}
.sp-player-content {
  position: relative;
}
.sp-player-spot {
  width: 300px;
  height: 250px;
  overflow: hidden;
  background: var(--c-muted);
}

.sp-player-mobile .sp-player-spot {
  height: 100px;
}

.sp-player-title {
  background: var(--c-bg-light-3);
  width: 100px;
  padding: 4px 2px;
  font-size: 9px;
  line-height: 10px;
  color: var(--c-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  transform: rotate(270deg);
  transform-origin: 0% 0%;
  margin: 0 0 0 -18px;
  left: 0;
}

.sp-player-mobile .sp-player-title {
  top: 50%;
  bottom: auto;
  transform: rotate(270deg) translateX(-50%);
}

.sp-player-close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  outline: none;
  border-radius: 50%;
  background-color: var(--c-accent-4);
  color: var(--c-border-light-7);
  border: none;
}
.sp-player-close:after,
.sp-player-close:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 18px;
  background: var(--c-white);
}
.sp-player-close:after {
 -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sp-player-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .sp-player-close:hover {
    background-color: var(--c-danger-2);
  }
}

.sp-player-mobile .sp-player-close {
  right: -12px;
  top: -12px;
  height: 24px;
  width: 24px;
}
.sp-player-mobile .sp-player-close:after,
.sp-player-mobile .sp-player-close:before {
  width: 2px;
  height: 14px;
}

.sp-player-continue {
  background-color: var(--c-accent-4);
  color: var(--c-white);
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 16px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
}

.sp-player-mobile .sp-player-continue {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 12px;
  margin: 5px 0 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .sp-player-continue:hover {
    background-color: var(--c-danger-2);
  }
}

.sp-player-continue .icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
  margin-right: 6px;
  font-size: 20px;
}

/*----------------DARK THEME----------------*/
body.black {
  background: var(--c-text-dark);
  color: var(--c-border-muted-3);
}
body.black a {
  color: var(--c-white);
}
body.black .header {
  background: var(--c-text-dark);
}
body.black .nav-aside {
  background: var(--c-text-dark);
}
body.black .aside-menu .dropdown-container {
  background: var(--c-text-dark);
  border: none;
}

body.black .search-input {
  border-color: var(--c-gray-dark-2);
  background: var(--c-text-dark-2);
  color: var(--c-white);
}
body.black .search-input[disabled] {
  -webkit-text-fill-color: var(--c-white);
}
body.black .search-switcher .dropdown-container {
  border-color: var(--c-gray-dark-2);
}
body.black .btn-clear-value {
  color: var(--c-muted);
}

body.black .reg-buttons .btn-reg {
  border-color: var(--c-muted);
  color: var(--c-muted-14);
}
body.black .reg-buttons .btn-reg:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}

body.black .user-menu .user .welcome {
  color: var(--c-muted-13);
}
body.black .user-menu .user .name {
  color: var(--c-white);
}

body.black .dropdown-container {
  background: var(--c-text-dark-8);
  border-color: var(--c-gray-dark-2);
  border-top: 2px solid var(--c-gray-dark-2);
  box-shadow: none;
}
body.black .dropdown-container .link {
  color: var(--c-white);
}
body.black .dropdown-container .link:hover {
  background: var(--c-text-dark-3);
}
body.black .dropdown-container .link.active {
  background: var(--c-black);
}
body.black .dropdown-container .link i {
  color: var(--c-muted-13);
}
body.black .dropdown-container .link:hover i,
body.black .dropdown-container .link.active i {
  color: var(--c-accent);
}
body.black .dropdown-container .link .number {
  background: var(--c-gray-dark-4);
}

body.black .menu-right .dropdown-container .link {
  color: var(--c-muted);
}
body.black .menu-right .dropdown-container .link:hover {
  color: var(--c-white);
}

body.black .nav {
  background: var(--c-accent);
}
body.black .menu-main > li > a {
  color: var(--c-white);
}

body.black .title .head,
body.black .title h1,
body.black .title h2,
body.black .title h3 {
  color: var(--c-white);
}

body.black .th-row-title {
  color: var(--c-white);
}
body.black .th-date {
  color: var(--c-muted-5);
}
body.black .th-rating .text {
  color: var(--c-muted-16);
}
body.black .th-title {
  color: var(--c-white);
}
body.black .th-items span {
  background: var(--c-text-dark-11);
  color: var(--c-muted);
}

body.black .aside-sorts .link {
  color: var(--c-white);
}
body.black .aside-sorts .link:hover,
body.black .aside-sorts .link.active {
  background: var(--c-text-dark-5);
  color: var(--c-accent);
}

body.black .categories-aside {
  border-color: var(--c-gray-dark-2);
}
body.black .categories-aside-list a {
  color: var(--c-white);
}
body.black .categories-aside-list a:hover,
body.black .categories-aside-list a.active {
  background: var(--c-text-dark-5);
  color: var(--c-accent);
}
body.black .categories-aside-list a:hover .number {
  color: var(--c-white);
}

body.black .input-text {
  border-color: var(--c-gray-dark-2);
  background: var(--c-text-dark-2);
  color: var(--c-white);
}
body.black .input-textarea {
  border-color: var(--c-gray-dark-2);
  background: var(--c-text-dark-2);
  color: var(--c-white);
}
body.black .custom-select {
  border-color: var(--c-gray-dark-2);
  background: var(--c-text-dark-2);
  color: var(--c-white);
}
body.black .select-holder:after {
  border-color: var(--c-white);
}

body.black .pagination .page-link {
  background: var(--c-text-dark-2);
  border-color: var(--c-muted-6);
  color: var(--c-border-muted-3);
}
body.black .pagination .page-current .page-link {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: var(--c-white);
}
body.black .pagination .scrollable .page:first-child,
body.black .pagination .scrollable .page:last-child {
  background: var(--c-text-dark);
}
body.black .pagination .left-sticky {
  box-shadow: 8px 0px 8px 2px var(--c-text-dark);
}
body.black .pagination .right-sticky {
  box-shadow: -8px 0px 8px 2px var(--c-text-dark);
}
body.black .pagination .dots {
  color: var(--c-border-muted-3);
}
@media (min-width: 961px) {
  body.black .pagination .page-link:hover {
    background: var(--c-text-dark-4);
  }
}

body.black .link-all {
  border-color: var(--c-muted-6);
}
body.black .link-all:hover {
  background: var(--c-text-dark-4);
}

body.black .list-links .item {
  background: var(--c-text-dark-10);
  border-color: var(--c-gray-dark);
}
body.black .list-links .item span {
  color: var(--c-white);
}
body.black .list-links .item i {
  color: var(--c-muted);
}
body.black .list-links .item:hover {
  border-color: var(--c-accent);
}
body.black .list-links .item:hover span {
  color: var(--c-accent);
}
body.black .list-links .item:hover i {
  color: var(--c-accent);
}

body.black .seo-text {
  color: var(--c-white);
}

body.black .desktop-title-centered {
  color: var(--c-white);
}

body.black .spots-horizontal-title {
  color: var(--c-muted-14);
}

body.black .footer {
  background: var(--c-text);
}

body.black .footer-nav {
  border-color: var(--c-gray-dark-2);
}
body.black .footer-nav a {
  color: var(--c-muted-14);
}
body.black .footer-nav a:hover {
  color: var(--c-accent);
}
body.black .footer .copyright {
  color: var(--c-muted-14);
}

body.black .dropdown-full .see-all .th-image {
  border-color: var(--c-gray-dark);
}
body.black .dropdown-full .see-all:hover .th-image {
  border-color: var(--c-accent);
}
body.black .dropdown-full .see-all .see-text .text {
  color: var(--c-white);
}
body.black .dropdown-full .see-all .see-text i {
  color: var(--c-muted);
}
body.black .dropdown-full .see-all:hover .see-text i {
  color: var(--c-accent);
}

body.black .list-sites .site-logo {
  background: var(--c-black);
}
body.black .list-sites .site-text .name {
  color: var(--c-white);
}
body.black .list-sites .item-site:hover {
  background: var(--c-text-dark-5);
}

body.black .ui-widget-content {
  background: var(--c-text-dark-2);
  border-color: var(--c-gray-dark-2);
}
body.black .ui-menu .ui-menu-item {
  color: var(--c-white);
}
body.black .ui-menu .ui-menu-group {
  color: var(--c-white);
}
body.black .ui-menu .ui-menu-group:after {
  background: var(--c-gray-dark-2);
}
body.black .ui-menu .ui-menu-item .total-videos {
  background: var(--c-text-dark-6);
}
body.no-touch.black .ui-state-hover,
body.no-touch.black .ui-widget-content .ui-state-hover,
body.no-touch.black .ui-widget-header .ui-state-hover,
body.no-touch.black .ui-state-focus,
body.no-touch.black .ui-widget-content .ui-state-focus,
body.no-touch.black .ui-widget-header .ui-state-focus,
body.no-touch.black .serach-info-autocomplete .link:hover {
  background-color: var(--c-text-dark-5);
}

body.black .mobile-nav {
  background: var(--c-accent);
}
body.black .nav-toggle,
body.black .search-toggle {
  color: var(--c-white);
}
body.black .user-menu-holder {
  background: var(--c-text-dark-7);
}
body.black .mobile-reg-buttons .btn-reg {
  background: var(--c-border-light-6);
}
body.black .mobile-reg-buttons .btn-signup {
  background: var(--c-accent);
}
body.black .aside-menu .nav-link {
  color: var(--c-white);
}
body.black .aside-menu li.border {
  border-color: var(--c-gray-dark-2);
}
body.black .nav-aside .user-menu .dropdown-container {
  background: var(--c-text-dark-7);
  border-color: var(--c-gray-dark-5);
}
body.black .list-links .item.plus:after,
body.black .list-links .item.plus:before {
  background: var(--c-white);
}

body.black .head-row {
  color: var(--c-white);
}

body.black .item-action i {
  color: var(--c-white);
}
body.black .item-action .text {
  color: var(--c-muted);
}
body.black a.item-action:hover i,
body.black a.item-action.active i {
  color: var(--c-accent);
}
body.black a.item-action:hover .text,
body.black a.item-action.active .text {
  color: var(--c-accent);
}

body.black .view-info {
  border-color: var(--c-gray-dark-2);
}

body.black .item-detail .text {
  color: var(--c-muted);
}
body.black a.item-detail .text {
  color: var(--c-white);
}
body.black a.item-detail:hover .text {
  color: var(--c-accent);
}

body.black .item-link {
  background: var(--c-text-dark-4);
  border-color: var(--c-gray-dark);
}
body.black .item-link span {
  color: var(--c-white);
}
body.black .item-link.colored i,
body.black .item-link.colored span {
  color: var(--c-accent);
}
body.black .item-link:hover {
  background: var(--c-text-dark-2);
}
body.black .btn-open-full {
  background: var(--c-text-dark-2);
  border-color: var(--c-gray-dark);
}
body.black .btn-open-full:before,
body.black .btn-open-full:after {
  background: var(--c-white);
}

body.black .view-actions {
  border-color: var(--c-gray-dark-2);
}

body.black .description {
  color: var(--c-white);
}
body.black .mobile-description {
  color: var(--c-white);
}
body.black .mobile-description .btn-read-more {
  background: var(--c-text-dark);
  color: var(--c-muted);
}

body.black .comments-holder .toggle-button {
  background: var(--c-text-dark-4);
  border-color: var(--c-gray-dark);
}
body.black .comments-holder .toggle-button span {
  color: var(--c-white);
}
body.black .comments-holder .toggle-button:hover {
  background: var(--c-text-dark-2);
}

body.black .item-comment .text {
  color: var(--c-white);
}
body.black .item-comment .user {
  color: var(--c-accent);
}
body.black .item-comment span.user {
  color: var(--c-muted);
}
body.black .item-comment .date {
  color: var(--c-muted-6);
}
body.black .block-new-comment .textarea {
  background: var(--c-text-dark-2);
  border-color: var(--c-gray-dark-2);
  color: var(--c-white);
}
body.black .block-new-comment .btn-cancel {
  color: var(--c-muted-10);
}

body.black .tabs-related-desktop li.active .btn-related {
  color: var(--c-white);
}
body.black .tabs-related-desktop .btn-related:hover {
  color: var(--c-white);
}
body.black .tabs-related-mobile {
  border-color: var(--c-gray-dark);
}
body.black .tabs-related-mobile li.active .btn-related {
  background: var(--c-text-dark-4);
  color: var(--c-white);
}
body.black .tabs-related-mobile li + li {
  border-color: var(--c-gray-dark);
}

body.black .alphabet {
  border-color: var(--c-gray-dark-2);
}
body.black .alphabet .item {
  color: var(--c-muted-10);
}
body.black .alphabet .item:hover,
.alphabet .item.active {
  border-color: var(--c-muted-10);
}

body.black .models-sort {
  border-color: var(--c-gray-dark-2);
}
body.black .models-sort .btn-sort {
  border-color: var(--c-gray-dark-2);
  color: var(--c-muted-10);
}
body.black .models-sort .holder-ico i {
  color: var(--c-muted-10);
}

body.black .btn-mobile-filter {
  border-color: var(--c-muted-5);
  color: var(--c-muted-16);
}
body.black .btn-mobile-filter.active {
  background: var(--c-muted-16);
  border-color: var(--c-muted-16);
  color: var(--c-text-dark-2);
}
body.black .mobile-filters {
  border-color: var(--c-gray-dark-2);
}
body.black .block-holder {
  border-color: var(--c-gray-dark-2);
}
body.black .block-title {
  color: var(--c-white);
}
body.black .item-filter {
  color: var(--c-white);
}
body.black .item-filter.active {
  border-color: var(--c-muted-16);
}
body.black .filter-alphabet .item-filter {
  color: var(--c-muted-10);
}
body.black .filter-alphabet .item-filter.active {
  color: var(--c-white);
}

body.black .spots-title {
  color: var(--c-muted-5);
}

body.black .model-title h1 {
  color: var(--c-white);
}
body.black .model-about .label {
  color: var(--c-muted);
}
body.black .model-about .text {
  color: var(--c-white);
}

body.black .fancybox-overlay {
  background: var(--c-overlay-80);
}
body.black .fancybox-skin {
  background: var(--c-text-dark-2);
  border-color: var(--c-gray-dark-2);
}
body.black .modal-title {
  color: var(--c-white);
}
body.black .modal-forgot {
  color: var(--c-muted-16);
}
body.black .btn-action.gray {
  background: var(--c-text-dark-4);
  border-color: var(--c-gray-dark-2);
  color: var(--c-muted-16);
}

body.black #share42 a:before {
  color: var(--c-white);
}

body.black .no-avatar {
  opacity: 0.5;
}

body.black .playlist-title {
  color: var(--c-white);
}
body.black .playlist-title i {
  color: var(--c-white);
}
body.black .radio-holder input + .label-text {
  color: var(--c-white);
}
body.black .empty-content {
  background: var(--c-text-dark-9);
  border-color: var(--c-text-dark-9);
}

body.black .cs-info {
  border-color: var(--c-gray-dark-2);
}

body.black .model-text .desc {
  color: var(--c-white);
}
body.black .btn-read-more {
  color: var(--c-muted);
}

body.black .a2a_default_style a:before {
  color: var(--c-white);
}

body.black .th-row-title .flag-country,
body.black .model-about .text .flag-country {
  border-color: var(--c-muted-8);
}

body.black .buttons-related-mobile .btn-sort {
  color: var(--c-white);
}
body.black .loading:after {
  background: var(--c-overlay-80-rgb);
}
body.black .buttons-related-desktop .btn-related.active {
  color: var(--c-white);
}
body.black .buttons-related-desktop .btn-related:hover {
  color: var(--c-white);
}

body.black .desktop-langs .nav-link {
  border: 2px solid var(--c-muted);
  color: var(--c-muted-14);
}
body.black .open.desktop-langs > .nav-link {
  border-color: var(--c-accent);
  color: var(--c-accent);
}
body.black .desktop-langs > .nav-link:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}
body.black .desktop-langs .dropdown-container .nav-link {
  border-top: none;
}
body.black .desktop-langs .dropdown-container .nav-link:hover {
  background: var(--c-text-dark-2);
}

.no-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 1.2;
}

.content-filters .no-thumb,
.model-avatar .no-thumb,
.block-row .no-thumb {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-filters .no-thumb:after,
.model-avatar .no-thumb:after,
.block-row .no-thumb:after {
  content: "";
  border: 2px solid var(--c-border-2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1;
}

.model-avatar .no-thumb:after {
  border-radius: 50%;
}

.block-row .th:hover .no-thumb:after {
  border-color: var(--c-accent);
}

.bottom-adv {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 1260px) {
  .bottom-adv .spot:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 970px) {
  .bottom-adv .spot:nth-child(4) {
    display: inline-block;
  }
}

@media screen and (max-width: 630px) {
  .bottom-adv {
    flex-direction: column;
    gap: 10px;
  }
}

.pagination .arrows-holder {
  display: none;
}

@media screen and (max-width: 640px) {
  .pagination .arrows-holder {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .pagination .page.next,
  .pagination .page.prev {
    display: none;
  }

  .pagination .arrows-holder .page.next,
  .pagination .arrows-holder .page.prev {
    display: inline-block;
  }
}

.sort {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.sort .dropdown {
  margin: 0 0 0 10px;
}

.captcha-control .image img {
  margin: 0 0 5px;
}

.captcha-control .image .input-text {
  max-width: 200px;
}

@media screen and (min-width: 993px) {
  .buttons-related-mobile {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .buttons-related-desktop {
    display: none;
  }
}

.serach-info-autocomplete {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 99999 !important;
  overflow: hidden;
  max-height: 9999px !important;
}

.serach-info-autocomplete .autocomplete-suggestion {
  display: block;
  width: 100%;
}

.serach-info-autocomplete .autocomplete-suggestion.suggestions,
.serach-info-autocomplete .autocomplete-suggestion.hidden {
  display: none;
}

.serach-info-autocomplete .link.hidden {
  display: none;
}

.serach-info-autocomplete .link strong {
  color: var(--c-accent);
}

.serach-info-autocomplete .link i {
  font-size: 17px;
  margin: 0 5px 0 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  color: var(--c-muted-5);
}

span.item-action.open_link .text,
span.item-action.open_link i {
  color: var(--c-accent);
}

.related_content .btn-related_videos,
.related_content .btn-related_album {
  display: none;
}

.related_content.show_related_video .btn-related_videos,
.related_content.show_related_album .btn-related_album {
  display: inline-block;
}

.fp-brand {
  background: var(--c-overlay-30);
  border: 2px solid var(--c-muted-9);
  padding: 0px 25px;
  border-radius: 30px;
  line-height: 20px !important;
  margin: 10px 10px 0 0 !important;
  position: relative;
}

.fp-brand:after {
  content: "";
  background: red;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  margin: 3px 0 0 5px;
  animation: myAnim 1s infinite alternate;
}

.fp-brand:before {
  box-sizing: border-box;
  content: "AD";
  font-size: 8px;
  line-height: 10px;
  background: var(--c-gray-rgb);
  padding: 3px 3px 2px 3px;
  border-radius: 50px;
  position: absolute;
  bottom: 3px;
  left: 5px;
}

@keyframes myAnim {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

section[data-v-6c41910a] {
  padding: 10px 0;
  border-bottom: 2px solid var(--c-bg-gray-2);
}

body.black section[data-v-6c41910a] {
  border-color: var(--c-gray-dark-2);
}

section > div[data-v-6c41910a] {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  position: relative;
}
.undp {
  position: relative;
  border: var(--c-white-alpha-40);
  background-color: var(--c-black);
  color: var(--c-white-alpha-short);
  display: grid;
  grid-template-columns: 195px 1fr;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
  overflow: hidden;
}

.unpd--mobile {
  display: none;
}

@media (max-width: 1060px) {
  .unpd--mobile {
    display: block;
    grid-column: 1 / -1;
    font-size: 12px;
    line-height: 12px;
    color: var(--c-accent);
    padding: 2px;
    display: flex;
    justify-content: center;
  }
  .black .undp__time-mobile {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: var(--c-white);
  }

  .white .undp__time-mobile {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: var(--c-black);
  }
}

.undp__left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.undp__karp-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  gap: 5px;
  text-transform: uppercase;
  margin-top: 2px;
}
.undp__time {
  color: var(--c-accent);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border: 2px solid var(--c-accent);
  padding: 3px 5px;
  border-radius: 4px;
}
.undp__karp-subtext {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 7px;
  margin-top: -2px;
  font-weight: 500;
}
.undp__karp-subtext b {
  display: inline-flex;
  margin: 0 5px;
  color: var(--c-white);
}
.undp__right {
  overflow: hidden;
  position: relative;
}
.undp__preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.undp__hd {
  z-index: 11;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}
.undp__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 20;
}
section[data-v-6c41910a] .label-sponsored {
  display: inline-block;
  font-size: 10px;
  padding: 2px 5px;
  background: var(--c-black);
  line-height: 1.2;
  color: var(--c-white);
  position: relative;
  top: -18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom-right-radius: 10px;
}

.white section[data-v-6c41910a] .label-sponsored {
  background: var(--c-white);
  color: var(--c-black);
}

.white .undp,
.dark section[data-v-6c41910a] .label-sponsored {
  background: var(--c-white);
  color: var(--c-black);
}

@media (max-width: 767px) {
  .block-row .row-info .item-img {
    display: none;
  }
}

.categories-aside .aside-block {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 2px solid var(--c-bg-gray-2);
}

.categories-aside .aside-block:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.aside-block .link {
  display: flex;
  font-size: 14px;
  line-height: 30px;
  color: var(--c-black);
  padding: 0 0 0 10px;
  border-radius: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.aside-block .link:hover,
.aside-block .link.active {
  background: var(--c-bg-light-3);
  color: var(--c-accent);
}

body.black .categories-aside .aside-block {
  border-color: var(--c-gray-dark-2);
}

body.black .aside-block .link {
  color: var(--c-white);
}

body.black .aside-block .link:hover,
body.black .aside-block .link.active {
  background: var(--c-text-dark-5);
  color: var(--c-accent);
}