@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

body, html, div, p, a, ul, li, input, button, form, textarea, span, img, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ececec;
    color: #3b3b3b;
    font: 400 15px/1.2 'PT Sans Narrow', sans-serif;
}

input, button {
    font-family: Tahoma, sans-serif;
}

li {
    list-style-type: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #fc839e;
}

img {
    background-color: #1b1b1b;
    display: block;
}

h1 {
    margin: 10px 4px 0 4px;
    font-size: 26px;
    line-height: 35px;
}

h2 {
    margin: 40px 4px 0 4px;
    font-size: 24px;
}

.cent {
    margin: 0 auto;
    overflow: hidden;
}

.top-bl {
    position: relative;
}

.header {
    background-color: #4c3162;
    background: linear-gradient(to right, #4c3162, #5d4273, #4c3162);
    border-top: 1px solid #422c55;
}

.header .cent {
    overflow: visible;
}

.header-up {
    overflow: hidden;
    padding: 2px 0 8px 0;
}

.logo {
    float: left;
    margin: 8px 4px 0 4px;
}

.logo a {
    display: block;
    background-image: url("../images/logo.png");
    background-size: 250px 50px;
    background-repeat: no-repeat;
    width: 250px;
    height: 50px;
}

.open {
    float: right;
    margin: 8px 0 0 4px;
}

.open-icon {
    display: block;
    background-image: url("../images/list.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.open-icon:hover, .open-icon.active {
    background-image: url("../images/list.svg");
}

.header-bot {
    padding-bottom: 10px;
    display: none;
}

.header-menu li a {
    background-color: #4c3162;
    background: linear-gradient(to right, #7e48a9, #4c3162);
    color: #fff;
    position: relative;
    display: block;
    padding: 0 20px;
    overflow: hidden;
}

.header-menu li a:hover, .header-menu li.active a, .header-menu li a.active {
    background-color: #e05070;
    background: linear-gradient(to right, #e05070, #4c3162);
}

.header-menu li a span {
    display: block;
    float: left;
}

.header-menu-name {
    font-size: 18px;
    height: 70px;
    line-height: 70px;
}

.header-home-icon {
    background-image: url("../images/home.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    width: 20px;
    margin-right: 10px;
    height: 65px;
    line-height: 60px;
}

.header-new-icon {
    background-image: url("../images/new.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    width: 20px;
    margin-right: 10px;
    height: 65px;
    line-height: 60px;
}

.header-clock-icon {
    background-image: url("../images/star.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    width: 20px;
    margin-right: 10px;
    height: 65px;
    line-height: 60px;
}

.categories-open {
    background-color: #4c3162;
    background: linear-gradient(to right, #7e48a9, #4c3162);
    color: #fff;
    display: block;
    position: relative;
    height: 70px;
    line-height: 65px;
    padding: 0 20px;
    cursor: pointer;
}

.categories-open:hover, .categories-open.active {
    background-color: #e05070;
    background: linear-gradient(to right, #e05070, #4c3162);
}

.categories-open span {
    display: block;
    float: left;
}

.categories-open .header-menu-name {
    float: left;
    display: block;
}

.header-list-icon {
    background-image: url("../images/list.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    width: 20px;
    margin-right: 10px;
    height: 65px;
    line-height: 60px;
}

.catlist-bg {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: 10000;
    width: 100%;
    overflow: hidden;
    padding: 15px 0 40px 0;
    left: 0;
    top: 400px;
}

.catlist-bg .list-bl li {
    border-bottom-color: #454545;
}

.catlist-bg .list-bl li a {
    color: #fff;
}

.catlist-bg .list-bl li a:hover {
    color: #ffb400;
}

.catlist-bg .list-bl li a:hover .list-total {
    color: #ab8bc5;
}

.catlist-bg li.catlist-go-to {
    border-bottom: 0 none;
}

.catlist-bg li.catlist-go-to a {
    margin: 20px auto 0 auto;
    width: 186px;
    border: 2px solid #fc839e;
    border-radius: 6px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
}

.catlist-bg li.catlist-go-to a:hover {
    background-color: #fc839e;
    color: #fff;
}

.header-search {
    margin: 15px 4px 0 4px;
    position: relative;
}

.header-search input {
    background-color: #e7e7e7;
    color: #1b1b1b;
    width: 96%;
    font-weight: normal;
    outline: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 2%;
    font-size: 15px;
    border: 0 none;
    border-radius: 1px;
}

.header-search input:focus {
    background-color: #fff;
}

.header-search button {
    background-image: url("../images/search.svg");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 20px;
    border: 0 none;
}

.top-desc {
    background-color: #4c3162;
    background: linear-gradient(to right, #4c3162, #5d4273, #4c3162);
    color: #fff;
    padding: 0 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.top-links {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}

.top-links li {
    float: left;
    margin: 5px 5px 0 5px;
    padding-left: 0;
}

.top-links li a {
    color: #fc839e;
}

.top-links li a:hover {
    text-decoration: underline;
}

.header-langs {
    margin: 10px auto 0 auto;
    width: 160px;
    height: 50px;
    position: relative;
}

.header-langs ul {
    background-color: #7e48a9;
    width: 140px;
    position: absolute;
    top: 0;
    left: 25px;
    right: 0;
    height: 40px;
    border-radius: 1px;
    overflow: hidden;
    z-index: 10000;
}

.header-langs li a {
    color: #fff;
    background-image: url("../images/flags.png");
    background-repeat: no-repeat;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    overflow: hidden;
    padding-left: 50px;
}

.header-langs li a:hover {
    color: #cbf7e4;
}

.header-langs:hover ul {
    background-color: #e05070;
}

.open-down-icon {
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    width: 10px;
    float: right;
    margin-right: 8px;
    display: block;
    height: 39px;
}

.header-langs.active ul {
    background-color: #e05070;
    height: auto;
}

.header-langs li.en a {
    background-position: 10px 0;
}

.header-langs li.de a {
    background-position: 10px -20px;
}

.header-langs li.fr a {
    background-position: 10px -40px;
}

.header-langs li.ne a {
    background-position: 10px -60px;
}

.header-langs li.po a {
    background-position: 10px -80px;
}

.header-langs li.sp a {
    background-position: 10px -100px;
}

.header-langs li.ro a {
    background-position: 10px -120px;
}

.header-langs li.it a {
    background-position: 10px -140px;
}

.header-langs li.ru a {
    background-position: 10px -160px;
}

.bot-desc {
    margin: 40px 4px 0 4px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.tags-list-bl {
    padding: 0.5rem 1rem;
    max-width: 1200px;
    margin: 1rem auto;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
}

.tags-list-title {
    float: none;
    padding: 0;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    color: #3b3b3b;
    text-align: center;
}

.tags-list {
    overflow: hidden;
}

.tags-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tags-list li {
    margin: 0;
}

.tags-list li a {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    background: linear-gradient(45deg, #714298, #9b59b6);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.8rem;
    text-transform: capitalize;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tags-list li a:hover {
    background: linear-gradient(45deg, #9b59b6, #714298);
    border-color: #9b59b6;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.main-up-bl {
    margin-top: 5px;
}

.main-up-bl h1 {
    display: inline-block;
    vertical-align: top;
}

.sort-bl {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    position: relative;
    height: 35px;
    margin: 10px 1px 0 4px;
}

.sort-bl ul {
    background-color: #fff;
    position: absolute;
    z-index: 5000;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.sort-bl.active ul {
    height: auto;
}

.sort-bl a {
    display: block;
    padding: 0 10px;
    overflow: hidden;
}

.sort-bl a:hover {
    background-color: #714298;
    color: #fff;
}

.sort-bl a span {
    display: block;
}

.sort-name {
    float: left;
}

.sort-angle-icon {
    background-image: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 35px;
    background-size: 10px 10px;
    width: 10px;
    float: right;
    font-size: 10px;
}

.thumbs-bl-wrap {
    overflow: hidden;
    padding-top: 2px;
}

.thumb-bl {
    width: 50%;  /* Mobile: 2 columns (NEVER 1) */
    float: left;
}

.thumb {
    background-color: #fff;
    margin: 8px 4px 0 4px;
    overflow: hidden;
    position: relative;
    padding: 1px 1px 8px 1px;
    border: 1px solid #fff;
}

.thumb a img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;  /* 320x240 thumbnail ratio */
    object-fit: cover;
}

.thumb-desc {
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    margin: 4px 10px 0 10px;
    overflow: hidden;
    font-size: 15px;
}

.thumb-dur {
    background-color: rgba(19, 19, 19, 0.6);
    color: #fff;
    position: absolute;
    height: 22px;
    line-height: 22px;
    top: 1px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 3px;
}

.thumb-views {
    background-color: rgba(19, 19, 19, 0.6);
    color: #fff;
    position: absolute;
    height: 22px;
    line-height: 22px;
    top: 1px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 5px;
}

.thumb-views {
    left: 1px;
}

.thumb-views span {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
}

.thumb-views-icon {
    background-image: url("../images/eye.svg");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    margin-right: 3px;
}

.thumb-dur {
    right: 1px;
}

.thumb-dur span {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
}

.thumb-dur-icon {
    background-image: url("../images/clock.svg");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    margin-right: 3px;
}

.thumb-date {
    background-color: rgba(19, 19, 19, 0.6);
    color: #fff;
    position: absolute;
    height: 22px;
    line-height: 22px;
    bottom: 58px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 5px;
}

.thumb-date {
    left: 1px;
}

.thumb-date span {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
}

.thumb-date-icon {
    background-image: url("../images/calendar.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.thumb-tube {
    background-color: rgba(19, 19, 19, 0.6);
    color: #fff;
    position: absolute;
    height: 22px;
    line-height: 22px;
    bottom: 58px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 5px;
}

.thumb-tube {
    right: 1px;
}

.thumb-tube span {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
}

.thumb-tube-icon {
    background-image: url("../images/tube.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.thumb-tube:hover {
    background-color: rgba(19, 19, 19, 0.9);
}

.thumb-tags {
    display: block;
    overflow: hidden;
    height: 26px;
    padding-left: 10px;
}

.thumb-tags li {
    float: left;
    margin: 4px 4px 0 0;
}

.thumb-tags li a {
    border: 1px solid #714298;
    color: #714298;
    display: block;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 15px;
    padding: 0 10px;
}

.thumb-tags li a:hover {
    border-color: #000;
    color: #000;
}

.thumb:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.thumb-img {
    position: relative;
}

.thumb-cat {
    background-color: #fff;
    margin: 8px 4px 0 4px;
    overflow: hidden;
    position: relative;
    padding: 1px 1px 0 1px;
    border: 1px solid #fff;
}

.thumb-cat:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.thumb-cat a img {
    width: 100%;
    height: auto;
    max-height: 235px;
}

.thumb-cat-info {
    overflow: hidden;
    padding: 0 10px;
    font-size: 15px;
    height: 35px;
}

.thumb-cat-desc {
    float: left;
    text-transform: uppercase;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.thumb-cat-total {
    color: #000;
    float: right;
    font-size: 13px;
}

.thumb-cat-total span {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
}

.thumb-cat-total-icon {
    background-image: url("../images/video.svg");
    background-repeat: no-repeat;
    background-position: center 12px;
    width: 13px;
    margin-right: 5px;
}

.thumb-cat a:hover .thumb-cat-total {
    opacity: 1;
}

/* Recent Searches Section */
.recent-searches {
  margin: 20px auto;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}

.searches-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999; /* Light gray to match the site's text */
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
}

/* Search Tags */
.search-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.search-tags .tag a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #fff;
  background: #6a2a8a; /* Purple to match the "Most Recent Searches" buttons */
  border: none; /* No border to match the screenshot */
  border-radius: 20px;
  padding: 6px 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.search-tags .tag a:hover {
  background: linear-gradient(135deg, #ed2884, #d02474); /* Pink-magenta gradient for hover, consistent with previous designs */
  box-shadow: 0 4px 12px rgba(237, 40, 132, 0.3); /* Shadow to match hover color */
  transform: translateY(-2px) scale(1.02); /* Slight lift and scale for interactivity */
}

/* Responsive Design for Large Tablets and Small Desktops */
@media (max-width: 1024px) and (min-width: 768px) {
  .recent-searches {
    width: 85%;
  }

  .searches-title {
    font-size: 13px;
    letter-spacing: 0.18em;
  }

  .search-tags {
    gap: 8px;
    padding: 8px;
  }

  .search-tags .tag a {
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 18px;
  }
}

/* Responsive Design for Tablets */
@media (max-width: 767px) and (min-width: 468px) {
  .recent-searches {
    width: 90%;
  }

  .searches-title {
    font-size: 12px;
    letter-spacing: 0.15em;
  }

  .search-tags {
    gap: 6px;
    padding: 8px;
  }

  .search-tags .tag a {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }

  .search-tags .tag a:hover {
    box-shadow: 0 3px 8px rgba(237, 40, 132, 0.3);
  }
}

/* Responsive Design for Mobile Devices */
@media (max-width: 467px) {
  .recent-searches {
    width: 95%;
  }

  .searches-title {
    font-size: clamp(10px, 2.5vw, 12px);
    letter-spacing: 0.12em;
  }

  .search-tags {
    gap: 4px;
    padding: 6px;
  }

  .search-tags .tag a {
    font-size: clamp(9px, 2.2vw, 10px);
    padding: 3px 8px;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  .search-tags .tag a:hover {
    box-shadow: 0 2px 6px rgba(237, 40, 132, 0.3);
  }
}

/* Extra Small Devices (e.g., very small phones) */
@media (max-width: 360px) {
  .recent-searches {
    width: 98%;
  }

  .searches-title {
    font-size: clamp(9px, 2.3vw, 10px);
    letter-spacing: 0.1em;
  }

  .search-tags {
    gap: 3px;
    padding: 5px;
  }

  .search-tags .tag a {
    font-size: clamp(8px, 2vw, 9px);
    padding: 2px 6px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  .search-tags .tag a:hover {
    box-shadow: 0 2px 4px rgba(237, 40, 132, 0.3);
  }
}

/* Very Small Devices (e.g., below 320px) */
@media (max-width: 320px) {
  .recent-searches {
    width: 100%;
    margin: 10px auto;
  }

  .searches-title {
    font-size: clamp(8px, 2vw, 9px);
    letter-spacing: 0.08em;
  }

  .search-tags {
    gap: 2px;
    padding: 4px;
  }

  .search-tags .tag a {
    font-size: clamp(7px, 1.8vw, 8px);
    padding: 2px 5px;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .search-tags .tag a:hover {
    box-shadow: 0 1px 3px rgba(237, 40, 132, 0.3);
  }
}

/* High-Resolution Desktops */
@media (min-width: 1200px) {
  .recent-searches {
    width: 80%;
  }

  .searches-title {
    font-size: 16px;
    letter-spacing: 0.25em;
  }

  .search-tags {
    gap: 12px;
  }

  .search-tags .tag a {
    font-size: 15px;
    padding: 7px 16px;
    border-radius: 22px;
  }
}


.navigation-bl {
    padding-top: 12px;
    text-align: center;
    overflow: hidden;
}

a.navigation-prev, a.navigation-next {
    display: inline-block;
    vertical-align: top;
    margin: 8px 1px 0 1px;
    width: 110px;
    font-size: 18px;
    border-radius: 3px;
}

a.navigation-prev {
    background-image: url("../images/arrow-left.svg");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #fc839e;
    height: 53px;
    line-height: 53px;
    border: 1px solid transparent;
    background-color: #fff;
    border: 1px solid #fff;
}

a.navigation-prev:hover {
    background-color: #714298;
    border-color: #714298;
    color: #fff;
}

a.navigation-next {
    background-image: url("../images/arrow-right.svg");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 90px center;
    height: 53px;
    line-height: 53px;
    color: #fc839e;
    background-color: #fff;
}

a.navigation-next:hover {
    background-color: #714298;
    color: #fff;
}

.navigation-bl ul {
    padding-top: 8px;
}

.navigation-bl li {
    margin: 2px 1px 0 1px;
    display: inline-block;
    vertical-align: top;
}

.navigation-bl li a, .navigation-bl li span {
    color: #000;
    background-color: #fff;
    padding: 0 5px;
    min-width: 45px;
    height: 55px;
    line-height: 55px;
    display: block;
    font-size: 20px;
    border-radius: 3px;
}

.navigation-bl li a:hover, .navigation-bl li.active a, .navigation-bl li a.active {
    background-color: #714298;
    color: #fff;
}

.show-more {
    margin: 20px 3px 0 3px;
}

.show-more a {
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    display: block;
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.show-more a:hover {
    background-color: #714298;
    color: #fff;
}

.list-bl {
    overflow: hidden;
    padding-top: 10px;
}

.list-bl ul {
    float: left;
    width: 50%;
}

.list-bl li {
    border-bottom: 1px solid #fff;
    margin: 0 4px;
}

.list-bl li a {
    display: block;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
}

.list-word {
    color: #fc839e;
    height: 33px;
    line-height: 33px;
    font-size: 20px;
}

.list-name {
    float: left;
}

.list-total {
    color: #714298;
    float: right;
    font-size: 12px;
}

.list-bl li a:hover .list-name {
    color: #fc839e;
}

.thumb-list {
    float: left;
    width: 50%;
}

.thumb-list a {
    background-color: #fff;
    margin: 8px 4px 0 4px;
    padding: 1px 1px 0 1px;
    display: block;
    text-align: center;
}

.thumb-list-pic {
    position: relative;
}

.thumb-list img {
    width: 100%;
    height: auto;
    max-height: 168px;
}

.thumb-list-name {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
}

.sqrs-bl {
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    padding: 10px 0 20px 0;
}

.sqr {
    background-color: #c7c7c7;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
    width: 300px;
    height: 250px;
}

.sqr-2, .sqr-3, .sqr-4 {
    display: none;
}

.video-bl-wrap {
    margin: 0 4px;
}

.video-bl h1 {
    margin: 10px 0 0 0;
    line-height: 30px;
}

.player {
    background-color: #000;
    width: 100%;
    height: 250px;
    margin-top: 10px;
    position: relative;
}

.player iframe, .player object, .player embed {
    width: 100%;
    height: 100%;
}

.on-video-dark {
    display: none;
    background-color: rgba(19, 19, 19, 0.6);
    position: absolute;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.on-video-bl {
    background-color: #090909;
    width: 300px;
    position: absolute;
    z-index: 6000;
    top: 50%;
    left: 50%;
    padding: 1px;
    margin: -144px 0 0 -151px;
}

.on-video-sqrs {
    overflow: hidden;
    height: 250px;
}

.on-video-sqr-2 {
    display: none;
}

.on-video-close {
    background-color: #714298;
    color: #fff;
    margin-top: 1px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.on-video-close:hover {
    background-color: #fc839e;
}

.on-video-top-close {
    background-image: url("../images/close.svg");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    position: absolute;
    top: -17px;
    right: -17px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.video-meta-bl {
    background-color: #fff;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
}

.video-meta-bl ul {
    overflow: hidden;
}

.video-meta-bl li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0 10px;
    overflow: hidden;
}

.video-meta-bl li a, .video-meta-bl li span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}

.video-date-icon {
    background-image: url("../images/calendar.svg");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    width: 30px;
}

.video-views-icon {
    background-image: url("../images/eye.svg");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    width: 30px;
}

.video-dur-icon {
    background-image: url("../images/clock.svg");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    width: 30px;
}

.video-tube-icon {
    background-image: url("../images/tube.svg");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    width: 30px;
}

.video-sqrs-bl {
    padding-top: 10px;
    text-align: center;
    font-size: 0;
}

.video-sqrs-bl h2 {
    line-height: 30px;
    margin: 10px 0 0 0;
}

.video-sqr {
    background-color: #c7c7c7;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
    width: 300px;
    height: 250px;
}

.video-sqr-2, .video-sqr-3 {
    display: none;
}

.bottom-bl {
    background-color: #4c3162;
    background: linear-gradient(to right, #4c3162, #5d4273, #4c3162);
    color: #ab8bc5;
    overflow: hidden;
    padding: 20px 4px 20px 4px;
    font-size: 14px;
    text-align: center;
}

.footer-desc {
    line-height: 22px;
}

.footer-desc span {
    color: #fc839e;
}

.footer-logo {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

.footer-logo a {
    display: block;
    background-image: url("../images/logo.png");
    background-size: 250px 50px;
    background-repeat: no-repeat;
    width: 250px;
    height: 50px;
}

.footer-info {
    overflow: hidden;
    margin-top: 20px;
}

.footer-copy {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.footer-links {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}

.footer-links li {
    float: left;
    margin: 10px 5px 0 5px;
    border-left: 1px solid #c7c7c7;
    padding-left: 10px;
}

.footer-links li:first-child {
    border-left: 0 none;
}

.footer-links li a {
    color: #fc839e;
}

.footer-links li a:hover {
    color: #fff;
    text-decoration: underline;
}

@media all and (min-width: 380px) {
    .thumb-list {
        width: 33.3333%;
    }
}

@media all and (min-width: 400px) {
    .player {
        height: 300px;
    }
}

@media all and (min-width: 500px) {
    .player {
        height: 350px;
    }
}

@media all and (min-width: 570px) {
    .thumb-list {
        width: 25%;
    }
    .on-video-dark {
        display: block;
    }
}

@media all and (min-width: 600px) {
    .player {
        height: 400px;
    }
}

/* =====================================================
   RESPONSIVE THUMBNAIL GRID - FIXED BREAKPOINTS
   Thumbnail size: 320x240px (4:3 aspect ratio)
   
   | Device     | Width        | Thumbs/row | Width %    |
   |------------|--------------|------------|------------|
   | Desktop    | ≥1200px      | 4          | 25%        |
   | Laptop     | 1000–1199px  | 4          | 25%        |
   | Tablet     | 768–999px    | 3          | 33.3333%   |
   | Mobile     | <768px       | 2          | 50%        |
   ===================================================== */

/* Tablet: 768-999px - 3 columns */
@media all and (min-width: 768px) and (max-width: 999px) {
    .thumb-bl {
        width: 33.3333%;  /* 3 columns */
    }
    .list-bl ul {
        width: 33.3333%;
    }
    .sqr-2, .video-sqr-2 {
        display: inline-block;
    }
}

/* Laptop & Desktop: ≥1000px - 4 columns */
@media all and (min-width: 1000px) {
    .thumb-bl {
        width: 25%;  /* 4 columns */
    }
    .list-bl ul {
        width: 25%;
    }
}

@media all and (min-width: 700px) {
    .player {
        height: 450px;
    }
}

@media all and (min-width: 800px) {
    .thumb-list {
        width: 20%;
    }
    .player {
        height: 500px;
    }
}

@media all and (min-width: 900px) {
    .player {
        height: 550px;
    }
}

@media all and (min-width: 950px) {
    .cent {
        width: 930px;
    }
    .main-up-bl {
        min-height: 45px;
    }
    .main-up-bl h1 {
        display: block;
        float: left;
    }
    .sort-bl {
        display: block;
        float: right;
    }
    /* FIXED: Use responsive widths with 4:3 aspect ratio (320x240) */
    .thumb a img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .thumb-cat a img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .thumb-list {
        width: 232px;
    }
    .thumb-list img {
        width: 222px;
        height: 167px;
    }
    a.navigation-prev {
        float: left;
    }
    a.navigation-next {
        float: right;
    }
    .sqr-3 {
        display: inline-block;
    }
    .video-tb {
        display: table;
        width: 100%;
    }
    .video-bl, .video-sqrs-bl {
        display: table-cell;
        vertical-align: top;
    }
    .video-sqrs-bl {
        width: 310px;
        padding-top: 0;
    }
    .video-sqr {
        margin: 10px 0 0 10px;
    }
    .player {
        height: 420px;
    }
    .footer-copy {
        float: left;
    }
    .footer-links {
        float: right;
    }
}

@media all and (min-width: 1260px) {
    .cent {
        width: 1240px;
    }
    .header {
        height: 70px;
    }
    .header-up {
        float: left;
        padding: 0;
    }
    .logo {
        margin: 5px 0 0 0;
    }
    .logo a {
        background-repeat: no-repeat;
        width: 250px;
        height: 50px;
    }
    .thumb-list {
        width: 155px;
    }
    .thumb-list img {
        width: 145px;
        height: 109px;
    }
    .header-langs {
        float: right;
        margin: 15px 4px 0 0;
    }
    .catlist-bg {
        top: 121px;
    }
    .open {
        display: none !important;
    }
    .header-bot {
        padding: 0;
        display: block !important;
    }
    .header-menu {
        float: right;
        margin: 0 1px 0 0;
    }
    .header-menu li {
        border-bottom: 0 none;
        float: left;
    }
    .header-menu li a {
        border-bottom: 0;
    }
    .header-menu li a:hover, .header-menu li.active a, .header-menu li a.active {
        border-bottom-color: #4c3162;
        box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.5);
    }
    .categories-open:hover, .categories-open.active {
        border-bottom-color: #4c3162;
        box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.5);
    }
    .header-search {
        float: right;
        width: 300px;
        padding: 0 13px;
    }
    .header-search input {
        width: 285px;
        padding: 0 10px;
    }
    .list-bl ul {
        width: 16.6666%;
    }
    .sqr-4 {
        display: inline-block;
    }
    .player {
        height: 460px;
    }
    .on-video-bl {
        width: 610px;
        margin-left: -306px;
    }
    .on-video-sqr {
        float: left;
    }
    .on-video-sqr-2 {
        display: block;
        float: right;
    }
    .video-meta-bl {
        padding: 10px 0;
    }
    .video-meta-bl li {
        margin: 0 20px;
    }
    .video-rating {
        float: right;
    }
    .video-meta {
        float: left;
    }
    .video-sqrs-bl {
        padding-left: 15px;
    }
    /* FIXED: Use responsive widths with 4:3 aspect ratio (320x240) */
    .thumb a img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        max-height: none;
    }
    .thumb-cat a img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        max-height: none;
    }
}

@media all and (min-width: 1570px) {
    .cent {
        width: 1550px;
    }
    .logo {
        margin: 5px 20px 0 0;
    }
    .logo a {
        background-repeat: no-repeat;
        width: 250px;
        height: 50px;
    }
    .header-menu li a {
        padding: 0 25px;
    }
    .header-search {
        float: left;
        width: 430px;
    }
    .header-search input {
        width: 400px;
        padding: 0 10px;
    }
    .thumb-list {
        width: 193px;
    }
    .thumb-list img {
        width: 183px;
        height: 137px;
    }
    .sqr-5 {
        display: inline-block;
    }
    .player {
        height: 700px;
    }
    .video-meta-bl {
        padding: 20px 0;
    }
    .video-meta-bl li {
        margin: 0 30px;
    }
    .video-sqr-3 {
        display: inline-block;
    }
    .header-search {
        float: right;
        width: 550px;
        padding: 0 13px;
    }
    .header-search input {
        width: 535px;
        padding: 0 10px;
    }
}

/* Responsive Design for Tags List */
@media (max-width: 768px) {
    .tags-list-bl {
        padding: 0.4rem 0.8rem;
    }

    .tags-list-title {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }

    .tags-list li a {
        padding: 0.25rem 0.6rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .tags-list-bl {
        padding: 0.3rem 0.6rem;
    }

    .tags-list-title {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .tags-list li a {
        padding: 0.2rem 0.5rem;
        font-size: 0.7rem;
    }
}

/* Banners */
.adv {
    background-color: #ffffff;
    height: 250px;
    margin: 0;
    padding: 0;
    width: 300px;
}

.advbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 10px;
    width: 960px;
}

.advout {
    margin: 5px 0;
}

@media (max-width: 1023px) {
    .advout {
        display: inline-block;
        float: none;
    }
    .advbox {
        text-align: center;
        width: auto;
    }
}

@media (max-width: 999px) {
    .advbox {
        text-align: center;
        width: auto;
        padding-left: 0;
    }
}

/* ===== NATIVE AD RESPONSIVE ===== */
.native-ad-slot {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  grid-column: 1 / -1;

}

.native-ad-slot ins {
  display: block;
  width: 100%;
  text-align: center;
}