@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.35s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

.header-nav-blog:before {
  background-image: url("../images/sprite.png");
  background-position: -34px 0px;
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-blog:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-email:before {
  background-image: url("../images/sprite.png");
  background-position: -45px -59px;
  background-repeat: no-repeat;
  width: 18px;
  height: 13px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-email:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-folder:before {
  background-image: url("../images/sprite.png");
  background-position: -19px -81px;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-folder:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-home:before {
  background-image: url("../images/sprite.png");
  background-position: -22px -59px;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-home:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-info:before {
  background-image: url("../images/sprite.png");
  background-position: -88px 0px;
  background-repeat: no-repeat;
  width: 10px;
  height: 23px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-info:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-livesex:before {
  background-image: url("../images/sprite.png");
  background-position: -34px -27px;
  background-repeat: no-repeat;
  width: 23px;
  height: 21px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-livesex:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-meetfuck:before {
  background-image: url("../images/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 29px;
  height: 22px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-meetfuck:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-megaphone:before {
  background-image: url("../images/sprite.png");
  background-position: 0px -59px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-megaphone:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-porncoupons:before {
  background-image: url("../images/sprite.png");
  background-position: 0px -27px;
  background-repeat: no-repeat;
  width: 22px;
  height: 27px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-porncoupons:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-porngames:before {
  background-image: url("../images/sprite.png");
  background-position: -62px -22px;
  background-repeat: no-repeat;
  width: 16px;
  height: 21px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-porngames:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-pornstars:before {
  background-image: url("../images/sprite.png");
  background-position: 0px -81px;
  background-repeat: no-repeat;
  width: 14px;
  height: 17px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-pornstars:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.header-nav-videos:before {
  background-image: url("../images/sprite.png");
  background-position: -62px 0px;
  background-repeat: no-repeat;
  width: 21px;
  height: 17px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-nav-videos:before {
    background-size: 98px 98px;
    background-image: url("../images/sprite@2x.png");
  }
}

.icon-nav-folder {
  width: 17px;
}
.icon-nav-blog {
  width: 23px;
}
.icon-nav-videos {
  width: 22px;
}
.icon-nav-pornstars {
  width: 17px;
}
.icon-nav-porncoupons {
  width: 22px;
}
.icon-nav-porngames {
  width: 22px;
}
.icon-nav-sex {
  width: 34px;
}
.icon-nav-livesex {
  width: 22px;
}
.icon-nav-info {
  width: 24px;
}
.icon-nav-mail {
  width: 22px;
}
.icon-nav-megaphone {
  width: 20px;
}

@font-face {
  font-family: "iconFont";
  src: url("../fonts/iconFont.eot");
  src: url("../fonts/iconFont.eot?#iefix") format("eot"), url("../fonts/iconFont.woff2") format("woff2"), url("../fonts/iconFont.woff") format("woff"), url("../fonts/iconFont.ttf") format("truetype"), url("../fonts/iconFont.svg#iconFont") format("svg");
}
.icon-sun:before, .icon-star:before, .icon-star-fill:before, .icon-sort:before, .icon-search:before, .icon-point:before, .icon-play-button:before, .icon-pause:before, .icon-out:before, .icon-moon:before, .icon-like:before, .icon-left-arrow:before, .icon-key:before, .icon-enter:before, .icon-delete:before, .icon-close:before, .icon-arrow-angle:before {
  font-family: "iconFont", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-angle:before {
  content: "\e001";
}

.icon-close:before {
  content: "\e002";
}

.icon-delete:before {
  content: "\e003";
}

.icon-enter:before {
  content: "\e004";
}

.icon-key:before {
  content: "\e005";
}

.icon-left-arrow:before {
  content: "\e006";
}

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

.icon-moon:before {
  content: "\e008";
}

.icon-out:before {
  content: "\e009";
}

.icon-pause:before {
  content: "\e00a";
}

.icon-play-button:before {
  content: "\e00b";
}

.icon-point:before {
  content: "\e00c";
}

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

.icon-sort:before {
  content: "\e00e";
}

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

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

.icon-sun:before {
  content: "\e011";
}

html {
  box-sizing: border-box;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --heading-color: #fff;
  --heading-small-color: #fff;
  --view-all-color: #fff;
  --primary-color: #fff;
  --primary-color-2: #fff;
  --tab-indicator: #fff;
  --bg-header-grey: #4d4d4d;
  --sidebar-title-bg: #555;
  --mobile-menu-bg: #080915;
  --mobile-menu-bg-rgba: rgba(8, 9, 21, 0.975);
  --mobile-menu-border: #161e3e;
  --color-category-letter: #d7d7d7;
  --scroll-thumb-color: #76aaf7;
}
html.light {
  --heading-color: #000;
  --heading-small-color: #000;
  --view-all-color: #333;
  --primary-color: #333;
  --primary-color-2: #4c4c4c;
  --tab-indicator: #4c4c4c;
  --bg-header-grey: #f3f3f3;
  --sidebar-title-bg: #e8e7e6;
  --mobile-menu-bg: #ffffff;
  --mobile-menu-bg-rgba: rgba(255, 255, 255, 0.975);
  --mobile-menu-border: #e0e0e0;
  --color-category-letter: #337ab7;
  --scroll-thumb-color: #225396;
}

body {
  width: 100%;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #080915;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: normal;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body.pk {
    padding-top: 42px;
  }
}
body.is-hideScroll {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.is-hideScroll {
    overflow: hidden !important;
  }
}
body.is-hideScroll #wp-chatbot-chat-container {
  display: none;
}

:root {
  --container-width: 1260px;
  --color-cobalt-light: #dadada;
}

.light body {
  background: #cad4df;
  color: #4c4c4c;
}
.light body.home {
  background: #d6d9e2;
}

a {
  color: #4099f9;
}
a:hover {
  color: #337ab7;
}
a:focus {
  color: #337ab7;
}

/*.light{
	a{
		color: #337ab7;
	}
}*/
* {
  box-sizing: inherit;
  margin: 0;
}
*:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/*p{
	margin: 0 0 10px;
}*/
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

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

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

textarea {
  overflow: auto;
}

h1, h2, h3, h4, h5, h6,
hr {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*picture {
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
.custom_scroll {
  scrollbar-color: #96979f #96979f;
}

.custom_scroll::-webkit-scrollbar {
  width: 10px;
}

.custom_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.custom_scroll::-webkit-scrollbar-thumb {
  background: #9c9b9c;
}

.light .custom_scroll {
  scrollbar-color: #131313 #525252;
}
.light .custom_scroll::-webkit-scrollbar {
  width: 10px;
}
.light .custom_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.light .custom_scroll::-webkit-scrollbar-thumb {
  background: #9c9b9c;
}
.light .custom_scroll:hover::-webkit-scrollbar-thumb {
  background: #225396;
}

strong {
  font-weight: 700;
}

[data-label-desc]::after {
  content: attr(data-label-desc);
}
@media screen and (max-width: 767px) {
  [data-label-desc]::after {
    content: attr(data-label-mobile);
  }
}

.visible-xs-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-xs-inline {
    display: inline-block;
  }
}

.show-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .show-xs {
    display: block;
  }
}
.c-grid-fluid, .c-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.c-grid {
  max-width: 1300px;
}
.c-grid_nav {
  padding-top: 0;
}
.c-grid.bitcoin {
  display: none;
}
@media screen and (min-width: 1199.98px) and (max-width: 1449.98px) {
  .c-grid {
    /*max-width: 1149px;*/
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199.98px) {
  .c-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-grid-main {
    margin-top: 130px;
  }
  .c-grid-main.bubbles-container {
    margin-top: 120px;
  }
  .c-grid.f-w {
    padding-left: 0;
    padding-right: 0;
    margin-top: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .c-grid_nav {
    padding: 0;
  }
}
.c-grid-fluid {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .content-area {
    padding: 0 5px;
  }
}
.content-area.solid {
  background: #2a2b31;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .content-area.solid {
    padding: 0 5px;
  }
}
.content-area.rounded {
  border-radius: 5px;
}

.light .content-area.solid {
  background: #fff;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .show_2nd_header_ .c-grid-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .show_2nd_header_ .c-grid-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .show_2nd_header_ .c-grid-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .show_2nd_header_.category.gaming_cat_1 .c-grid-main {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .show_2nd_header_.category.gaming_cat_1 .c-grid-main {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .show_2nd_header_1.page-id-17 .c-grid-main {
    margin-top: 115px;
  }
}
@media screen and (max-width: 767px) {
  .show_2nd_header_1.category .c-grid-main {
    margin-top: 120px;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .show_2nd_header_1.category .c-grid-main {
    margin-top: 120px;
    padding: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .show_2nd_header_1.single-sites .c-grid-main {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .show_2nd_header_1.single-sites .c-grid-main {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .show_2nd_header_1.single-sites .c-grid-main {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1023.98px) {
  body.fund {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .user_page_1 .c-grid-main {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .user_page_1 .c-grid-main {
    margin-top: 120px;
  }
}

.page-id-17 .c-grid.list {
  padding-top: 15px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .page-id-17 .c-grid.list {
    padding: 15px 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-17 .c-grid.list {
    padding: 0;
  }
}
@media screen and (min-width: 1330px) {
  .page-id-17 .c-grid {
    min-width: 1300px;
  }
}
@media screen and (max-width: 1329.98px) {
  .page-id-17 .c-grid {
    max-width: 100%;
    min-width: auto;
  }
}

.p-15 {
  padding: 0 15px;
}

.lang {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .lang__outer {
    display: flex;
    position: absolute;
    right: 0;
    top: 40px;
    justify-content: end;
    padding: 0 5px;
    height: 40px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .lang:hover .lang__toggle {
    border-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
    transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-radius 0.35s ease-in-out;
  }
  .lang:hover .lang__toggle span,
  .lang:hover .lang__toggle .icon-font {
    color: #080915;
    transition: color 0.35s ease-in-out;
  }
  .lang:hover .lang__drop {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
  }
}
.lang__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 84px;
  height: 29px;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 2px;
  border-color: rgb(48, 51, 90);
  border-style: solid;
  border-radius: 5px;
  background-color: transparent;
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-radius 0.35s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .lang__toggle {
    width: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .lang__toggle {
    width: 84px;
    padding-right: 0;
    border-color: transparent;
  }
}
.lang__toggle span,
.lang__toggle .icon-font {
  color: #9294ad;
  transition: color 0.35s ease-in-out;
}
.lang__toggle span {
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .lang__toggle span {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .lang__toggle span {
    display: inline-block;
  }
}
.lang__toggle .icon-font {
  margin-left: 10px;
  font-size: 8px;
  transform: rotate(-90deg);
}
.lang__drop {
  transform: translateY(10px);
  z-index: 2000;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 350px;
  border-radius: 5px 0 5px 5px;
  background-color: rgb(255, 255, 255);
  backface-visibility: hidden;
  transform-origin: center;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.lang__drop.open {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .lang__drop {
    min-width: 320px;
  }
}
.lang__drop-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px 15px;
}
.lang__drop-item {
  position: relative;
  width: 50%;
  padding-top: 5px;
  margin-bottom: 5px;
}
.lang__drop-link {
  display: flex;
  align-items: center;
}
.lang__drop-link:hover::before, .lang__drop-link:hover::after {
  width: 50%;
  transition: width 0.35s ease-in-out;
}
.lang__drop-link::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #080915;
  transition: width 0.35s ease-in-out;
}
.lang__drop-link::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #080915;
  transition: width 0.35s ease-in-out;
}
.lang__drop-link::before {
  left: 50%;
}
.lang__drop-link::after {
  right: 50%;
}
.lang__drop-link span {
  color: #080915;
}
.lang__flag {
  display: flex;
  margin-right: 5px;
}
.lang__flag:before {
  content: "";
  display: flex;
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
}
.lang__flag--en:before {
  background-position: -48px 0;
}
.lang__flag--de:before {
  background-position: 0 -22px;
}
.lang__flag--fr:before {
  background-position: -32px -33px;
}
.lang__flag--it:before {
  background-position: -16px -44px;
}
.lang__flag--ro:before {
  background-position: -64px -44px;
}
.lang__flag--pt:before {
  background-position: -64px -33px;
}
.lang__flag--ru:before {
  background-position: 0 -55px;
}
.lang__flag--es:before {
  background-position: 0 -33px;
}
.lang__flag--nl:before {
  background-position: -64px 0;
}
.lang__flag--tr:before {
  background-position: -64px -55px;
}
.lang__flag--sv:before {
  background-position: -32px -55px;
}
.lang__flag--no:before {
  background-position: -64px -11px;
}
.lang__flag--be:before {
  background-position: 0 -11px;
}
.lang__flag--ja:before {
  background-position: -32px -44px;
}
.lang__flag--el:before {
  background-position: -32px -22px;
}
.lang__flag--hi:before {
  background-position: -48px -11px;
}
.lang__flag--vi:before {
  background-position: -16px -66px;
}
.lang__flag--pl:before {
  background-position: -64px -22px;
}
.lang__flag--fi:before {
  background-position: -16px -33px;
}
.lang__flag--da:before {
  background-position: -32px -11px;
}
.lang__flag--sl:before {
  background-position: -16px -55px;
}
.lang__flag--hr:before {
  background-position: -48px -33px;
}
.lang__flag--ar:before {
  background-position: 0 0;
}
.lang__flag--hu:before {
  background-position: -48px -22px;
}
.lang__flag--cs:before {
  background-position: -32px 0;
}
.lang__flag--zh:before {
  background-position: -32px -66px;
}
.lang__flag--ko:before {
  background-position: -48px -44px;
}
.lang__flag--th:before {
  background-position: -48px -55px;
}
.lang__flag--id:before {
  background-position: 0 -44px;
}
.lang__flag--he:before {
  background-position: -64px -88px;
}
.lang__flag--bg:before {
  background-position: -16px -110px;
}
.lang__flag--hu:before {
  background-position: -32px -110px;
}
.lang__flag--ms:before {
  background-position: -64px -99px;
}
.lang__flag--zu:before {
  background-position: 0 -110px;
}

.light .lang__toggle {
  color: #4e4e4e;
}
.light .lang__toggle span {
  color: #4e4e4e;
}

.search_form {
  position: relative;
  display: flex;
  max-height: 34px;
}

.search__ad {
  display: flex;
  align-items: center;
  background: #125e16;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .search__ad {
    align-items: start;
  }
}
.search__ad.hide {
  display: none;
}
.search__ad__link {
  display: flex;
  align-items: center;
  color: #fff;
  flex: 1;
  padding-right: 7px;
}
.search__ad__link:hover {
  color: #fff;
}
.search__ad-icon {
  margin-right: 15px;
}
.search__ad-content {
  flex: 1;
}
.search__ad-content a {
  color: #fff;
}
.search__ad-content a:hover {
  color: #fff;
}
.search__ad-content span {
  font-weight: 600;
}
.search__ad-close {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.search__ad-close:hover {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .search {
    padding-top: 0;
  }
}
.search__left {
  width: 50px;
  height: 34px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search__left {
    height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .search__left {
    height: 44px;
    border-style: solid;
    border-color: #333;
    border-width: 1px 0 1px 1px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .search__left {
    height: 44px;
  }
}
.search__middle {
  position: relative;
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-right: 4px;
}
@media screen and (max-width: 991px) {
  .search__middle {
    padding-right: 0;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 1px 0;
  }
}
@media screen and (max-width: 991px) {
  .search__right {
    width: 43px;
  }
  .search__right .category__btn {
    display: none;
  }
}
.search__btn {
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  background-color: rgb(0, 74, 172);
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.search__btn:hover {
  color: #fff;
}
.search__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.search__toggle {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 1023px) {
  .search__toggle {
    border-radius: 0;
  }
}
.search__toggle input {
  position: relative;
  flex: 1;
  outline: none;
  min-width: 1px;
  max-width: 100%;
  height: 100%;
  padding: 0 12px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}
.search__toggle input.searchinput {
  padding: 0 0 0 5px;
}
.search__toggle input.placeholder {
  color: #9294ad;
  font-size: 14px;
  font-weight: 700;
}
.search__toggle input:-moz-placeholder {
  color: #9294ad;
  font-size: 14px;
  font-weight: 700;
}
.search__toggle input::-moz-placeholder {
  color: #9294ad;
  font-size: 14px;
  font-weight: 700;
}
.search__toggle input:-ms-input-placeholder {
  color: #9294ad;
  font-size: 14px;
  font-weight: 700;
}
.search__toggle input::-webkit-input-placeholder {
  color: #9294ad;
  font-size: 14px;
  font-weight: 700;
}
.search__toggle button {
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.search__toggle button.search_icon {
  width: 25px;
}
.search__toggle button .icon-font {
  color: #9294ad;
}
.search__drop {
  display: none;
}
@media screen and (min-width: 768px) {
  .search__drop {
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    backface-visibility: hidden;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
  }
  .search__drop.is-open {
    z-index: 1600;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
  }
}
.search__drop-body {
  flex: 1;
  min-height: 1px;
  max-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.search__drop-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.search__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .search__title {
    color: #abbde7;
    font-size: 16px;
  }
}
.search__close {
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .search__close {
    display: flex;
  }
}
.search__close .icon-font {
  color: #33529e;
  font-size: 24px;
}
.search__load {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 40px;
  background-color: #cde549;
  color: #080915;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .search__load {
    display: flex;
    padding: 0 15px;
  }
}

.light .category__btn {
  color: #fff;
}
.light .search__close .icon-font {
  color: #333;
}

.search.search_form {
  max-height: 34px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search.search_form {
    height: 44px;
    max-height: 44px;
    margin: 10px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .search.search_form {
    height: 44px;
    max-height: 44px;
    margin: 10px 20px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .search.search_form {
    height: 44px;
    max-height: 44px;
    margin: 10px 20px;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .search.search_form {
    height: 54px;
    max-height: 54px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .search.search_form {
    height: 54px;
    max-height: 54px;
  }
}

.sort {
  position: relative;
  width: 100%;
  height: 100%;
}
.sort__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-color: #939cb2;
  font-weight: 600;
  /*&:after{
  	display: inline-block;
  	content: ' ';
  	width: 0px;
  	height: 0px;
  	border-style: solid;
  	border-width: 8px 6px 0 6px;
  	border-color: #fff transparent transparent transparent;
  	transform: rotate(0deg);
  }*/
}
@media screen and (max-width: 1023px) {
  .sort__toggle {
    border-radius: 0;
  }
}
.sort__toggle .icon-font {
  color: #ffffff;
  font-size: 20px;
  transform: rotate(-90deg);
}
.sort__toggle p {
  display: flex;
  flex-direction: column;
  transform: translateX(-3px);
}
.sort__toggle p span {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
}

.light .sort__drop-link {
  color: #081b49;
}
@media screen and (max-width: 991px) {
  .light .sort__toggle {
    background-color: #3d3d3d;
  }
}

/* Dynamic Sprite Grid System with SCSS Mixins */
.deIcon {
  position: relative;
}

.deIcon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  --sprite-x: 0;
  --sprite-y: 0;
  background-position: calc(var(--sprite-x) * -16px) calc(var(--sprite-y) * -16px);
}

.fx_1::before {
  --sprite-x: 1;
}

.fy_1::before {
  --sprite-y: 0;
}

.fx_2::before {
  --sprite-x: 2;
}

.fy_2::before {
  --sprite-y: 1;
}

.fx_3::before {
  --sprite-x: 3;
}

.fy_3::before {
  --sprite-y: 2;
}

.fx_4::before {
  --sprite-x: 4;
}

.fy_4::before {
  --sprite-y: 3;
}

.fx_5::before {
  --sprite-x: 5;
}

.fy_5::before {
  --sprite-y: 4;
}

.fx_6::before {
  --sprite-x: 6;
}

.fy_6::before {
  --sprite-y: 5;
}

.fx_7::before {
  --sprite-x: 7;
}

.fy_7::before {
  --sprite-y: 6;
}

.fx_8::before {
  --sprite-x: 8;
}

.fy_8::before {
  --sprite-y: 7;
}

.fx_9::before {
  --sprite-x: 9;
}

.fy_9::before {
  --sprite-y: 8;
}

.fx_10::before {
  --sprite-x: 10;
}

.fy_10::before {
  --sprite-y: 9;
}

.fx_11::before {
  --sprite-x: 11;
}

.fy_11::before {
  --sprite-y: 10;
}

.fx_12::before {
  --sprite-x: 12;
}

.fy_12::before {
  --sprite-y: 11;
}

.fx_13::before {
  --sprite-x: 13;
}

.fy_13::before {
  --sprite-y: 12;
}

.fx_14::before {
  --sprite-x: 14;
}

.fy_14::before {
  --sprite-y: 13;
}

.fx_15::before {
  --sprite-x: 15;
}

.fy_15::before {
  --sprite-y: 14;
}

.fx_16::before {
  --sprite-x: 16;
}

.fy_16::before {
  --sprite-y: 15;
}

.fx_17::before {
  --sprite-x: 17;
}

.fy_17::before {
  --sprite-y: 16;
}

.fx_18::before {
  --sprite-x: 18;
}

.fy_18::before {
  --sprite-y: 17;
}

.fx_19::before {
  --sprite-x: 19;
}

.fy_19::before {
  --sprite-y: 18;
}

.fx_20::before {
  --sprite-x: 20;
}

.fy_20::before {
  --sprite-y: 19;
}

.fx_21::before {
  --sprite-x: 21;
}

.fy_21::before {
  --sprite-y: 20;
}

.fx_22::before {
  --sprite-x: 22;
}

.fy_22::before {
  --sprite-y: 21;
}

.fx_23::before {
  --sprite-x: 23;
}

.fy_23::before {
  --sprite-y: 22;
}

.fx_24::before {
  --sprite-x: 24;
}

.fy_24::before {
  --sprite-y: 23;
}

.fx_25::before {
  --sprite-x: 25;
}

.fy_25::before {
  --sprite-y: 24;
}

.fx_26::before {
  --sprite-x: 26;
}

.fy_26::before {
  --sprite-y: 25;
}

.fx_27::before {
  --sprite-x: 27;
}

.fy_27::before {
  --sprite-y: 26;
}

.fx_28::before {
  --sprite-x: 28;
}

.fy_28::before {
  --sprite-y: 27;
}

.fx_29::before {
  --sprite-x: 29;
}

.fy_29::before {
  --sprite-y: 28;
}

.fx_30::before {
  --sprite-x: 30;
}

.fy_30::before {
  --sprite-y: 29;
}

.fx_31::before {
  --sprite-x: 31;
}

.fy_31::before {
  --sprite-y: 30;
}

.fx_32::before {
  --sprite-x: 32;
}

.fy_32::before {
  --sprite-y: 31;
}

.fx_33::before {
  --sprite-x: 33;
}

.fy_33::before {
  --sprite-y: 32;
}

.fx_34::before {
  --sprite-x: 34;
}

.fy_34::before {
  --sprite-y: 33;
}

.fx_35::before {
  --sprite-x: 35;
}

.fy_35::before {
  --sprite-y: 34;
}

.fx_36::before {
  --sprite-x: 36;
}

.fy_36::before {
  --sprite-y: 35;
}

.fx_37::before {
  --sprite-x: 37;
}

.fy_37::before {
  --sprite-y: 36;
}

.fx_38::before {
  --sprite-x: 38;
}

.fy_38::before {
  --sprite-y: 37;
}

.fx_39::before {
  --sprite-x: 39;
}

.fy_39::before {
  --sprite-y: 38;
}

.fx_40::before {
  --sprite-x: 40;
}

.fy_40::before {
  --sprite-y: 39;
}

.fx_41::before {
  --sprite-x: 41;
}

.fy_41::before {
  --sprite-y: 40;
}

.fx_42::before {
  --sprite-x: 42;
}

.fy_42::before {
  --sprite-y: 41;
}

.fx_43::before {
  --sprite-x: 43;
}

.fy_43::before {
  --sprite-y: 42;
}

.fx_44::before {
  --sprite-x: 44;
}

.fy_44::before {
  --sprite-y: 43;
}

.fx_45::before {
  --sprite-x: 45;
}

.fy_45::before {
  --sprite-y: 44;
}

.fx_46::before {
  --sprite-x: 46;
}

.fy_46::before {
  --sprite-y: 45;
}

.fx_47::before {
  --sprite-x: 47;
}

.fy_47::before {
  --sprite-y: 46;
}

.fx_48::before {
  --sprite-x: 48;
}

.fy_48::before {
  --sprite-y: 47;
}

.fx_49::before {
  --sprite-x: 49;
}

.fy_49::before {
  --sprite-y: 48;
}

.fx_50::before {
  --sprite-x: 50;
}

.fy_50::before {
  --sprite-y: 49;
}

.fx_51::before {
  --sprite-x: 51;
}

.fy_51::before {
  --sprite-y: 50;
}

.fx_52::before {
  --sprite-x: 52;
}

.fy_52::before {
  --sprite-y: 51;
}

.fx_53::before {
  --sprite-x: 53;
}

.fy_53::before {
  --sprite-y: 52;
}

.fx_54::before {
  --sprite-x: 54;
}

.fy_54::before {
  --sprite-y: 53;
}

.fx_55::before {
  --sprite-x: 55;
}

.fy_55::before {
  --sprite-y: 54;
}

.fx_56::before {
  --sprite-x: 56;
}

.fy_56::before {
  --sprite-y: 55;
}

.fx_57::before {
  --sprite-x: 57;
}

.fy_57::before {
  --sprite-y: 56;
}

.fx_58::before {
  --sprite-x: 58;
}

.fy_58::before {
  --sprite-y: 57;
}

.fx_59::before {
  --sprite-x: 59;
}

.fy_59::before {
  --sprite-y: 58;
}

.fx_60::before {
  --sprite-x: 60;
}

.fy_60::before {
  --sprite-y: 59;
}

.fx_61::before {
  --sprite-x: 61;
}

.fy_61::before {
  --sprite-y: 60;
}

.fx_62::before {
  --sprite-x: 62;
}

.fy_62::before {
  --sprite-y: 61;
}

.fx_63::before {
  --sprite-x: 63;
}

.fy_63::before {
  --sprite-y: 62;
}

.fx_64::before {
  --sprite-x: 64;
}

.fy_64::before {
  --sprite-y: 63;
}

.fx_65::before {
  --sprite-x: 65;
}

.fy_65::before {
  --sprite-y: 64;
}

.fx_66::before {
  --sprite-x: 66;
}

.fy_66::before {
  --sprite-y: 65;
}

.fx_67::before {
  --sprite-x: 67;
}

.fy_67::before {
  --sprite-y: 66;
}

.fx_68::before {
  --sprite-x: 68;
}

.fy_68::before {
  --sprite-y: 67;
}

.fx_69::before {
  --sprite-x: 69;
}

.fy_69::before {
  --sprite-y: 68;
}

.fx_70::before {
  --sprite-x: 70;
}

.fy_70::before {
  --sprite-y: 69;
}

.fx_71::before {
  --sprite-x: 71;
}

.fy_71::before {
  --sprite-y: 70;
}

.fx_72::before {
  --sprite-x: 72;
}

.fy_72::before {
  --sprite-y: 71;
}

.fx_73::before {
  --sprite-x: 73;
}

.fy_73::before {
  --sprite-y: 72;
}

.fx_74::before {
  --sprite-x: 74;
}

.fy_74::before {
  --sprite-y: 73;
}

.fx_75::before {
  --sprite-x: 75;
}

.fy_75::before {
  --sprite-y: 74;
}

.fx_76::before {
  --sprite-x: 76;
}

.fy_76::before {
  --sprite-y: 75;
}

.fx_77::before {
  --sprite-x: 77;
}

.fy_77::before {
  --sprite-y: 76;
}

.fx_78::before {
  --sprite-x: 78;
}

.fy_78::before {
  --sprite-y: 77;
}

.fx_79::before {
  --sprite-x: 79;
}

.fy_79::before {
  --sprite-y: 78;
}

.fx_80::before {
  --sprite-x: 80;
}

.fy_80::before {
  --sprite-y: 79;
}

.fx_81::before {
  --sprite-x: 81;
}

.fy_81::before {
  --sprite-y: 80;
}

.fx_82::before {
  --sprite-x: 82;
}

.fy_82::before {
  --sprite-y: 81;
}

.fx_83::before {
  --sprite-x: 83;
}

.fy_83::before {
  --sprite-y: 82;
}

.fx_84::before {
  --sprite-x: 84;
}

.fy_84::before {
  --sprite-y: 83;
}

.fx_85::before {
  --sprite-x: 85;
}

.fy_85::before {
  --sprite-y: 84;
}

.fx_86::before {
  --sprite-x: 86;
}

.fy_86::before {
  --sprite-y: 85;
}

.fx_87::before {
  --sprite-x: 87;
}

.fy_87::before {
  --sprite-y: 86;
}

.fx_88::before {
  --sprite-x: 88;
}

.fy_88::before {
  --sprite-y: 87;
}

.fx_89::before {
  --sprite-x: 89;
}

.fy_89::before {
  --sprite-y: 88;
}

.fx_90::before {
  --sprite-x: 90;
}

.fy_90::before {
  --sprite-y: 89;
}

.fx_91::before {
  --sprite-x: 91;
}

.fy_91::before {
  --sprite-y: 90;
}

.fx_92::before {
  --sprite-x: 92;
}

.fy_92::before {
  --sprite-y: 91;
}

.fx_93::before {
  --sprite-x: 93;
}

.fy_93::before {
  --sprite-y: 92;
}

.fx_94::before {
  --sprite-x: 94;
}

.fy_94::before {
  --sprite-y: 93;
}

.fx_95::before {
  --sprite-x: 95;
}

.fy_95::before {
  --sprite-y: 94;
}

.fx_96::before {
  --sprite-x: 96;
}

.fy_96::before {
  --sprite-y: 95;
}

.fx_97::before {
  --sprite-x: 97;
}

.fy_97::before {
  --sprite-y: 96;
}

.fx_98::before {
  --sprite-x: 98;
}

.fy_98::before {
  --sprite-y: 97;
}

.fx_99::before {
  --sprite-x: 99;
}

.fy_99::before {
  --sprite-y: 98;
}

.fx_100::before {
  --sprite-x: 100;
}

.fy_100::before {
  --sprite-y: 99;
}

.micromodal {
  color: #000;
}
.micromodal hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #484a54;
}
.micromodal p {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
}
.micromodal .color-primary {
  color: #3e98cf;
}
.micromodal .color-secondary {
  color: #8c8d96;
}
.micromodal .color-success {
  color: #2eaf61;
}
.micromodal .color-error {
  color: #f60000;
}
.micromodal .text-center {
  text-align: center;
}
.micromodal .report_review_title {
  line-height: 1.25;
}
.micromodal .btn {
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 18px 31px;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.micromodal .btn-back .icon {
  width: 18px;
  height: 12px;
  margin-right: 10px;
  fill: #8c8d96;
  transform: rotate(180deg);
}
.micromodal .btn-primary {
  background-color: #007aff;
  color: #fff;
}
.micromodal .btn-primary:active {
  background-color: #024b93;
}
@media (min-width: 1025px) {
  .micromodal .btn-primary:hover {
    background-color: #007aff;
  }
}
.micromodal .btn-secondary {
  background-color: #f0f1f5;
  color: #8c8d96;
}
.micromodal .btn-secondary:active {
  background-color: #e4e5e7;
}
@media (min-width: 1025px) {
  .micromodal .btn-secondary:hover {
    background-color: #e4e5e7;
  }
}
.micromodal .btn-success {
  background-color: #29a656;
  color: #fff;
}
.micromodal .btn-success:active {
  background-color: #1e8142;
}
@media (min-width: 1025px) {
  .micromodal .btn-success:hover {
    background-color: #1e8142;
  }
}
.micromodal .btn-submit {
  cursor: pointer;
  width: 150px;
}
.micromodal .btn-submit .btn-text {
  display: block;
}
.micromodal .btn-submit .lds-dual-ring {
  display: none;
  width: 24px;
  height: 24px;
}
.micromodal .btn-submit .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: progress-spinner 1.2s linear infinite;
}
.micromodal .btn-submit.spin .btn-text {
  display: none;
}
.micromodal .btn-submit.spin .lds-dual-ring {
  display: inline-block;
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .micromodal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .micromodal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .micromodal-slide[aria-hidden=true] .micromodal-overlay {
    animation: mmfadeOutMax 0.5s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide[aria-hidden=true] .micromodal-container {
    animation: mmslideDown 0.8s cubic-bezier(0, 0, 0.2, 1);
  }
}
@media screen and (min-width: 768px) {
  .micromodal-slide[aria-hidden=true] .micromodal-overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide[aria-hidden=true] .micromodal-container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
.micromodal-category {
  display: none;
}
.micromodal-category.is-open {
  display: block;
}
.micromodal-category[aria-hidden=false] .micromodal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-category[aria-hidden=false] .micromodal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-category[aria-hidden=true] .micromodal-overlay {
  animation: mmfadeOutMax 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-category[aria-hidden=true] .micromodal-container {
  animation: mmslideDown 0.8s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal .micromodal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.micromodal .micromodal-container {
  width: 100%;
  max-width: 940px;
  max-height: 90vh;
  margin: 0 10px;
  border-radius: 10px;
  overflow-y: auto;
}
.micromodal-content {
  border-radius: 10px;
  background-color: #2a2b31;
  color: #fff;
}
.micromodal-content .color-secondary {
  padding-top: 10px;
}
.micromodal-content.filter_type_content {
  position: relative;
}
.micromodal-content.filter_type_content .additional_actions .boogie-list {
  margin: 0 -20px 0;
}
.micromodal-header {
  position: relative;
  align-items: center;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .micromodal-header {
    padding: 12px 20px;
  }
}
.micromodal-header + hr {
  margin: 0;
}
.micromodal-header .inline-icon {
  width: 40px;
  height: 40px;
}
.micromodal-title {
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .micromodal-title {
    font-size: 18px;
  }
}
.micromodal-title-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.micromodal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
  fill: #fff;
}
.micromodal-close .icon {
  fill: #fff;
  transition: fill 0.2s ease;
  pointer-events: none;
}
.micromodal-close:hover .icon {
  fill: #1c3f87;
}
.micromodal-close:active .icon {
  fill: #1c3f87;
}
@media (min-width: 1025px) {
  .micromodal-close:hover .icon {
    fill: #1c3f87;
  }
}
.micromodal-body {
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .micromodal-body {
    padding: 20px;
  }
}
.micromodal-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.micromodal-hero p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 991px) {
  .micromodal-hero p {
    font-size: 16px;
  }
}
.micromodal-hero .micromodal-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 991px) {
  .micromodal-hero .micromodal-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.micromodal-hero .inline-icon {
  margin-bottom: 30px;
  width: 160px;
  height: 160px;
}
.micromodal-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.micromodal-hero-actions .btn {
  flex-grow: 1;
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mmfadeOutMax {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15%);
  }
}
@keyframes mmslideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200%);
  }
}

.inline-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-thumbsup {
  background-image: url(../images/report/icon-thumbs-up.svg);
}

.icon-broken-link {
  background-image: url(../images/report/icon-broken.svg);
}

.icon-inaccuracy {
  background-image: url(../images/report/icon-inaccuracy.svg);
}

.icon-comment-bubble {
  background-image: url(../images/report/icon-bubble.svg);
}

.icon-speech-bubble-icon {
  background-image: url(../images/report/icon-bubble.svg);
}

.icon-screenshot {
  background-image: url(../images/report/icon-screen-shot.svg);
}

.icon-categories {
  background-image: url(../images/report/icon-category.svg);
}

.icon-spam {
  background-image: url(../images/report/icon-envelope.svg);
}

.icon-age-limit {
  background-image: url(../images/report/icon-18-plus.svg);
}

.icon-revenge {
  background-image: url(../images/report/icon-revenge.svg);
}

.icon-speech-bubble-heart-success {
  background-image: url(../images/report/icon-bubble.svg);
}

.icon-report-success {
  background-image: url(../images/report/icon-success.svg);
}

.icon-problem {
  background-image: url(../images/report/icon-problem.svg);
}

.icon-recommendations {
  background-image: url(../images/report/icon-reccomendations.svg);
}

.icon-feedback {
  background-image: url(../images/report/icon-feedback.svg);
}

.boogie-list {
  margin: 10px -30px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 991px) {
  .boogie-list {
    margin: 10px -20px 0;
  }
}

.boogie-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.boogie-list-item .arrow {
  fill: #fff;
}
.boogie-list-item:hover {
  background-color: #484a54;
  color: #3e98cf;
}
.boogie-list-item:hover .arrow {
  fill: #3e98cf;
}
.boogie-list-item:active {
  background-color: #f0f1f5;
  color: #000;
}
@media (max-width: 991px) {
  .boogie-list-item {
    padding: 15px 20px;
  }
}
.boogie-list-item .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: #8c8d96;
  transition: fill 0.2s ease;
}
@media (min-width: 1025px) {
  .boogie-list-item .icon:hover {
    fill: #ff8c04;
  }
}
.boogie-list-item .icon:active {
  fill: #ff8c04;
}

.boogie-list-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.boogie-link {
  background: no-repeat 50% 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  transition: background-size 0.2s ease;
}
.boogie-link:active {
  background-size: 0 1px;
}
@media (min-width: 1025px) {
  .boogie-link:hover {
    background-size: 0 1px;
  }
}

.boogie-disclaimer {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #484a54;
  color: #fff;
}
.boogie-disclaimer p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 18px;
}
.boogie-disclaimer p:last-child {
  margin-bottom: 0;
}

.boogie-form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 374px) {
  .boogie-form-footer .btn {
    flex-grow: 1;
  }
}

.boogie-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
  gap: 20px 0;
}

.boogie-field {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 424px) {
  .boogie-field {
    width: 100%;
  }
}

.boogie-field-textarea {
  width: 100%;
}
.boogie-field-textarea .boogie-input {
  max-width: initial;
  height: 120px;
  padding-top: 16px;
  font-family: inherit;
}

.boogie-input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  background-color: #484a54;
  color: #fff;
  transition: border-color 0.2s ease;
}
.boogie-input.has_error {
  border: 1px solid red;
}
.boogie-input:focus {
  border-color: #ff8c04;
}
.boogie-input.invalid, .boogie-input:invalid {
  border-color: #f60000;
}
.boogie-input::-moz-placeholder {
  color: #fff;
}
.boogie-input::placeholder {
  color: #fff;
}

.boogie-checkbox {
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.boogie-checkbox .boogie-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.boogie-checkbox .boogie-checkbox-input:checked + .boogie-checkbox-label::before {
  background-size: 10px 8px;
  filter: invert(48%) sepia(66%) saturate(447%) hue-rotate(89deg) brightness(96%) contrast(97%);
}
.boogie-checkbox .boogie-checkbox-input.invalid + .boogie-checkbox-label::before {
  border-color: #f60000;
}
.boogie-checkbox .boogie-checkbox-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.boogie-checkbox .boogie-checkbox-label::before {
  content: "";
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  background-image: url(../images/review/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0 0;
  cursor: pointer;
  transition: background-size 0.1s ease, filter 0.2s ease;
}
.boogie-checkbox .boogie-checkbox-label.has_error::before {
  border-color: #f60000;
}

.boogie-after-submit-content .micromodal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}

.light .micromodal hr {
  border-top: 1px solid #d8d8d8;
}
.light .micromodal-content {
  background-color: #fff;
  color: #000;
}
.light .micromodal-close .icon {
  fill: #454545;
}
.light .micromodal-close:hover .icon {
  fill: #1c3f87;
}
.light .boogie-disclaimer {
  background: #f6f6f6;
  color: #000;
}
.light .boogie-input {
  color: #000;
  background-color: #fff;
}
.light .boogie-input::-moz-placeholder {
  color: #000;
}
.light .boogie-input::placeholder {
  color: #000;
}
.light .boogie-list-item .arrow {
  fill: #000;
}
.light .boogie-list-item:hover {
  background-color: #f0f1f5;
  color: #000;
}
.light .boogie-list-item:hover .arrow {
  fill: #3e98cf;
}

@keyframes progress-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.adblock-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px;
  background: #D93025;
  color: #fff;
}
.adblock-notice:before {
  display: inline-block;
  content: " ";
  width: 32px;
  height: 32px;
  background: url(../images/adbk.svg);
}
.adblock-notice-close {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.link-action {
  color: var(--view-all-color, #333);
  border: 2px solid #aaa;
  border-radius: 5px;
  padding: 5px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link-action {
    display: block;
    width: 100%;
  }
}
.link-action:hover, .link-action:focus {
  color: var(--view-all-color, #333);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--animation-rgb-value, 18, 71, 140), var(--animation-rgb-opacity, 0.7));
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--animation-rgb-value, 18, 71, 140), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--animation-rgb-value, 18, 71, 140), 0);
  }
}
@keyframes btnMainArrowLeft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes btnMainArrowRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes btnMainArrowDown {
  0% {
    transform: rotate(90deg) translateX(0px);
  }
  50% {
    transform: rotate(90deg) translateX(5px);
  }
  100% {
    transform: rotate(90deg) translateX(0px);
  }
}
@keyframes btnMainArrowUp {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
fieldset {
  border: none;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright__text {
  text-align: center;
  font-size: 16px;
  color: rgb(135, 144, 176);
  line-height: 2.273;
  margin: 0;
}
.copyright__text a {
  color: #4099f9;
}
.copyright__text a:hover, .copyright__text a:focus {
  color: #4099f9;
}
@media screen and (max-width: 767px) {
  .copyright__text {
    font-size: 12px;
    line-height: 2;
  }
}
@media screen and (max-width: 424px) {
  .copyright__text {
    font-size: 10px;
  }
}

/*
.deIcon::before{
	content: ' ';
	width: 16px;
	height: 16px;
	margin: 1px 5px 0;
	display: inline-block;
}
*/
.icon-png:before {
  content: "";
  display: block;
}

.icon-font {
  display: flex;
  line-height: 1;
  caret-color: transparent;
}

.logo--haeder {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 7;
  transform: translateY(-50%);
  max-width: 320px;
}
@media screen and (max-width: 1919px) {
  .logo--haeder {
    left: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .logo--haeder {
    top: calc(50% + 5px);
    max-width: 295px;
  }
}
@media screen and (max-width: 1023px) {
  .logo--haeder {
    position: relative;
    left: 0;
    transform: none;
  }
}
.logo--footer {
  max-width: 250px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .logo--footer {
    max-width: 150px;
    padding-bottom: 15px;
  }
}
.logo__btn {
  display: flex;
  align-items: center;
}
.logo__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.logo__img.logo_footer {
  aspect-ratio: attr(width)/attr(height);
}
.logo__img.logo_mobile {
  aspect-ratio: attr(width)/attr(height);
}
.logo__img_xs {
  display: none;
}
@media screen and (max-width: 1023px) {
  .logo__img {
    display: none;
  }
  .logo__img_xs {
    display: block;
    max-width: 100%;
  }
}

.c-popper {
  position: relative;
}
.c-popper:hover .c-poppertext {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.c-popper .c-poppertext {
  opacity: 0;
  visibility: hidden;
  display: block;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80px;
  max-width: 220px;
  padding-top: 10px;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.c-popper .c-poppertext > u {
  white-space: nowrap;
  display: block;
  width: 100%;
  min-height: 29px;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 8px 19px 0px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 13px;
}
.c-popper .c-poppertext > u:not(:first-of-type) {
  display: none;
}

.flex {
  display: flex;
}
.flex-hc {
  justify-content: center;
}
.flex-sb {
  justify-content: space-between;
}
.flex-col {
  flex-direction: column;
}
.flex-vc {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}

.relative {
  position: relative;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #07113b;
}
.header__col-menu, .header__col-search {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__col-menu, .header__col-search {
    display: block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .header__row_left {
    display: flex;
    justify-content: center;
  }
  .header__most-popular {
    display: none;
  }
}
.header__container-1 {
  background-color: #07113b;
}
@media screen and (max-width: 1023px) {
  .header__container-1 {
    display: none;
  }
}
.header__container-2 {
  margin-top: 40px;
  background-color: #081b49;
}
@media screen and (max-width: 1023px) {
  .header__container-2 {
    display: flex;
    margin-top: 0;
    align-items: center;
    min-height: 80px;
    padding: 5px 10px;
  }
  .header__container-2.is-open .header__view-actions {
    opacity: 1;
    display: flex;
    overflow: auto;
    flex-direction: column;
    visibility: visible;
    transform: translateY(0) translateZ(0);
  }
  .header__container-2.is-open .header__view-actions.awe {
    padding: 10px 20px 0;
  }
}
.header__container-2 .c-grid {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header__container-2 .c-grid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header__container-3 {
    background-color: rgb(11, 13, 40);
    box-shadow: 1.482px 16.935px 35px 0px rgba(31, 37, 103, 0.33);
  }
}
@media screen and (min-width: 1024px) {
  .header__row-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 6;
  }
}
@media screen and (max-width: 1023px) {
  .header__row-1 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__bottom {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    display: none;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 80px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 80px);
    background-color: rgba(8, 9, 21, 0.975);
    backface-visibility: hidden;
  }
  .header__bottom.is-open {
    z-index: 1600;
    background: #080915;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
  }
}
.header__wrapper {
  display: flex;
}
.header__wrapper-1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
@media screen and (min-width: 1024px) {
  .header__wrapper-1 .header__col-1 {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1799px) {
  .header__wrapper-1 .header__col-1 {
    width: auto;
    max-width: unset;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper-1 .header__col-2 {
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0;
  }
  .header__wrapper-1 .header__col-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__wrapper-1 .header__col-3 {
    max-width: 194px;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper-1 .header__col-3 > div:not(:first-of-type) {
    padding-left: 4px;
  }
  .header__wrapper-1 .header__col-3 .hdrfav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__wrapper-1 {
    position: relative;
    height: 80px;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #4a4a4a;
  }
}
.header__wrapper-2 {
  min-height: 121px;
}
@media screen and (max-width: 1023px) {
  .header__wrapper-2 {
    flex-direction: column;
    min-height: unset;
  }
}
.header__wrapper-2 .header__col-1 {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 1023px) {
  .header__wrapper-2 .header__col-1 {
    max-width: 100%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header__wrapper-2 .header__col-1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .header__wrapper-2 .header__col-1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__wrapper-2 .header__col-1 {
    max-width: 100%;
  }
}
.header__wrapper-2 .header__col-2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .header__wrapper-2 .header__col-2 {
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper-3 {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .header__user-block-outer {
    flex: 1;
    text-align: right;
  }
}
.header__user-block {
  display: inline-flex;
}
@media screen and (min-width: 992px) {
  .header__user-block {
    gap: 10px;
    padding: 0 10px;
    height: 29px;
    border-radius: 5px;
    margin-right: 4px;
    align-items: center;
    border: 2px solid #004aac;
  }
}
@media screen and (max-width: 991px) {
  .header__user-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: none;
    border-top: 1px solid #0a3e83;
    border-bottom: 1px solid #4a4a4a;
    align-items: stretch;
  }
}
.header__mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__mobile {
    display: flex;
    position: absolute;
    top: 40px;
    height: 40px;
    left: 70px;
    right: 80px;
    justify-content: center;
    align-items: center;
  }
}
.header__mobile-link {
  line-height: 0;
  margin: 0 10px;
}
.header__mobile-favourites {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__mobile-favourites {
    display: block;
  }
}
.header__category {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .header__category {
    flex-wrap: wrap;
  }
}
.header__category-title, .header__category-link {
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1365px) {
  .header__category-title, .header__category-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1449.98px) {
  .header__category-title, .header__category-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .header__category-title, .header__category-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .header__category-title, .header__category-link {
    font-size: 14px;
  }
}
.header__category-title {
  color: #fff;
}
.header__category-link {
  color: #35539c;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header__category-link {
    min-height: 30px;
  }
}
.header__category-link:hover {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.header__update {
  color: #35539c;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .header__update {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 6;
    top: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 6;
  }
}
@media screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .header {
    position: relative;
    width: 100%;
    z-index: 6;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header {
    position: relative;
    width: 100%;
    z-index: 6;
  }
}

.header__view {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  height: 32px;
  border-radius: 5px;
  background-color: #0a3e83;
}
.header__view.is-active .icon-font {
  transform: rotate(90deg);
  transition: transform 0.35s ease-in-out;
}
.header__view-wrapper {
  position: relative;
  display: flex;
  padding-bottom: 10px;
  display: none;
}
@media screen and (max-width: 991px) {
  .header__view-wrapper {
    display: none;
  }
}
.header__view-text {
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  margin-top: -5px;
  padding-bottom: 5px;
  line-height: 22px;
  letter-spacing: 0.1px;
}
.header__view-text span {
  margin-left: 2px;
}
@media screen and (max-width: 1023px) {
  .header__view-text span {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header__view-text {
    margin: 0;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
  }
}
.header__view-left, .header__view-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__view-left {
  flex: 1;
  min-width: 1px;
  max-width: 100%;
}
.header__view-left p,
.header__view-left span {
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  text-align: center;
}
.header__view-left p {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .header__view-left p {
    font-size: 12px;
  }
}
.header__view-left u {
  width: 1px;
  height: calc(100% - 10px);
  background-color: #3672c1;
}
.header__view-left span {
  color: #ffffff;
  font-size: 12px;
}
.header__view-right {
  width: 60px;
  height: 100%;
}
.header__view-right .icon-font {
  color: #ffffff;
  font-size: 18px;
  transform: rotate(-90deg);
  backface-visibility: hidden;
  transform-origin: center;
  transition: transform 0.35s ease-in-out;
}
.header__view-drop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 1100;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 138px;
  max-height: 368px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  backface-visibility: hidden;
  transform-origin: center;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.header__view-drop.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__view-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  background-color: transparent;
  transition: background-color 0.35s ease-in-out;
}
.header__view-link:hover {
  background-color: #778098;
  transition: background-color 0.35s ease-in-out;
}
.header__view-link:hover span {
  color: #c7f228;
  transition: color 0.35s ease-in-out;
}
.header__view-link:hover p {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.header__view-link:hover button .icon-font {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.header__view-link:not(:last-of-type) {
  border-bottom: 1px solid #dce3f3;
}
.header__view-link > div {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header__view-link > div:nth-of-type(1) {
  padding-left: 18px;
  width: 55px;
}
.header__view-link > div:nth-of-type(2) {
  flex: 1;
  min-width: 1px;
  max-width: 100%;
}
.header__view-link > div:nth-of-type(3) {
  justify-content: center;
  width: 90px;
}
.header__view-link span {
  color: #757a85;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.35s ease-in-out;
}
.header__view-link img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-right: 7px;
}
.header__view-link p {
  color: #0a3e83;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.35s ease-in-out;
}
.header__view-link a {
  color: #0a3e83;
}
.header__view-link button, .header__view-link .glass {
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  margin-right: 2px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.header__view-link button .icon-font, .header__view-link .glass .icon-font {
  color: #0a3e83;
  font-size: 21px;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header__view-actions {
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px) translateZ(0);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: var(--kh, 0);
    background-color: rgba(8, 9, 21, 0.975);
    overscroll-behavior: contain;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
  }
  .header__view-actions.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

#mobile-search {
  display: none;
}
@media screen and (max-width: 1023px) {
  #mobile-search {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .light .header__view-actions {
    background-color: #fff;
  }
}

.header__toggle {
  position: relative;
  display: flex;
  width: 45px;
  height: 20px;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 2em;
  background-color: #030b2e;
}
@media screen and (max-width: 1023px) {
  .header__toggle {
    position: absolute;
    left: 15px;
    top: 49px;
  }
}
.header__toggle-left, .header__toggle-right {
  z-index: 0;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
}
.header__toggle-left .icon-font, .header__toggle-right .icon-font {
  color: #ffffff;
  font-size: 12px;
  width: 12px;
  transition: opacity 0.35s ease-in-out;
}
.header__toggle-left .icon-font.icon-sun, .header__toggle-right .icon-font.icon-sun {
  opacity: 0;
}
.header__toggle-left .icon-font.icon-moon, .header__toggle-right .icon-font.icon-moon {
  opacity: 1;
}
.header__toggle-left {
  left: 0;
  justify-content: flex-end;
}
.header__toggle-right {
  right: 0;
  justify-content: flex-start;
}
.header__toggle input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.header__toggle label {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.header__toggle span {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  background-color: rgb(215, 242, 74);
  width: 14px;
  height: 14px;
  backface-visibility: hidden;
  transform-origin: center;
  transform: translateX(-25px);
  transition: transform 0.35s ease-in-out;
}

@media screen and (max-width: 991px) {
  .light .header__toggle {
    border-color: #000;
    background-color: #fff;
  }
  .light .header__toggle-left .icon-font, .light .header__toggle-right .icon-font {
    color: #000;
  }
  .light .header__toggle span {
    background-color: #000;
  }
}
.header__recent {
  display: none;
  position: relative;
  left: -20px;
  flex-direction: column;
  width: calc(100% + 40px);
}
@media screen and (max-width: 1023px) {
  .header__recent {
    display: flex;
    flex: 1;
    width: 100%;
    left: 0;
  }
}
.header__recent-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 5px 20px;
  background-color: #0a3e83;
}
.header__recent-head p {
  color: #abbde7;
  font-weight: 700;
  margin: 0;
}
.header__recent-head .icon-font {
  margin-left: 5px;
  transform: rotate(-90deg);
  color: #ffffff;
}
.header__recent-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  overflow: auto;
}
@media screen and (max-width: 1023px) {
  .header__recent-body {
    flex: 1;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .header__recent-body {
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    overflow: auto;
  }
}
.header__recent-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 65px;
}
.header__recent-body a:not(:last-of-type) {
  border-bottom: 1px solid #1b1d30;
}
.header__recent-body a .icon-font {
  margin-right: 5px;
  font-size: 20px;
  color: #cde549;
  transform: scaleX(-1);
}
.header__recent-body a span {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 1023px) {
  .light .header__recent {
    background-color: #fff;
  }
  .light .header__recent-body a .icon-font {
    color: #8c8b8b;
  }
  .light .header__recent-body a span {
    color: #000;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    height: 40px;
    flex-direction: row-reverse;
    border-top: 2px solid #0a3e83;
    border-bottom: 2px solid #0a3e83;
    background: #0b0d28;
  }
  .header__nav.hm {
    display: none;
  }
}
.header__nav-item, .header__nav-link, .header__nav-separator {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .header__nav-item, .header__nav-link, .header__nav-separator {
    width: 100%;
  }
}
.header__nav-item {
  display: flex;
  flex: 1;
  min-width: 1px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__nav-item {
    display: none;
  }
  .header__nav-item.mb {
    display: block;
  }
  .header__nav-item .header_nav_meet:before, .header__nav-item .header_nav_meet:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 14px);
    background-color: #161e3e;
  }
  .header__nav-item .header_nav_meet:before {
    left: 0;
  }
  .header__nav-item .header_nav_meet:after {
    right: 0;
  }
}
.header__nav-item--saparator {
  flex: unset;
  width: 3px;
}
@media screen and (max-width: 1023px) {
  .header__nav-item--saparator {
    display: none;
  }
}
.header__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  z-index: 1;
}
.header__nav-link.link_categories {
  z-index: 8;
}
.header__nav-link:hover span {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.header__nav-link > div {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header__nav-link > div {
    display: none;
  }
}
.header__nav-link .icon-png {
  margin-right: 6px;
  mix-blend-mode: screen;
  /*&.icon-category:before{
  	background: url(../images/icon-category.svg);
  	background-repeat: no-repeat;
  	width: 22px;
  	height: 17px;
  }*/
}
@media screen and (max-width: 1023px) {
  .header__nav-link .icon-png {
    transform: scale(1.2);
  }
}
.header__nav-link .icon-png.icon-nav-home {
  height: 16px;
  margin-right: 8px;
}
.header__nav-link .icon-png.icon-nav-category {
  height: 16px;
  margin-right: 12px;
}
.header__nav-link .icon-png.icon-nav-porncoupons {
  width: 19px;
}
.header__nav-link .icon-png.icon-nav-blog {
  height: 18px;
}
.header__nav-link .icon-png.icon-nav-videos {
  height: 17px;
}
.header__nav-link .icon-png.icon-nav-sex {
  width: auto;
  height: 26px;
}
.header__nav-link span {
  text-transform: uppercase;
  font-size: 13px;
  color: #e2e3e6;
  font-weight: bold;
  line-height: 1.2;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .header__nav-link span {
    font-size: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav-link span {
    color: #abbde7;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav-icon {
    width: 40px;
  }
}
.header__nav-separator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: calc(100% - 14px);
  background-color: #161e3e;
}
@media screen and (max-width: 1023px) {
  .header__nav-separator {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav-icon {
    display: none;
  }
}
.header__nav-icon-fill {
  fill: #c1f002;
}
.header__nav-icon-outline {
  fill: #000;
}

.light .header__nav-icon-fill {
  fill: #000;
}
.light .header__nav-icon-outline {
  fill: #fff;
}

.header__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 29px;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 2px;
  border-color: rgb(0, 74, 172);
  border-style: solid;
  border-radius: 5px;
}
@media screen and (max-width: 1279px) {
  .header__action {
    width: 125px;
  }
}
@media screen and (max-width: 991px) {
  .header__action {
    width: 100%;
    height: 40px;
    border: none;
    border-top: 1px solid #0a3e83;
    border-bottom: 1px solid #4a4a4a;
    align-items: stretch;
  }
  .header__action-col {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
  }
  .header__action-col:first-child {
    border-right: 1px solid #dedede;
  }
}
.header__action-link {
  font-size: 12px;
  font-weight: 700;
  color: #768fa9;
}
.header__action-link i {
  display: none;
}
.header__action-link:hover, .header__action-link:focus {
  color: #768fa9;
}
@media screen and (max-width: 1279px) {
  .header__action-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header__action-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
  }
  .header__action-link i {
    display: block;
    margin-right: 5px;
    height: 14px;
  }
}
.header__action-link--logout {
  color: #9294ad;
}
@media screen and (max-width: 991px) {
  .header__action-link--logout {
    color: #fff;
  }
}
.header__action-link--admin {
  color: #91a538;
}
@media screen and (max-width: 991px) {
  .header__action-link--admin {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .light .header__action-link {
    color: #4e4e4e;
  }
}

.header__categories-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__categories-mobile {
    display: block;
    padding: 60px 15px 15px;
    position: relative;
  }
}

.category-list-menu-mobile {
  height: calc(100vh - 220px);
  overflow: auto;
  padding-right: 10px;
}
.category-list-menu-mobile::-webkit-scrollbar {
  width: 4px; /* Set the width of the scrollbar */
}
.category-list-menu-mobile::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the track */
}
.category-list-menu-mobile::-webkit-scrollbar-thumb {
  background: #225396; /* Scrollbar thumb color */
  border-radius: 10px; /* Rounded corners */
}
.category-list-menu-mobile::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover color */
}

@media screen and (max-width: 1023px) {
  .light .header__bottom.is-open {
    background: #fff;
  }
  .light .pre-header__mobile {
    background-color: rgba(48, 48, 48, 0.9803921569);
  }
  .light .pre-header__mobile-middle {
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
  }
}
.light .header__toggle label .icon-font {
  transition: opacity 0.35s ease-in-out;
}
.light .header__toggle label .icon-font.icon-sun {
  opacity: 1;
}
.light .header__toggle label .icon-font.icon-moon {
  opacity: 0;
}
.light .header__toggle label span {
  transform: translateX(0);
  transition: transform 0.35s ease-in-out;
}

.is_logged .header__view-wrapper {
  display: block;
}
@media screen and (max-width: 1023px) {
  .is_logged .header__view-wrapper {
    display: none;
  }
}
.is_logged .header__view-text {
  display: none;
}

[data-label-lg]::after {
  content: attr(data-label-lg);
}

@media screen and (max-width: 767px) {
  /* line 189, src/scss/_shared/_main-setting-reset.scss */
  [data-label-xs]::after {
    content: attr(data-label-xs);
  }
}
.has_search .header__recent {
  display: none;
}

@media screen and (max-width: 1023.98px) {
  .fund .header {
    top: 45px;
  }
}
.fund .c-grid.bitcoin {
  display: block;
  position: relative;
}
@media screen and (max-width: 1023.98px) {
  .fund .c-grid.bitcoin {
    position: fixed;
    z-index: 105;
    top: 0;
    left: 0;
    padding: 0;
  }
}
.fund .header__action_bitcoin-outer {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 430px;
}
@media screen and (max-width: 1023px) {
  .fund .header__action_bitcoin-outer {
    position: relative;
    height: 45px;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-size: 13px;
  }
}
.fund .header__action_bitcoin-outer .btc-close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateZ(20px);
  cursor: pointer;
  width: 13px;
  height: 13px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .fund .header__action_bitcoin-outer .btc-close {
    left: 15px;
    right: auto;
  }
}
.fund .header__action_bitcoin {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-weight: 600;
  color: #000;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.fund .header__action_bitcoin .btc_hash img {
  height: 24px;
  margin: -3px 5px;
}
.fund .header__action_bitcoin.copied {
  animation: rotateBtc 3.7s ease-in-out;
  animation-fill-mode: forwards;
}
.fund .header__action_bitcoin.copied .btc-close {
  transform: translateY(-50%) rotateX(180deg);
}
@media screen and (min-width: 1199.98px) and (max-width: 1449.98px) {
  .fund .header__action_bitcoin {
    left: 410px;
  }
}
.fund .header__action_bitcoin span {
  display: flex;
  color: #fff;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .fund .header__action_bitcoin span {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .fund .header__bottom {
    top: 110px;
  }
}

@keyframes rotateBtc {
  0% {
    transform: rotateX(0deg);
    background-color: #e58616;
  }
  17% {
    transform: rotateX(180deg);
    background-color: #269552;
  }
  83% {
    transform: rotateX(180deg);
    background-color: #269552;
  }
  100% {
    transform: rotateX(0deg);
    background-color: #e58616;
  }
}
.badge.lazy {
  background-image: none;
}

.favbadge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  background: url(../images/cat-icons.png) 0 -85px no-repeat;
  display: none;
}

.rightCat a:hover .favbadge {
  background-position-y: -123px;
}

.yt_icon {
  position: absolute;
  top: 40px;
  right: 10px;
  background-size: contain;
}
.yt_icon.hd {
  background-image: url(../images/icon_hd.png);
  background-size: contain;
  width: 43px;
  height: 41px;
}
@media screen and (max-width: 1199px) {
  .yt_icon.hd {
    width: 26px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .yt_icon.hd {
    width: 26px;
    height: 25px;
  }
}
.yt_icon.yt {
  background-image: url(../images/icon_youtube.png);
  background-size: contain;
  width: 46px;
  height: 30px;
}
@media screen and (max-width: 1199px) {
  .yt_icon.yt {
    width: 26px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .yt_icon.yt {
    width: 26px;
    height: 17px;
  }
}

@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 27, 173, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 74, 173, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 74, 173, 0);
  }
}
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
@keyframes showNSlideUp {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animateStickyHeader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.sort__drop {
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translate(-50%, 10px);
  display: flex;
  flex-wrap: wrap;
  width: 126px;
  padding: 15px;
  border-radius: 5px;
  background-color: #ffffff;
  backface-visibility: hidden;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sort__drop {
    position: relative;
    top: 5px;
    left: -20px;
    width: 100vw;
    transform: unset;
    padding: 10px 0 10px;
    border-radius: 0;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .sort__drop {
    max-height: calc(var(--vh, 1vh) * 100 - 70px);
    overflow: auto;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .sort__drop {
    max-height: calc(var(--vh, 1vh) * 100 - 70px);
    overflow: auto;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .sort__drop {
    max-height: calc(var(--vh, 1vh) * 100 - 70px);
    overflow: auto;
  }
}
.sort__drop.is-open {
  z-index: 1650;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sort__drop.is-open {
    transform: unset;
  }
}
.sort__drop:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 1023px) {
  .sort__drop:after {
    top: -10px;
    left: 35px;
    transform: unset;
    border-width: 7px;
  }
}
.sort__drop-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  max-width: 25%;
  min-height: 35px;
  padding-left: 2px;
  padding-right: 2px;
  color: #081b49;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sort__drop-link {
    max-width: 14.2857142857%;
  }
}
.sort__drop-link:hover {
  color: #004eb4;
  transition: color 0.35s ease-in-out;
}
.sort__drop-link.is-active {
  text-decoration: underline;
  color: #004eb4;
  transition: color 0.35s ease-in-out;
}
.sort__drop-inner {
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 100%;
  top: 90px;
  width: 358px;
  border-radius: 5px;
  /*min-height: calc(46px * 4);*/
  /*max-height: calc(46px * 4);*/
  background-color: #939cb2;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sort__drop-inner {
    position: relative;
    top: 10px;
    left: 0;
    width: calc(100vw + 10px);
    height: 0;
    min-height: unset;
    max-height: unset;
    transform: unset;
    border-radius: 0;
  }
}
.sort__drop-inner.is-open {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateX(0);
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.sort:hover > .sort__drop, .sort.is-open > .sort__drop {
  z-index: 1650;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sort:hover > .sort__drop, .sort.is-open > .sort__drop {
    transform: unset;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .sort:hover > .sort__drop, .sort.is-open > .sort__drop {
    max-height: calc(100vh - 64px);
    overflow: auto;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .sort:hover > .sort__drop, .sort.is-open > .sort__drop {
    max-height: calc(100vh - 64px);
    overflow: auto;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .sort:hover > .sort__drop, .sort.is-open > .sort__drop {
    max-height: calc(100vh - 64px);
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .sort:hover > .sort__drop, .sort.is-open > .sort__drop {
    max-height: calc(100vh - 64px);
    overflow: auto;
  }
}
.sort__collapse {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sort__collapse:not(:last-of-type) .sort__collapse-toggle {
  border-bottom: 1px solid #bac4dd;
}
.sort__collapse-toggle {
  display: flex;
  height: 46px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.35s ease-in-out;
}
.sort__collapse-toggle:hover, .sort__collapse-toggle.is-active {
  background-color: #778098;
  transition: background-color 0.35s ease-in-out;
}
.sort__collapse-toggle:hover > div > span, .sort__collapse-toggle.is-active > div > span {
  color: #c7f228;
  transition: color 0.35s ease-in-out;
}
.sort__collapse-toggle:hover .icon-font, .sort__collapse-toggle.is-active .icon-font {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.sort__collapse-toggle > div {
  display: flex;
  align-items: center;
  height: 100%;
}
.sort__collapse-toggle > div:nth-of-type(1), .sort__collapse-toggle > div:nth-of-type(3) {
  justify-content: center;
  width: 50px;
}
.sort__collapse-toggle > div:nth-of-type(1) {
  border-right: 1px solid #bac4dd;
}
.sort__collapse-toggle > div:nth-of-type(2) {
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 12px;
}
.sort__collapse-toggle span {
  color: #dbe2f1;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.35s ease-in-out;
}
.sort__collapse-toggle img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 30px;
  margin-right: 7px;
}
.sort__collapse-toggle p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.35s ease-in-out;
}
.sort__collapse-toggle p b, .sort__collapse-toggle p span {
  color: #0a3e83;
}
.sort__collapse-toggle .icon-font {
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  transform: rotate(-90deg);
  font-size: 16px;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sort__collapse-toggle .icon-font {
    opacity: 1;
    visibility: visible;
  }
}
.sort__collapse-title .icon-category {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  background-color: #000;
  border-radius: 50%;
  background-size: 24px 24px;
  background-position: center;
}
.sort__collapse-body {
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding: 10px;
  background-color: #262e45;
}
.sort__collapse-body.is-open {
  display: flex;
}
.sort__collapse-body .site_free {
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 50px;
  margin-right: 5px;
  box-shadow: none;
  border: 2px solid #004aac;
  border-radius: 5px;
  background-color: transparent;
  transition: background-color 0.35s ease-in-out;
}
.sort__collapse-body .site_free:hover {
  background-color: #004aac;
  transition: background-color 0.35s ease-in-out;
}
.sort__collapse-body .site_free span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.sort__collapse-body img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.hdrfav .hdrfavttl {
  background-color: #fc4b15;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
  position: relative;
}
.hdrfav .hdrfavttl:after {
  position: absolute;
  right: 4px;
  top: 5px;
  content: " ";
  display: inline-block;
  background-image: url(../images/arrow-fav.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.hdrfav .favourite_list {
  list-style-type: none;
  padding: 0;
  font-weight: 500;
  margin: 0;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 992px) {
  .hdrfav .favourite_list {
    display: none;
    max-height: 152px;
  }
}
.hdrfav .favourite_list li {
  position: relative;
  flex-grow: 1;
  vertical-align: middle;
  border-bottom: 1px solid #070707;
  display: flex;
  align-items: center;
  text-align: left;
  background: #fff;
  padding: 0 10px 0 0;
  margin: 0;
  height: 38px;
}
.hdrfav .favourite_list li:before {
  order: 1;
}
.hdrfav .favourite_list li .id_number {
  margin: 0 5px 0 10px;
  width: 30px;
  text-align: center;
  border: 0;
  font-weight: 400;
  color: #adadad;
  font-size: 14px;
  order: 0;
}
.hdrfav .favourite_list li a, .hdrfav .favourite_list li span {
  color: #113d74;
  display: inline;
  padding: 0;
  font-size: 15px;
  font-family: inherit;
  text-transform: none;
  white-space: nowrap;
}
.hdrfav .favourite_list li .link {
  color: #113d74;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin: 0 20px 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  order: 3;
  flex: 1;
}
.hdrfav .favourite_list li .fav_delete {
  cursor: pointer;
  font-size: 18px;
  background: url(../images/icon_delete.png);
  width: 14px;
  height: 16px;
  display: block;
  order: 4;
  margin-right: 15px;
}
.hdrfav .favourite_list li .preview_link {
  height: 16px;
  width: 16px;
  background: url(../images/catIcons2.png);
  background-position: -85px -189px;
  margin-top: 3px;
  order: 5;
}
.hdrfav.open .favourite_list {
  display: block;
}

.lang__flag::before {
  background-image: url("../images/flags.png");
}

.search_results {
  background: #fff;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search_results {
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .search_results {
    background: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.search_result_box {
  overflow: auto;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search_result_box {
    background: #000;
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}
@media screen and (max-width: 767px) {
  .search_result_box {
    background: #000;
    flex: 1;
  }
}

@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .search_results_box {
    max-height: calc(var(--vh, 1vh) * 100 - 74px);
    min-height: auto;
    overflow: auto;
  }
}

.search_results_top {
  display: flex;
  background: #0a3e83;
  color: #fff;
  align-items: center;
  padding: 5px 5px 5px 0;
}
.search_results_top .top_results {
  padding: 0 25px 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.search_results_top .top_results span {
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .search_results_top .top_results {
    font-size: 14px;
    padding-right: 5px;
  }
}

.search_results_tags {
  flex: 1;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.search_results_tags::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .search_results_tags {
    overflow: auto;
  }
}
.search_results_tags .search_category_item {
  text-decoration: none;
  background: #090b27;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  margin: 0 2px;
  padding: 4px 13px 4px 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .search_results_tags .search_category_item {
    padding-right: 3px;
  }
  .search_results_tags .search_category_item span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.search_results_tags .search_category_item img {
  max-height: 22px;
  margin-right: 10px;
}
.search_results_tags .search_category_item .icon-category {
  background-color: #000;
  border-radius: 50%;
}
.search_results_tags .search_category_item:before {
  margin-left: 0;
  zoom: 0.8;
}
.search_results_tags .search_category_item:nth-child(5n+1) {
  background: #0677ce;
}
.search_results_tags .search_category_item:nth-child(5n+2) {
  background: #767676;
}
.search_results_tags .search_category_item:nth-child(5n+3) {
  background: #625e73;
}
.search_results_tags .search_category_item:nth-child(5n+4) {
  background: #65a6bb;
}

.search_site_item {
  padding: 5px;
  text-align: center;
  width: 25%;
  max-width: 25%;
  flex: 25% 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .search_site_item {
    width: 33.333334%;
    max-width: 33.333334%;
    flex: 33.333334% 1;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search_site_item {
    width: 33.333334%;
    max-width: 33.333334%;
    flex: 33.333334% 1;
  }
}
@media screen and (max-width: 767px) {
  .search_site_item {
    width: 50%;
    max-width: 50%;
    flex: 50% 1;
  }
}
.search_site_item_inner {
  cursor: pointer;
}
.search_site_item .title {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  color: #0a3e83;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search_site_item .title {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .search_site_item .title {
    color: #fff;
  }
}
.search_site_item .title:before {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 12px;
  margin-right: 5px;
}
.search_site_item .title:after {
  display: none;
}
.search_site_item .title span {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search_site_item .title img {
  max-width: 100%;
}
.search_site_item .thumb {
  line-height: 0;
  border-top: 1px solid #9ca4ad;
  border-left: 1px solid #9ca4ad;
  border-right: 1px solid #9ca4ad;
  flex: 1;
  display: flex;
  padding-top: 85%;
  position: relative;
}
.search_site_item .thumb img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  height: 100%;
}
.search_site_item .site_category {
  background: #0a3e83;
  color: #fff;
  font-size: 10px;
  padding: 1px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search_site_item .site_category {
    border-left: 1px solid #9ca4ad;
    border-right: 1px solid #9ca4ad;
    border-bottom: 1px solid #9ca4ad;
  }
}
@media screen and (max-width: 767px) {
  .search_site_item .site_category {
    border-left: 1px solid #9ca4ad;
    border-right: 1px solid #9ca4ad;
    border-bottom: 1px solid #9ca4ad;
  }
}
.search_site_item .site_category a {
  color: #fff;
}
.search_site_item .site_category a:hover, .search_site_item .site_category a:focus {
  color: #fff;
}
.search_site_item .search_item_overlay {
  position: absolute;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  top: 32px;
  bottom: 21px;
  left: 5px;
  right: 5px;
  flex-direction: column;
  z-index: 2;
}
.search_site_item .search_item_overlay a {
  padding: 10px 0;
  justify-content: center;
  color: #fff;
  background: #004aad;
  text-decoration: none;
  border-radius: 5px;
  width: 80%;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.2s linear 0s;
}
@media screen and (max-width: 1024px) {
  .search_site_item .search_item_overlay a {
    padding: 10px 0;
    font-size: 14px;
  }
}
.search_site_item .search_item_overlay a i {
  transition: all 0.2s linear 0s;
  opacity: 0;
  width: 0;
}
.search_site_item .search_item_overlay a i.right_angle {
  color: #c4f015;
}
.search_site_item .search_item_overlay a i.right_angle:before {
  transform: rotateZ(180deg);
}
.search_site_item .search_item_overlay a:hover i {
  opacity: 1;
  width: 18px;
  padding-left: 10px;
}
.search_site_item .search_item_overlay .link_site {
  background: #c4f015;
  color: #000;
  margin-top: 15px;
}
.search_site_item:hover .search_item_overlay {
  display: flex;
}
@media screen and (max-width: 767px) {
  .search_site_item:hover .search_item_overlay {
    display: none;
  }
}
.search_site_item.touched .search_item_overlay {
  display: flex;
}
@media screen and (max-width: 767px) {
  .search_site_item.touched .search_item_overlay {
    display: flex;
  }
}

.search_pagination {
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 1023px) {
  .search_pagination {
    padding: 0;
  }
}
.search_pagination .item {
  background: #e4e4e4;
  color: #8a8a8a;
  padding: 3px 8px;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}
.search_pagination .item.active {
  background: #07113b;
  color: #d5f34a;
}
.search_pagination .item.prev:after, .search_pagination .item.next:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.search_pagination .item.prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: 0 -4px 0 0;
}
.search_pagination .item.next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 0 0 -4px;
}
.search_pagination .item.prev:hover:after, .search_pagination .item.next:hover:after {
  border-color: #fff;
}

.loading_spinner {
  display: none;
}
.loading_spinner > div {
  display: inline-block;
  width: 8px;
  height: 8px;
  animation: bouncedelay 1.4s infinite ease-in-out;
  border-radius: 100%;
  animation-fill-mode: both;
  background: #0677ce;
}
.loading_spinner .bounce1 {
  animation-delay: -0.32s;
}
.loading_spinner .bounce2 {
  animation-delay: -0.16s;
}

.search_load_more.loading {
  font-size: 0;
  text-indent: 0;
}
.search_load_more.loading .loading_spinner {
  display: block;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.login_container {
  background-color: #0e123c;
  padding: 15px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1023px) {
  .login_container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .login_container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .login_container .login_top {
    padding: 15px;
    position: relative;
  }
  .login_container .login_top:after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #0e123c transparent transparent transparent;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .login_container .login_top {
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
}
.login_container .login_container_inner {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.login_container .login_container_inner.forgot .info {
  color: #9294ad;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .login_container .login_container_inner.forgot .info {
    font-size: 17px;
    color: #d2d2d2;
  }
}
@media screen and (max-width: 767px) {
  .login_container .login_container_inner.forgot .info {
    margin-bottom: 10px;
  }
}
.login_container .login_container_inner.forgot .info a {
  color: #c7f928;
}
@media screen and (max-width: 1023px) {
  .login_container .login_container_inner.forgot .info a {
    display: block;
    border: 3px solid #003b85;
    color: #fff;
    padding: 10px;
  }
}
.login_container .login_container_inner.forgot .info .status {
  color: #f00;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 5px;
  line-height: 25px;
}
.login_container .login_container_inner .info_create_mobile {
  color: #a4a4a4;
  padding: 15px 0;
}
@media screen and (max-width: 1023px) {
  .login_container .login_container_inner .info_create_mobile {
    background: #080915;
    padding: 15px 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .login_container .login_container_inner .info_create_mobile {
    max-width: 430px;
    margin: 0 auto;
  }
  .login_container .login_container_inner .info_create_mobile_outer {
    background: #080915;
  }
}
.login_container .login_container_inner .info_create_mobile a {
  color: #c7f928;
}
@media screen and (max-width: 1023px) {
  .login_container .login_container_inner .info_create_mobile a {
    margin-top: 10px;
    display: block;
    border: 3px solid #003b85;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
  }
}
.login_container .login_form {
  width: 50%;
  padding: 0 70px;
}
@media screen and (max-width: 1023px) {
  .login_container .login_form {
    width: 100%;
    padding: 0;
  }
}
.login_container .login_form input {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .login_container .login_form input {
    width: 100%;
  }
}
.login_container .login_form .signup {
  color: #c7f928;
  float: left;
}
.login_container .login_form .forgot {
  color: #999999;
}
@media screen and (max-width: 1023px) {
  .login_container .login_form .forgot {
    text-align: center;
    display: block;
    float: none;
    margin-top: 10px;
    color: #3b92ff;
  }
}
.login_container .login_form .already_have {
  color: #999;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .login_container .login_form .already_have {
    color: #d2d2d2;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .login_container .login_form .already_have {
    font-size: 12px;
  }
}
.login_container .login_form .already_have a {
  color: #c7f928;
}
@media screen and (max-width: 1023px) {
  .login_container .login_form .already_have a {
    color: #157dff;
  }
}
@media screen and (max-width: 1023px) {
  .login_container .remeber_me {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .login_container .remeber_me input[type=checkbox] {
    width: auto;
    margin-right: 10px;
  }
  .login_container .remeber_me label {
    white-space: nowrap;
  }
}
.login_container .login_banner {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .login_container .login_banner {
    display: none;
  }
}
.login_container .title {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin: 20px 0 40px;
}
@media screen and (max-width: 1023px) {
  .login_container .title {
    font-size: 22px;
    color: #4296ff;
    text-transform: uppercase;
    margin: 0 0 0;
  }
}
.login_container .signup {
  margin: 0;
}
.login_container .top_forgot_text {
  color: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .login_container .top_forgot_text {
    text-align: center;
    padding-top: 10px;
  }
}

.user_container_popup .user_tab_login, .user_container_popup .user_tab_join, .user_container_popup .user_tab_forgot {
  display: none;
  align-items: center;
}
.user_container_popup.login .user_tab_join, .user_container_popup.login .user_tab_forgot {
  display: none;
}
.user_container_popup.login .user_tab_login {
  display: flex;
}
.user_container_popup.join .user_tab_login, .user_container_popup.join .user_tab_forgot {
  display: none;
}
.user_container_popup.join .user_tab_join {
  display: flex;
}
.user_container_popup.forgot .user_tab_join, .user_container_popup.forgot .user_tab_login {
  display: none;
}
.user_container_popup.forgot .user_tab_forgot {
  display: flex;
}

.result-message, .forgot_success {
  display: block;
  padding: 6px 0;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.result-message.alert-danger, .forgot_success.alert-danger {
  color: #ff6d6d;
}
.result-message .check_folder, .forgot_success .check_folder {
  color: #d1f34b;
}

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

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

@media screen and (max-width: 1023px) {
  .login_bottom {
    background: #000;
  }
}

.login_panel {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.login_panel ul {
  font-family: gloria hallelujah, cursive;
  color: #d6ff23;
  background: #0e478d;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0e478d), color-stop(100%, #0a3365));
  background: linear-gradient(to bottom, #0e478d 0%, #0a3365 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e478d",endColorstr="#0a3365",GradientType=0);
  padding: 10px 10px 0;
  margin: 25px 0 0;
  text-align: center;
  font-size: 28px;
  border-bottom: 8px solid #90b0ca;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .login_panel ul {
    font-size: 16px;
  }
}
.login_panel ul li {
  width: 50%;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
}
.login_panel ul li.active {
  background: #90b0ca;
}
.login_panel ul a {
  color: #fff !important;
  text-transform: uppercase;
}
.login_panel .tab-content {
  background: #fff;
}

.signup_tip_conainer {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.signup_tip_conainer .signup_tip {
  width: 33.3333334%;
  color: #0a3862;
  text-align: left;
  position: relative;
  padding: 0 25px 0 80px;
  margin-top: 15px;
  font-size: 22px;
  display: inline-block;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  border-right: 2px solid #eaeaea;
}
.signup_tip_conainer .signup_tip i {
  background: url(../images/green_tick.png);
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0;
}

.cleanlogin-container {
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  .cleanlogin-container {
    padding: 35px 30px 15px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .cleanlogin-container {
    margin: 0 auto;
  }
}
.cleanlogin-container .status.alert-danger {
  color: #ff4f4f;
  text-align: center;
  padding-bottom: 15px;
}
.cleanlogin-container .join_button, .cleanlogin-container input[type=submit], .cleanlogin-container .submit {
  width: 100%;
  border: none;
  height: 60px;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  color: #021b3b;
  text-transform: uppercase;
  cursor: pointer;
  background: #c7f928;
}
@media screen and (max-width: 1023px) {
  .cleanlogin-container .join_button, .cleanlogin-container input[type=submit], .cleanlogin-container .submit {
    font-size: 18px;
    background: #003b85;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cleanlogin-container .join_button, .cleanlogin-container input[type=submit], .cleanlogin-container .submit {
    font-size: 15px;
  }
}
.cleanlogin-container form label {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .cleanlogin-container form label {
    color: #fff;
  }
}
.cleanlogin-container .forgot {
  float: right;
}

.cleanlogin-field {
  margin-bottom: 25px;
  border-radius: 8px;
}
.cleanlogin-field input {
  padding: 15px 25px;
  border-color: #333;
  border-radius: 3px;
  width: 100%;
}
.cleanlogin-field input.error {
  border-color: red;
}

.btn_ajax.loading {
  font-size: 0;
  text-indent: 0;
}
.btn_ajax.loading .loading_spinner {
  display: block;
}

.icon-category {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  content: " ";
  height: 33.5px;
  width: 33.5px;
  vertical-align: middle;
}
.icon-sm {
  height: 22px;
  width: 22px;
}
.icon-archive {
  background-image: url(../images/categories/archive.svg);
}
.icon-premium {
  background-image: url(../images/categories/premium.svg);
}
.icon-cam {
  background-image: url(../images/categories/cam.svg);
}
.icon-games {
  background-image: url(../images/categories/games.svg);
}
.icon-tube {
  background-image: url(../images/categories/tube.svg);
}
.icon-teen {
  background-image: url(../images/categories/teen.svg);
}
.icon-teen:not(.icon-sm) {
  width: 35px;
}
.icon-premium-amateur {
  background-image: url(../images/categories/premium-amateur.svg);
}
.icon-premium-amateur:not(.icon-sm) {
  width: 38.5px;
}
.icon-onlyfans-leaks {
  background-image: url(../images/categories/onlyfans-leaks.svg);
}
.icon-taboo {
  background-image: url(../images/categories/taboo.svg);
}
.icon-taboo:not(.icon-sm) {
  width: 34px;
}
.icon-vr {
  background-image: url(../images/categories/vr.svg);
}
.icon-vr:not(.icon-sm) {
  width: 41.5px;
}
.icon-ai-porn {
  background-image: url(../images/categories/ai-porn.svg);
}
.icon-ai-porn:not(.icon-sm) {
  width: 28.8px;
}
.icon-dating {
  background-image: url(../images/categories/dating.svg);
}
.icon-dating:not(.icon-sm) {
  width: 38.6px;
}
.icon-celebrity {
  background-image: url(../images/categories/celebrity.svg);
}
.icon-celebrity:not(.icon-sm) {
  width: 44px;
}
.icon-black {
  background-image: url(../images/categories/black.svg);
}
.icon-black:not(.icon-sm) {
  width: 41px;
}
.icon-escorts {
  background-image: url(../images/categories/escorts.svg);
}
.icon-trans-cam {
  background-image: url(../images/categories/trans-cam.svg);
}
.icon-trans-cam:not(.icon-sm) {
  width: 35px;
}
.icon-mature-cam {
  background-image: url(../images/categories/mature-cam.svg);
}
.icon-mature-cam:not(.icon-sm) {
  width: 37px;
}
.icon-bbw-cam {
  background-image: url(../images/categories/bbw-cam.svg);
}
.icon-bbw-cam:not(.icon-sm) {
  width: 36px;
}
.icon-bdsm-cam {
  background-image: url(../images/categories/bdsm-cam.svg);
}
.icon-bdsm-cam:not(.icon-sm) {
  width: 37px;
}
.icon-teen-cam {
  background-image: url(../images/categories/teen-cam.svg);
}
.icon-squirt-cam {
  background-image: url(../images/categories/squirt-cam.svg);
}
.icon-squirt-cam:not(.icon-sm) {
  width: 37px;
}
.icon-anal-cam {
  background-image: url(../images/categories/anal-cam.svg);
}
.icon-anal-cam:not(.icon-sm) {
  width: 37px;
}
.icon-black-cam {
  background-image: url(../images/categories/black-cam.svg);
}
.icon-black-cam:not(.icon-sm) {
  width: 36.6px;
}
.icon-free-onlyfans-accounts {
  background-image: url(../images/categories/free-onlyfans-accounts.svg);
}
.icon-free-onlyfans-accounts:not(.icon-sm) {
  width: 36px;
}
.icon-premium-indian {
  background-image: url(../images/categories/premium-indian.svg);
}
.icon-premium-indian:not(.icon-sm) {
  width: 37px;
}
.icon-premium-asian {
  background-image: url(../images/categories/premium-asian.svg);
}
.icon-premium-asian:not(.icon-sm) {
  width: 37px;
}
.icon-premium-gay {
  background-image: url(../images/categories/premium-gay.svg);
}
.icon-premium-gay:not(.icon-sm) {
  width: 37px;
}
.icon-premium-anal {
  background-image: url(../images/categories/premium-anal.svg);
}
.icon-premium-anal:not(.icon-sm) {
  width: 44px;
}
.icon-pornstar-pictures {
  background-image: url(../images/categories/pornstar-pictures.svg);
}
.icon-hentai {
  background-image: url(../images/categories/hentai.svg);
}
.icon-hentai:not(.icon-sm) {
  width: 37px;
}
.icon-premium-bdsm {
  background-image: url(../images/categories/premium-bdsm.svg);
}
.icon-premium-bdsm:not(.icon-sm) {
  width: 37px;
}
.icon-premium-hentai {
  background-image: url(../images/categories/premium-hentai.svg);
}
.icon-premium-hentai:not(.icon-sm) {
  width: 38px;
}
.icon-voyeur {
  background-image: url(../images/categories/voyeur.svg);
}
.icon-voyeur:not(.icon-sm) {
  width: 44px;
}
.icon-extreme {
  background-image: url(../images/categories/extreme.svg);
}
.icon-friends {
  background-image: url(../images/categories/friends.svg);
}
.icon-friends:not(.icon-sm) {
  width: 38.6px;
}
.icon-forums {
  background-image: url(../images/categories/forums.svg);
}
.icon-forums:not(.icon-sm) {
  width: 30px;
}
.icon-comics {
  background-image: url(../images/categories/comics.svg);
}
.icon-torrents {
  background-image: url(../images/categories/torrents.svg);
}
.icon-shemale {
  background-image: url(../images/categories/shemale.svg);
}
.icon-picture {
  background-image: url(../images/categories/picture.svg);
}
.icon-chat {
  background-image: url(../images/categories/chat.svg);
}
.icon-subreddits {
  background-image: url(../images/categories/subreddits.svg);
}
.icon-subreddits:not(.icon-sm) {
  width: 37px;
}
.icon-vintage {
  background-image: url(../images/categories/vintage.svg);
}
.icon-vintage:not(.icon-sm) {
  width: 35px;
}
.icon-premium-latina {
  background-image: url(../images/categories/premium-latina.svg);
}
.icon-premium-latina:not(.icon-sm) {
  width: 37px;
}
.icon-parody {
  background-image: url(../images/categories/parody.svg);
}
.icon-parody:not(.icon-sm) {
  width: 37px;
}
.icon-milf {
  background-image: url(../images/categories/milf.svg);
}
.icon-funny {
  background-image: url(../images/categories/funny.svg);
}
.icon-fetish {
  background-image: url(../images/categories/fetish.svg);
}
.icon-gifs {
  background-image: url(../images/categories/gifs.svg);
}
.icon-porn-search-engines {
  background-image: url(../images/categories/porn-search--engines.svg);
  width: 46px;
}
.icon-porn-search-engines:not(.icon-sm) {
  width: 46px !important;
  height: 29px !important;
}
.icon-porn-search-engines.icon-sm {
  width: 32px;
}
.icon-latina {
  background-image: url(../images/categories/latina.svg);
}
.icon-asian {
  background-image: url(../images/categories/asian.svg);
}
.icon-blogs {
  background-image: url(../images/categories/blogs.svg);
}
.icon-blogs:not(.icon-sm) {
  width: 36px;
}
.icon-premium-fake {
  background-image: url(../images/categories/premium-fake.svg);
}
.icon-premium-fake:not(.icon-sm) {
  width: 37.5px;
}
.icon-indian {
  background-image: url(../images/categories/indian.svg);
}
.icon-indian:not(.icon-sm) {
  width: 36px;
}
.icon-premium-lesbian {
  background-image: url(../images/categories/premium-lesbian.svg);
}
.icon-premium-lesbian:not(.icon-sm) {
  width: 37px;
}
.icon-premium-milf {
  background-image: url(../images/categories/premium-milf.svg);
}
.icon-premium-milf:not(.icon-sm) {
  width: 37.5px;
}
.icon-amateur {
  background-image: url(../images/categories/amateur.svg);
}
.icon-amateur:not(.icon-sm) {
  width: 35px;
}
.icon-stories {
  background-image: url(../images/categories/stories.svg);
}
.icon-stories:not(.icon-sm) {
  width: 40px;
}
.icon-sexshops {
  background-image: url(../images/categories/sexshops.svg);
}
.icon-scat {
  background-image: url(../images/categories/scat.svg);
}
.icon-fappening {
  background-image: url(../images/categories/fappening.svg);
}
.icon-big-tits {
  background-image: url(../images/categories/big-tits.svg);
}
.icon-gossip {
  background-image: url(../images/categories/gossip.svg);
}
.icon-premium-arab {
  background-image: url(../images/categories/premium-arab.svg);
}
.icon-gay {
  background-image: url(../images/categories/gay.svg);
}
.icon-arab {
  background-image: url(../images/categories/arab.svg);
}
.icon-porn-for-woman {
  background-image: url(../images/categories/porn-for-woman.svg);
}
.icon-porn-for-woman:not(.icon-sm) {
  width: 36px;
}
.icon-milf-dating {
  background-image: url(../images/categories/milf-dating.svg);
}
.icon-porn-chan {
  background-image: url(../images/categories/porn-chan.svg);
}
.icon-software {
  background-image: url(../images/categories/software.svg);
}
.icon-premium-scat {
  background-image: url(../images/categories/premium-scat.svg);
}
.icon-premium-scat:not(.icon-sm) {
  width: 35px;
}
.icon-massage {
  background-image: url(../images/categories/massage.svg);
}
.icon-massage:not(.icon-sm) {
  width: 40px;
}
.icon-gay-escorts {
  background-image: url(../images/categories/gay-escorts.svg);
}
.icon-magazines {
  background-image: url(../images/categories/magazines.svg);
}
.icon-magazines:not(.icon-sm) {
  width: 37px;
}
.icon-trans-escorts {
  background-image: url(../images/categories/trans-escorts.svg);
}
.icon-snap-nudes {
  background-image: url(../images/categories/snap-nudes.svg);
}
.icon-premium-celebs {
  background-image: url(../images/categories/premium-celebs.svg);
}
.icon-archived {
  background-image: url(../images/categories/archived.svg);
}
.icon-granny {
  background-image: url(../images/categories/granny.svg);
}
.icon-manhwa {
  background-image: url(../images/categories/manhwa.svg);
}
.icon-pinay {
  background-image: url(../images/categories/pinay.svg);
}
.icon-gay-games {
  background-image: url(../images/categories/gay-games.svg);
}
.icon-bbw {
  background-image: url(../images/categories/bbw.svg);
}
.icon-tattoo {
  background-image: url(../images/categories/tattoo.svg);
}
.icon-indonesian {
  background-image: url(../images/categories/indonasia.svg);
}
.icon-squirting {
  background-image: url(../images/categories/squirt.svg);
}
.icon-fingering {
  background-image: url(../images/categories/fingering.svg);
}
.icon-fisting {
  background-image: url(../images/categories/fisting.svg);
}
.icon-feet {
  background-image: url(../images/categories/feet.svg);
}
.icon-feet:not(.icon-sm) {
  width: 40px;
}
.icon-british {
  background-image: url(../images/categories/british.svg);
}
.icon-bukkake {
  background-image: url(../images/categories/bukkake.svg);
}
.icon-brazilian {
  background-image: url(../images/categories/brazilian.svg);
}
.icon-bigdick {
  background-image: url(../images/categories/bigdick.svg);
}
.icon-blowjob {
  background-image: url(../images/categories/blowjob.svg);
}
.icon-italian {
  background-image: url(../images/categories/italian.svg);
}
.icon-masterbation {
  background-image: url(../images/categories/masterbation.svg);
}
.icon-gangbang {
  background-image: url(../images/categories/gangbang.svg);
}
.icon-handjob {
  background-image: url(../images/categories/handjob.svg);
}
.icon-simulator-games {
  background-image: url(../images/categories/simulator-games.svg);
}
.icon-licking {
  background-image: url(../images/categories/licking.svg);
}
.icon-casting {
  background-image: url(../images/categories/casting.svg);
}
.icon-orgy {
  background-image: url(../images/categories/orgy.svg);
}
.icon-public {
  background-image: url(../images/categories/public.svg);
}
.icon-deepthroat {
  background-image: url(../images/categories/deepthroat.svg);
}
.icon-strapon {
  background-image: url(../images/categories/strapon.svg);
}
.icon-pov {
  background-image: url(../images/categories/pov.svg);
}
.icon-threesome {
  background-image: url(../images/categories/threesome.svg);
}
.icon-masterbation {
  background-image: url(../images/categories/masterbation.svg);
}
.icon-smoking {
  background-image: url(../images/categories/smoking.svg);
}
.icon-trending {
  background-image: url(../images/categories/trending.svg);
}
.icon-trending:not(.icon-sm) {
  width: 26px !important;
}
.icon-trending.icon-sm {
  width: 18px;
}
.icon-3d {
  background-image: url(../images/categories/3d.svg);
}
.icon-brunette {
  background-image: url(../images/categories/brunette.svg);
}
.icon-redhair {
  background-image: url(../images/categories/redhair.svg);
}
.icon-blonde {
  background-image: url(../images/categories/blonde.svg);
}
.icon-deepfake {
  background-image: url(../images/categories/deepfake.svg);
}
.icon-ghetto {
  background-image: url(../images/categories/ghetto.svg);
}
.icon-birth {
  background-image: url(../images/categories/birth.svg);
}
.icon-thai {
  background-image: url(../images/categories/thai.svg);
}
.icon-undress-ai {
  background-image: url(../images/categories/undress-ai.svg);
}
.icon-ai-sex-chat {
  background-image: url(../images/categories/ai-sex-chat.svg);
}
.icon-small-tits {
  background-image: url(../images/categories/small-tits.svg);
}
.icon-african {
  background-image: url(../images/categories/african.svg);
}
.icon-french {
  background-image: url(../images/categories/french.svg);
}
.icon-long-hair {
  background-image: url(../images/categories/long-hair.svg);
}
.icon-russian {
  background-image: url(../images/categories/russia.svg);
}
.icon-short-hair {
  background-image: url(../images/categories/short-hair.svg);
}
.icon-tiktok {
  background-image: url(../images/categories/tiktok.svg);
}
.icon-european {
  background-image: url(../images/categories/european.svg);
}
.icon-diaper {
  background-image: url(../images/categories/diaper.svg);
}
.icon-futa {
  background-image: url(../images/categories/futa.svg);
}
.icon-submissive {
  background-image: url(../images/categories/submissive.svg);
}
.icon-muscular {
  background-image: url(../images/categories/muscular.svg);
}
.icon-piercing {
  background-image: url(../images/categories/piercing.svg);
}
.icon-coloured-hair {
  background-image: url(../images/categories/coloured-hair.svg);
}
.icon-german {
  background-image: url(../images/categories/german.svg);
}
.icon-ball-gagged {
  background-image: url(../images/categories/ball-gagged.svg);
}
.icon-blindfold {
  background-image: url(../images/categories/blindfold.svg);
}
.icon-bbc {
  background-image: url(../images/categories/bbc.svg);
}
.icon-skinny {
  background-image: url(../images/categories/skinny.svg);
}
.icon-big-ass {
  background-image: url(../images/categories/big-ass.svg);
}
.icon-hostage {
  background-image: url(../images/categories/hostage.svg);
}
.icon-art {
  background-image: url(../images/categories/art.svg);
}
.icon-jewish {
  background-image: url(../images/categories/jewish.svg);
}
.icon-bad-dragon {
  background-image: url(../images/categories/bad-dragon.svg);
}
.icon-butt-plug {
  background-image: url(../images/categories/butt-plug.svg);
}
.icon-double-dildo {
  background-image: url(../images/categories/double-dildo.svg);
}
.icon-dutch {
  background-image: url(../images/categories/dutch.svg);
}
.icon-facial {
  background-image: url(../images/categories/facial.svg);
}
.icon-interracial {
  background-image: url(../images/categories/interracial.svg);
}
.icon-mixed-race {
  background-image: url(../images/categories/mixed-race.svg);
}
.icon-pickup {
  background-image: url(../images/categories/pickup.svg);
}
.icon-slave {
  background-image: url(../images/categories/slave.svg);
}
.icon-swingers {
  background-image: url(../images/categories/swingers.svg);
}
.icon-teacher {
  background-image: url(../images/categories/teacher.svg);
}
.icon-usa {
  background-image: url(../images/categories/usa.svg);
}
.icon-vibrator {
  background-image: url(../images/categories/vibrator.svg);
}
.icon-white {
  background-image: url(../images/categories/white.svg);
}
.icon-mpg {
  background-image: url(../images/avatar.svg);
}
.icon-circled {
  height: 22px;
  width: 22px;
  background-size: 16px;
}

@media screen and (max-width: 1023px) {
  #a2z-modal .micromodal-overlay {
    max-height: var(--vh, 100vh);
  }
}
#a2z-modal .micromodal-container {
  margin: 0;
  max-width: 1020px;
}
@media screen and (max-width: 1023px) {
  #a2z-modal .micromodal-container {
    height: var(--vh, 100vh);
    max-height: var(--vh, 100vh);
    border-radius: 0;
  }
}

.a2z-content {
  display: flex;
  flex-direction: column;
  background: #2a2b31;
  min-height: 25rem;
  height: 80vh;
}
@media screen and (max-width: 1023px) {
  .a2z-content {
    border-radius: 0;
    height: var(--vh, 100vh);
  }
}
.a2z-content .micromodal-body {
  flex: 1;
  overflow: auto;
  margin: 0 10px;
  padding: 7px 10px;
}
.a2z-content .micromodal-body::-webkit-scrollbar {
  width: 4px; /* Set the width of the scrollbar */
}
.a2z-content .micromodal-body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the track */
}
.a2z-content .micromodal-body::-webkit-scrollbar-thumb {
  background: #225396; /* Scrollbar thumb color */
  border-radius: 10px; /* Rounded corners */
}
.a2z-content .micromodal-body::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover color */
}
.a2z-content .micromodal-footer {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 20px;
  gap: 10px;
}
.a2z-content .micromodal-footer .btn {
  padding: 10px 30px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .a2z-content .micromodal-footer .btn {
    padding: 10px 12px;
  }
}
.a2z-content .micromodal-footer .a2z-apply {
  width: 100px;
}
.a2z-content .micromodal-footer .a2z-reset {
  background: #e4e5e6;
  color: #3d3e3f;
}
.a2z-content .micromodal-footer .a2z-categories {
  color: var(--primary-color, #000);
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .a2z-content .micromodal-footer .a2z-categories {
    padding: 4px 8px 4px 0;
    flex: 1;
  }
}
.a2z-content .filter_tag {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .a2z-content .filter_tag {
    width: 100%;
    border: 2px solid #333;
  }
}
.a2z-content .filter_tag input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 16px;
}
.a2z-content .filter_tag:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("../images/svg/icons-search.svg");
  background-size: contain;
}
.a2z-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1023px) {
  .a2z-header {
    display: block;
  }
}
.a2z-letters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .a2z-letters-container {
    gap: 6px;
    justify-content: center;
    padding: 10px 0;
  }
}
.a2z-letters-container .a2z-letter-item {
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s;
}
.a2z-letters-container .a2z-letter-item.popular {
  color: #76aaf7;
}
@media screen and (max-width: 1023px) {
  .a2z-letters-container .a2z-letter-item {
    font-size: 14px;
    padding: 0 10px;
  }
}
.a2z-letters-container .a2z-letter-item.active {
  color: #3e98cf;
}
.a2z-btn {
  border: none;
  border-radius: 4px;
  color: #333;
  display: block;
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .a2z-btn {
    font-size: 14px;
  }
}
.a2z-btn.processing:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f1ce";
  display: inline-block;
  font-size: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
.a2z-btn:hover, .a2z-btn.active {
  color: #fff;
}
.a2z-categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.a2z-category-item {
  background: #dbdce0;
  color: #333;
  flex: 1 1 calc(16.666% - 10px);
  max-width: calc(16.666% - 10px);
}
@media screen and (max-width: 1023px) {
  .a2z-category-item {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    box-sizing: border-box;
  }
}
.a2z-category-item:hover, .a2z-category-item.active {
  background: #3e98cf;
  color: #fff;
}
.a2z-popular {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
.a2z-popular-item {
  background: #0040a0;
  color: #fff;
  flex: 1 1 calc(16.666% - 10px);
  max-width: calc(16.666% - 10px);
}
@media screen and (max-width: 1023px) {
  .a2z-popular-item {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    box-sizing: border-box;
  }
  .a2z-popular-item:nth-child(6) {
    display: block;
  }
}
.a2z-popular-item:hover {
  background: #3e98cf;
  color: #fff;
}

.progress-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.progress-button .progress-spinner {
  display: none;
}

.progress-button:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  font-size: 0;
}
.progress-button:disabled .progress-spinner {
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.light .micromodal-content.a2z-content {
  background: #eee;
}
.light .a2z-letters-container .a2z-letter-item.popular {
  color: #0040a0;
}

.category_list-sites.has_sidebar {
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .category_list-sites.has_sidebar {
    margin-left: 0;
  }
}

.desktop_menu_list {
  width: 20%;
  float: left;
  will-change: min-height;
  backface-visibility: hidden;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .desktop_menu_list {
    display: none;
  }
}
.desktop_menu_list .inner-wrapper-sticky {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  padding-top: 15px;
}
.desktop_menu_list.is-affixed .inner-wrapper-sticky {
  position: fixed;
  padding-top: 10px;
}
.desktop_menu_list.scroll .category-list-letter {
  padding: 3px 5px;
}
.desktop_menu_list .sidebar-bottom {
  display: flex;
  flex: 1;
  overflow: auto;
  position: relative;
}
.desktop_menu_list .all_categories {
  background: #337ab7;
  display: none;
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  margin: 5px 0;
}
.desktop_menu_list .all_categories svg {
  fill: #fff;
}
.desktop_menu_list .all_categories:focus, .desktop_menu_list .all_categories:hover {
  color: #fff;
}
.desktop_menu_list .all_categories:after {
  display: block;
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("../images/svg/icon-upright-arrow.svg");
  background-size: contain;
}
.desktop_menu_list.is-affixed .all_categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category_list-sites .inner-wrapper-sticky {
  padding-bottom: 15px;
}

.review_header_dropdown .site_nav_categories_search {
  display: flex;
  gap: 4px;
}
.review_header_dropdown .site_nav_categories_tag {
  color: var(--primary-color, #000);
  font-size: 11px;
}
.review_header_dropdown .site_nav_categories .categories-tags-item {
  padding: 2px 15px 2px 25px;
  color: #000;
}
.review_header_dropdown .site_nav_categories .categories-tags-item:hover {
  background: #dadada;
}
.review_header_dropdown .dropdown-toggle {
  padding: 11px 15px;
}
.review_header_dropdown .dropdown-toggle:focus, .review_header_dropdown .dropdown-toggle:hover {
  outline: none;
  border: none;
}
.review_header_dropdown .tag-dropdown-menu {
  top: 46px;
}
.review_header_dropdown .category-list-search {
  position: relative;
  flex: 1;
}
.review_header_dropdown .category-list-menu-container {
  padding: 0 10px 15px;
  height: calc(100% - 45px);
}
.review_header_dropdown .category-list-menu-container .category-list-menu-dropdown {
  padding: 0;
  height: auto;
  max-height: 100%;
}

.category-list-switcher {
  background: transparent;
  border: none;
  outline: none;
  margin-top: 4px;
  cursor: pointer;
}
.category-list-container {
  display: flex;
  position: relative;
  flex: 1;
  max-height: calc(100vh - 60px);
}
@media screen and (min-width: 768px) {
  .category-list-container {
    flex-direction: column;
  }
}
.category-list-container:after {
  display: block;
  content: " ";
  clear: both;
}
.category-list-container.a2z .category-list-left::-webkit-scrollbar {
  width: 4px; /* Set the width of the scrollbar */
}
.category-list-container.a2z .category-list-left::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the track */
}
.category-list-container.a2z .category-list-left::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb-color, #225396); /* Scrollbar thumb color */
  border-radius: 10px; /* Rounded corners */
}
.category-list-container.a2z .category-list-left::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover color */
}
.category-list-container.a2z .category-list-letters {
  display: flex;
  flex-direction: column;
}
.category-list-container.a2z .category-list-item {
  padding: 3px 5px 3px 10px;
}
.category-list-search {
  z-index: 7;
  text-align: center;
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  margin-bottom: 5px;
}
.category-list-search .icon-search {
  width: 18px;
  position: absolute;
  left: 8px;
  fill: #333;
}
.category-list-search .icon-search path {
  fill: #333;
}
.category-list-search-title {
  padding-bottom: 10px;
  font-weight: 600;
}
.category-list-search-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .category-list-search-mobile {
    display: flex;
    padding: 0;
    position: relative;
  }
  .category-list-search-mobile .icon-search {
    top: -4px;
  }
}
.category-list-left {
  overflow: auto;
}
.category-list-left::-webkit-scrollbar {
  width: 4px; /* Set the width of the scrollbar */
}
.category-list-left::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the track */
}
.category-list-left::-webkit-scrollbar-thumb {
  background: #225396; /* Scrollbar thumb color */
  border-radius: 10px; /* Rounded corners */
}
.category-list-left::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover color */
}
.category-list-filter {
  flex: 1;
  height: 34px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border: none;
  padding: 3px 0 3px 30px;
}
.category-list-filter-btn {
  background: #fff;
  position: absolute;
  flex: 0 0 35px;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  font-size: 0;
}
.category-list-filter-btn:before {
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 2px;
  width: 35px;
  content: " ";
  background: url(../images/icon-settings.svg) no-repeat center;
  background-size: 65%;
  outline: none;
  border: none;
  border-left: 2px solid #ccc;
  cursor: pointer;
}
.category-list-filter-btn:hover .category-list-options {
  display: block;
}
.category-list-options {
  overflow: hidden;
  max-height: 0;
  transform-origin: top;
  transition: max-height 0.3s ease-out;
}
.category-list-options ul {
  padding: 5px 0;
}
.category-list-options:hover, .category-list-options.open {
  border-top: 1px solid #333;
  max-height: 500px;
}
.category-list-option {
  text-transform: capitalize;
  padding: 5px 10px 5px 8px;
  text-align: left;
  gap: 10px;
}
.category-list-option:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.category-list-option.icon_scroll:before {
  background-image: url(../images/sort_scrollable.svg);
}
.category-list-option.icon_a2z:before {
  background-image: url(../images/sort_icon_view.svg);
}
.category-list-option.icon_popular:before {
  background-image: url(../images/sort_popular.svg);
}
.category-list-option.icon_random:before {
  background-image: url(../images/sort_random.svg);
}
.category-list-option.icon_tags:before {
  background-image: url(../images/svg/icon-tags.svg);
}
.category-list-option span {
  flex: 1;
}
.category-list-option:hover {
  background: #ddd;
}
.category-list-option input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  background-color: white;
  cursor: pointer;
  position: relative;
}
.category-list-option input[type=checkbox]:checked {
  background-color: #c2f24a;
  color: #113d74;
  border: 2px solid #113d74;
}
.category-list-option input[type=checkbox]:checked::after {
  content: "✓";
  color: black;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-list-item {
  position: relative;
  flex: 1 1 250px;
  border-bottom: 1px solid #666;
  display: inline-block;
  width: 100%;
  order: 1;
}
.category-list-item.trending {
  padding: 0 8px;
  border: 1px solid #4d4d4d;
}
.category-list-item.trending:last-child {
  border: 1px solid #4d4d4d;
}
@media screen and (min-width: 768px) {
  .category-list-item.trending {
    max-width: calc(25% - 2px);
  }
}
@media screen and (max-width: 767px) {
  .category-list-item.trending {
    flex: none;
    width: calc(50% - 2px);
    padding: 0 8px 0 5px;
  }
  .category-list-item.trending .icon-category {
    width: 32px;
  }
  .category-list-item.trending .category-list-link {
    padding: 2px 10px 2px 0;
  }
  .category-list-item.trending .deIcon::before {
    margin-right: 0;
    transform: scale(0.7);
    transform-origin: top;
  }
}
.category-list-item:last-child {
  border-bottom: none;
}
.category-list-item:last-child {
  border-bottom: none;
}
.category-list-item-letter {
  background: #555;
  color: var(--primary-color-2, #4c4c4c);
}
.category-list-item .mobile_link_icons {
  display: flex;
  padding: 0 0 0 50px;
  font-size: 0;
}
.category-list-item .mobile_link_ellipsis,
.category-list-item .mobile_link_count {
  color: #96979f;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .category-list-item .mobile_link_ellipsis,
  .category-list-item .mobile_link_count {
    font-size: 12px;
    transform: translateY(-1px);
  }
}
.category-list-item .icon-category {
  grid-column: 1;
  grid-row: 1/span 2;
}
.category-list-item .deIcon::before {
  display: block;
  content: " ";
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.category-list-menu {
  overflow: auto;
  padding: 0 10px 15px 0;
}
.category-list-menu-dropdown {
  display: flex;
  gap: 0 25px;
  padding: 0 25px 15px;
  flex-wrap: wrap;
}
.category-list-menu-dropdown .category-list-item {
  padding-right: 25px;
}
.category-list-menu-trending {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
}
.category-list-menu.a2z {
  scrollbar-width: thin;
}
.category-list-menu.a2z::-webkit-scrollbar {
  width: 4px; /* Set the width of the scrollbar */
}
.category-list-menu.a2z::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the track */
}
.category-list-menu.a2z::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar thumb color */
  border-radius: 10px; /* Rounded corners */
}
.category-list-menu.a2z::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover color */
}
.category-list-title {
  grid-column: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .category-list-title {
    font-size: 14px;
  }
}
.category-list-title .highlight {
  font-weight: 600;
  color: #d5f963;
}
.category-list-link {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px 5px;
  padding: 8px 10px 8px 14px;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}
.category-list-link-a2z {
  display: flex;
  justify-content: space-between;
}
.category-list-link-a2z .category-list-title {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.category-list-link-a2z .category-list-title .webcam {
  display: inline-block;
  content: "";
  background-image: url("../images/icon_cam.png");
  background-size: contain;
  width: 14px;
  height: 15px;
  margin-left: 5px;
}
.category-list-link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #1b4f90;
}
@media screen and (max-width: 767px) {
  .category-list-link.trending::before {
    display: none;
  }
}
.category-list-link.review-category-item {
  padding: 5px 10px 5px 55px;
}
.category-list-link.review-category-item .icon-category {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.category-list-link.visited::before {
  content: "";
  background: transparent;
  transform: rotate(45deg);
  left: 2px;
  width: 6px;
  height: 11px;
  border: solid #d5f963;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  margin: -6px 0;
}
.category-list-link.visited:hover::before {
  animation: none;
}
.category-list-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/icon-angle-right.svg) no-repeat;
  background-size: contain;
}
.category-list-link:not(.visited):hover:before {
  animation: pulse-grey 1s infinite;
}
.category-list-link.pulse:not(.visited)::before {
  background: #2eaf61;
  animation: pulse-grey 1s infinite;
}
.category-list-icons {
  grid-column: 2;
  display: flex;
}
.category-list-icons:before {
  display: block;
  content: " ";
}
.category-list-letters {
  display: none;
  float: right;
  flex: 0 0 30px;
  text-align: center;
}
.category-list-letter {
  padding: 5px;
  color: var(--color-category-letter, #337ab7);
  font-weight: 600;
  cursor: pointer;
}
.category-list-letter.active {
  color: #76aaf7;
}

.header__categories-mobile .category-list-container {
  flex-direction: row;
}
.header__categories-mobile .category-list-search {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}

.light .category-list-link {
  color: #767676;
}
.light .category-list-title {
  color: #4e4e4e;
}
.light .category-list-title .highlight {
  color: #000;
}
.light .category-list-item-letter {
  background: #e8e7e6;
}
.light .category-list-letter.active {
  color: #000;
}
.light .category-list-item {
  border-bottom: 1px solid #e5e5e5;
}
.light .category-list-item.trending {
  border: 1px solid #ccc;
}
.light .mobile_category_name > span {
  color: #4e4e4e;
}
.light .category-list-link.visited::before {
  border: solid #1b4f90;
  border-width: 0 1px 1px 0;
}

@keyframes slideDownOpen {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slideUpClose {
  0% {
    opacity: 1;
    transform: scaleY(0);
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
.sidebar-all-tags {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidebar-all-tags {
    padding-bottom: 5px;
  }
}
.sidebar-all-tags.show {
  display: block;
}
@media screen and (min-width: 768px) {
  .sidebar-all-tags {
    margin-bottom: 5px;
    flex: 0 0 auto;
    transition: max-height 0.7s ease-out;
    max-height: 65px;
    overflow: hidden;
  }
  .sidebar-all-tags:hover {
    max-height: 1000px;
  }
}
.sidebar-all-tags .title {
  background-color: var(--sidebar-title-bg, #555);
  color: #000;
  font-size: 13px;
  padding: 5px 10px;
  margin-bottom: 4px;
}
.sidebar-all-tags .categories-tags {
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .sidebar-all-tags .categories-tags {
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
    padding-bottom: 0;
  }
}
.sidebar-all-tags .categories-tags-li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sidebar-all-tags .categories-tags-li {
    width: calc(50% - 2px);
  }
}
.sidebar-all-tags .categories-tags-item {
  font-size: 13px;
  color: #000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sidebar-all-tags .categories-tags-item {
    display: flex;
    white-space: nowrap;
  }
}

.tags-shrink-effect {
  overflow: hidden;
}

.page-template-page-categories .desktop_menu_list .sidebar-all-tags.show {
  display: none;
}

.tax-category-tag .desktop_menu_list .sidebar-all-tags.show {
  display: none;
}

.categories-tags-item {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
  padding: 6px 10px 6px 10px;
  border-radius: 2px;
  background-color: #dadada;
  background-size: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.categories-tags-item a, .categories-tags-item a:hover {
  color: #000;
}
@media screen and (min-width: 768px) {
  .categories-tags-item {
    display: inline-block;
    padding: 6px 15px 6px 25px;
  }
}
.categories-tags-item.inline {
  display: inline-flex;
  background: transparent;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .categories-tags-item.inline {
    padding-left: 28px;
  }
}
.categories-tags-item:hover, .categories-tags-item:focus {
  background-color: #f0f1f5;
  color: #000;
}

.tags-header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tags-header .categories-tags-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 6px 15px 6px 30px;
}
@media screen and (max-width: 767px) {
  .tags-header .categories-tags-item {
    padding: 6px 15px 6px 15px;
  }
}
.tags-header .categories-tags-item span {
  line-height: 0;
  margin-left: 15px;
}

.tag-inline {
  display: inline-flex;
  position: relative;
  color: #337ab7;
  padding-left: 28px;
}
.tag-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  --icon-action: url("../images/tags/icon-actions-white.svg");
  --icon-age: url("../images/tags/icon-age-white.svg");
  --icon-apparel: url("../images/tags/icon-apparel-white.svg");
  --icon-body: url("../images/tags/icon-body-white.svg");
  --icon-ethnicity: url("../images/tags/icon-ethnicity-white.svg");
  --icon-fetish: url("../images/tags/icon-fetish-white.svg");
  --icon-hair: url("../images/tags/icon-hair-white.svg");
  --icon-live-cams: url("../images/tags/icon-live-cams-white.svg");
  --icon-location: url("../images/tags/icon-location-white.svg");
  --icon-orientation: url("../images/tags/icon-orientation-white.svg");
  --icon-production: url("../images/tags/icon-production-white.svg");
  --icon-region: url("../images/tags/icon-region-white.svg");
  --icon-scene-type: url("../images/tags/icon-scene-type-white.svg");
  --icon-sex-toys: url("../images/tags/icon-sex-toys-white.svg");
  --icon-scenario: url("../images/tags/icon-scenario-white.svg");
  --icon-ai-porn: url("../images/tags/icon-ai-porn-white.svg");
}
@media screen and (min-width: 768px) {
  .tag-icon {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tag-icon.inline {
    left: 4px;
  }
}
.tag-icon.tag-01 {
  background-image: var(--icon-action, url("../images/tags/icon-actions.svg"));
  background-size: 18px;
}
.tag-icon.tag-02 {
  background-image: var(--icon-age, url("../images/tags/icon-age.svg"));
}
.tag-icon.tag-03 {
  background-image: var(--icon-apparel, url("../images/tags/icon-apparel.svg?1"));
}
.tag-icon.tag-04 {
  background-image: var(--icon-body, url("../images/tags/icon-body.svg?"));
}
.tag-icon.tag-05 {
  background-image: var(--icon-ethnicity, url("../images/tags/icon-ethnicity.svg"));
}
.tag-icon.tag-06 {
  background-image: var(--icon-fetish, url("../images/tags/icon-fetish.svg"));
  background-size: 18px;
}
.tag-icon.tag-07 {
  background-image: var(--icon-hair, url("../images/tags/icon-hair.svg?"));
}
.tag-icon.tag-08 {
  background-image: var(--icon-live-cams, url("../images/tags/icon-live-cams.svg"));
  background-size: 18px;
}
.tag-icon.tag-09 {
  background-image: var(--icon-location, url("../images/tags/icon-location.svg"));
  background-size: 18px;
}
.tag-icon.tag-10 {
  background-image: var(--icon-orientation, url("../images/tags/icon-orientation.svg"));
  background-size: 17px;
}
.tag-icon.tag-11 {
  background-image: var(--icon-production, url("../images/tags/icon-production.svg?"));
  background-size: 16px;
}
.tag-icon.tag-12 {
  background-image: var(--icon-region, url("../images/tags/icon-region.svg"));
  background-size: 16px;
}
.tag-icon.tag-13 {
  background-image: var(--icon-scene-type, url("../images/tags/icon-scene-type.svg"));
  background-size: 18px;
}
.tag-icon.tag-14 {
  background-image: var(--icon-sex-toys, url("../images/tags/icon-sex-toys.svg?2"));
}
.tag-icon.tag-15 {
  background-image: var(--icon-scenario, url("../images/tags/icon-scenario.svg"));
}
.tag-icon.tag-16 {
  background-image: var(--icon-ai-porn, url("../images/tags/icon-ai-porn.svg"));
}

.review_header_dropdown .categories-tags-item {
  display: block;
}

.light .tag-icon,
.no_theme .tag-icon {
  --icon-action: url("../images/tags/icon-actions.svg");
  --icon-age: url("../images/tags/icon-age.svg");
  --icon-apparel: url("../images/tags/icon-apparel.svg");
  --icon-body: url("../images/tags/icon-body.svg");
  --icon-ethnicity: url("../images/tags/icon-ethnicity.svg");
  --icon-fetish: url("../images/tags/icon-fetish.svg");
  --icon-hair: url("../images/tags/icon-hair.svg");
  --icon-live-cams: url("../images/tags/icon-live-cams.svg");
  --icon-location: url("../images/tags/icon-location.svg");
  --icon-orientation: url("../images/tags/icon-orientation.svg");
  --icon-production: url("../images/tags/icon-production.svg");
  --icon-region: url("../images/tags/icon-region.svg");
  --icon-scene-type: url("../images/tags/icon-scene-type.svg");
  --icon-sex-toys: url("../images/tags/icon-sex-toys.svg");
  --icon-scenario: url("../images/tags/icon-scenario.svg");
  --icon-ai-porn: url("../images/tags/icon-ai-porn.svg");
}

@keyframes pulse-grey {
  0% {
    box-shadow: 0 0 0 0 rgba(118, 118, 118, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(118, 118, 118, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(118, 118, 118, 0);
  }
}
@keyframes skipMobile {
  from {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.5);
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes rightArrowAnim {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shakeCategoryBar {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.modal_age {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.modal_age .modal_inner {
  padding: 4rem 2rem;
  background: #000;
  box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  border: 1px solid #313131;
  text-align: center;
  max-width: 820px;
}
.modal_age .modal_inner .title {
  font-size: 2.5rem;
  margin: 1.5rem 0 1rem;
  font-weight: 700;
  color: #fff;
}
.modal_age .modal_inner p {
  font-size: 1.25rem;
  margin: 0;
  color: #ccc;
}
.modal_age .modal_inner .btn {
  margin-top: 3rem;
  font-size: 1.25rem;
  width: 20rem;
  max-width: 100%;
  padding: 1rem;
  color: #fff;
  font-weight: 400;
  background: #1f1f1f;
  border: none;
  cursor: pointer;
}
.modal_age .modal_inner .btn.btn_in {
  background: #2caf61;
  width: auto;
}
.modal_age .modal_inner .btn.btn_exit {
  background: #666;
  color: #fff;
  width: auto;
}
.modal_age_p {
  line-height: 1.7;
}
.modal_age_buttons {
  gap: 25px;
}

.cookieBanner {
  background: rgba(27, 27, 27, 0.85);
  text-align: center;
  height: 25px;
  width: 100%;
  position: fixed;
  bottom: 0;
  vertical-align: middle;
  z-index: 100;
  line-height: 25px;
  font-size: 0.7rem;
  color: #fff;
}
.cookieBanner button {
  border: 0;
  background: #d5f34a;
  color: #000;
  border-radius: 5px;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 20px;
  font-size: 0.7rem;
  padding: 4px 10px;
  cursor: pointer;
}

.go-top {
  position: fixed;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  z-index: 14;
  height: 48px;
  width: 48px;
  border-radius: 3px;
  cursor: pointer;
  --button-size: 44px;
  --border-width: 3px;
  --button-color: #007bff;
  --border-color: #ffffff;
  transition: transform 0.2s ease;
  width: var(--button-size);
  height: var(--button-size);
  top: calc(50% - var(--button-size) / 2);
  right: calc((100vw - var(--container-width)) / 4 - var(--button-size) / 2);
  transform: rotate(0deg);
  background-color: var(--button-color);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-top svg {
  width: 100%;
  height: 100%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  border-radius: 50%;
  border: var(--border-width) solid var(--border-color);
  clip-path: circle(50%);
  -webkit-mask-image: conic-gradient(var(--border-color) calc(var(--percent) * 100%), transparent 0);
          mask-image: conic-gradient(var(--border-color) calc(var(--percent) * 100%), transparent 0);
}
.go-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 6px 12px #007bff;
  transition: opacity 0.5s ease, visibility 0.5s ease, box-shadow 0.5s ease;
}
.go-top:active::after {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 0 0 #007bff;
  transition: 0s;
}
.go-top:hover {
  background-color: rgba(167, 167, 167, 0.3);
}
@media screen and (max-width: 991.98px) {
  .go-top {
    left: calc(50% - 21px);
    top: auto;
    bottom: 8px;
  }
}
.go-top.scroll-to-top {
  transform: rotate(180deg);
}
.go-top .scroll-progress-bar {
  stroke: #fff;
  stroke-dasharray: var(--circ);
  stroke-dashoffset: var(--offset);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media screen and (max-width: 991.98px) {
  .home .go-top {
    right: 29px;
    margin-right: -21px;
    left: auto;
    bottom: 150px;
  }
  .archive.category .go-top {
    left: calc(75% - 21px);
  }
  .single-sites .go-top.right {
    left: calc(75% - 21px);
  }
  .page-template-page-categories .go-top {
    left: calc(75% - 21px);
  }
  .tax-category-tag .go-top {
    left: calc(75% - 21px);
  }
}
body.chatbot_active .go-top {
  display: none;
}

.light .footer__nav a:hover {
  color: #000;
}

.footer {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.footer__wrapper-1 {
  display: flex;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer__wrapper-2 {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #081b49;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-2 {
    margin-top: 0;
  }
}
.footer__container {
  padding-bottom: 30px;
}
.footer__container-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__container {
    padding-bottom: 0;
  }
}
.footer__title {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 14px;
  }
}
.footer__desc {
  padding-bottom: 30px;
  color: #4b4e6b;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__desc {
    font-size: 12px;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4099f9;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer__nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-wrap: wrap;
  }
}
.footer__nav p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__nav p {
    font-size: 0;
  }
}
.footer__nav a {
  font-size: 16px;
  font-weight: 600;
  color: #4099f9;
  line-height: 2.273;
  padding: 0 10px;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .footer__nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav a {
    display: flex;
    align-items: center;
    min-height: 25px;
    font-size: 12px;
  }
}
.footer__nav a:hover {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.footer__nav-item {
  display: flex;
}
.footer__nav-item span {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  color: rgb(70, 128, 202);
  line-height: 2.273;
}
@media screen and (max-width: 1023px) {
  .footer__nav-item span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-item span {
    font-size: 0;
  }
}
.footer__nav-link {
  font-size: 16px;
  color: rgb(70, 128, 202);
  line-height: 2.273;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    display: flex;
    align-items: center;
    min-height: 25px;
    font-size: 12px;
  }
}
.footer__nav-link:hover {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.footer__jobs {
  text-align: center;
  font-size: 14px;
  padding: 15px 0 0;
}
.footer__jobs-a {
  color: #ccc;
}
.footer__jobs-a:hover {
  color: #4099f9;
}

@media screen and (max-width: 767px) {
  .user_page_1 .footer__wrapper-1 {
    padding-top: 0;
  }
}

.footer_b {
  padding: 5px 0 15px 0;
}
.footer_b.nopadding {
  padding: 0 0 15px;
  background: transparent;
}
.footer_b_title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  padding: 15px 15px 10px;
}
.footer_b_title a {
  color: #fff;
}
.footer_b_title:hover, .footer_b_title:focus {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_b_title {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 15px;
    justify-content: center;
  }
}
.footer_b_title:before {
  display: inline-block;
  content: " ";
  background-image: url("../images/mpg-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer_b_title:before {
    display: none;
    width: 48px;
    height: 48px;
  }
}
.footer_b_top {
  background: #1e559a;
  border-radius: 8px;
}
.footer_b_top img {
  width: 100%;
  border: 8px;
}
.footer_b_inner {
  padding: 0 10px 10px 10px;
}
.footer_b_link {
  --animation-rgb-value: 46, 175, 91;
  display: flex;
  margin-top: 8px;
  border-radius: 8px;
  background: #2eaf61;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .footer_b_link {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
  }
}
.footer_b_link:focus {
  color: #fff;
}
.footer_b_link:hover {
  color: #fff;
  animation: pulse 1s infinite;
}
.footer_b_img_holder {
  border-top: none;
  display: block;
  margin: 0 auto 0 0;
  border-radius: 0 0 10px 10px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  padding-top: 72.41758242%;
}
.footer_b_img_holder img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.floating_bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #2a2b31;
  text-align: center;
  z-index: 12;
  display: none;
}
@media screen and (max-width: 767px) {
  .floating_bar {
    display: block;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar {
    line-height: 45px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar {
    line-height: 45px;
  }
}
.floating_bar a, .floating_bar span {
  color: #fff;
}
.floating_bar a {
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a {
    line-height: 45px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a {
    line-height: 45px;
  }
}
.floating_bar a i {
  position: absolute;
  height: 70px;
  width: 70px;
  right: 0;
  top: 0;
  background: #3a8300;
  background: linear-gradient(to bottom, #3a8300 0%, #327200 60%, #245100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3a8300",endColorstr="#245100",GradientType=0 );
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a i {
    height: 45px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a i {
    height: 45px;
  }
}
.floating_bar a i b {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  background: url(../images/icon_review_floating.png) no-repeat;
  background-position: center;
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a i b {
    background-size: auto 35px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a i b {
    background-size: auto 35px;
  }
}
.floating_bar .out-link {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 30px;
  color: #fff;
  background: #2eaf61;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}
.floating_bar .out-link .visit_icon {
  margin-left: 5px;
  width: 16px;
  height: 16px;
}
.floating_bar .item-link {
  width: 100%;
  text-align: center;
  position: relative;
}
.floating_bar .item-link .iconCat::before {
  margin: 0;
}
.floating_bar .item-counter {
  position: absolute;
  left: calc(50% + 20px);
  color: #fff;
}
.floating_bar .item-ico {
  height: 33.5px;
  width: 33.5px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.floating_bar .item-ico svg {
  width: 100%;
  height: 100%;
}
.floating_bar .item-title {
  font-size: 12px;
}
.floating_bar .icon-category {
  height: 33px;
}
.floating_bar ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px;
}
.floating_bar li {
  width: 33.33%;
}

.footer_description h2 {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer_description h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_description h2 {
    font-size: 14px;
  }
}
.footer_description h3 {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer_description h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_description h3 {
    font-size: 14px;
  }
}
.footer_description p {
  padding-bottom: 30px;
  color: #d7d7d7;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .footer_description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer_description p {
    font-size: 12px;
  }
}
.footer_description:not(.show_all) p:first-of-type {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_description:not(.show_all) p:first-of-type {
    height: 85px;
  }
}
.footer_description:not(.show_all) .p1:nth-child(n+3) {
  display: none;
}
.footer_description .btn_show_more {
  text-align: center;
  padding: 10px 0 40px;
  font-weight: 600;
  color: var(--heading-small-color, #000);
}
.footer_description .btn_show_more-text {
  cursor: pointer;
}
.footer_description .btn_show_more-text svg {
  fill: var(--heading-small-color, #000);
}
.footer_description.show_all .btn_show_more {
  display: none;
}

.light .footer {
  background: #b7c2d0;
}
.light .footer__nav a {
  color: #014293;
}
.light .footer__title {
  color: #576576;
}
.light .footer_description h2 {
  color: #000;
}
.light .footer_description h3 {
  color: #000;
}
.light .footer_description p {
  color: #576576;
}
.light .footer_description a {
  color: #014293;
}
.light .floating_bar {
  background: #fff;
}
.light .floating_bar a, .light .floating_bar span {
  color: #000;
}
.light .floating_bar .out-link {
  color: #fff;
}
.light .footer__jobs-a {
  color: #014293;
}

#login_popup {
  position: fixed;
  display: flex;
  width: 100%;
  height: 0;
  top: 100%;
  opacity: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  flex-grow: unset;
  align-items: center;
  transition: all 0.8s;
}
#login_popup.is-open {
  height: 100%;
  top: 0;
  opacity: 1;
}
#login_popup .login_container {
  background-color: #0e123c;
  padding: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #login_popup .login_container {
    width: 90%;
  }
  #login_popup .login_container .user_tab_login {
    width: 100%;
  }
}
#login_popup .login_popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #login_popup .login_popup_close img {
    width: 25px;
    height: 25px;
  }
}

/**
 * Mobile Menu Component (Footer-based)
 * ====================================
 * 
 * Behaves exactly like .header__bottom but positioned below footer
 * on mobile devices. Uses the same toggle pattern and styling.
 * 
 * Features:
 * - Same behavior as .header__bottom
 * - Toggle with is-open class
 * - Mobile-only display
 * - Smooth animations
 * - Search integration
 */
.mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  z-index: 16;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  background-color: var(--mobile-menu-bg-rgba);
  border-top: 2px solid var(--mobile-menu-border);
}
@media screen and (max-width: 1023px) {
  .mobile-menu.is-open {
    display: block;
    background: var(--mobile-menu-bg);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
  }
  .mobile-menu.is-open .header__row-1 {
    display: block;
  }
  .mobile-menu.is-open .mobile-menu__toggle {
    transform: rotate(180deg);
  }
}
.mobile-menu__header {
  position: relative;
  padding: 20px;
  background: linear-gradient(135deg, #0a3e83 0%, #1a4f9a 100%);
  border-bottom: 2px solid #161e3e;
}
.mobile-menu__header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.mobile-menu__header-logo img {
  max-height: 40px;
  width: auto;
}
.mobile-menu__header-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease ease-in-out;
}
.mobile-menu__header-close:hover {
  transform: rotate(90deg);
}
.mobile-menu__header-close::before, .mobile-menu__header-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}
.mobile-menu__header-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu__header-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu__nav {
  padding: 15px 0;
}
.mobile-menu__nav-section {
  margin-bottom: 20px;
}
.mobile-menu__nav-section:last-child {
  margin-bottom: 0;
}
.mobile-menu__nav-title {
  padding: 0 20px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.mobile-menu__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__nav-item {
  position: relative;
}
.mobile-menu__nav-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.mobile-menu__nav-item.is-active {
  background: rgba(10, 62, 131, 0.3);
}
.mobile-menu__nav-item.is-active .mobile-menu__nav-link {
  color: #ffffff;
  font-weight: 600;
}
.mobile-menu__nav-link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #b8c5d6;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease ease-in-out;
}
.mobile-menu__nav-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.mobile-menu__nav-link .icon {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mobile-menu__nav-link .icon--home {
  background: url("../icons/home.svg") no-repeat center;
  background-size: contain;
}
.mobile-menu__nav-link .icon--categories {
  background: url("../icons/categories.svg") no-repeat center;
  background-size: contain;
}
.mobile-menu__nav-link .icon--search {
  background: url("../icons/search.svg") no-repeat center;
  background-size: contain;
}
.mobile-menu__nav-link .icon--user {
  background: url("../icons/user.svg") no-repeat center;
  background-size: contain;
}
.mobile-menu__nav-link .icon--favorites {
  background: url("../icons/favorites.svg") no-repeat center;
  background-size: contain;
}
.mobile-menu__nav-link .icon--settings {
  background: url("../icons/settings.svg") no-repeat center;
  background-size: contain;
}
.mobile-menu__nav-link .arrow {
  margin-left: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #b8c5d6;
  border-bottom: 2px solid #b8c5d6;
  transform: rotate(-45deg);
  transition: transform 0.2s ease ease-in-out;
}
.mobile-menu__nav-link .badge {
  margin-left: auto;
  padding: 2px 6px;
  background: #e74c3c;
  color: #ffffff;
  font-size: 11px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
}
.mobile-menu__nav-submenu {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  border-left: 3px solid #0a3e83;
}
.mobile-menu__nav-submenu.is-open {
  display: block;
}
.mobile-menu__nav-submenu .mobile-menu__nav-link {
  padding-left: 52px;
  font-size: 14px;
  color: #a0aec0;
}
.mobile-menu__nav-submenu .mobile-menu__nav-link:hover {
  color: #ffffff;
}
.mobile-menu__search {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu__search-form {
  position: relative;
}
.mobile-menu__search-input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.2s ease ease-in-out;
}
.mobile-menu__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu__search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu__search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  border-color: #0a3e83;
  box-shadow: 0 0 0 3px rgba(10, 62, 131, 0.2);
}
.mobile-menu__search-button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.2s ease ease-in-out;
}
.mobile-menu__search-button:hover {
  color: #ffffff;
}
.mobile-menu__search-button .icon {
  width: 16px;
  height: 16px;
  background: url("../icons/search.svg") no-repeat center;
  background-size: contain;
}
.mobile-menu__user {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu__user-profile {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.mobile-menu__user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a3e83 0%, #1a4f9a 100%);
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.mobile-menu__user-info {
  flex: 1;
}
.mobile-menu__user-name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.mobile-menu__user-status {
  color: #b8c5d6;
  font-size: 12px;
}
.mobile-menu__user-actions {
  display: flex;
  gap: 10px;
}
.mobile-menu__user-button {
  flex: 1;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease ease-in-out;
}
.mobile-menu__user-button:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #ffffff;
}
.mobile-menu__user-button--primary {
  background: #0a3e83;
  border-color: #0a3e83;
}
.mobile-menu__user-button--primary:hover {
  background: #1a4f9a;
}
.mobile-menu__footer {
  padding: 20px;
  margin-top: auto;
}
.mobile-menu__footer-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.mobile-menu__footer-link {
  color: #b8c5d6;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s ease ease-in-out;
}
.mobile-menu__footer-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.mobile-menu__footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-align: center;
}

.mobile-menu-toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (max-width: 1023px) {
  .mobile-menu-toggle {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.mobile-menu-toggle__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease ease-in-out;
}
.mobile-menu-toggle__line:nth-child(1) {
  top: 0;
}
.mobile-menu-toggle__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-toggle__line:nth-child(3) {
  bottom: 0;
}
.mobile-menu-toggle.is-active .mobile-menu-toggle__line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.mobile-menu-toggle.is-active .mobile-menu-toggle__line:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.is-active .mobile-menu-toggle__line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.mobile-menu-toggle:hover .mobile-menu-toggle__line {
  background: #0a3e83;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mobile-menu__nav-link {
    padding: 18px 20px;
    font-size: 18px;
  }
  .mobile-menu__search-input {
    padding: 15px 45px 15px 20px;
    font-size: 16px;
  }
  .mobile-menu__toggle {
    padding: 18px 20px;
  }
  .mobile-menu__toggle-text {
    font-size: 18px;
  }
}
@media (prefers-contrast: high) {
  .mobile-menu {
    background: #000000;
    border-top: 2px solid #ffffff;
  }
  .mobile-menu__nav-link {
    border-bottom: 1px solid #ffffff;
  }
  .mobile-menu__toggle {
    background: #000000;
    border-bottom: 1px solid #ffffff;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu,
  .mobile-menu__content,
  .mobile-menu__toggle,
  .mobile-menu-toggle__line {
    transition: none;
  }
}
.pre-header {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pre-header {
    display: block;
  }
}
.pre-header__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .pre-header__title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pre-header__title {
    font-size: 10px;
    /*&:before{
    	display: block;
    	content: 'The Best Porn Sites & Reviews Sorted By Quality!';
    }*/
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .pre-header__title {
    display: none;
  }
}
.pre-header .mobile_slogan {
  max-height: 11px;
}
.pre-header__hamburger {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pre-header__hamburger-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 19px;
}
.pre-header__hamburger .icon-font {
  color: #ffffff;
  font-size: 20px;
}
.pre-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  color: #abbde7;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pre-header__link {
    font-size: 14px;
  }
}
.pre-header__wrapper {
  display: flex;
  justify-content: space-between;
}
.pre-header__wrapper-1 {
  align-items: center;
  min-height: 80px;
  padding: 5px 20px;
  background-color: #081b49;
}
.pre-header__wrapper-1 .pre-header__wrapper-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.pre-header__wrapper-2 {
  min-height: 40px;
  background-color: #0b0d28;
}
@media screen and (max-width: 767px) {
  .pre-header__wrapper-2 {
    border-top: 2px solid #0a3e83;
    border-bottom: 2px solid #0a3e83;
  }
}
.pre-header__wrapper-2 .pre-header__wrapper-left,
.pre-header__wrapper-2 .pre-header__wrapper-middle,
.pre-header__wrapper-2 .pre-header__wrapper-right {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 33.3333333333%;
}
.pre-header__wrapper-2 .pre-header__wrapper-middle:before, .pre-header__wrapper-2 .pre-header__wrapper-middle:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% - 14px);
  background-color: #161e3e;
}
.pre-header__wrapper-2 .pre-header__wrapper-middle:before {
  left: 0;
}
.pre-header__wrapper-2 .pre-header__wrapper-middle:after {
  right: 0;
}
.pre-header__mobile {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  display: none;
}
@media screen and (max-width: 1023px) {
  .pre-header__mobile {
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 80px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 80px);
    background-color: rgba(8, 9, 21, 0.975);
    backface-visibility: hidden;
  }
  .pre-header__mobile > div {
    display: flex;
    flex-direction: column;
  }
  .pre-header__mobile.is-open {
    z-index: 1600;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
  }
}
.pre-header__mobile-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  border-top: 1px solid #0a3e83;
}
.pre-header__mobile-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #161e3e;
}
.pre-header__mobile-top > div {
  width: 50%;
  min-height: 100%;
}
.pre-header__mobile-middle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #0a3e83;
  border-bottom: 1px solid #0a3e83;
}
.pre-header__mobile-middle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #161e3e;
}
.pre-header__heading {
  display: flex;
  align-items: center;
}
.pre-header__heading i {
  position: relative;
  top: 3px;
  width: 0;
  height: 0;
  margin-right: 3px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent transparent;
}
.pre-header__heading span {
  color: #ffffff;
}
.pre-header__signin, .pre-header__signup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pre-header__signin .icon-font, .pre-header__signup .icon-font {
  margin-right: 5px;
  color: #ffffff;
  font-size: 16px;
}
.pre-header__signin span, .pre-header__signup span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.pre-header__signin {
  border-right: 1px solid #0a3e83;
}

@media screen and (max-width: 1023px) {
  .header__nav-link-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav-link-xs {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav-link-xs {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav-link-xsf {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav-link-xsf {
    display: flex;
  }
}

.search_results_sites {
  /*display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;*/
  display: flex;
  flex-wrap: wrap;
}

.search_results_box.category__drop {
  background: #000;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .search_results_box.category__drop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .search_results_box.category__drop {
    display: none;
  }
}

.search_results_box_mobile {
  display: none;
}

.header__container-2.is-open .search_results_box_mobile {
  display: block;
}

@media screen and (max-width: 767px) {
  .site-content {
    /*margin-top: 130px;*/
  }
}

.show_2nd_header_ .site-content {
  margin-top: 15px;
  /*@include respond('ipad_portrait'){
  	margin-top: 90px;
  }
  @include adaptive(767){
  	margin-top: 90px;
  }*/
}

.show_2nd_header_1 .site-content {
  /*margin-top: 15px;

  @include respond('ipad_portrait'){
  	margin-top: 130px;
  }
  @include adaptive(767){
  	margin-top: 130px;
  }*/
}

.blue_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 48px;
  background: #1c3f87;
  background: linear-gradient(to bottom, #1c3f87 0%, #121f5e 39%, #0e285d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c3f87",endColorstr="#0e285d",GradientType=0 );
}
.blue_heading__h1, .blue_heading__h2 {
  font-size: 24px;
  color: #d1f34b;
  font-weight: 600;
  white-space: nowrap;
  line-height: 48px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .blue_heading__h1, .blue_heading__h2 {
    line-height: 26px;
    padding: 5px 8px;
    font-size: 24px;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .blue_heading__h1, .blue_heading__h2 {
    font-size: 17px;
    line-height: 20px;
    white-space: normal;
  }
}
.blue_heading .other_categories_title, .blue_heading .bar_title {
  font-size: 24px;
  color: #d1f34b;
  line-height: 48px;
  font-weight: 600;
  margin: 0;
  display: inline;
  padding-right: 40px;
  padding-left: 15px;
  flex: 1;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .blue_heading .other_categories_title, .blue_heading .bar_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .blue_heading .other_categories_title, .blue_heading .bar_title {
    padding: 0 8px;
    font-size: 17px;
    white-space: normal;
    display: flex;
    align-items: center;
  }
}
.blue_heading .other_categories_title:after, .blue_heading .bar_title:after {
  content: " ";
  display: inline-block;
  background: url(../images/icon-arrow-down.png) no-repeat;
  background-position: center;
  width: 34px;
  height: 17px;
  background-size: contain;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .blue_heading .other_categories_title:after, .blue_heading .bar_title:after {
    background-position: center;
    width: 28px;
    height: 15px;
  }
}
.blue_heading_back {
  background: url(../images/back_button_blue.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 35px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 48px;
  margin-right: 18px;
}
.blue_heading_back:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blue_heading_back {
    display: none;
  }
}
.blue_heading_back_green {
  display: flex;
  align-items: center;
  background: none;
  padding-left: 35px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 48px;
  margin-right: 18px;
}
.blue_heading_back_green:before {
  display: inline-block;
  background: url(../images/var-icons.png) 0 0 no-repeat;
  background-position: -218px -91px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: " ";
  margin-right: 5px;
}
.blue_heading_back_green:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blue_heading_back_green {
    font-size: 0;
    text-indent: 0;
    margin-right: 10px;
  }
}

.light .blue_heading {
  background: #1e559a;
}

.bread-crumb {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 25px;
  background: #4a4a4a;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  gap: 10px;
}
.bread-crumb.no-bg {
  background: transparent;
  padding: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .bread-crumb {
    font-size: 12px;
    margin-bottom: -1px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bread-crumb {
    order: -1;
    padding: 10px;
    text-align: center;
    margin: 0 -20px 10px;
  }
}
.bread-crumb-links {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 10px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 34px;
  margin: 0;
  padding: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bread-crumb-links {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb-links {
    width: 100%;
    text-align: center;
    text-overflow: unset;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bread-crumb-links::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
  }
}
.bread-crumb.review-crumbs {
  padding: 0;
  background: transparent !important;
  font-size: 15px;
}
.bread-crumb .show_similar_sites {
  width: 50%;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bread-crumb .show_similar_sites {
    width: 100%;
    position: absolute;
    color: #fff;
    background: #77c28e;
    display: flex;
    text-transform: capitalize;
    font-size: 15px;
    white-space: nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb .show_similar_sites {
    width: 100%;
    position: absolute;
    color: #fff;
    background: #77c28e;
    display: flex;
    text-transform: capitalize;
    font-size: 15px;
    white-space: nowrap;
    justify-content: center;
  }
}
.bread-crumb a {
  display: flex;
  align-items: center;
  color: #d7d7d7;
  gap: 4px;
}
.bread-crumb a.iconCat:before {
  margin: 0 0 0 -11px;
  transform: scale(0.6567164179);
  transform-origin: right;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bread-crumb a {
    margin: 0;
    padding: 5px 15px;
    align-items: center;
  }
}

.light .bread-crumb:not(.no-bg) {
  background: #eee;
  color: #333;
}
.light .bread-crumb-links {
  color: #333;
}
.light .bread-crumb-links a {
  color: #337ab7;
}

.pagi {
  text-align: center;
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pagi .pages {
    display: none;
  }
}
.pagi span, .pagi a, .pagi a:visited {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 3px;
  margin: 3px 1px;
  color: #fff;
  border: 1px solid #8896a7;
  background: #8896a7 url(../images/bg-pagi.png) left bottom repeat-x;
  font-family: Arial, san-serif;
}
.pagi span.visible-xs-inline, .pagi a.visible-xs-inline, .pagi a:visited.visible-xs-inline {
  display: none;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .pagi span, .pagi a, .pagi a:visited {
    font-size: 24px;
    padding: 3px 10px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .pagi span, .pagi a, .pagi a:visited {
    font-size: 24px;
    padding: 3px 10px;
    font-weight: 600;
  }
  .pagi span.visible-xs-inline, .pagi a.visible-xs-inline, .pagi a:visited.visible-xs-inline {
    display: inline-block;
  }
}
.pagi span, .pagi a.active {
  border: 1px solid #285183;
  background: #285183 url(../images/bg-pagi-ovr.png) left bottom repeat-x;
  color: #fff;
  text-decoration: none;
}

.mpg-pagenavi {
  display: flex;
  justify-content: center;
  margin: 0 5px;
}
.mpg-pagenavi .page_left {
  display: inline-block;
  overflow-y: hidden;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .mpg-pagenavi .page_left {
    overflow-x: hidden;
    flex: 0 0 95px;
    white-space: nowrap;
  }
  .mpg-pagenavi .page_left.page_1 {
    flex: 0 0 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mpg-pagenavi .page_left {
    overflow-x: hidden;
    flex: 0 0 95px;
    white-space: nowrap;
    display: none;
  }
  .mpg-pagenavi .page_left.page_1 {
    flex: 0 0 0;
    display: none;
  }
}
.mpg-pagenavi .page_right {
  display: inline-block;
  overflow-y: hidden;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .mpg-pagenavi .page_right {
    overflow-x: hidden;
    flex: 0 0 95px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .mpg-pagenavi .page_right {
    overflow-x: hidden;
    flex: 0 0 95px;
    white-space: nowrap;
    display: none;
  }
}
.mpg-pagenavi .page_middle {
  display: inline-block;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.link_btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 25px;
  line-height: 50px;
  background: #12478c;
  background: linear-gradient(#12478c, #4d74a8);
  border: 1px solid #12478c;
  color: #d6d6d6;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .link_btn {
    padding: 0 15px;
  }
}
.link_btn.upper a {
  text-transform: uppercase;
}
.link_btn a {
  text-decoration: none;
  color: #fff;
}
.link_btn a.grey {
  color: #d6d6d6;
}
.link_btn a.bold {
  font-weight: 600;
}
.link_btn a.bold::before {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .link_btn a {
    font-size: 16px;
  }
}
.link_btn a::before {
  content: attr(data-label);
}
@media screen and (max-width: 767px) {
  .link_btn a::before {
    content: attr(data-label-mobile);
  }
}
.link_btn a:visited {
  text-decoration: none;
}
.link_btn.wide {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .link_btn.wide a {
    font-size: 19.5px;
  }
}

.blue_button_solid {
  text-align: center;
}
.blue_button_solid a {
  background: #003e89;
  text-align: center;
  margin: 6px auto;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  font-size: 18px;
  display: inline-block;
}

.category_sites {
  font-size: 0;
  counter-reset: number;
}
@media screen and (max-width: 991px) {
  .category_sites {
    margin: 0;
  }
}
.category_sites_description {
  float: right;
  flex-grow: 1;
  width: 50%;
  padding: 10px 0 0 10px;
  position: relative;
  height: 265px;
}
.category_sites_description::before, .category_sites_description::after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 40px;
  opacity: 0;
  z-index: 2;
}
.category_sites_description::before {
  top: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="lgrad" x1="50%" y1="0%" x2="50%" y2="100%" ><stop offset="0%" style="stop-color:rgb(42,43,49);stop-opacity:1"/><stop offset="100%" style="stop-color:rgba(42,43,49,0);stop-opacity:0"/></linearGradient></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23lgrad)"/></svg>');
}
.category_sites_description::after {
  bottom: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="lgrad" x1="50%" y1="100%" x2="50%" y2="0%" ><stop offset="0%" style="stop-color:rgb(42,43,49);stop-opacity:1"/><stop offset="100%" style="stop-color:rgba(42,43,49,0);stop-opacity:0"/></linearGradient></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23lgrad)"/></svg>');
}
.category_sites_description.top-shadow::before {
  opacity: 1;
}
.category_sites_description.bottom-shadow::after {
  opacity: 1;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .category_sites_description {
    width: 100%;
    order: -1;
  }
}
@media screen and (max-width: 1199px) {
  .category_sites_description {
    height: 230px;
  }
}
@media screen and (max-width: 991px) {
  .category_sites_description {
    padding-left: 0;
    width: 100%;
    order: -1;
    height: 240px;
  }
  .category_sites_description.show_all {
    height: auto;
  }
}
.category_sites_description__readmore {
  display: none;
}
@media screen and (max-width: 767px) {
  .category_sites_description__readmore {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding-top: 20px;
    text-align: center;
    color: #a8a8a8;
    font-size: 24px;
    cursor: pointer;
    background: rgb(59, 59, 59);
    background: linear-gradient(0deg, rgb(59, 59, 59) 0%, rgba(59, 59, 59, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  }
  .category_sites_description__readmore__img {
    margin-left: 5px;
  }
}
.category_sites_description.show_all .category_sites_description__readmore {
  display: none;
}
.category_sites_description .category_description {
  display: block;
}
@media screen and (min-width: 768px) {
  .category_sites_description .category_description {
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0px;
    left: 10px;
    overflow: auto;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .category_sites_description .category_description {
    position: relative;
    top: 0;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .category_sites_description .category_description {
    height: 230px;
    overflow: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.category_sites_description .category_description.tubes h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .category_sites_description .category_description.tubes h2 {
    display: none;
  }
  .category_sites_description .category_description.tubes h2:first-of-type {
    display: block;
  }
}
.category_sites_description h3 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .category_sites_description h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}
.category_sites_description a {
  color: #2eaf61;
}
.category_sites_description a:hover, .category_sites_description a:focus {
  color: #2eaf61;
}
.category_sites_description p {
  padding: 0;
  font-size: 14px;
  margin: 0 0 10px;
}
@media screen and (max-width: 575px) {
  .category_sites_description p:first-of-type {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .category_sites_description p {
    font-size: 14px;
  }
}
.category_sites_description.show_all .category_description {
  height: auto;
}
.category_sites_description.show_all .readmore {
  display: none;
}
@media screen and (max-width: 991px) {
  .category_sites_description.show_all .category_description h1, .category_sites_description.show_all .category_description h2, .category_sites_description.show_all .category_description h3, .category_sites_description.show_all .category_description p {
    display: block;
  }
}
.category_sites_item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  max-width: 25%;
  padding: 15px 5px 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .category_sites_item {
    width: 25%;
    max-width: 25%;
    padding: 15px 4px 0;
  }
}
.category_sites_item.col-5 {
  width: 20%;
  max-width: 20%;
}
.category_sites_item.trending {
  width: 16.666667%;
  max-width: 16.666667%;
}
.category_sites_item.trending .category_sites_item_title {
  font-size: 14px;
}
.category_sites_item.trending .trending_site-rating-number {
  font-size: 13px;
}
.category_sites_item.trending .rating {
  width: 74px;
  height: 14px;
}
.category_sites_item.rating_sm .rating {
  width: 74px;
  height: 14px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .category_sites_item {
    width: 33.333333%;
    max-width: 33.333333%;
    padding: 15px 4px 0;
  }
}
@media screen and (max-width: 767px) {
  .category_sites_item, .category_sites_item.col-5, .category_sites_item.trending {
    width: 50%;
    max-width: 50%;
    padding: 10px 3px 0;
  }
}
.category_sites_item_inner {
  padding: 0;
  position: relative;
}
.category_sites_item_inner .free_to_play {
  background: url(/wp-content/themes/mpg/images/free_to_play.png);
  width: 84px;
  height: 86px;
  content: " ";
  display: inline-block;
  position: absolute;
  right: -4px;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .category_sites_item_inner {
    padding: 0;
  }
  .category_sites_item_inner .category_site_content {
    padding: 0 8px 8px;
  }
}
.category_sites_item_overlay {
  position: absolute;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  flex-direction: column;
  z-index: 2;
}
.category_sites_item_overlay a {
  padding: 8px 0;
  justify-content: center;
  color: #fff;
  background: #004aad;
  text-decoration: none;
  border-radius: 5px;
  width: 80%;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.2s linear 0s;
}
@media screen and (max-width: 1024px) {
  .category_sites_item_overlay a {
    padding: 10px 0;
    font-size: 12px;
    width: 80%;
  }
}
.category_sites_item_overlay a i {
  transition: all 0.2s linear 0s;
  opacity: 0;
  width: 0;
}
.category_sites_item_overlay a i.right_angle {
  color: #c4f015;
}
.category_sites_item_overlay a i.right_angle:before {
  transform: rotateZ(180deg);
}
.category_sites_item_overlay a:hover i {
  opacity: 1;
  width: 18px;
  padding-left: 10px;
}
.category_sites_item_overlay .link_site {
  background: #c4f015;
  color: #000;
  margin-top: 15px;
}
.category_sites_item_content, .category_sites_item_trending {
  position: relative;
  overflow: hidden;
}
.category_sites_item_content:hover .category_sites_item_overlay, .category_sites_item_trending:hover .category_sites_item_overlay {
  display: flex;
}
@media screen and (max-width: 767px) {
  .category_sites_item_content:hover .category_sites_item_overlay, .category_sites_item_trending:hover .category_sites_item_overlay {
    display: none;
  }
}
.category_sites_item_content:hover .category_sites_item_thumb__img, .category_sites_item_trending:hover .category_sites_item_thumb__img {
  transform: scale(1.1);
}
.category_sites_item_content.has_video:hover .category_sites_item_overlay, .category_sites_item_trending.has_video:hover .category_sites_item_overlay {
  display: none;
}
.category_sites_item_content.touched .category_sites_item_overlay, .category_sites_item_trending.touched .category_sites_item_overlay {
  display: flex;
}
.category_sites_item_thumb {
  line-height: 0;
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 84.8%;
}
.category_sites_item_thumb__img {
  aspect-ratio: 1.1811;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  transform: scale(1);
  transition: opacity 250ms, transform 0.3s !important;
  transform-origin: top left;
}
.category_sites_item_thumb video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 103%;
  transform: translateX(-50%) translateY(-50%);
}
.category_sites_item_thumb__overlay, .category_sites_item_thumb::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #000;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.58) 25%, rgba(107, 107, 107, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.category_sites_item_title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 15px 0 7px;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  color: #fff;
}
.category_sites_item_title .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .category_sites_item_title {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.category_sites_item_title:hover, .category_sites_item_title:focus {
  color: #fff;
}
.category_sites_item_title:before {
  counter-increment: number;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  content: counter(number);
  display: inline-block;
  margin: -1px 1px 0 0;
  text-align: right;
  color: #bbbcc0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .category_sites_item_title:before {
    font-size: 12px;
  }
}
.category_sites_item_title h2, .category_sites_item_title_a {
  color: #fff;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  font-size: 15px;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: capitalize;
}
.category_sites_item_title h2:active, .category_sites_item_title h2:hover, .category_sites_item_title h2:focus, .category_sites_item_title_a:active, .category_sites_item_title_a:hover, .category_sites_item_title_a:focus {
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .category_sites_item_title h2, .category_sites_item_title_a {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    max-width: 62%;
    text-overflow: ellipsis;
  }
}
.category_sites_item_summary {
  font-weight: 400;
  font-size: 12px;
  padding-top: 5px;
  line-height: 18px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .category_sites_item_summary {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .category_sites_item_summary {
    font-size: 12px;
    -webkit-line-clamp: 3;
    line-height: 17px;
    height: auto;
    margin: 0 0 3px;
  }
}
.category_sites_item .ratings {
  display: block;
  content: " ";
  height: 16px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: -3px;
}
.category_sites_item .rating_1 {
  background-image: url(/wp-content/themes/mpg/images/rating_1.png);
}
.category_sites_item .rating_2 {
  background-image: url(/wp-content/themes/mpg/images/rating_2.png);
}
.category_sites_item .rating_3 {
  background-image: url(/wp-content/themes/mpg/images/rating_3.png);
}
.category_sites_item .rating_4 {
  background-image: url(/wp-content/themes/mpg/images/rating_4.png);
}
.category_sites_item .rating_5 {
  background-image: url(/wp-content/themes/mpg/images/rating_5.png);
}
.category_sites_item.visited .category_sites_item_title:before {
  content: "";
  top: 4px;
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  margin: 1px 7px 0px 5px;
}
.category_sites[data-type=free] .category_sites_item:not(.free) {
  display: none;
}
.category_sites[data-type=premium] .category_sites_item:not(.premium) {
  display: none;
}
.category_sites[data-type=casual] .category_sites_item:not(.casual) {
  display: none;
}
.category_sites[data-type=affair] .category_sites_item:not(.affair) {
  display: none;
}
.category_sites[data-type=swinger] .category_sites_item:not(.swinger) {
  display: none;
}
@media screen and (min-width: 992px) {
  .category_sites.cat_archive.page_1 .category_sites_item:nth-child(2) {
    order: -2;
  }
  .category_sites.cat_archive.page_1 .category_sites_item:nth-child(3) {
    order: -1;
  }
}

.category-archived .category_sites_description {
  height: 205px;
}

@media screen and (min-width: 767.98px) {
  .scroll .col_5 .category_sites_item {
    width: 20%;
    max-width: 20%;
  }
  .scroll .col_5 .category_sites_description {
    width: 40%;
  }
}
.category_sites_item_content:hover .category_sites_item_title {
  z-index: 4;
}

.deadsite-drop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  padding: 10px 0 0 0;
  background-image: initial;
  background-color: rgba(26, 29, 32, 0.6);
  text-align: center;
  display: inline-block;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.deadsite-drop.dead {
  background: rgba(216, 10, 18, 0.8);
}
.deadsite-drop .icon-holder {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/mpg/images/hof-head.svg) 50% 50% no-repeat;
  background-size: 180px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .deadsite-drop .icon-holder {
    background-size: 150px;
  }
}
.deadsite-drop .item-link {
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: #004aad;
}
@media screen and (max-width: 768px) {
  .deadsite-drop .item-link {
    padding: 5px 10px;
  }
}
.deadsite-drop .item-link .text {
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .deadsite-drop .item-link .text {
    font-size: 12px;
  }
}
.deadsite-drop .item-link .btn-icon {
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  background: url(/wp-content/themes/mpg/images/w-icon-arrow-right.svg) no-repeat;
  width: 16px;
  height: 10px;
  background-size: 16px;
  flex-shrink: 0;
}
.deadsite-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 768px) {
  .deadsite-title {
    font-size: 16px;
  }
}
.deadsite-subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  display: block;
}
.deadsite-drop.dead-review {
  background: rgba(216, 10, 18, 0.8);
}
.deadsite-drop.dead-review.unlisted {
  background: rgba(0, 0, 0, 0.8);
}
.deadsite-drop.dead-review .icon-holder {
  background-size: 260px;
}
@media screen and (max-width: 767px) {
  .deadsite-drop.dead-review .icon-holder {
    background-size: 180px;
  }
}
.deadsite-drop.dead-review .deadsite-title {
  margin-top: 5px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .deadsite-drop.dead-review .deadsite-title {
    font-size: 12px;
  }
}
.deadsite-drop.dead-review .deadsite-subtitle {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .deadsite-drop.dead-review .deadsite-subtitle {
    font-size: 16px;
  }
}
.deadsite-drop.dead-review .item-link {
  bottom: 15px;
  right: auto;
  top: auto;
  flex-direction: revert;
}
.deadsite-drop.dead-review .item-link .text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .deadsite-drop.dead-review .item-link {
    bottom: 15px;
  }
}

.category_sites_item_content:hover .deadsite-drop {
  display: none;
}

@media screen and (min-width: 1024.5px) {
  .similar_sites .category_sites_item_overlay a {
    padding: 16px 0;
    font-size: 16px;
  }
}

.light .category_description h3 {
  color: #698ab3;
}
.light .category_description.tubes h2 {
  color: #698ab3;
}
.light .category_sites_description::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="lgrad" x1="50%" y1="0%" x2="50%" y2="100%" ><stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1"/><stop offset="100%" style="stop-color:rgba(255,255,255,0);stop-opacity:0"/></linearGradient></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23lgrad)"/></svg>');
}
.light .category_sites_description::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="lgrad" x1="50%" y1="100%" x2="50%" y2="0%" ><stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1"/><stop offset="100%" style="stop-color:rgba(255,255,255,0);stop-opacity:0"/></linearGradient></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23lgrad)"/></svg>');
}
.light .category_description a {
  color: #4099f9;
}
.light .category_description a:hover, .light .category_description a:focus {
  color: #337ab7;
}
.light .category_description a.might_like-item {
  color: #000;
}
.light .category_description a.might_like-item:hover, .light .category_description a.might_like-item:focus {
  color: #fff;
}
.light .category_sites_description__readmore {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
}

.deIcon:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.gpgIcon {
  height: 16px;
}
.gpgIcon::before {
  content: " ";
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
  display: inline-block;
  background: url("/wp-content/themes/mpg/images/gpgIcon.png");
}

.divider {
  position: relative;
  margin: 37px 0;
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #1e559a;
}
.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/avatar.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  animation: fadeEffect 0.2s;
}

.category-tag-list {
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .category-tag-list {
    overflow: auto;
  }
}
.category-tag-tipbox {
  position: relative;
  cursor: pointer;
}
.category-tag-tipbox .tooltip {
  display: none;
}
@media screen and (min-width: 768px) {
  .category-tag-tipbox .tooltip {
    position: absolute;
    text-align: center;
    bottom: 100%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -10px);
    display: none;
    padding: 6px 10px;
    border: 3px solid #bababa;
    border-radius: 11px;
    white-space: nowrap;
    line-height: 1;
    background-color: #fdfdfd;
    color: #767676;
    animation: fadeEffect 0.2s;
  }
  .category-tag-tipbox .tooltip span {
    color: #000;
  }
  .category-tag-tipbox .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -4px) rotate(-45deg);
    display: inline-block;
    width: 12px;
    height: 12px;
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: transparent transparent #bababa #bababa;
    background-color: #fdfdfd;
  }
}
@media screen and (min-width: 768px) {
  .category-tag-tipbox:hover .tooltip {
    display: block;
  }
}
.category-tag-bar {
  background: #e5e5e5;
  border-top: 2px solid #969696;
  border-bottom: 2px solid #969696;
  padding: 5px;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .category-tag-bar {
    overflow: auto;
    gap: 5px;
    flex-wrap: nowrap;
  }
}
.category-tag-bar-left {
  border-right: 1px solid #969696;
  padding-right: 5px;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .category-tag-bar-left {
    padding-right: 3px;
    gap: 1px;
  }
}
.category-tag-bar-left .tag-inline {
  display: flex;
  background: #ccc;
  padding: 3px 4px;
  color: #000;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .category-tag-bar-left .tag-inline {
    padding: 3px 10px 3px 30px;
  }
}
.category-tag-bar-more {
  flex: 1;
  padding-left: 5px;
  overflow: auto;
  gap: 5px;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .category-tag-bar-more {
    padding-left: 3px;
    gap: 1px;
    overflow: visible;
  }
}
.category-tag-bar-more span {
  white-space: nowrap;
}
.category-tag-bar-more-categories {
  display: flex;
  white-space: nowrap;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .category-tag-bar-more-categories {
    gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  .category-tag-bar-more .category-tag-item {
    padding: 2px 4px;
  }
}
.category-tag-item {
  background: #fff;
  padding: 3px 8px;
  border: 1px solid #626262;
}
.category-tag-item a, .category-tag-item a:hover, .category-tag-item a:focus {
  color: #000;
  gap: 4px;
}

.modal_age {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.modal_age .modal_inner {
  padding: 4rem 2rem;
  background: #000;
  box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  border: 1px solid #313131;
  text-align: center;
  max-width: 820px;
}
.modal_age .modal_inner .title {
  font-size: 2.5rem;
  margin: 1.5rem 0 1rem;
  font-weight: 700;
  color: #fff;
}
.modal_age .modal_inner p {
  font-size: 1.25rem;
  margin: 0;
  color: #ccc;
}
.modal_age .modal_inner .btn {
  margin-top: 3rem;
  font-size: 1.25rem;
  width: 20rem;
  max-width: 100%;
  padding: 1rem;
  color: #fff;
  font-weight: 400;
  background: #1f1f1f;
  border: none;
  cursor: pointer;
}
.modal_age .modal_inner .btn.btn_in {
  background: #2caf61;
  width: auto;
}
.modal_age .modal_inner .btn.btn_exit {
  background: #666;
  color: #fff;
  width: auto;
}
.modal_age_p {
  line-height: 1.7;
}
.modal_age_buttons {
  gap: 25px;
}

.cookieBanner {
  background: rgba(27, 27, 27, 0.85);
  text-align: center;
  height: 25px;
  width: 100%;
  position: fixed;
  bottom: 0;
  vertical-align: middle;
  z-index: 100;
  line-height: 25px;
  font-size: 0.7rem;
  color: #fff;
}
.cookieBanner button {
  border: 0;
  background: #d5f34a;
  color: #000;
  border-radius: 5px;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 20px;
  font-size: 0.7rem;
  padding: 4px 10px;
  cursor: pointer;
}

.go-top {
  position: fixed;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  z-index: 14;
  height: 48px;
  width: 48px;
  border-radius: 3px;
  cursor: pointer;
  --button-size: 44px;
  --border-width: 3px;
  --button-color: #007bff;
  --border-color: #ffffff;
  transition: transform 0.2s ease;
  width: var(--button-size);
  height: var(--button-size);
  top: calc(50% - var(--button-size) / 2);
  right: calc((100vw - var(--container-width)) / 4 - var(--button-size) / 2);
  transform: rotate(0deg);
  background-color: var(--button-color);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-top svg {
  width: 100%;
  height: 100%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  border-radius: 50%;
  border: var(--border-width) solid var(--border-color);
  clip-path: circle(50%);
  -webkit-mask-image: conic-gradient(var(--border-color) calc(var(--percent) * 100%), transparent 0);
          mask-image: conic-gradient(var(--border-color) calc(var(--percent) * 100%), transparent 0);
}
.go-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 6px 12px #007bff;
  transition: opacity 0.5s ease, visibility 0.5s ease, box-shadow 0.5s ease;
}
.go-top:active::after {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 0 0 #007bff;
  transition: 0s;
}
.go-top:hover {
  background-color: rgba(167, 167, 167, 0.3);
}
@media screen and (max-width: 991.98px) {
  .go-top {
    left: calc(50% - 21px);
    top: auto;
    bottom: 8px;
  }
}
.go-top.scroll-to-top {
  transform: rotate(180deg);
}
.go-top .scroll-progress-bar {
  stroke: #fff;
  stroke-dasharray: var(--circ);
  stroke-dashoffset: var(--offset);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media screen and (max-width: 991.98px) {
  .home .go-top {
    right: 29px;
    margin-right: -21px;
    left: auto;
    bottom: 150px;
  }
  .archive.category .go-top {
    left: calc(75% - 21px);
  }
  .single-sites .go-top.right {
    left: calc(75% - 21px);
  }
  .page-template-page-categories .go-top {
    left: calc(75% - 21px);
  }
  .tax-category-tag .go-top {
    left: calc(75% - 21px);
  }
}
body.chatbot_active .go-top {
  display: none;
}

.light .footer__nav a:hover {
  color: #000;
}

.footer {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.footer__wrapper-1 {
  display: flex;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer__wrapper-2 {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #081b49;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-2 {
    margin-top: 0;
  }
}
.footer__container {
  padding-bottom: 30px;
}
.footer__container-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__container {
    padding-bottom: 0;
  }
}
.footer__title {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 14px;
  }
}
.footer__desc {
  padding-bottom: 30px;
  color: #4b4e6b;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__desc {
    font-size: 12px;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4099f9;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer__nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-wrap: wrap;
  }
}
.footer__nav p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__nav p {
    font-size: 0;
  }
}
.footer__nav a {
  font-size: 16px;
  font-weight: 600;
  color: #4099f9;
  line-height: 2.273;
  padding: 0 10px;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .footer__nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav a {
    display: flex;
    align-items: center;
    min-height: 25px;
    font-size: 12px;
  }
}
.footer__nav a:hover {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.footer__nav-item {
  display: flex;
}
.footer__nav-item span {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  color: rgb(70, 128, 202);
  line-height: 2.273;
}
@media screen and (max-width: 1023px) {
  .footer__nav-item span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-item span {
    font-size: 0;
  }
}
.footer__nav-link {
  font-size: 16px;
  color: rgb(70, 128, 202);
  line-height: 2.273;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    display: flex;
    align-items: center;
    min-height: 25px;
    font-size: 12px;
  }
}
.footer__nav-link:hover {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
.footer__jobs {
  text-align: center;
  font-size: 14px;
  padding: 15px 0 0;
}
.footer__jobs-a {
  color: #ccc;
}
.footer__jobs-a:hover {
  color: #4099f9;
}

@media screen and (max-width: 767px) {
  .user_page_1 .footer__wrapper-1 {
    padding-top: 0;
  }
}

.footer_b {
  padding: 5px 0 15px 0;
}
.footer_b.nopadding {
  padding: 0 0 15px;
  background: transparent;
}
.footer_b_title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  padding: 15px 15px 10px;
}
.footer_b_title a {
  color: #fff;
}
.footer_b_title:hover, .footer_b_title:focus {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_b_title {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 15px;
    justify-content: center;
  }
}
.footer_b_title:before {
  display: inline-block;
  content: " ";
  background-image: url("../images/mpg-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer_b_title:before {
    display: none;
    width: 48px;
    height: 48px;
  }
}
.footer_b_top {
  background: #1e559a;
  border-radius: 8px;
}
.footer_b_top img {
  width: 100%;
  border: 8px;
}
.footer_b_inner {
  padding: 0 10px 10px 10px;
}
.footer_b_link {
  --animation-rgb-value: 46, 175, 91;
  display: flex;
  margin-top: 8px;
  border-radius: 8px;
  background: #2eaf61;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .footer_b_link {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
  }
}
.footer_b_link:focus {
  color: #fff;
}
.footer_b_link:hover {
  color: #fff;
  animation: pulse 1s infinite;
}
.footer_b_img_holder {
  border-top: none;
  display: block;
  margin: 0 auto 0 0;
  border-radius: 0 0 10px 10px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  padding-top: 72.41758242%;
}
.footer_b_img_holder img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.floating_bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #2a2b31;
  text-align: center;
  z-index: 12;
  display: none;
}
@media screen and (max-width: 767px) {
  .floating_bar {
    display: block;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar {
    line-height: 45px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar {
    line-height: 45px;
  }
}
.floating_bar a, .floating_bar span {
  color: #fff;
}
.floating_bar a {
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a {
    line-height: 45px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a {
    line-height: 45px;
  }
}
.floating_bar a i {
  position: absolute;
  height: 70px;
  width: 70px;
  right: 0;
  top: 0;
  background: #3a8300;
  background: linear-gradient(to bottom, #3a8300 0%, #327200 60%, #245100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3a8300",endColorstr="#245100",GradientType=0 );
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a i {
    height: 45px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a i {
    height: 45px;
  }
}
.floating_bar a i b {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  background: url(../images/icon_review_floating.png) no-repeat;
  background-position: center;
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a i b {
    background-size: auto 35px;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating_bar a i b {
    background-size: auto 35px;
  }
}
.floating_bar .out-link {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 30px;
  color: #fff;
  background: #2eaf61;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}
.floating_bar .out-link .visit_icon {
  margin-left: 5px;
  width: 16px;
  height: 16px;
}
.floating_bar .item-link {
  width: 100%;
  text-align: center;
  position: relative;
}
.floating_bar .item-link .iconCat::before {
  margin: 0;
}
.floating_bar .item-counter {
  position: absolute;
  left: calc(50% + 20px);
  color: #fff;
}
.floating_bar .item-ico {
  height: 33.5px;
  width: 33.5px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.floating_bar .item-ico svg {
  width: 100%;
  height: 100%;
}
.floating_bar .item-title {
  font-size: 12px;
}
.floating_bar .icon-category {
  height: 33px;
}
.floating_bar ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px;
}
.floating_bar li {
  width: 33.33%;
}

.footer_description h2 {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer_description h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_description h2 {
    font-size: 14px;
  }
}
.footer_description h3 {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer_description h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_description h3 {
    font-size: 14px;
  }
}
.footer_description p {
  padding-bottom: 30px;
  color: #d7d7d7;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .footer_description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer_description p {
    font-size: 12px;
  }
}
.footer_description:not(.show_all) p:first-of-type {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_description:not(.show_all) p:first-of-type {
    height: 85px;
  }
}
.footer_description:not(.show_all) .p1:nth-child(n+3) {
  display: none;
}
.footer_description .btn_show_more {
  text-align: center;
  padding: 10px 0 40px;
  font-weight: 600;
  color: var(--heading-small-color, #000);
}
.footer_description .btn_show_more-text {
  cursor: pointer;
}
.footer_description .btn_show_more-text svg {
  fill: var(--heading-small-color, #000);
}
.footer_description.show_all .btn_show_more {
  display: none;
}

.light .footer {
  background: #b7c2d0;
}
.light .footer__nav a {
  color: #014293;
}
.light .footer__title {
  color: #576576;
}
.light .footer_description h2 {
  color: #000;
}
.light .footer_description h3 {
  color: #000;
}
.light .footer_description p {
  color: #576576;
}
.light .footer_description a {
  color: #014293;
}
.light .floating_bar {
  background: #fff;
}
.light .floating_bar a, .light .floating_bar span {
  color: #000;
}
.light .floating_bar .out-link {
  color: #fff;
}
.light .footer__jobs-a {
  color: #014293;
}

#login_popup {
  position: fixed;
  display: flex;
  width: 100%;
  height: 0;
  top: 100%;
  opacity: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  flex-grow: unset;
  align-items: center;
  transition: all 0.8s;
}
#login_popup.is-open {
  height: 100%;
  top: 0;
  opacity: 1;
}
#login_popup .login_container {
  background-color: #0e123c;
  padding: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #login_popup .login_container {
    width: 90%;
  }
  #login_popup .login_container .user_tab_login {
    width: 100%;
  }
}
#login_popup .login_popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #login_popup .login_popup_close img {
    width: 25px;
    height: 25px;
  }
}

.other_page {
  padding-top: 15px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .other_page {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .other_page {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.other_page_content {
  padding: 30px 35px;
  background: #3b3b3b;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .other_page_content {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .other_page_content {
    padding: 15px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.abouticon1, .abouticon2, .abouticon3, .abouticon4, .abouticon5, .abouticon6, .abouticon7, .abouticon8, .abouticon9, .abouticon10 {
  position: absolute;
  top: 15px;
  left: 0;
  width: 81px;
  height: 82px;
  background-image: url(../images/about-icon1.png);
  background-size: 100%;
}

.abouticon2 {
  background-image: url(../images/about-icon2.png);
}

.abouticon3 {
  background-image: url(../images/about-icon3.png);
}

.abouticon4 {
  background-image: url(../images/about-icon4.png);
}

.abouticon5 {
  background-image: url(../images/about-icon5.png);
}

.abouticon6 {
  background-image: url(../images/about-icon6.png);
}

.abouticon7 {
  background-image: url(../images/about-icon7.png);
}

.abouticon8 {
  background-image: url(../images/about-icon8.png);
}

.abouticon9 {
  background-image: url(../images/about-icon9.png);
}

.abouticon10 {
  background-image: url(../images/about-icon10.png);
}

.aboutusC li {
  position: relative;
  margin-bottom: 20px;
}
.aboutusC .aboutp {
  border-radius: 10px;
  background: #2f2f2f;
  border: 2px solid #444;
  padding: 20px 20px 36px 40px;
  margin-left: 60px;
  font-size: 16px;
  color: #ddd;
  line-height: 24px;
}
.aboutusC .aboutp h5 {
  font-size: 24px;
  color: #dcecff;
  margin-top: 23px;
  margin-bottom: 40px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .aboutusC .aboutp h5 {
    margin: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutusC .aboutp h5 {
    margin: 13px 0;
  }
}
.aboutusC .aboutp p {
  font-size: 16px;
  color: #ddd;
  line-height: 24px;
}

.acontact {
  text-align: center;
  margin: 40px auto 10px;
  max-width: 75%;
}
.acontact_inner {
  display: flex;
  justify-content: center;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .acontact_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .acontact_inner {
    flex-direction: column;
    max-width: 100%;
  }
}
.acontact_btc {
  display: none;
  color: #fc022d;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .acontact_btc {
    font-size: 12px;
  }
}
.acontact_btc.fund {
  display: block;
}
.acontact img {
  max-width: 90%;
  margin: 5px;
}

.whtbox h5 {
  font-size: 24px;
  color: #dcecff;
  margin-top: 23px;
  margin-bottom: 40px;
  font-weight: 700;
}
.whtbox h5:first-child {
  margin-top: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .whtbox h5 {
    margin: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .whtbox h5 {
    margin: 13px 0;
  }
}
.whtbox p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 18px;
  color: #bbb;
}
.whtbox ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.whtbox ul li {
  margin: 15px 0;
  padding-left: 27px;
  position: relative;
  color: #dcecff;
}
.whtbox ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "•";
  font-size: 30px;
  color: #3f3f3f;
  line-height: 13px;
}

.contactusC li h5 {
  font-size: 36px;
  color: #dcecff;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 10px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .contactusC li h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contactusC li h5 {
    font-size: 28px;
  }
}
.contactusC .cont-icon1, .contactusC .cont-icon2, .contactusC .cont-icon3, .contactusC .cont-icon4, .contactusC .cont-icon5, .contactusC .cont-icon6 {
  display: inline-block;
  vertical-align: middle;
  width: 59px;
  height: 53px;
  background-image: url(../images/contact-icon1.png);
  background-size: 100%;
  margin: -7px 5px 0;
}
.contactusC .cont-icon2 {
  background-image: url(../images/contact-icon2.png);
}
.contactusC .cont-icon3 {
  background-image: url(../images/contact-icon3.png);
}
.contactusC .cont-icon4 {
  background-image: url(../images/contact-icon4.png);
}
.contactusC .cont-icon5 {
  background-image: url(../images/contact-icon5.png);
}
.contactusC .cont-icon6 {
  background-image: url(../images/contact-icon6.png);
}
.contactusC p {
  margin: 10px 0 20px;
  font-size: 18px;
  line-height: 30px;
  color: #bbb;
}
.contactusC p strong {
  font-weight: 700;
}
.contactusC p.aligncenter {
  text-align: center;
}
.contactusC img {
  max-width: 100%;
  height: auto;
}
.contactusC img.aligncenter {
  margin: 5px auto;
  display: block;
}
.contactusC .birdc {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 250px;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .contactusC .birdc {
    position: relative;
  }
}
.contactusC .contblu {
  margin: 5px 0 15px;
  border-radius: 10px;
  background: #2f2f2f;
  border: 2px solid #444;
  padding: 20px 20px 20px 40px;
}
.contactusC .aligncenter {
  text-align: center;
}
.contactusC .donationmsg {
  position: fixed;
  left: 10%;
  top: 15%;
  background: #082248;
  padding: 30px;
  text-align: center;
  width: 80%;
  color: #fff;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .contactusC .donationmsg {
    overflow: auto;
    top: 120px;
    bottom: 5px;
    left: 10px;
    right: 10px;
    height: auto;
    margin-top: 0;
    width: auto;
    padding: 5px;
  }
}
.contactusC i.closex {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../images/closex.png);
  width: 29px;
  height: 29px;
  cursor: pointer;
  z-index: 9999;
}
.contactusC .msg {
  padding: 30px;
}
.contactusC .msg h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contactusC .msg h2 {
    font-size: 62px;
  }
}
.contactusC .msg p {
  font-size: 30px;
  line-height: 48px;
  color: #fff;
}
.contactusC .msg p strong {
  color: #98c8ff;
  font-weight: 500;
}

.btn_contact {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  font-size: 32px;
  color: #fff;
  padding: 0 45px 0 0;
  text-transform: uppercase;
  margin: 0 8px;
  background-size: auto 100% !important;
  overflow: hidden;
}
.btn_contact:focus, .btn_contact:hover {
  color: #fff;
}
.btn_contact.me {
  background: url("../images/btn_bg_contact.png");
}
.btn_contact.donate {
  background: url("../images/btn_bg_donation.png");
}
.btn_contact:hover {
  color: #fff;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn_contact {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn_contact {
    font-size: 14px;
    margin-top: 10px;
  }
}
.btn_contact img {
  display: inline-block;
  height: 100%;
  margin: 0 25px 0 0;
}
@media screen and (max-width: 767px) {
  .btn_contact img {
    margin-right: 10px;
    height: 50px;
  }
}
.btn_contact span {
  flex: 1;
}

.contgry {
  background: #2f2f2f;
  border: 2px solid #444;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 15px;
}
.contgry p {
  display: block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 48px;
  color: #bbb;
  margin-left: 280px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .contgry p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contgry p {
    font-size: 26px;
    line-height: 38px;
    margin: 0;
  }
}

.page-template-advertising section.list {
  background: #030a16 url(../images/anuncio-bg.jpg) top no-repeat;
  background-size: 100%;
}

.bg_adv {
  background: #030a16 url(../images/anuncio-bg.jpg) top no-repeat;
  background-size: 100%;
}

.advC {
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .advC {
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .advC {
    padding: 20px 0 10px;
  }
}
.advC h2 {
  font-size: 60px;
  font-weight: 700;
  color: #09a0ff;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .advC h2 {
    font-size: 36px;
  }
}
.advC h4 {
  position: relative;
  border: 1px solid #5a83a8;
  padding: 25px 30px;
  font-size: 22px;
  line-height: 36px;
  margin: 0 5% 30px;
}
.advC h4:after {
  position: absolute;
  left: 50%;
  bottom: -42px;
  width: 43px;
  height: 50px;
  background-image: url(../images/anuncio-arrw.png);
  content: "";
  background-size: 100%;
  margin-left: -21px;
}
.advC img {
  max-width: 100%;
}
.advC ul {
  margin-bottom: 80px;
}
.advC li {
  text-align: left;
  position: relative;
  margin: 40px 5%;
}
.advC li p {
  font-size: 18px;
  line-height: 30px;
}
.advC .oadttl {
  font-size: 30px;
  font-weight: 700;
  color: #10b3ff;
}
@media screen and (max-width: 767px) {
  .advC .oadttl {
    font-size: 20px;
  }
}
.advC .oadttl .numc {
  display: inline-block;
  width: 37px;
  height: 38px;
  background-image: url(../images/anuncio-num.png);
  margin-right: 10px;
  text-align: center;
  color: #040c1a;
  font-weight: 900;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  line-height: 37px;
  background-size: 100%;
}
.advC small {
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 20px 10px 30px;
}

.btn_advertise {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: url("../images/btn_blue_bg.png");
  font-size: 28px;
  color: #fff;
  padding: 0 25px 0 0;
  text-transform: uppercase;
}
.btn_advertise:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_advertise {
    font-size: 14px;
  }
}
.btn_advertise--icon {
  display: inline-block;
  max-height: 100%;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .btn_advertise--icon {
    margin-right: 10px;
  }
}

.btn_advertise1 {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn_advertise1 a {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .btn_advertise1 a {
    font-size: 12px;
  }
}

.light .other_page_content {
  background: #fff;
}
.light .aboutusC .aboutp {
  background: #eff5fd;
  border: 2px solid #eff5fd;
  color: #333;
}
.light .aboutusC .aboutp p {
  color: #3f3f3f;
}
.light .aboutusC .aboutp h5 {
  color: #1657a8;
}
.light .contgry {
  border: 2px solid #f6f6f6;
  background: #f6f6f6 url(../images/bg-lyt-gry.png) center top repeat-x;
}
.light .contgry p {
  color: #474841;
}
.light .contactusC li h5 {
  color: #0047a0;
}
.light .contactusC .contblu {
  background: #eff5fd url(images/bg-lyt-blu.png) left top repeat-x;
  border: 2px solid #eff5fd;
}
.light .contactusC p {
  color: #474841;
}
.light .contactusC .msg p {
  color: #fff;
}
.light .whtbox h5 {
  color: #1657a8;
}
.light .whtbox p {
  color: #3f3f3f;
}
.light .whtbox ul li {
  color: #333;
}

.jobs_header {
  display: flex;
  align-items: center;
  background: url("../images/job_banner.jpg");
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 80px 100px;
}
@media screen and (max-width: 767px) {
  .jobs_header {
    padding: 25px;
  }
}
.jobs_header .title {
  color: #c7f928;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .jobs_header .title {
    font-size: 28px;
  }
}
.jobs_header p {
  color: #fff;
  max-width: 75%;
  line-height: 24px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .jobs_header p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .jobs_header p {
    max-width: 100%;
  }
}

.job_listing {
  background: rgb(12, 15, 45);
  background: linear-gradient(90deg, rgb(12, 15, 45) 0%, rgb(11, 13, 40) 100%, rgb(0, 212, 255) 100%);
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .job_listing {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .job_listing {
    padding: 15px;
  }
}
.job_listing .job_item {
  width: 50%;
  max-width: 50%;
  padding: 25px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .job_listing .job_item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .job_listing .job_item {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
}
.job_listing .job_item .job_item_inner {
  position: relative;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 25px 25px 85px;
  height: 100%;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .job_listing .job_item .job_item_inner {
    padding: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .job_listing .job_item .job_item_inner {
    padding: 15px;
    text-align: center;
  }
}
.job_listing .job_item .job_item_inner .title {
  color: #c7f928;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .job_listing .job_item .job_item_inner .title {
    font-size: 18px;
  }
}
.job_listing .job_item .job_item_inner .title:before {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain !important;
  margin-right: 25px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .job_listing .job_item .job_item_inner .title:before {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .job_listing .job_item .job_item_inner .title:before {
    width: 48px;
    height: 48px;
  }
}
.job_listing .job_item .job_item_inner .title.icon_gd:before {
  background: url(../images/jobs/icon_gd.png);
}
.job_listing .job_item .job_item_inner .title.icon_fd:before {
  background: url(../images/jobs/icon_fd.png);
}
.job_listing .job_item .job_item_inner .title.icon_translator:before {
  background: url(../images/jobs/icon_translator.png);
}
.job_listing .job_item .job_item_inner .title.icon_qa:before {
  background: url(../images/jobs/icon_qa.png);
}
.job_listing .job_item .job_item_inner .title.icon_pm:before {
  background: url(../images/jobs/icon_pm.png);
}
.job_listing .job_item .job_item_inner .title.icon_mb:before {
  background: url(../images/jobs/icon_mb.png);
}
.job_listing .job_item .job_item_inner .title.icon_seo:before {
  background: url(../images/jobs/icon_seo.png);
}
.job_listing .job_item .job_item_inner .title.icon_bd:before {
  background: url(../images/jobs/icon_bd.png);
}
.job_listing .job_item .job_item_inner p {
  color: #fff;
  line-height: 24px;
  margin-top: 15px;
}
.job_listing .job_item .job_item_inner .apply {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #0b0d28;
  background: #c7f928;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .job_listing .job_item .job_item_inner .apply {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .job_listing .job_item .job_item_inner .apply {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px;
  }
}
/*# sourceMappingURL=maps/other_page.css.map */
