@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anonymous Pro";
  src: url("../css/fonts/anonymous-pro/anonymous-pro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gloock";
  src: url("../css/fonts/gloock/gloock-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/gilroy/gilroy-light.woff") format("woff"), url("../css/fonts/gilroy/gilroy-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/gilroy/gilroy-extrabold.woff") format("woff"), url("../css/fonts/gilroy/gilroy-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Black.eot");
  src: local("Graphik LCG Black"), local("GraphikLCG-Black"), url("./fonts/GraphikLCG-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Black.woff2") format("woff2"), url("./fonts/GraphikLCG-Black.woff") format("woff"), url("./fonts/GraphikLCG-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Super.eot");
  src: local("Graphik LCG Super"), local("GraphikLCG-Super"), url("./fonts/GraphikLCG-Super.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Super.woff2") format("woff2"), url("./fonts/GraphikLCG-Super.woff") format("woff"), url("./fonts/GraphikLCG-Super.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Regular.eot");
  src: local("Graphik LCG Regular"), local("GraphikLCG-Regular"), url("./fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Regular.woff2") format("woff2"), url("./fonts/GraphikLCG-Regular.woff") format("woff"), url("./fonts/GraphikLCG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Medium.eot");
  src: local("Graphik LCG Medium"), local("GraphikLCG-Medium"), url("./fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Medium.woff2") format("woff2"), url("./fonts/GraphikLCG-Medium.woff") format("woff"), url("./fonts/GraphikLCG-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Semibold.eot");
  src: local("Graphik LCG Semibold"), local("GraphikLCG-Semibold"), url("./fonts/GraphikLCG-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("./fonts/GraphikLCG-Semibold.woff") format("woff"), url("./fonts/GraphikLCG-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Bold.eot");
  src: local("Graphik LCG Bold"), local("GraphikLCG-Bold"), url("./fonts/GraphikLCG-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Bold.woff2") format("woff2"), url("./fonts/GraphikLCG-Bold.woff") format("woff"), url("./fonts/GraphikLCG-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Graphik LCG", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}

a:hover {
  color: #ea53d3;
}

body {
  background: #000000;
  color: white;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure body takes at least full viewport height */
  font-family: "Graphik LCG", sans-serif;
}

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

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%; /* Ensure the wrapper takes at least full height */
}

.head-foot-container {
  width: 342px;
}
@media (max-width: 339px) {
  .head-foot-container {
    width: 310px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .head-foot-container {
    width: 342px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .head-foot-container {
    width: 640px !important;
  }
}
@media (min-width: 1024px) {
  .head-foot-container {
    width: 1360px;
  }
}
@media (max-width: 1023px) {
  .head-foot-container {
    width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .head-foot-container {
    width: 95%;
  }
}

.container {
  width: 335px;
  overflow: visible;
}
@media (max-width: 339px) {
  .container {
    width: 300px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .container {
    width: 335px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 600px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

.breadcrumbs {
  display: flex;
  margin-top: 37px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ea53d3;
}

.breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}

@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Black.eot");
  src: local("Graphik LCG Black"), local("GraphikLCG-Black"), url("./fonts/GraphikLCG-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Black.woff2") format("woff2"), url("./fonts/GraphikLCG-Black.woff") format("woff"), url("./fonts/GraphikLCG-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Super.eot");
  src: local("Graphik LCG Super"), local("GraphikLCG-Super"), url("./fonts/GraphikLCG-Super.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Super.woff2") format("woff2"), url("./fonts/GraphikLCG-Super.woff") format("woff"), url("./fonts/GraphikLCG-Super.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Regular.eot");
  src: local("Graphik LCG Regular"), local("GraphikLCG-Regular"), url("./fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Regular.woff2") format("woff2"), url("./fonts/GraphikLCG-Regular.woff") format("woff"), url("./fonts/GraphikLCG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Medium.eot");
  src: local("Graphik LCG Medium"), local("GraphikLCG-Medium"), url("./fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Medium.woff2") format("woff2"), url("./fonts/GraphikLCG-Medium.woff") format("woff"), url("./fonts/GraphikLCG-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Semibold.eot");
  src: local("Graphik LCG Semibold"), local("GraphikLCG-Semibold"), url("./fonts/GraphikLCG-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("./fonts/GraphikLCG-Semibold.woff") format("woff"), url("./fonts/GraphikLCG-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Bold.eot");
  src: local("Graphik LCG Bold"), local("GraphikLCG-Bold"), url("./fonts/GraphikLCG-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Bold.woff2") format("woff2"), url("./fonts/GraphikLCG-Bold.woff") format("woff"), url("./fonts/GraphikLCG-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Graphik LCG", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}

a:hover {
  color: #ea53d3;
}

body {
  background: #000000;
  color: white;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure body takes at least full viewport height */
  font-family: "Graphik LCG", sans-serif;
}

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

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%; /* Ensure the wrapper takes at least full height */
}

.head-foot-container {
  width: 342px;
}
@media (max-width: 339px) {
  .head-foot-container {
    width: 310px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .head-foot-container {
    width: 342px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .head-foot-container {
    width: 640px !important;
  }
}
@media (min-width: 1024px) {
  .head-foot-container {
    width: 1200px;
  }
}
@media (max-width: 1023px) {
  .head-foot-container {
    width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .head-foot-container {
    width: 95%;
  }
}

.container {
  width: 335px;
  overflow: visible;
}
@media (max-width: 339px) {
  .container {
    width: 300px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .container {
    width: 335px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 600px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

.breadcrumbs {
  display: flex;
  margin-top: 37px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ea53d3;
}

.breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}

h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.breadcrumbs ol {
  display: flex;
}
.essay_page .load-more-btn:hover:not(:disabled) {
  background: #333;
  transform: translateY(-1px);
}
.single-essays-beehiiv article ul ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
@supports (-webkit-appearance: none) {
}
@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
}

/* Удаляем стили для старой полосы прогресса */
.site_header {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .site_header {
    justify-content: center;
  }
}

.site_header {
  height: 73px;
}

.logo {
  width: 62px;
}
@media (min-width: 1024px) {
  .logo {
    width: 100px;
  }
}

@media (min-width: 1024px) {
  .logo_wrapper {
    display: flex;
    margin-right: -100px;
  }
}

.main_navigation {
  z-index: 88;
  align-items: center;
  justify-self: flex-start;
}
@media (min-width: 1024px) {
  .main_navigation {
    display: flex;
    margin: 0 0 0 auto;
  }
}

.main_navigation ul {
  display: none;
}
@media (min-width: 1024px) {
  .main_navigation ul {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 24px;
  }
}

.main_navigation li {
  margin-left: 16px;
}

.menu li:hover {
  color: #ea53d3;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger div {
  width: 20px;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.bg2 {
  margin-top: 6px;
}
.open-header {
  position: fixed;
  height: 100vh !important;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 40px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

.open-header .main_navigation ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 78px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.open-header .main_navigation {
  display: flex;
}

.open-header .logo_wrapper {
  display: none;
}

.open-header .burger {
  position: absolute;
  top: 27px;
  right: 16px;
  z-index: 9999999;
}

.open-header .burger .bg1 {
  transform: rotate(45deg) translate(3px, 3px);
}

.open-header .burger .bg2 {
  transform: rotate(-45deg) translate(3px, -3px);
}

.open-header .main_navigation {
  width: 100%;
  overflow: auto;
  padding-bottom: 125px;
  padding-top: 125px;
}

.open-header .main_navigation li {
  margin-left: 0px;
  width: 100%;
}

.open-header .navigation-divider {
  display: none;
}

.open-header .navigation-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  min-height: 69px;
  justify-content: unset;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.open-header .navigation-link:hover {
  color: #ea53d3;
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

/* Contact Form Styles */

/* Loading state */

.load-more-container {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
/* Prevent popular-news-item from lifting on hover */

.load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

/* Styles for category tags */

/* Ensure proper spacing within news items */

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}
.casinos-page .casino-hero {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin-top: 30px;
    padding: 0 0 48px;
  }
}
.casinos-page .casino-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__content {
    max-width: 660px;
    gap: 24px;
  }
}
.casinos-page .casino-hero__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.01em;
  background: linear-gradient(130deg, #fff 0%, #EA53D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__title {
    font-size: 56px;
    line-height: 114%;
  }
}
.casinos-page .casino-hero__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__text {
    font-size: 16px;
    line-height: 150%;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}

.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */

/* Custom Single Page Styles */
/* Review Hero Section Styles */

/* Video Review Section Styles */

/* Financial Information Section Styles */

/* Estimated Ratings Section Styles */

/* Expert Thoughts Section Styles */

/* Advantages and Disadvantages Section Styles */

/* Betway Reviews Section Styles */

/* Additional Text Section Styles */

/* Bookmaker License and Reliability Section Styles */

/* Tennis Betting Section Styles */

/* Best USA Casinos Banner Styles */

/* Registration and Login Section Styles */

/* How to Make a Deposit Section Styles */

/* FAQ Section Styles */

/* Author Section Styles */

/* Other Crypto Casinos Section Styles */

/* Оптимизация шрифтов для iframe Captivate.fm */
/* Font-display optimization for external iframe fonts */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins Regular"), local("Poppins-Regular");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins Medium"), local("Poppins-Medium");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins SemiBold"), local("Poppins-SemiBold");
}
/* Стили для iframe подкаста для улучшения производительности */
.about-us-page article ul li::marker {
  /* Отключаем стандартный маркер в современных браузерах */
  content: "";
}

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}
.casinos-page .casino-hero {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin-top: 30px;
    padding: 0 0 48px;
  }
}
.casinos-page .casino-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__content {
    max-width: 660px;
    gap: 24px;
  }
}
.casinos-page .casino-hero__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.01em;
  background: linear-gradient(130deg, #fff 0%, #EA53D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__title {
    font-size: 56px;
    line-height: 114%;
  }
}
.casinos-page .casino-hero__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__text {
    font-size: 16px;
    line-height: 150%;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}
.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */

.companies-page .casino-hero__content {
  max-width: 100% !important;
}
.companies-page .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff !important;
}

.companies-page {
  background: #fff;
  padding-bottom: 60px;
}
.companies-page h1, .companies-page h2, .companies-page h3 {
  font-family: "Graphik LCG", sans-serif;
  margin: 0;
}
.companies-page p {
  font-family: "Graphik LCG", sans-serif;
  margin: 0;
}
.companies-page .companies-header {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .companies-page .companies-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.companies-page .companies-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #000000;
}
.companies-page .mobile-filter-button {
  display: block;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .companies-page .mobile-filter-button {
    display: none;
  }
}
.companies-page .mobile-filter-button .btn-secondary {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #E7E7E8;
  border-radius: 12px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.companies-page .mobile-filter-button .btn-secondary span {
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.47;
  color: #3B1E37;
}
.companies-page .mobile-filter-button .btn-secondary .filter-icon {
  display: flex;
  align-items: center;
}
.companies-page .mobile-filter-button .btn-secondary:hover {
  border-color: #D7D7D8;
}
.companies-page .mobile-filter-button .btn-secondary.active {
  background-color: #F8F8F8;
}
.companies-page .companies-filters {
  margin-top: 16px;
  display: flex;
  position: relative;
}
@media (max-width: 1023px) {
  .companies-page .companies-filters {
    flex-direction: column;
    gap: 16px;
    display: none;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease, transform 0.3s ease;
    margin-top: 16px;
  }
  .companies-page .companies-filters.visible {
    display: flex;
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
  }
  .companies-page .companies-filters .dropdown-content {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    z-index: 100;
  }
  .companies-page .companies-filters .companies-select,
  .companies-page .companies-filters .companies-sort {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .companies-page .companies-filters {
    margin-top: 32px;
    gap: 20px;
    display: flex;
  }
}
.companies-page .companies-select,
.companies-page .companies-sort {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #F2F2F2;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  position: relative;
  transition: background 0.2s;
}
.companies-page .companies-select.active {
  background: #F8F8F8;
}
.companies-page .companies-select svg,
.companies-page .companies-sort svg {
  transition: transform 0.3s ease;
}
.companies-page .companies-select.active svg {
  transform: rotate(180deg);
}
.companies-page .select-title,
.companies-page .sort-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-right: 8px;
}
.companies-page .sort-value {
  color: rgba(0, 0, 0, 0.5);
}
.companies-page .dropdown-content {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
  z-index: 1000;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.companies-page .dropdown-content.active {
  display: block;
}
.companies-page .dropdown-item {
  padding: 16px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: color 0.2s;
}
.companies-page .dropdown-item:first-child {
  color: #EA53D3;
}
.companies-page .dropdown-item:hover {
  color: #EA53D3;
}
.companies-page .dropdown-item:last-child {
  border-radius: 0 0 16px 16px;
}
.companies-page .load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding: 14px 28px;
  background: linear-gradient(136deg, #EA53D3 0%, #FF7105 100%);
  border: none;
  border-radius: 8px;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s;
  position: relative;
  min-width: 200px;
}
.companies-page .load-more-button:hover {
  opacity: 0.9;
}
.companies-page .load-more-button:disabled {
  background: #E7E7E8;
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.companies-page .company-card {
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
.companies-page .company-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.companies-page .companies-filter-clear {
  margin-top: 16px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .companies-page .companies-filter-clear {
    margin-top: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: -48px;
  }
}
.companies-page .companies-filter-clear .filter-clear-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: color 0.3s ease;
}
.companies-page .companies-filter-clear .filter-clear-btn:hover {
  color: rgba(0, 0, 0, 0.5);
}
.companies-page .companies-listing {
  margin-top: 32px;
}
.companies-page .section-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}
.companies-page .listing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  transition: height 0.5s ease-out;
}
.companies-page .company-card {
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
}
.companies-page .company-card--horizontal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .companies-page .company-card--horizontal {
    flex-direction: column;
    gap: 16px;
  }
  .companies-page .company-card--horizontal .company-logo {
    width: 100%;
    height: 124px;
    border-radius: 8px;
    overflow: hidden;
  }
  .companies-page .company-card--horizontal .company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .companies-page .company-card--horizontal .company-info {
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: space-between;
  }
  .companies-page .company-card--horizontal .company-name-row {
    align-items: center;
    text-align: center;
  }
  .companies-page .company-card--horizontal .tag-rating-row {
    justify-content: center;
    width: 100%;
    margin-top: 12px;
  }
  .companies-page .company-card--horizontal .company-rating {
    justify-content: center;
  }
  .companies-page .company-card--horizontal .company-tag-info {
    width: 100% !important;
    margin-bottom: 16px;
    text-align: center;
    align-items: center;
  }
  .companies-page .company-card--horizontal .company-description {
    font-size: 15px;
    margin-top: 0;
    text-align: start;
  }
  .companies-page .company-card--horizontal .company-tag-mobile {
    display: none;
  }
  .companies-page .company-card--horizontal .company-tag {
    display: none;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .companies-page .company-card--horizontal {
    flex-wrap: nowrap;
    align-items: center;
    padding: 16px;
    height: 140px;
    gap: 16px;
  }
}
.companies-page .company-logo {
  width: 128px;
  height: 82px;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .companies-page .company-logo {
    width: 100%;
    height: 124px;
  }
}
.companies-page .company-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.companies-page .company-card--horizontal img {
  width: 160px;
  height: 108px;
  object-fit: cover;
}
.companies-page .company-card--horizontal .company-logo {
  width: 100%;
  height: 124px;
}
@media (min-width: 1024px) {
  .companies-page .company-card--horizontal .company-logo {
    width: 160px;
    height: 108px;
  }
}
.companies-page .company-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 152px;
}
@media (max-width: 1023px) {
  .companies-page .company-info {
    width: 100%;
    align-items: center;
    font-size: 14px !important;
  }
  .companies-page .company-info .tag-rating-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
  }
  .companies-page .company-info .company-tag-mobile {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    background: #FFF1F8;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #BB0B68;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .companies-page .company-info .company-tag-mobile {
    font-size: 14px !important;
  }
}
.companies-page .company-info > * {
  font-size: 14px;
}
.companies-page .company-info .company-name-row,
.companies-page .company-info .tag-rating-row,
.companies-page .company-info .company-name,
.companies-page .company-info .company-website,
.companies-page .company-info .company-rating,
.companies-page .company-info .rating-score,
.companies-page .company-info .rating-count,
.companies-page .company-info .company-tag-mobile {
  font-size: 14px;
}
.companies-page .company-card--horizontal .company-info {
  height: 108px;
}
.companies-page .company-name-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .companies-page .company-name-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width: 1023px) {
  .companies-page .company-name-row {
    align-items: center;
    text-align: center;
  }
}
.companies-page .company-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #000000;
}
@media (max-width: 1023px) {
  .companies-page .company-name {
    font-size: 14px;
  }
}
.companies-page .company-website {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #FF7105;
  text-decoration: underline;
}
.companies-page .company-website:hover {
  text-decoration: underline;
}
.companies-page .company-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1023px) {
  .companies-page .company-rating {
    justify-content: center;
    margin-top: 0;
  }
}
.companies-page .rating-score {
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #000000;
}
.companies-page .rating-stars {
  color: #FF781D;
  font-size: 14px;
  letter-spacing: 1px;
}
.companies-page .rating-count {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #000000;
}
.companies-page .company-divider {
  height: 1px;
  background-color: #E7E7E8;
  margin: 16px 0;
}
.companies-page .company-divider--vertical {
  width: 1px;
  height: 100px;
  display: none;
}
@media (min-width: 1024px) {
  .companies-page .company-divider--vertical {
    display: block;
  }
}
@media (max-width: 1023px) {
  .companies-page .company-divider--vertical {
    width: 100%;
    height: 1px;
    display: block;
    margin: 0;
  }
}
.companies-page .company-tag-info {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .companies-page .company-tag-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .companies-page .company-tag-info .company-tag {
    display: none;
  }
}
@media (min-width: 1024px) {
  .companies-page .company-card--horizontal .company-tag-info {
    width: 513px;
  }
}
.companies-page .company-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  background: #FFF1F8;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #BB0B68;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .companies-page .company-tag {
    font-size: 14px;
  }
}
.companies-page .company-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #555555;
  text-align: start;
}
.companies-page .company-button {
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  border: 2px solid #E7E7E8;
  letter-spacing: -0.005em;
  color: #3B1E37;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .companies-page .company-button {
    width: 100%;
  }
}
.companies-page .company-button:hover {
  background-color: rgba(255, 194, 249, 0.168627451);
}
@media (max-width: 1023px) {
  .companies-page .company-card--horizontal .company-description {
    margin-top: 0;
  }
}

.companies-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Casino Pages Styles */
.casinos-page {
  background: #fff;
  /* Desktop Styles */
  /* Casino Hero Block Styles */
}
.casinos-page .breadcrumbs {
  margin-top: 20px;
  text-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
}
.casinos-page .breadcrumbs .breadcrumb-item {
  font-family: "Graphik LCG";
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
.casinos-page .breadcrumbs .breadcrumb-item:hover {
  opacity: 0.8;
}
.casinos-page .breadcrumbs .breadcrumb-item:nth-child(1) {
  color: #EA53D3;
}
.casinos-page .breadcrumbs .breadcrumb-item:last-child {
  color: #000;
  cursor: default;
}
.casinos-page .breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .casinos-page .breadcrumbs {
    margin-top: 28px;
  }
}
.casinos-page .casino-hero {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin-top: 30px;
    padding: 0 0 48px;
  }
}
.casinos-page .casino-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__content {
    max-width: 660px;
    gap: 24px;
  }
}
.casinos-page .casino-hero__title {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.01em;
  background: linear-gradient(130deg, #fff 0%, #EA53D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__title {
    font-size: 56px;
    line-height: 114%;
  }
}
.casinos-page .casino-hero__text {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1024px) {
  .casinos-page .casino-hero__text {
    font-size: 16px;
    line-height: 150%;
  }
}

.casino-first-screen {
  background: radial-gradient(116.91% 116.9% at 48.96% 2.2%, #000 0%, #461f40 100%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #ffffff;
  cursor: default;
}

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

.casinos-page .wrapper {
  position: relative;
}

.casinos-page header {
  background: #000000;
}

.casinos-page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}

.casinos-page .container {
  position: relative;
}
@media (min-width: 1024px) {
  .casinos-page .container {
    max-width: 1040px;
  }
}

/* Casino Comparison Styles */

.company-card {
  background: #FFFFFF;
  border: 1px solid #E7E7E8;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
}

.company-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #000000;
}

.company-website {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #FF7105;
  text-decoration: underline;
}
.company-website:hover {
  text-decoration: underline;
}

.rating-score,
.rating-count {
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.005em;
  color: #000000;
}

.rating-stars {
  color: #FF781D;
  font-size: 14px;
}

.company-tag-info .company-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  background: #FFF1F8;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #BB0B68;
}

.company-tag-info .company-tag {
  margin-bottom: 12px;
  width: fit-content;
}

.company-card {
  padding: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.company-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.casino-first-screen {
  background: radial-gradient(circle at 50% 0%, #000000, #461F40);
  color: #fff;
  padding: 24px 0;
  position: relative;
}
.casino-first-screen .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-first-screen .breadcrumbs .breadcrumb-item {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.casino-first-screen .breadcrumbs .breadcrumb-item:last-child {
  color: #EA53D3;
}
.casino-first-screen .breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}

/* Video Page Performance Optimizations */
/* Оптимизация для iframe подкастов Captivate.fm */
/* Font optimization для внешних шрифтов */
/* Переопределяем Poppins с font-display: swap */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Оптимизация для видео страниц */

/* Responsive optimizations */
/* Preload hint для критических ресурсов */

/* Desktop Navigation Styles - как в template-home-copy.php */
@media (min-width: 1024px) {
  .main_navigation ul {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 24px;
  }
  
  .main_navigation li {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  
  .navigation-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    transition: color 0.2s ease;
  }
  
  .navigation-link:hover {
    color: #EA53D3;
  }
  
  .navigation-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .navigation-dropdown .navigation-link {
   
  }
  
  .navigation-divider {
    width: 0;
    height: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    list-style: none;
    display: none!important;
  }
  
  .navigation-divider::before {
    content: '';
  }
}

/* Footer Styles */
.footer-section {
    background-color: #202020;
    color: #FFFFFF;
    padding: 48px 0;
    width: 100%;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.footer-information {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-logo-img {
    width: 90px;
    height: 32px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social-link {
    display: block;
    width: 32px;
    height: 32px;
}

.footer-social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-email {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}

.footer-email:hover {
    text-decoration: underline;
}

.footer-description {
    color: #F8F9F9;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57em;
    text-align: left;
}

.footer-copyright {
    display: none; /* Hidden on mobile, shown on desktop */
    color: rgba(255, 255, 255, 0.5);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57em;
    letter-spacing: -0.5%;
    text-align: left;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    margin: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
    width: 100%;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-basis: calc(50% - 12px);
    flex-grow: 1;
}

.footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: left;
    height: 20px;
    display: flex;
    align-items: center;
}

.footer-link:hover {
    color: #EA53D3;
}

.footer-copyright-mobile {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57em;
    letter-spacing: -0.5%;
    text-align: left;
    padding: 0 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
}

/* Desktop Footer Styles */
@media (min-width: 1024px) {
    .footer-section {
        padding: 50px 0;
    }
    
    .footer-container {
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }
    
    .footer-information {
        flex: 1;
    }

    .footer-logo-section {
        padding-right: 66px;
    }
    
    .footer-email {
        color: #ea53d3;
    }

    .footer-copyright {
        display: block;
    }
    
    .footer-divider {
        display: none;
    }
    
    .footer-links {
        flex: 1.5;
        flex-wrap: nowrap;
        gap: 48px;
    }

    .footer-links-column {
        gap: 20px;
        flex-basis: auto;
    }
    
    .footer-copyright-mobile {
        display: none;
    }
}

/* Company News Section Styles */

/* Responsive Design for Company News */

/*# sourceMappingURL=index.css.map *//* Load more button styles */
.companies-load-more {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.companies-load-more .load-more-button {
    background-color: #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.companies-load-more .load-more-button:hover {
    background-color: #3B1E37;
    color: #ffffff;
}

/* Loading spinner animation */

/* Update showing count text styles */ /* Dropdown Fix CSS */
.companies-select, 
.companies-sort {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E8;
    border-radius: 16px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
    z-index: 1000;
    margin-top: 8px;
    max-height: 300px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.companies-select.active .dropdown-content,
.dropdown-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-item {
    padding: 16px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

.dropdown-item:hover {
    color: #EA53D3;
    background-color: rgba(234, 83, 211, 0.05);
} /* Custom social icons styling based on Figma design */ 