.site-header--link-mobile {
  display: none;
}

@media (max-width: 768px) {
  .site-header--link-mobile {
    display: flex;
  }
}

.header-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-links a {
  position: relative;
  padding: 11px 52px 11px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(90deg, #252829 0%, #c5545d 100%);
}
.header-links a:hover {
  color: #fff;
}
.header-links--right {
background: transparent !important;
padding-right: 75px !important;
}
.header-links--left span {
  position: absolute;
  width: 38px;
  height: 45px;
  background-image: url("../../images/updated/app.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 12px;
  top: 3px;
  bottom: 0;
}
.header-links--right span {
  position: absolute;
  width: 106px;
  height: 62px;
  background-image: url("../../images/updated/11038.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 3px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.s608ikl {
  display: none !important;
}

a {
  color: #ff2e6d;
}

body {
  background: #1e2121;
}

.btn-primary {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
}
.btn-primary:hover {
  color: #fff;
}
.btn-primary:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.btn-primary:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}

.site-header {
  background: #1e2121;
  border-bottom: none;
  padding: 15px 0;
}
.site-header__langs .site-header__langs__btn {
  width: 38px;
  height: 38px;
  font-size: 0;
  background: #2c3031;
  border-radius: 8px;
  border: none;
}
.site-header__langs .site-header__langs__btn span {
  display: none;
}
.site-header__langs .site-header__langs__btn:after {
  width: 18px;
  height: 18px;
  background-size: initial;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.375 6.77634C14.9129 5.45403 14.0511 4.30813 12.909 3.49733C11.7668 2.68654 10.4007 2.25098 9 2.25098C7.59929 2.25098 6.23324 2.68654 5.09105 3.49733C3.94886 4.30813 3.08706 5.45403 2.625 6.77634M15.375 6.77634C15.618 7.47234 15.75 8.22084 15.75 9.00009C15.7507 9.75737 15.6239 10.5094 15.375 11.2246M15.375 6.77634H2.625M2.625 6.77634C2.37619 7.49131 2.24942 8.24305 2.25 9.00009C2.24933 9.75737 2.3761 10.5094 2.625 11.2246M15.375 11.2246C14.9129 12.5469 14.0511 13.6928 12.909 14.5036C11.7668 15.3144 10.4007 15.7499 9 15.7499C7.59929 15.7499 6.23324 15.3144 5.09105 14.5036C3.94886 13.6928 3.08706 12.5469 2.625 11.2246M15.375 11.2246H2.625' stroke='%23B3BEC1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.99997 15.75C12.7275 12.0225 12.7275 5.9775 8.99997 2.25C5.27247 5.9775 5.27247 12.0225 8.99997 15.75Z' stroke='%23B3BEC1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.site-header .site-header__link.-border button {
  border: 1px solid #354740;
  color: #fff !important;
}
.site-header .site-header__link.-border button:before,
.site-header .site-header__link.-border button:after {
  display: none;
}
.site-header .site-header__link button {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
}
.site-header .site-header__link button:hover {
  color: #fff;
}
.site-header .site-header__link button:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.site-header .site-header__link button:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
.site-header .site-header__theme-mod {
  background-color: #252829;
  border-radius: 8px;
  padding: 2px;
}
.site-header .site-header__theme-mod .site-header__theme-mob-btn {
  width: 34px;
  height: 34px;
}
.site-header .site-header__theme-mod .site-header__theme-mob-btn.-dark.-toggle,
.site-header
  .site-header__theme-mod
  .site-header__theme-mob-btn.-light.-toggle {
  background-color: #41494a;
  border-radius: 8px;
}

.header-menu-wrapper {
  background: #1e2121;
  box-shadow: none;
}

.header-menu--row {
  position: relative;
}
.header-menu--row:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  background: #fff;
  opacity: 0.1;
  height: 1px;
}

.header-menu-wrapper .header-menu > ul > li > .sub-menu > li:hover {
  border-color: #f90e0e;
}
.header-menu-wrapper .header-menu ul li.current-menu-item > span {
  color: #f90e0e;
}

.header-socials .header-socials__link a {
  background: #252829;
}

.header-banner {
  display: block !important;
  margin-bottom: 60px;
}
.header-banner.bottom .header-banner--inner {
  padding: 30px;
  margin-top: 20px !important;
}
.header-banner--inner {
  display: flex;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 30px 150px;
  background: none !important;
}
@media (max-width: 768px) {
  .header-banner--inner {
    padding: 20px;
    background-position: 79% 50%;
  }
}
.header-banner--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/hero/baner3.webp");
  background-size: cover;
  background-position: center;
}
.header-banner--bg.lang-ru {
  background-image: url("../../images/hero/hero-ru-dark.png");
}
.header-banner--bg.lang-uk {
  background-image: url("../../images/hero/hero-ua-dark.png");
}
.header-banner--bg.lang-hi {
  background-image: url("../../images/hero/hero-hi-dark.png");
}
.header-banner--bg.lang-bn {
  background-image: url("../../images/hero/hero-bn-dark.png");
}
.header-banner--bg.lang-es {
  background-image: url("../../images/hero/hero-es-dark.png");
}
@media (max-width: 768px) {
  .header-banner--bg {
    background-image: url("../../images/hero/baner-mobile.webp");
  }
  .header-banner--bg.lang-ru {
    background-image: url("../../images/hero/hero-ru-mobile-dark.png");
  }
  .header-banner--bg.lang-uk {
    background-image: url("../../images/hero/hero-ua-mobile-dark.png");
  }
  .header-banner--bg.lang-hi {
    background-image: url("../../images/hero/hero-hi-mobile-dark.png");
  }
  .header-banner--bg.lang-bn {
    background-image: url("../../images/hero/hero-bn-mobile-dark.png");
  }
  .header-banner--bg.lang-es {
    background-image: url("../../images/hero/hero-es-mobile-dark.png");
  }
}
.header-banner--bg-players {
  position: absolute;
  height: 100%;
  width: 65%;
  top: 0;
  right: 0;
}
.header-banner--bg-players img {
  height: 100%;
  width: 100%;
  -o-object-position: bottom center;
  object-position: bottom center;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .header-banner--bg-players {
    display: none;
  }
}
.header-banner--bg-decor {
  position: absolute;
  height: 100%;
  width: 20%;
  top: 0;
  left: 0;
}
.header-banner--bg-decor img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .header-banner--bg-decor {
    width: 50%;
  }
}
.header-banner--col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  position: relative;

  margin-left: 550px; /* 🔥 рух вправо */
}
@media (max-width: 768px) {
  .header-banner--col {
    width: 100%;
    align-items: flex-start;
    gap: 15px;
    margin-left: 0px !important;
    text-align: left;
  }
}
.header-banner--info {
  border-radius: 12px;
  position: relative;
  padding: 15px 80px;
}
.header-banner--info > * {
  position: relative;
}
.header-banner--info:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
  background: rgba(14, 15, 15, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .header-banner--info {
    padding: 0;
    text-align: left;
  }
  .header-banner--info:before {
    display: none;
  }
}
.header-banner--title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}
@media (max-width: 768px) {
  .header-banner--title {
    font-size: 18px;
  }
}
.header-banner--subtitle {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 5px;
}
.header-banner--subtitle:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header-banner--subtitle {
    font-size: 14px;
  }
}
.header-banner--strong {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 1.2;
}
.header-banner--strong span {
  background: linear-gradient(90deg, #ec2244 0%, #e93749 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 768px) {
  .header-banner--strong {
    font-size: 18px;
  }
}
.header-banner--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  color: #fff !important;
  position: relative;
  z-index: 2;
  overflow: hidden;

  /* градієнт як у header */
  background: linear-gradient(180deg, #ff4b7d 0%, #ff174f 55%, #d8003d 100%);

  /* glow */
  box-shadow:
    0 0 18px rgba(255, 35, 95, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);

  transition: all 0.3s ease;
}

/* shimmer ефект */
.header-banner--btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  transform: skewX(-20deg);
}

/* hover */
.header-banner--btn:hover {
  transform: translateY(-3px) scale(1.05);

  background: linear-gradient(180deg, #ff5a87 0%, #ff2459 55%, #e00043 100%);

  box-shadow:
    0 0 22px rgba(255, 35, 95, 0.45),
    0 0 40px rgba(255, 35, 95, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* shimmer animation */
.header-banner--btn:hover::before {
  left: 120%;
  transition: left 0.6s ease;
}

/* active (клік) */
.header-banner--btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow:
    0 0 10px rgba(255, 35, 95, 0.25),
    inset 0 2px 6px rgba(0,0,0,0.4);
}
@media (max-width: 768px) {
  .header-banner--btn {
    width: auto;
    min-width: 105px;
    padding: 10px;
  }
}

body.theme-light .header-banner--info:before {
  background: rgba(14, 15, 15, 0.1);
}
body.theme-light .header-banner--bg {
  background-image: url("../../images/hero/hero-bg-light.webp");
}
body.theme-light .header-banner--bg.lang-ru {
  background-image: url("../../images/hero/hero-ru-light.png");
}
body.theme-light .header-banner--bg.lang-uk {
  background-image: url("../../images/hero/hero-ua-light.png");
}
body.theme-light .header-banner--bg.lang-hi {
  background-image: url("../../images/hero/hero-hi-light.png");
}
body.theme-light .header-banner--bg.lang-bn {
  background-image: url("../../images/hero/hero-bn-light.png");
}
body.theme-light .header-banner--bg.lang-es {
  background-image: url("../../images/hero/hero-es-light.png");
}
@media (max-width: 768px) {
  body.theme-light .header-banner--bg {
    background-image: url("../../images/hero/hero-bg-light-mobile.webp");
  }
  body.theme-light .header-banner--bg.lang-ru {
    background-image: url("../../images/hero/hero-ru-mobile-light.png");
  }
  body.theme-light .header-banner--bg.lang-uk {
    background-image: url("../../images/hero/hero-ua-mobile-light.png");
  }
  body.theme-light .header-banner--bg.lang-hi {
    background-image: url("../../images/hero/hero-hi-mobile-light.png");
  }
  body.theme-light .header-banner--bg.lang-bn {
    background-image: url("../../images/hero/hero-bn-mobile-light.png");
  }
  body.theme-light .header-banner--bg.lang-es {
    background-image: url("../../images/hero/hero-es-mobile-light.png");
  }
}

.trending-block .trending-block__content::-webkit-scrollbar-thumb {
  background: #b3bec1;
}
.trending-block .trending-block__title a {
  color: #fff;
}
.trending-block .trending-block__title span {
  background: url("../../images/updated/hot-icon-green.svg") no-repeat left
    center;
}

body.theme-dark .trending-block {
  background: #252829 !important;
  box-shadow: none !important;
}

.trending-cta {
  background-image: url("../../images/updated/bet-bg-dark.svg") !important;
}

.main-block-title {
  background: none;
  padding-left: 0;
}

.home--crypto-link,
.home-cta--link {
  display: inline-block;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  width: 222px;
  padding-bottom: 13px;
  padding-top: 13px;

  color: #fff;

  border-radius: 10px;
  background: linear-gradient(180deg, #ff4b7d 0%, #ff174f 60%, #d8003d 100%);

  box-shadow:
    0 6px 16px rgba(255, 23, 79, 0.35),
    inset 0 1px 0 rgba(255,255,255,0.2);

  transition: all 0.25s ease;
}
.home-cta--link:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 24px rgba(255, 23, 79, 0.5),
    0 0 12px rgba(255, 23, 79, 0.25);
    color: #fff !important;
}
.home--crypto-link:hover,
.home-cta--link:hover {
  color: #fff;
}
.home--crypto-link:before,
.home-cta--link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(180deg, #ff4b7d 0%, #ff174f 60%, #d8003d 100%);
  z-index: -2;
}
.home--crypto-link:after,
.home-cta--link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(180deg, #ff4b7d 0%, #ff174f 60%, #d8003d 100%);
  z-index: -1;
}

.calc--bet {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  padding: 10px 28px;
  text-align: center;

  /* 🔥 плавність */
  transition: all 0.3s ease;
}

/* 🔥 glow + підйом */
.calc--bet:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 25px rgba(255, 23, 79, 0.4);
}

/* 🔥 легке "натискання" */
.calc--bet:active {
  transform: translateY(1px) scale(0.98);
}

/* фон */
.calc--bet:before,
.calc--bet:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 8px;
  z-index: -1;
  transition: all 0.3s ease;
}

.calc--bet:before {
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ff4b7d 0%, #ff174f 55%, #d8003d 100%);
  z-index: -2;
}

/* 🔥 анімація світіння */
.calc--bet:after {
  top: 0;
  bottom: 2px;
  background: linear-gradient(180deg, #ff4b7d 0%, #ff174f 55%, #d8003d 100%);
  opacity: 0.9;
}

/* 🔥 при hover — підсвітка */
.calc--bet:hover:after {
  opacity: 1;
  filter: brightness(1.2);
}

.calc--row input:focus {
  border-color: #9a1b28;
}

.calc--wrap-title path {
  fill: #ff2e6d;
}

.content-block .content-block__list .content-block__list__item:nth-child(5) {
  display: none !important;
}

.content-block.-style-big
  .content-block__big
  .content-block__big__content
  .content-block__big__title
  a {
  font-size: 20px;
}

.content-block.-style-big
  .content-block__big
  .content-block__big__content
  .content-block__big__text {
  font-size: 14px;
}

.content-block.-style-big .content-block__list .content-block__list__img img {
  width: 143px;
  min-width: 143px;
  min-height: 122px;
}

.g-tab .g-tab__header__btns {
  gap: 0;
  background: #2c3031;
  border-radius: 8px;
  overflow: hidden;
}
.g-tab .g-tab__header__btn {
  padding: 8px;
  gap: 10px;
  border-radius: 8px;
  background: transparent;
  border: none;
}
.g-tab .g-tab__header__btn.-toggle {
  background: #33393a;
  border: none;
}
.g-tab .g-tab__header__btn.-toggle span {
  color: #ffffff;
  font-weight: 900;
}

.home--content {
  position: relative;
  overflow: hidden;
}

.link-grey {
  background: #33393a;
  color: #fff !important;
  padding: 10px 43px;
  font-weight: 900 !important;
  font-size: 14px !important;
  border: none !important;
  border-radius: 8px;
}
.link-grey:hover {
  text-decoration: none !important;
}

.home--intro-text h2 {
  background: none;
  padding-left: 0;
}
.attachment-full {
  border-radius: 14px;
  overflow: hidden;
  margin-top: 45px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.main-container-grid h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;

  margin: 40px 0 16px;

  /* 🔥 плавність */
  transition: all 0.3s ease;
}

.main-container-grid h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;

  margin: 40px 0 16px;

  /* 🔥 плавність */
  transition: all 0.3s ease;
}
.home--authors,
.home--offer {
  position: relative;
}

.home--authors {
  padding-top: 60px;
}

.home--intro-row {
  margin-bottom: 0;
  border-bottom: none;
}

.home--authors-before {
  display: block !important;
  position: relative;
}
.home--authors-before svg {
  position: absolute;
  width: 100vw;
  height: auto;
  top: 0;
  left: calc((100vw - 1260px) / -2);
}
.home--authors-before svg:nth-child(2) {
  display: none;
}

.home--author {
  border: 1px solid #2f3232;
  background: transparent;
  padding-bottom: 28px;
}
.home--author-line span {
  background: linear-gradient(90.03deg, #1a9758 0.03%, #23ee88 99.1%);
}
.home--author-cat {
  color: #ff2e6d;
}
.home--author-bg {
  background: rgba(32, 34, 34, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
}
.home--author-socials {
  gap: 20px;
}
.home--author-socials a {
  background: #252829;
}
.home--author-socials a svg,
.home--author-socials a path {
  fill: #aab6b9;
}

.home--offer-item {
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  border-radius: 12px;
}
.home--offer-item:before {
  display: none;
}

.home--langs {
  position: relative;
}
.home--langs-top h2 {
  background: none;
  padding-left: 0;
}
.home--langs-flag {
  min-width: 24px;
}
.home--langs-lang {
  width: 100%;
}
.home--langs-lang a {
  display: block;
  padding-right: 25px;
  position: relative;
}
.home--langs-lang a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='6' fill='%231E2121'/%3E%3Cpath d='M8.64648 6.81802C8.55274 6.91179 8.50008 7.03894 8.50008 7.17152C8.50008 7.30411 8.55274 7.43126 8.64648 7.52502L11.1215 10L8.64647 12.475C8.5554 12.5693 8.505 12.6956 8.50614 12.8267C8.50728 12.9578 8.55986 13.0832 8.65257 13.1759C8.74527 13.2686 8.87068 13.3212 9.00177 13.3224C9.13287 13.3235 9.25917 13.2731 9.35347 13.182L12.182 10.3535C12.2757 10.2598 12.3284 10.1326 12.3284 10C12.3284 9.86744 12.2757 9.74029 12.182 9.64652L9.35348 6.81802C9.25971 6.72429 9.13256 6.67163 8.99998 6.67163C8.86739 6.67163 8.74024 6.72429 8.64648 6.81802Z' fill='white'/%3E%3C/svg%3E%0A");
}
.home--langs-item {
  border: none;
  background: #2c3031;
  color: #fff;
  padding-right: 10px;
}
.home--langs-item a {
  color: inherit;
}

.home--bettors-item {
  border: 1px solid #2f3232;
}
.home--bettors-item:before {
  background: linear-gradient(
    90deg,
    rgba(32, 34, 34, 0.5) 0%,
    rgba(44, 48, 49, 0.5) 100%
  );
  opacity: 0.5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home--achievs-link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  width: auto;
}
.home--achievs-link:hover {
  color: #fff;
}
.home--achievs-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.home--achievs-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #ad2346 0%, #c82d49 100%);
  z-index: -1;
}
.home--achievs-number {
  color: #fbfbfb;
  text-shadow: 0px 4px 22px rgba(59, 193, 23, 0.35);
}
.home--achievs-item {
  background: transparent;
}
.home--achievs-item > * {
  z-index: 2;
}
.home--achievs-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at left center, rgba(255, 46, 109, 0.18), transparent 42%),
    radial-gradient(circle at right top, rgba(255, 75, 125, 0.10), transparent 28%),
    linear-gradient(135deg, rgba(15, 17, 22, 0.92) 0%, rgba(20, 24, 33, 0.96) 100%) !important;
  background-image: none !important;
  background-size: cover;
  background-position: center;
  border-radius: inherit;
}
.home--achievs-item:before {
  opacity: 1;
  background: linear-gradient(271.48deg, #262a2b 66.01%, #642830 94.76%);
}

.home--secure-section {
  background: transparent;
}
.home--secure-text h2 {
  padding-left: 0;
  background: none;
}
.home--secure-col:before {
  opacity: 1;
  border: 1px solid #2f3232;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    rgba(32, 34, 34, 0.5) 0%,
    rgba(44, 48, 49, 0.5) 100%
  );
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

.home--reviews {
  background-color: #1a1c1f;
  background-image: url("../../images/updated/reviews-bg-1.svg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.home--reviews-title {
  padding-left: 0;
  background: none;
}

.home--review {
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 12px;
}
.home--review-decor path {
  fill: #ff2e6d;
  opacity: 0.2;
}
.home--review-position {
  color: #ff2e6d;
}

.home--bottom {
  background: transparent;
}
.home--bottom:after {
  display: none;
}

.home--posts-title {
  background: none;
  padding-left: 0;
}

.site-footer {
  background: transparent;
  padding-top: 0;
  margin-top: 30px;
}
.site-footer--partners-item,
.site-footer--awards-item {
  background: #1e2121;
  border-radius: 15px;
  padding: 4px;
  overflow: hidden;
}
.site-footer--partners {
  display: flex;
  margin: 30px 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.site-footer--partners img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 1024px) {
  .site-footer--partners {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.site-footer--awards-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer--awards {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.site-footer--awards img {
  max-height: 84px;
}
@media (max-width: 1024px) {
  .site-footer--awards {
    display: none;
  }
  .attachment-full {
  margin-top: 5px !important;
}
}
.site-footer .site-footer--bottom {
  padding-left: 0;
  padding-right: 0;
}
.site-footer .site-footer__sbscrb__title {
  text-align: right;
  margin-bottom: 25px;
}
.site-footer .site-footer--row-top {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
}

.site-footer__sbscrb .site-footer__sbscrb__form form {
  border: 1px solid #33393a;
  background: #1c1e1e;
  border-radius: 8px;
  overflow: hidden;
  padding-right: 2px;
}

.site-footer__sbscrb .site-footer__sbscrb__form form input {
  background: #1c1e1e;
  font-size: 14px !important;
}
.site-footer__sbscrb .site-footer__sbscrb__form form input::-moz-placeholder {
  color: #98a7b5;
}
.site-footer__sbscrb .site-footer__sbscrb__form form input::placeholder {
  color: #98a7b5;
}

.site-footer__sbscrb .site-footer__sbscrb__form form button {
  background: transparent;
  border-radius: 8px;
  color: #000;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  height: auto !important;
}
.site-footer__sbscrb .site-footer__sbscrb__form form button:hover {
  color: #fff;
}
.site-footer__sbscrb .site-footer__sbscrb__form form button:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #cd7c27;
  z-index: -2;
}
.site-footer__sbscrb .site-footer__sbscrb__form form button:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #ed9438 0%, #fad15a 100%);
  z-index: -1;
}
.footer-hero-img {
  position: relative;
  height: 100%;

}

.footer-hero-img__link {
  display: block;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.footer-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.footer-hero-img:hover img {
  transform: scale(1.05);
}

.footer-hero-img__link:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
body.theme-light {
  background: #f2f2f2;
  color: #171919;
}
body.theme-light .home--secure-section {
  background: transparent;
}
body.theme-light .trending-cta {
  background-image: url("../../images/updated/bet-bg.svg") !important;
}
body.theme-light .header-menu--row:before {
  background: #171919;
}
body.theme-light .header-menu-wrapper {
  background: #f2f2f2;
  box-shadow: none;
}
body.theme-light .header-socials .header-socials__link a {
  background: #f8f8f8;
}
body.theme-light .site-header {
  background: transparent;
}
body.theme-light .site-header .site-header__link.-border button {
  color: #171919 !important;
  border-color: #ebecec !important;
}
body.theme-light .site-header .site-header__langs .site-header__langs__btn {
  background: #f8f8f8;
}
body.theme-light .site-header .site-header__theme-mod {
  background: #f8f8f8;
}
body.theme-light
  .site-header
  .site-header__theme-mod
  .site-header__theme-mob-btn.-light.-toggle,
body.theme-light
  .site-header
  .site-header__theme-mod
  .site-header__theme-mob-btn.-dark.-toggle {
  background-color: #fff;
}


body.theme-light .trending-block .trending-block__title a {
  color: #171919;
  font-weight: 600;
}
body.theme-light .content-block .content-block__date {
  color: #546262;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00016 14.6668C4.31816 14.6668 1.3335 11.6822 1.3335 8.00016C1.3335 4.31816 4.31816 1.3335 8.00016 1.3335C11.6822 1.3335 14.6668 4.31816 14.6668 8.00016C14.6668 11.6822 11.6822 14.6668 8.00016 14.6668ZM8.00016 13.3335C9.41465 13.3335 10.7712 12.7716 11.7714 11.7714C12.7716 10.7712 13.3335 9.41465 13.3335 8.00016C13.3335 6.58567 12.7716 5.22912 11.7714 4.22893C10.7712 3.22873 9.41465 2.66683 8.00016 2.66683C6.58567 2.66683 5.22912 3.22873 4.22893 4.22893C3.22873 5.22912 2.66683 6.58567 2.66683 8.00016C2.66683 9.41465 3.22873 10.7712 4.22893 11.7714C5.22912 12.7716 6.58567 13.3335 8.00016 13.3335ZM8.66683 8.00016H11.3335V9.3335H7.3335V4.66683H8.66683V8.00016Z' fill='%23546262'/%3E%3C/svg%3E%0A")
    no-repeat left center;
}
body.theme-light .g-tab .g-tab__header__btns {
  background: #e0e2e3;
}
body.theme-light .g-tab .g-tab__header__btn span {
  font-weight: 400;
}
body.theme-light .g-tab .g-tab__header__btn.-toggle span {
  color: #2b3137;
  font-weight: 900;
}
body.theme-light .link-grey {
  color: #546262 !important;
  background: #fff !important;
}
body.theme-light .calc--reset {
  background: #f2f2f2 !important;
}
body.theme-light .home--authors-before svg {
  display: none;
}
body.theme-light .home--authors-before svg:nth-child(2) {
  display: block;
}
body.theme-light .home--author {
  border: 1px solid #ebf2f3;
}
body.theme-light .home--author-bg {
  background: rgba(255, 255, 255, 0.5019607843);
}
body.theme-light .home--author-name {
  color: #171919;
}
body.theme-light .home--author-socials a {
  background: #f8f8f8;
}
body.theme-light .home--author-socials a svg,
body.theme-light .home--author-socials a path {
  fill: #546262;
}
body.theme-light .home--author-link {
  background: #f2f2f2 !important;
}
body.theme-light .home--author-line {
  background: #f2f2f2;
}
body.theme-light .home--author-info {
  color: #546262;
}
body.theme-light .home--author-info span:last-child {
  color: #171919;
}
body.theme-light .home--offer-item {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: none;
}
body.theme-light .home--offer-link {
  background: #f2f2f2 !important;
}
body.theme-light .home--langs-item {
  color: #171919;
}
body.theme-light .home--langs-lang a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='6' fill='%23F4F4F4'/%3E%3Cpath d='M8.64672 6.81802C8.55298 6.91179 8.50033 7.03894 8.50033 7.17152C8.50033 7.30411 8.55298 7.43126 8.64672 7.52502L11.1217 10L8.64672 12.475C8.55564 12.5693 8.50524 12.6956 8.50638 12.8267C8.50752 12.9578 8.56011 13.0832 8.65281 13.1759C8.74551 13.2686 8.87092 13.3212 9.00202 13.3224C9.13312 13.3235 9.25942 13.2731 9.35372 13.182L12.1822 10.3535C12.276 10.2598 12.3286 10.1326 12.3286 10C12.3286 9.86744 12.276 9.74029 12.1822 9.64652L9.35372 6.81802C9.25996 6.72429 9.1328 6.67163 9.00022 6.67163C8.86764 6.67163 8.74048 6.72429 8.64672 6.81802Z' fill='%23546262'/%3E%3C/svg%3E%0A");
}
body.theme-light .home--bettors-item {
  border-color: #ebf2f3;
}
body.theme-light .home--bettors-item:before {
  background: rgba(255, 255, 255, 0.3137254902);
}
body.theme-light .home--achievs-text {
  color: #546262;
}
body.theme-light .home--achievs-item {
  color: #171919;
}
body.theme-light .home--achievs-item:after {
  background-image: url("../../images/updated/achiev-bg-light.png");
}
body.theme-light .home--achievs-item:before {
  background: linear-gradient(66.52deg, #ffffff 31.22%, #5fffb7 98.47%);
}
body.theme-light .home--secure-col:before {
  border: 1px solid #ebf2f3;
  background: rgba(255, 255, 255, 0.5);
}
body.theme-light .home--reviews {
  background-color: #fff;
}
body.theme-light .home--bottom {
  background: transparent;
}
body.theme-light .site-footer__sbscrb .site-footer__sbscrb__form form {
  border-color: transparent;
  background: #f5f6f9;
}
body.theme-light .footer-copyr {
  color: #546262;
}
body.theme-light .footer-bottom-menu ul li a {
  color: #546262;
}
body.theme-light .g-rev-page-comment-form form input[type="text"],
body.theme-light .g-rev-page-comment-form form textarea {
  color: #171919;
}

.land--main {
  overflow: hidden;
}

.land--content {
  color: #b3bec1;
  line-height: 1.5;
}
.land--content a {
  color: #ff2e6d;
  font-weight: 700;
}
.land--content hr {
  margin: 50px 0;
  border-color: #fff;
  opacity: 0.2;
}
.land--content .posts-slider--bg {
  display: none;
}
.land--content .wp-block-table {
  margin: 40px 0 60px;
  background-color: #2c3031;
  padding: 10px 13px;
  border-radius: 12px;
  max-width: 100%;
  border: none !important;
}
.land--content .wp-block-table table {
  margin: 0;
}
.land--content .wp-block-table table thead {
  border: none;
}
.land--content table {
  border-radius: 0;
  padding: 0;
  margin: 40px 0 60px;
}
.land--content table thead tr th {
  background: #1e2121;
  padding: 10px 7px;
  text-align: initial;
  font-size: 16px;
  border: none;
}
.land--content table thead tr th:first-child {
  border-radius: 12px 0 0 12px;
}
.land--content table thead tr th:last-child {
  border-radius: 0 12px 12px 0;
}
.land--content table thead tr th:first-of-type:is(:last-of-type) {
  border-radius: 12px;
}
.land--content table tbody tr:nth-child(even) td {
  background: #1e2121;
}
.land--content table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.land--content table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.land--content table tbody tr td {
  background: transparent;
  color: #b3bec1 !important;
  padding: 10px;
  border: none !important;
}
.land--content table tbody tr td strong {
  color: #fff !important;
  font-weight: 700;
}
.land--content table {
  background: #2c3031;
  border-spacing: 0;
  border-radius: 12px;
  padding: 0 10px 10px;
  border-width: 0;
}
.land--content table tr {
  background-color: transparent !important;
}
.land--content table tbody tr:nth-child(even) td {
  background: #1e2121;
}
.land--content table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.land--content table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.land--content table tbody tr td {
  background: transparent;
  color: #b3bec1 !important;
  padding: 10px;
  border: none !important;
}
.land--content table tbody tr td strong {
  color: #fff !important;
  font-weight: 700;
}
.land--content .wp-block-columns {
  margin-bottom: 50px;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .land--content .wp-block-columns.mobile-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}
.land--content .wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.land--content .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
.land--content .wp-block-columns p:last-child {
  margin-bottom: 0;
}
.land--content p {
  margin-bottom: 20px;
}
.land--content p strong {
  font-weight: 700;
  color: #fff;
}
.land--content ul strong,
.land--content ol strong {
  font-weight: 700;
  color: #fff;
}
.land--content ol {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.land--content ol li {
  padding-left: 18px;
}
.land--content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.land--content ol li:before {
  color: #ff2e6d;
  top: 2px;
}
.land--content h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: initial;
  margin-top: 60px;
  margin-bottom: 20px;
}
.land--content h2:first-child {
  margin-top: 0;
}
.land--content h2 span {
  color: #ff2e6d;
}
.land--content h3 {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-transform: initial;
  margin-top: 40px;
  margin-bottom: 20px;
}
.land--content h3:first-child {
  margin-top: 0;
}
.land--content h3 span {
  color: #ff2e6d;
}
.land--content .has-text-align-center {
  text-align: center;
}
.land--content .wp-block-buttons {
  display: flex;
  margin: 30px 0;
}
.land--content .wp-block-button__link {
  display: inline-block;
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
}
.land--content .wp-block-button__link:hover {
  color: #fff;
}
.land--content .wp-block-button__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.land--content .wp-block-button__link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
.land--content ul li {
  list-style: disc;
  margin-left: 22px;
}
.land--content ul li::marker {
  color: #ff2e6d;
  font-size: 23px;
}
.land--content .wp-block-group.bg-glass {
  margin: 30px 0 60px;
  padding: 30px 30px 55px;
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 12px;
}
.land--content .wp-block-group.bg-glass .wp-block-group__inner-containe {
  padding: 0;
}

body.theme-light .wp-block-group.bg-glass {
  background: rgba(242, 242, 242, 0.5);
}
body.theme-light .post-info .post-info__r {
  color: #171919;
}
body.theme-light .breadcrumbs {
  color: #171919;
}
body.theme-light .land--content {
  color: #546262;
}
body.theme-light .land--content .wp-block-table {
  padding-top: 10px;
}
body.theme-light .land--content .wp-element-caption {
  color: #171919;
}
body.theme-light .land--content .wp-block-table {
  background-color: #fff;
}
body.theme-light .land--content table {
  background-color: #fff;
}
body.theme-light .land--content table thead tr th {
  background: #ebf2f3;
  color: #171919;
}
body.theme-light .land--content table tbody tr:nth-child(even) td {
  background: #ebf2f3;
}
body.theme-light .land--content table tbody tr td {
  color: #546262 !important;
}
body.theme-light .land--content table tbody tr td strong {
  color: #171919 !important;
}
body.theme-light ul strong,
body.theme-light ol strong {
  font-weight: 700;
  color: #171919;
}
body.theme-light p strong {
  color: #171919;
}

.hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 30px;
}
.hero--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero--bg-dark,
.hero--bg-light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.hero--bg-light {
  display: none;
}
.hero--row {
  position: relative;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero--row {
    padding: 20px;
    grid-template-columns: 1fr;
  }
}
.hero--title {
  font-weight: 900;
  margin: 0 !important;
  line-height: 1.2;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .hero--title {
    font-size: 24px;
  }
}
.hero--title span {
  color: #ff2e6d;
}
.hero--left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .hero--left {
    gap: 10px;
  }
}
.hero--text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .hero--text {
    font-size: 14px;
    font-weight: 500;
  }
}
.hero--link {
  min-width: 166px;
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
}
.hero--link:hover {
  color: #fff;
}
.hero--link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.hero--link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .hero--right {
    display: none;
  }
}

body.theme-light .hero {
  color: #171919;
}
body.theme-light .hero--bg-dark {
  display: none;
}
body.theme-light .hero--bg-light {
  display: block;
}
body.theme-light .hero--title {
  color: #171919;
}

.tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 30px 0 60px;
}
.tiles.small .tiles--item {
  grid-row: initial !important;
}
.tiles--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #2c3031;
  text-decoration: none !important;
  grid-auto-flow: column;
  min-height: 123px;
}
.tiles--item:nth-child(1),
.tiles--item:nth-child(2) {
  grid-row: span 2;
}
.tiles--item-top {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  gap: 4px;
}
.tiles--item-top span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tiles--item-gradient,
.tiles--item-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.tiles--item-bottom {
  color: #b3bec1;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.28;
}
@media (max-width: 1024px) {
  .tiles--item {
    padding: 10px;
    min-height: 106px;
    grid-column: span 2;
  }
  .tiles--item:nth-child(1),
  .tiles--item:nth-child(2) {
    grid-row: initial;
  }
  .tiles--item:nth-child(n + 3) .tiles--item-top span {
    display: none;
  }
  .tiles--item-bottom {
    display: none;
  }
  .tiles--item-top {
    font-size: 14px;
  }
}

body.theme-light .tiles--item {
  background-color: #fff;
}
body.theme-light .tiles--item-top {
  color: #171919;
}

.block-bg {
  position: relative;
  margin: 60px 0;
  height: 1px;
}
.block-bg--image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: linear-gradient(180deg, #1a1c1f 0%, #1e2121 100%);
}
.block-bg--image img {
  display: block;
  width: 100%;
  height: auto;
}

body.theme-light .block-bg--image {
  opacity: 0.3;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.bonuses-cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 110px;
  margin: 20px 0 60px;
  border-radius: 10px;
  background: linear-gradient(104.83deg, #5f6b2d 11.77%, #2c3031 51.35%);
}
.bonuses-cols--left {
  color: #fff;
}
.bonuses-cols--title {
  line-height: 1;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 10px;
}
.bonuses-cols--text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
}
.bonuses-cols--link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
}
.bonuses-cols--link:hover {
  color: #fff;
}
.bonuses-cols--link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.bonuses-cols--link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
.bonuses-cols--right {
  display: flex;
  gap: 20px;
}
.bonuses-cols--item {
  width: 160px;
  padding: 0 13px 12px;
  border-radius: 10px;
  background: #343a3a;
  position: relative;
  overflow: hidden;
}
.bonuses-cols--item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bonuses-cols--item-col {
  position: relative;
  text-align: center;
}
.bonuses-cols--item-icon {
  position: absolute;
  width: 26px;
  height: 24px;
  top: 10px;
  left: -3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bonuses-cols--item-image {
  margin-bottom: 2px;
}
.bonuses-cols--item-image img {
  display: block;
  width: 100%;
  height: auto;
}
.bonuses-cols--item-title {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.bonuses-cols--item-link {
  display: block;
  margin: 0 2px;
  color: #b3bec1 !important;
  border-radius: 8px;
  background: #2c3031;
  line-height: 1.2;
  font-size: 14px;
  padding: 7px 5px;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 1024px) {
  .bonuses-cols {
    padding: 20px 15px 15px;
    flex-direction: column;
    text-align: center;
  }
  .bonuses-cols--right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .bonuses-cols--item {
    width: auto;
  }
}

body.theme-light .bonuses-cols {
  background: linear-gradient(94.23deg, #eff8b5 3.72%, #ffffff 103.38%);
}
body.theme-light .bonuses-cols--left {
  color: #171919;
}
body.theme-light .bonuses-cols--item {
  background: #fff;
}
body.theme-light .bonuses-cols--item-title {
  color: #171919;
}
body.theme-light .bonuses-cols--item-link {
  background: #ffffff;
  color: #546262 !important;
}

.icon-text--item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.icon-text--img {
  width: 63px;
  min-width: 63px;
  height: 63px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-text--title {
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}
.icon-text--subtitle {
  line-height: 1.2;
}

body.theme-light .icon-text--title {
  color: #171919;
}

.cols-content {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 60px;
}
.cols-content--item {
  border: 1px solid #2f3232;
  border-radius: 12px;
  background: rgba(32, 34, 34, 0.5);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding: 20px 20px 30px;
  width: calc(33.33% - 30px);
}
.cols-content--item-title {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}
.cols-content--item-title-number {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
}
.cols-content--item-title-number span {
  min-width: 48px;
  width: 48px;
  height: 48px;
  background: #1b1d20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff2e6d;
}
.cols-content--inner {
  font-size: 14px;
}
.cols-content--inner p:last-child {
  margin-bottom: 0;
}
.cols-content--inner p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cols-content {
    gap: 15px;
  }
  .cols-content--item {
    width: 100% !important;
    padding: 15px;
  }
  .cols-content--item-title-number {
    margin-bottom: 15px;
  }
}

body.theme-light .cols-content--item-title {
  color: #171919;
}
body.theme-light .cols-content--item {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
body.theme-light .cols-content--item-title-number {
  color: #171919;
}
body.theme-light .cols-content--item-title-number span {
  background: rgb(235, 242, 243);
}

.link-app {
  display: flex;
  justify-content: flex-start;
}
.link-app--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 31px;
  border-radius: 6px;
  background: #33393a;
  text-decoration: none !important;
}
.link-app--top {
  font-size: 12px;
  line-height: 1.25;
  color: #98a7b5;
}
.link-app--bottom {
  font-size: 14px;
  line-height: 0.9;
  color: #fff;
  font-weight: 900;
}

body.theme-light .link-app--top {
  color: #546262;
}
body.theme-light .link-app--bottom {
  color: #171919;
}
body.theme-light .link-app--btn {
  background: #e2e4e4;
}
body.theme-light .link-app--btn svg,
body.theme-light .link-app--btn path {
  fill: #171919;
}

.block-steps {
  margin: 20px 0 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.block-steps--item {
  border: 1px solid #2f3232;
  border-radius: 12px;
  background: rgba(32, 34, 34, 0.5);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding: 10px;
}
.block-steps--image {
  margin-bottom: 12px;
}
.block-steps--title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.block-steps--title span {
  width: 39px;
  min-width: 39px;
  height: 39px;
  background: #1b1d20;
  color: #ff2e6d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .block-steps {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .block-steps--item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

body.theme-light .block-steps--item {
  border-color: #ebf2f3;
  background: rgba(255, 255, 255, 0.5);
}
body.theme-light .block-steps--title {
  color: #171919;
}
body.theme-light .block-steps--title span {
  background: #ebf2f3;
}

.posts-slider {
  padding: 60px 0;
  position: relative;
}
.posts-slider--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1a1c1f;
  background-image: url("../../images/updated/slider-bg.svg");
  background-size: cover;
  background-position: center;
}
.posts-slider--init {
  position: relative;
  overflow: hidden;
}
.posts-slider--init .swiper-slide {
  height: auto;
}
.posts-slider--item {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #2c3031;
  color: #fff !important;
  text-decoration: none !important;
  height: 100%;
}
.posts-slider--item-img {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 68%;
}
.posts-slider--cat {
  position: absolute;
  text-decoration: none !important;
  left: 20px;
  top: 20px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  padding: 9px 20px;
  background-color: rgba(113, 77, 212, 0.9);
  border-radius: 50px;
}
.posts-slider--info {
  padding: 20px 18px;
}
.posts-slider--title {
  margin-bottom: 0 !important;
}
.posts-slider--item-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.posts-slider--link {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #313738;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.21;
  font-weight: 600;
  padding: 8.5px 12px;
}
.posts-slider--link svg {
  width: 14px;
}
.posts-slider--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.posts-slider--right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.posts-slider--nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.posts-slider--nav button {
  position: initial;
  background: #313738;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  margin: 0;
}
.posts-slider--nav button svg {
  width: 14px;
  height: auto;
}
.posts-slider--nav button:after {
  display: none;
}
.posts-slider--bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  color: #98a7b5;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
}

body.theme-light .posts-slider--bg {
  background-color: #fff;
}
body.theme-light .posts-slider--item {
  background: #f9f9f9;
}
body.theme-light .posts-slider--item-title {
  color: #171919;
}
body.theme-light .posts-slider--bottom {
  color: #546262;
}
body.theme-light .posts-slider--bottom svg,
body.theme-light .posts-slider--bottom path {
  fill: #546262;
}
body.theme-light .posts-slider--link {
  background: #e2e4e4;
  color: #171919 !important;
}
body.theme-light .posts-slider--link svg,
body.theme-light .posts-slider--link path {
  fill: #171919;
}
body.theme-light .posts-slider--nav button {
  background: #e2e4e4;
  color: #171919;
}
body.theme-light .posts-slider--nav button svg,
body.theme-light .posts-slider--nav button path {
  fill: #171919;
}

.faq-list {
  background: #2c3031;
  padding: 20px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
}
.faq-list__item {
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.faq-list__text {
  margin: 0 !important;
}
.faq-list__body {
  display: none;
  padding-top: 12px;
}
.faq-list__body p {
  margin: 0 !important;
}
.faq-list__label {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0 !important;
}
.faq-list__label:hover {
  cursor: pointer;
}
.faq-list__label.active + div {
  display: block;
}
.faq-list__label.active span {
  transform: rotate(90deg);
}
.faq-list__label span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #313738;
  transform: rotate(0);
  transition: all 0.2s ease-out;
}

body.theme-light .faq-list {
  background: #fff;
  color: #546262;
}
body.theme-light .faq-list__label {
  color: #171919;
}
body.theme-light .faq-list__label span {
  background: #eef0f0;
}
body.theme-light .faq-list__label span svg,
body.theme-light .faq-list__label span path {
  fill: #171919;
}



.block-bet-day {
  background-image: url("../../images/updated/bet-day.png");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.block-bet-day--title {
  font-size: 42px;
  line-height: 1.21;
  font-weight: 900;
  margin-bottom: 10px;
}
.block-bet-day--top {
  padding: 10px 21px 6px;
  background: #151515;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  margin-bottom: -7px;
}
.block-bet-day--top .league {
  color: #ff2e6d;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}
.block-bet-day--top .category {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.block-bet-day--row {
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 155px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 22px;
}
.block-bet-day--info .time {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.block-bet-day--info .date {
  font-size: 18px;
  color: #fee86e;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 6px;
}
.block-bet-day--team {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-bet-day--team:last-child {
  right: 0;
  left: auto;
}
.block-bet-day--team div {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.block-bet-day--name {
  max-width: 380px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
}
.block-bet-day--bottom {
  padding: 20px 10px 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 12px;
}
.block-bet-day--bottom .title {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 14px;
}
.block-bet-day--bottom-link {
  min-width: 250px;
  font-weight: 900 !important;
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  display: block;
}
.block-bet-day--bottom-link:hover {
  color: #fff;
}
.block-bet-day--bottom-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.block-bet-day--bottom-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .block-bet-day {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-bet-day--title {
    font-size: 30px;
  }
  .block-bet-day--top {
    margin-bottom: 30px;
  }
  .block-bet-day--info .date {
    font-size: 12px;
  }
  .block-bet-day--info .time {
    font-size: 18px;
  }
  .block-bet-day--team {
    width: 80px;
    height: 80px;
  }
  .block-bet-day--row {
    padding-left: 75px;
    padding-right: 75px;
    width: 100%;
    min-height: 65px;
  }
  .block-bet-day--bottom {
    width: 100%;
  }
}


.similar-posts {
  margin: 62px 0;
}
.similar-posts--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 32px;
}
.similar-posts--title {
  font-size: 30px;
  letter-spacing: 1.2px;
  font-weight: 900;
}
.similar-posts--more {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #2c3031;
  font-size: 14px;
  line-height: 17px;
  padding: 8.5px 12px;
  border-radius: 8px;
  font-weight: 600;
}
.similar-posts--cats-wrap {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.similar-posts--cats-wrap:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  height: 100%;
  width: 67px;
  background: linear-gradient(90deg, rgba(30, 33, 33, 0) 0%, #1e2121 77%);
}
.similar-posts--cats {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.similar-posts--cats::-webkit-scrollbar {
  display: none;
}
.similar-posts--cats > * {
  display: block;
  background: #2c3031;
  color: #98a7b5;
  padding: 8px 15px;
  border-radius: 22px;
  white-space: nowrap;
}
.similar-posts--cats > *:first-child {
  color: #1e2121;
  background: #ff2e6d;
}
.similar-posts--cats a:hover {
  color: #fff;
}
.similar-posts--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.similar-posts--item {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #2c3031;
  color: #fff;
}
.similar-posts--item:hover {
  color: #fff;
}
.similar-posts--item-image img {
  height: auto;
  width: 100%;
}
.similar-posts--item-info {
  padding: 20px;
}
.similar-posts--item-date {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #98a7b5;
  line-height: 18px;
  font-size: 10px;
  margin-bottom: 20px;
}
.similar-posts--item-date span {
  display: flex;
  align-items: center;
}
.similar-posts--item-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.similar-posts--item-btn {
  width: 100%;
  background: #33393a;
  border-radius: 8px;
  padding: 16px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}
.similar-posts--item-bottom {
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .similar-posts--cats {
    flex-wrap: wrap;
  }
  .similar-posts--list {
    grid-template-columns: 1fr;
  }
}

body.theme-light .similar-posts--cats-wrap:after {
  display: none;
}

.list-cols {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .list-cols {
    grid-template-columns: 1fr;
  }
}
.list-cols--item span {
  color: #ff2e6d;
  display: inline-block;
  margin-right: 4px;
  font-weight: 700;
}

.slots-land--hero {
  padding: 45px 0;
  background-image: url("../../images/slots/slots-hero.png");
  background-size: cover;
  background-position: center;
}
.slots-land--hero-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.slots-land--hero-breadcrumbs {
  margin-bottom: 48px;
}
.slots-land--hero-title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
.slots-land--hero-title span {
  color: #ff2e6d;
}
.slots-land--hero-subtitle {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .slots-land--hero-breadcrumbs {
    display: none;
  }
  .slots-land--hero {
    padding: 50px 0;
    background-position: top left;
    background-size: 220%;
    background-repeat: no-repeat;
  }
  .slots-land--hero-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .slots-land--hero-left {
    text-align: center;
  }
  .slots-land--hero-title {
    font-size: 32px;
  }
  .slots-land--hero-subtitle {
    font-size: 18px;
  }
}

body.theme-light .slots-land--hero-title {
  color: #171919;
}

.breadcrumbs-upd {
  color: #98a7b5;
}
.breadcrumbs-upd a {
  color: #ff2e6d;
  text-decoration: underline;
}

.home--offer-text {
  position: relative;
}
.home--offer-row {
  position: relative;
}
.home--offer-decor {
  top: 35px;
  left: -430px;
  width: 665px;
  height: 676px;
}
.home--reviews-decor {
  top: 154px;
  left: -109px;
  width: 616px;
  height: 626px;
}
.home--offer-decor,
.home--reviews-decor {
  position: absolute;
  background-size: contain;
  background-position: center;
  margin-left: 40px;
  background-repeat: no-repeat;
  background-image: url("../../images/hero/bf.webp");
}

@media (max-width: 1024px) {
  .home--offer-decor,
  .home--reviews-decor {
    display: none;
  }
}

.not-found {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  color: #b3bec1;
}
.not-found:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #3e4344 0%, #1e2121 100%);
  opacity: 0.1;
}
.not-found .container {
  position: relative;
}
.not-found--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.not-found--image {
  width: 554px;
  max-width: 100%;
  margin-bottom: 12px;
}
.not-found--text {
  font-size: 18px;
  font-weight: 500;
  width: 438px;
  max-width: 100%;
  margin-bottom: 30px;
}
.not-found--link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  min-width: 222px;
  padding: 15px;
}
.not-found--link:hover {
  color: #fff;
}
.not-found--link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.not-found--link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .not-found--text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

body.theme-light .not-found {
  color: #171919;
}
body.theme-light .not-found:before {
  background: linear-gradient(180deg, #3e4344 0%, #f2f2f2 100%);
}
body.theme-light .home--offer-decor,
body.theme-light .home--reviews-decor {
  opacity: 0.3;
}

.home-slots {
  margin: 60px 0 40px;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(143.77deg, #552d6b 8.64%, #1e2324 81.65%);
}
.home-slots--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home-slots--title {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 28px;
  color: #fff;
}
.home-slots--link {
  background: #313738;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 14px;
  display: inline-block;
}
.home-slots--link:hover {
  color: #fff;
}
.home-slots--bottom {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.home-slots--item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 136%;
}
.home-slots--item:hover .home-slots--item-hover {
  opacity: 1;
  display: flex;
}
.home-slots--item-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-slots--item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-slots--item-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(30, 33, 33, 0.2);
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 13px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  opacity: 0;
  display: none;
  transition: all 0.15s linear;
}
.home-slots--item-btn {
  background: #33393a;
  color: #fff;
  border-radius: 8px;
  padding: 8px;
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.home-slots--item-btn:hover {
  color: #fff;
}
.home-slots--item-btn.green {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
}
.home-slots--item-btn.green:hover {
  color: #fff;
}
.home-slots--item-btn.green:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.home-slots--item-btn.green:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .home-slots {
    margin: 30px 0 20px;
    padding: 20px 15px;
  }
  .home-slots--title {
    font-size: 18px;
  }
  .home-slots--bottom {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .home-slots--bottom::-webkit-scrollbar {
    display: none;
  }
  .home-slots--item {
    width: 71px;
    min-width: 71px;
    padding-top: 0;
    height: 95px;
  }
  .home-slots--item-hover {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    display: flex;
  }
  .home-slots--item-btn {
    display: none;
  }
  .home-slots--item-btn.green {
    display: block;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}

body.theme-light .home-slots {
  background: linear-gradient(99.17deg, #e8c3fd 12.37%, #ffffff 72.63%);
}
body.theme-light .home-slots--title {
  color: #171919;
}
body.theme-light .home-slots--link {
  color: #171919;
  background: #e2e4e4;
}

.home-top-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.home-top-cats--main-title {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 900;
  line-height: 1.2;
}
.home-top-cats--wrap {
  margin: 30px 0;
}
.home-top-cats--item {
  border-radius: 10px;
  padding: 20px;
  background: #040504;
  position: relative;
  overflow: hidden;
}
.home-top-cats--item:first-child {
  grid-row: span 2;
}
.home-top-cats--item-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-top-cats--item-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-top-cats--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.home-top-cats--title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.home-top-cats--title span {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.home-top-cats--title span img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.home-top-cats--text {
  color: #b3bec1;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.home-top-cats--link {
  background: #1e2121;
  color: #b3bec1;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 35px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .home-top-cats {
    grid-template-columns: 1fr;
  }
  .home-top-cats--title {
    font-size: 18px;
  }
  .home-top-cats--text {
    padding-right: 90px;
  }
}

.popup-glossary {
  position: fixed;
  width: 395px;
  left: 10px;
  bottom: 140px;
  z-index: 10;
  overflow: hidden;
  border-radius: 10px;
  padding: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: 209px 1fr;
  transition: all 0.3s ease-in-out;
  gap: 7px;
  transform: translateX(calc(-100% - 10px));
}
.popup-glossary.-toggle {
  transform: none;
}
.popup-glossary--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(66.52deg, #2c3031 31.22%, #274638 98.47%);
}
.popup-glossary--bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.popup-glossary--left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.popup-glossary--right {
  position: relative;
}
.popup-glossary--title {
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}
.popup-glossary--text {
  color: #f3f3f3;
  font-weight: 500;
  font-size: 14px;
}
.popup-glossary--link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  min-width: 144px;
  color: #000;
  font-weight: 900;
  font-size: 14px;
}
.popup-glossary--link:hover {
  color: #fff;
}
.popup-glossary--link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.popup-glossary--link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
.popup-glossary--close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #2c3031;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .popup-glossary {
    bottom: 180px;
  }
}
@media (max-width: 500px) {
  .popup-glossary {
    width: auto;
    left: 10px;
    right: 10px;
  }
}

body.theme-light .popup-glossary--title {
  color: #171919;
}
body.theme-light .popup-glossary--text {
  color: #171919;
}
body.theme-light .popup-glossary--close {
  background: #eef0f0;
}
body.theme-light .popup-glossary--bg {
  background: linear-gradient(77.14deg, #ffffff 50.57%, #1cf995 147.87%);
}

div.sfc_table table thead th {
  color: #171919;
  border-radius: 0 !important;
}

.countries--hero {
  background-color: #000;
  background-image: url("../../images/countries-hero-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 110px 0 55px;
}
.countries--main {
  background-color: #000;
}
.countries--hero-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
.countries--hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.countries--hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.countries--hero-title {
  font-size: 66px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.countries--hero-title svg {
  width: 41px;
  height: auto;
}
.countries--hero-title span {
  color: #ff2e6d;
}
.countries--hero-text {
  color: #b3bec1;
  font-weight: 600;
  max-width: 446px;
  width: 100%;
}
.countries--hero-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 19px;
  align-items: center;
}
.countries--hero-left-link,
.countries--hero-right-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  min-width: 190px;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  color: #000;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
}
.countries--hero-left-link:hover,
.countries--hero-right-link:hover {
  color: #000;
}
.countries--hero-right-link {
  background: transparent;
  border: 1px solid #354740;
  padding: 11px;
  color: #ff2e6d;
}
.countries--hero-right-link:hover {
  color: #ff2e6d;
}
.countries--content .breadcrumbs {
  margin-bottom: 60px;
}
.countries--content-wrap {
  position: relative;
  overflow: hidden;
}
.countries--content-wrap .container {
  position: relative;
}
.countries--content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.countries--content-bg img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .countries--hero-row {
    display: flex;
  }
  .countries--hero-right {
    display: none;
  }
  .countries--hero-title {
    font-size: 40px;
  }
}

body.theme-light .countries--content-bg {
  display: none;
}
body.theme-light .countries--hero,
body.theme-light .countries--main {
  background-color: #fff;
}
body.theme-light .countries--hero-text {
  color: #000;
}
body.theme-light .countries--hero-title {
  color: #000;
}
body.theme-light .countries--hero-right-link {
  background: #000;
}

.cta-prediction {
  min-height: 304px;
  padding: 15px 40px 15px;
  display: flex;
  align-items: center;
  background-color: #282a2f;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  margin: 35px 0;
  position: relative;
  overflow: hidden;
}
.cta-prediction--left {
  width: 49%;
  position: relative;
  overflow: hidden;
}
.cta-prediction--logo {
  margin-bottom: 20px;
}
.cta-prediction--logo img {
  max-width: 146px;
}
.cta-prediction--logo .light {
  display: none;
}
.cta-prediction--text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}
.cta-prediction--text strong {
  color: #23ee88 !important;
}
.cta-prediction--text p {
  margin-bottom: 0;
  line-height: 1.35;
}
.cta-prediction--link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  width: 250px;
  display: inline-block;
  font-weight: 900 !important;
}
.cta-prediction--link:hover {
  color: #fff;
}
.cta-prediction--link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.cta-prediction--link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .cta-prediction {
    background-position: left;
    min-height: 420px;
  }
  .cta-prediction--left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta-prediction--logo {
    margin-bottom: 35px;
  }
  .cta-prediction--text {
    margin-bottom: 35px;
  }
}

body.theme-light .cta-prediction--logo .light {
  display: initial;
}
body.theme-light .cta-prediction--logo .dark {
  display: none;
}
body.theme-light .cta-prediction--text {
  background: #fff;
  color: #31373d;
  padding: 20px 10px;
  border-radius: 12px;
}

/* ===== WRAPPER ===== */
.home-quiz {
  background: linear-gradient(137.88deg, #282a2f 23.74%, #000000 76.26%);
  border-radius: 16px;
  position: relative;
  padding: 40px;
  margin: 0 0 40px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* фон */
.home-quiz--bg {
  position: absolute;
  inset: 0;
  background-image: url("../../images/home/slots-fon.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

/* ===== TOP ===== */
.home-quiz--top,
.home-quiz--middle,
.home-quiz--bottom {
  position: relative;
  z-index: 2;
}

.home-quiz--title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 10px;
}

.home-quiz--subtitle {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.home-quiz--top {
  margin-bottom: 120px;
}

/* ===== CHARACTER ===== */
.home-quiz--human {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 70px);
  z-index: 3;
}

.home-quiz--human img {
  max-width: 210px;
  height: auto;
  display: block;
}

/* ===== GAMES CIRCLE ===== */
.home-quiz--games {
  position: relative;
  height: 320px;
  margin-bottom: 64px;
}

/* glow фон */
.home-quiz--games::before {
  content: "";
  position: absolute;
  inset: 20px 120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 43, 95, 0.18) 0%,
    rgba(35, 238, 136, 0.08) 40%,
    rgba(0, 0, 0, 0) 75%
  );
  filter: blur(20px);
  z-index: 1;
}

/* ===== GAME CARD ===== */
.home-quiz--game {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  max-width: 240px;
  padding: 12px 16px;
  border-radius: 16px;
  text-decoration: none !important;
  color: #fff !important;
  background: linear-gradient(
    180deg,
    rgba(22, 28, 40, 0.92) 0%,
    rgba(10, 14, 24, 0.92) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  transition: all 0.25s ease;
  z-index: 2;
}

/* hover */
.home-quiz--game:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(255, 58, 106, 0.35);
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(255, 44, 98, 0.16);
}

/* icon */
.home-quiz--game-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08) 0%,
    rgba(255,255,255,0.03) 100%
  );
}

.home-quiz--game-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* title */
.home-quiz--game-name {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}

/* ===== POSITIONING (circle effect) ===== */
.home-quiz--game--1 {
  top: 10px;
  left: 90px;
}

.home-quiz--game--2 {
  top: 110px;
  left: 20px;
}

.home-quiz--game--3 {
  top: 20px;
  right: 90px;
}

.home-quiz--game--4 {
  top: 120px;
  right: 10px;
}

.home-quiz--game--5 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-quiz--game--5:hover {
  transform: translateX(-50%) translateY(-4px) scale(1.03);
}

/* ===== BOTTOM ===== */
.home-quiz--bottom {
  margin-top: 20px;
}

.home-quiz--text {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}

/* ===== MOBILE ===== */
@media (max-width: 1024px) {

  .home-quiz {
    padding: 20px;
  }

  .home-quiz--title {
    font-size: 24px;
  }

  .home-quiz--subtitle {
    font-size: 14px;
  }

  .home-quiz--top {
    margin-bottom: 40px;
  }

  /* grid замість кола */
  .home-quiz--games {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 30px;
  }

  .home-quiz--games::before {
    display: none;
  }

  .home-quiz--game {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .home-quiz--game:hover {
    transform: translateY(-3px) scale(1.02) !important;
  }

    .home-quiz--human {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }

  .home-quiz--human img {
    max-width: 150px;
  }
}
.cols-top {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cols-top--item {
  padding: 20px;
  position: relative;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  border: 1px solid #1b6841;
  background: linear-gradient(
    90deg,
    rgba(32, 34, 34, 0.5) 0%,
    rgba(44, 48, 49, 0.5) 100%
  );
}
.cols-top--item:first-child,
.cols-top--item:last-child {
  margin-top: 30px;
}
.cols-top--item:nth-child(2),
.cols-top--item:nth-child(3) {
  margin-bottom: 30px;
}
.cols-top--image {
  width: 82px;
  height: 82px;
}
.cols-top--image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.cols-top--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.cols-top--text {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cols-top {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .cols-top--item {
    margin: 0 !important;
  }
}

body.theme-light .cols-top--item {
  background: rgba(255, 255, 255, 0.5);
  border-color: #ebf2f3;
}
body.theme-light .cols-top--title {
  color: #171919;
}

.steps-app {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.steps-app--item {
  background: #282a2f;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 30px 30px 0;
}
.steps-app--item:before {
  display: block;
  content: "";
  position: absolute;
  width: 178px;
  height: 68px;
  background: #ff2e6d;
  filter: blur(77.5px);
  top: -68px;
  left: -118px;
}
.steps-app--top {
  display: flex;
  align-items: center;
  gap: 19px;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
.steps-app--top .count {
  width: 48px;
  height: 48px;
  color: #ff2e6d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #212524 0%, #234d38 100%);
  border-radius: 50%;
}
.steps-app--top .title {
  display: none;
}
.steps-app--row {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 30px;
}
.steps-app--title {
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}
.steps-app--text {
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .steps-app {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .steps-app--item {
    padding: 20px 20px 0;
  }
  .steps-app--top .step {
    display: none;
  }
  .steps-app--top .title {
    display: block;
  }
  .steps-app--title {
    display: none;
  }
}

body.theme-light .steps-app--item {
  background: #f2f2f2;
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.29);
}
body.theme-light .steps-app--top {
  color: #171919;
}
body.theme-light .steps-app--top .count {
  background: linear-gradient(180deg, #ffffff 0%, #a2f1ca 100%);
}
body.theme-light .steps-app--title {
  color: #171919;
}

.strategy {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 12px;
  padding: 30px;
}
.strategy--title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.strategy--col {
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(44, 48, 49, 0.5) 100%
  );
  border: 1px solid #1b6841;
}
.strategy--col.red {
  border-color: #681b43;
}
.strategy--col-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}
.strategy--col-text {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .strategy {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

body.theme-light .strategy {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgb(235, 242, 243);
}
body.theme-light .strategy--title {
  color: #171919;
}
body.theme-light .strategy--col-top {
  color: #171919;
}
body.theme-light .strategy--col {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgb(235, 242, 243);
}

.pros-cons {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.pros-cons--col {
  border-radius: 12px;
  border: 1px solid #1b6841;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  padding: 30px;
}
.pros-cons--col.red {
  border-color: #681b43;
}
.pros-cons--col.red .pros-cons--text li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9L5.25 5.25M9 9L12.75 12.75M9 9L12.75 5.25M9 9L5.25 12.75' stroke='%23EE237B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.pros-cons--top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.pros-cons--text ul {
  margin: 0;
}
.pros-cons--text li {
  list-style: none !important;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.pros-cons--text li:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1595 3.83318C16.3704 4.04415 16.4889 4.33024 16.4889 4.62855C16.4889 4.92686 16.3704 5.21296 16.1595 5.42393L7.72727 13.8562C7.61584 13.9676 7.48354 14.0561 7.33793 14.1164C7.19232 14.1767 7.03625 14.2077 6.87864 14.2077C6.72104 14.2077 6.56497 14.1767 6.41936 14.1164C6.27375 14.0561 6.14145 13.9676 6.03002 13.8562L1.84052 9.66743C1.73307 9.56365 1.64737 9.43951 1.58841 9.30226C1.52945 9.165 1.49841 9.01738 1.49711 8.868C1.49581 8.71863 1.52428 8.57049 1.58085 8.43223C1.63741 8.29397 1.72095 8.16836 1.82658 8.06273C1.9322 7.9571 2.05781 7.87357 2.19607 7.817C2.33433 7.76044 2.48247 7.73197 2.63185 7.73327C2.78122 7.73457 2.92885 7.7656 3.0661 7.82456C3.20335 7.88352 3.32749 7.96923 3.43127 8.07668L6.87827 11.5237L14.568 3.83318C14.6725 3.72864 14.7965 3.6457 14.9331 3.58912C15.0696 3.53254 15.216 3.50342 15.3638 3.50342C15.5116 3.50342 15.6579 3.53254 15.7945 3.58912C15.931 3.6457 16.055 3.72864 16.1595 3.83318Z' fill='%2323EE88'/%3E%3C/svg%3E ");
}
@media (max-width: 1024px) {
  .pros-cons {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

body.theme-light .pros-cons--col {
  border-color: #ff2e6d;
}
body.theme-light .pros-cons--col.red {
  border-color: #ee237b;
}
body.theme-light .pros-cons--top {
  color: #171919;
}

.countries-list {
  margin: 30px 0 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.countries-list--item {
  border: 2px solid #183e2b;
  border-radius: 12px;
  background: #000000;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.countries-list--item > * {
  position: relative;
}
.countries-list--item-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.countries-list--item-bg span {
  position: absolute;
  width: 186px;
  height: 39.95px;
  left: 119px;
  top: 270px;
  background: #ff2e6d;
  filter: blur(55.5px);
  transform: rotate(-42.55deg);
}
.countries-list--item-bg span:nth-child(2) {
  position: absolute;
  width: 392.34px;
  height: 47.61px;
  left: 0;
  top: -55px;
}
.countries-list--flag {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #ff2e6d;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: inset 0px 0px 11px 1px #ff2e6d;
}
.countries-list--flag img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.countries-list--subtitle {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #ff2e6d;
  margin-bottom: 5px;
}
.countries-list--title {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 15px;
}
.countries-list--text {
  color: #98a7b5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.countries-list--link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  padding: 15px 20px;
}
.countries-list--link:hover {
  color: #fff;
}
.countries-list--link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.countries-list--link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .countries-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .countries-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

body.theme-light .countries-list--item {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}
body.theme-light .countries-list--title {
  color: #000;
}
body.theme-light .countries-list--text {
  color: #000;
}

.predictions-cat--top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}
.predictions-cat--top h1 {
  font-size: 36px;
  font-weight: 900;
}
.predictions-cat--top-text {
  font-weight: 900;
  font-size: 32px;
}
.predictions-cat--top-links {
  background: #2c3031;
  border-radius: 8px;
  display: flex;
}
.predictions-cat--top-links a {
  color: #98a7b5;
  font-size: 14px;
  padding: 9.5px 20px;
  font-weight: 700;
  border-radius: 8px;
}
.predictions-cat--top-links a:hover {
  color: #fff;
}
.predictions-cat--top-links div {
  background: #ff2e6d;
  color: #000;
  font-size: 14px;
  padding: 9.5px 20px;
  font-weight: 700;
  border-radius: 8px;
}
.predictions-cat--list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.predictions-cat--list a {
  color: #98a7b5;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 22px;
  background: #2c3031;
}
.predictions-cat--list a:hover {
  color: #000000;
  background: #ff2e6d;
}
.predictions-cat--posts {
  margin: 30px 0 40px;
  gap: 20px;
}
.predictions-cat--post {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px;
  background: #252829;
  border-radius: 12px;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.predictions-cat--post:hover {
  color: #fff;
}
.predictions-cat--post-single {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
}
.predictions-cat--post-date {
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}
.predictions-cat--post-league {
  color: #b3bec1;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.predictions-cat--post-teams {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  margin-bottom: 10px;
}
.predictions-cat--post-teams-decor {
  position: absolute;
  color: #98a7b5;
  font-weight: 500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.predictions-cat--post-team {
  background: #1e2121;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  font-weight: 900;
}
.predictions-cat--post-team .logo {
  width: 30px;
  height: 30px;
}
.predictions-cat--post-team .logo img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.predictions-cat--post-info {
  border: 1px solid #1e2121;
  border-radius: 12px;
  padding: 10px;
}
.predictions-cat--post-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.predictions-cat--post-row .top-right {
  font-size: 12px;
  color: #b3bec1;
  min-width: 56px;
  text-align: center;
}
.predictions-cat--post-row .bottom-left {
  font-weight: 700;
}
.predictions-cat--post-row .bottom-right {
  background: rgba(219, 244, 95, 0.1);
  border-radius: 4px;
  padding: 4px;
  min-width: 56px;
  text-align: center;
  color: #dbf45f;
  font-weight: 900;
}
.predictions-cat--post-detail {
  background: #33393a;
  padding: 6.5px 10px;
  text-align: center;
  border-radius: 8px;
  font-weight: 900;
  margin-top: 10px;
}
.predictions-cat--post-link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  position: relative;
  padding: 15px;
  z-index: 2;
  margin: 10px 0;
  width: 100%;
}
.predictions-cat--post-link:hover {
  color: #fff;
}
.predictions-cat--post-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.predictions-cat--post-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
.predictions-cat--post-bottom {
  display: flex;
  justify-content: center;
}
.predictions-cat--post-bottom .light {
  display: none;
}
.predictions-cat--post-hot {
  position: absolute;
  top: 12px;
  right: -10px;
}
.predictions-cat--posts-nav .page-navigation .page-numbers {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  color: #98a7b5;
  font-weight: 600;
  font-size: 16px;
}
.predictions-cat--posts-nav .page-navigation .page-numbers.next,
.predictions-cat--posts-nav .page-navigation .page-numbers.prev {
  background: #313738;
  width: 34px;
  height: 34px;
  color: transparent;
  font-size: 0;
  padding: 0;
}
.predictions-cat--posts-nav .page-navigation .page-numbers.next:after,
.predictions-cat--posts-nav .page-navigation .page-numbers.prev:after {
  width: 14px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.63139 1.43148C4.46736 1.59557 4.37521 1.81809 4.37521 2.05011C4.37521 2.28212 4.46736 2.50464 4.63139 2.66873L8.96264 6.99998L4.63139 11.3312C4.472 11.4963 4.38381 11.7173 4.3858 11.9467C4.3878 12.1761 4.47982 12.3956 4.64205 12.5578C4.80428 12.7201 5.02375 12.8121 5.25317 12.8141C5.48259 12.8161 5.70362 12.7279 5.86864 12.5685L10.8185 7.61861C10.9826 7.45452 11.0747 7.232 11.0747 6.99998C11.0747 6.76796 10.9826 6.54544 10.8185 6.38136L5.86864 1.43148C5.70456 1.26744 5.48204 1.17529 5.25002 1.17529C5.018 1.17529 4.79548 1.26744 4.63139 1.43148Z' fill='white'/%3E%3C/svg%3E%0A");
}
.predictions-cat--posts-nav .page-navigation .page-numbers.prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.predictions-cat--bottom {
  color: #fff;
}
.predictions-cat--bottom h2 {
  font-size: 30px;
  color: inherit;
  font-weight: 900;
  text-transform: initial;
}
.predictions-cat--bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.predictions-cat--bottom-link {
  color: #fff;
  background: #313738;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}
.predictions-cat--bottom-link:hover {
  color: #fff;
}
.predictions-cat--bottom-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.predictions-cat--guide {
  display: block;
  background: #2c3031;
  border-radius: 12px;
  overflow: hidden;
}
.predictions-cat--guide-image {
  position: relative;
  height: 194px;
}
.predictions-cat--guide-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.predictions-cat--guide-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(113, 77, 212, 0.8980392157);
  color: #fff;
  padding: 9px 20px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 100px;
}
.predictions-cat--guide-info {
  padding: 20px 18px 18px;
}
.predictions-cat--guide-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 700;
}
.predictions-cat--guide-bottom {
  font-size: 12px;
  color: #98a7b5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.predictions-cat--guide-views {
  display: flex;
  align-items: center;
  gap: 6px;
}
.predictions-cat--guide-views span {
  position: relative;
  top: 2px;
}
@media (max-width: 1024px) {
  .predictions-cat--posts {
    display: flex;
    flex-direction: column;
  }
  .predictions-cat--top {
    flex-direction: column;
  }
  .predictions-cat--bottom-posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .predictions-cat--bottom-posts {
    grid-template-columns: 1fr;
  }
}

.pred-new--main {
  background: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
}
.pred-new--main:before {
  display: block;
  content: "";
  position: absolute;
  width: 544px;
  height: 321px;
  opacity: 0.2;
  top: -56px;
  left: -50px;
  background: #0ef280;
  filter: blur(166.5px);
}
.pred-new--main:after {
  display: block;
  content: "";
  position: absolute;
  width: 89px;
  height: 350px;
  left: 0;
  top: 115px;
  background-image: url("../../images/predictions/hero-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.pred-new--hero-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.pred-new--hero-title {
  font-size: 66px;
  color: #ff2e6d;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
}
.pred-new--hero-title span {
  display: inline-block;
  width: 41px;
  height: 48px;
  background-image: url("../../images/icon-upd.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 3px;
}
.pred-new--hero-left {
  padding-right: 70px;
}
.pred-new--hero-text {
  font-weight: 600;
  color: #b3bec1;
  margin-bottom: 20px;
}
.pred-new--hero-link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
  padding: 16px 30px;
  display: inline-block;
  min-width: 222px;
}
.pred-new--hero-link:hover {
  color: #fff;
}
.pred-new--hero-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.pred-new--hero-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
.pred-new--bottom {
  padding: 50px 0;
}
.pred-new--content {
  color: #b3bec1;
  background-image: url("../../images/predictions/prediction-bg-dark.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pred-new--content .wp-block-quote {
  padding: 20px;
  border: 1px solid #2c3031;
  border-left: 8px solid #fff;
  color: #fff;
  border-radius: 8px;
  margin-left: 0;
}
.pred-new--content .home--authors-list {
  grid-template-columns: repeat(4, 1fr);
}
.pred-new--content .home--author {
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 12px;
}
.pred-new--content .home--author a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .pred-new--hero-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .pred-new--hero-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 0;
    margin-top: -115px;
    margin-bottom: 50px;
  }
  .pred-new--hero-title {
    font-size: 42px;
  }
  .pred-new--content .home--authors-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .pred-new--content .home--author a {
    padding: 10px;
  }
}

.table-glass {
  margin: 40px 0;
  overflow-x: auto;
  max-width: 100%;
}
.table-glass--row {
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 230px 1fr;
  margin-bottom: 10px;
}
.table-glass--row:first-child {
  border: none;
  background: transparent;
}
.table-glass--left,
.table-glass--right {
  padding: 18px;
}
.table-glass--left {
  font-weight: 700;
}

.cols-icons-text {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 40px 0;
  color: #fff;
}
.cols-icons-text .home--secure-col {
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}
@media (max-width: 1024px) {
  .cols-icons-text {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.theme-light .predictions-cat--top-links {
  background: #e0e2e3;
}
body.theme-light .predictions-cat--top-links a {
  background: #e0e2e3;
  color: #31373d;
}
body.theme-light .predictions-cat--list a {
  background: #e0e2e3;
  color: #31373d;
}
body.theme-light .predictions-cat--post {
  border: 1px solid #ebf2f3;
  background: #fff;
  color: #546262;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
}
body.theme-light .predictions-cat--post-date,
body.theme-light .predictions-cat--post-team {
  color: #171919;
}
body.theme-light .predictions-cat--post-info {
  border-color: #ebf2f3;
}
body.theme-light .predictions-cat--post-row .bottom-left {
  color: #171919;
}
body.theme-light .predictions-cat--post-row .top-right {
  color: #31373d;
}
body.theme-light .predictions-cat--post-row .bottom-right {
  color: #dab813;
}
body.theme-light .predictions-cat--post-team {
  background: #f7f7f7;
}
body.theme-light .predictions-cat--post-detail {
  background: #f7f7f7;
  color: #546262;
}
body.theme-light .predictions-cat--post-league {
  color: #31373d;
}
body.theme-light .predictions-cat--post-bottom .dark {
  display: none;
}
body.theme-light .predictions-cat--post-bottom .light {
  display: initial;
}
body.theme-light .predictions-cat--guide {
  background: #fff;
  color: #171919;
  border: 1px solid #ebf2f3;
}
body.theme-light .predictions-cat--guide-bottom {
  color: #546262;
}
body.theme-light .predictions-cat--bottom-link {
  background: #e2e4e4;
  color: #171919;
}
body.theme-light .predictions-cat--guide-title {
  color: #171919;
}
body.theme-light .pred-new--hero-text {
  color: #31373d;
}
body.theme-light .pred-new--main {
  background: #fff;
}
body.theme-light .pred-new--content {
  background-image: url("../../images/predictions/prediction-bg-light.png");
}
body.theme-light .pred-new--content .wp-block-quote {
  color: #546262;
  border: 1px solid #e7e7e7;
  border-left: 8px solid #171919;
}
body.theme-light .pred-new--content .home--author {
  background: rgba(255, 255, 255, 0.5019607843);
}
body.theme-light .cols-icons-text {
  color: inherit;
}
body.theme-light .table-glass--row {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ebf2f3;
}

.category-top {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0 32px;
}
.category-top--cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.category-top--cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 900;
  color: #98a7b5;
  background: #2c3031;
  border-radius: 8px;
}
.category-top--cat span {
  display: block;
  width: 18px;
  height: 18px;
}
.category-top--cat span img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.guidebook-block {
  margin: 30px 0 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.guidebook-block--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 174px;
  padding: 20px;
  position: relative;
  background: #2c3031;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.guidebook-block--item:hover {
  color: #fff;
}
.guidebook-block--item:nth-child(1) {
  grid-column: span 2;
}
.guidebook-block--item:nth-child(4) {
  grid-row: span 2;
}
.guidebook-block--item:nth-child(4) .guidebook-block--item-img {
  bottom: 50%;
  transform: translateY(50%);
}
.guidebook-block--item:nth-child(5) {
  grid-row: span 2;
}
.guidebook-block--item:nth-child(5) .guidebook-block--item-img {
  bottom: 50%;
  transform: translateY(50%);
}
.guidebook-block--item:nth-child(7) {
  grid-column: span 2;
}
.guidebook-block--item:nth-child(8) {
  grid-column: span 2;
}
.guidebook-block--item-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.guidebook-block--item-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.guidebook-block--item-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.guidebook-block--item-title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  max-width: 70%;
}
.guidebook-block--item-more {
  background: #33393a;
  border-radius: 8px;
  padding: 6.5px 42px;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
}
@media (max-width: 1024px) {
  .guidebook-block {
    grid-template-columns: 1fr;
  }
  .guidebook-block--item {
    grid-column: initial !important;
  }
}

.category-articles {
  color: #fff;
}
.category-articles--top-title {
  color: inherit;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 900;
  font-size: 30px;
}
.category-articles--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .category-articles--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .category-articles--list {
    grid-template-columns: 1fr;
  }
}

.acad--hero {
  padding: 60px 0 106px;
  position: relative;
  overflow: hidden;
}
.acad--hero .container {
  position: relative;
}
.acad--hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.acad--hero-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.acad--hero-breadcrumbs a {
  color: #ff2e6d;
  text-decoration: underline;
}
.acad--hero-title {
  width: 607px;
  max-width: 100%;
  line-height: 1;
  font-size: 64px;
  margin-bottom: 30px;
}
.acad--hero-title span {
  color: #ff2e6d;
}
.acad--hero-content li {
  font-size: 24px;
  line-height: 135%;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
}
.acad--hero-content li:before {
  display: block;
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0;
  top: calc(50% - 12px);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.1' width='24' height='24' rx='6' fill='%2323EE88'/%3E%3Cg clip-path='url(%23clip0_3582_17629)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1595 6.83324C19.3704 7.04421 19.4889 7.3303 19.4889 7.62861C19.4889 7.92692 19.3704 8.21302 19.1595 8.42399L10.7273 16.8562C10.6158 16.9677 10.4835 17.0561 10.3379 17.1164C10.1923 17.1768 10.0363 17.2078 9.87864 17.2078C9.72104 17.2078 9.56497 17.1768 9.41936 17.1164C9.27375 17.0561 9.14145 16.9677 9.03002 16.8562L4.84052 12.6675C4.73307 12.5637 4.64737 12.4396 4.58841 12.3023C4.52945 12.1651 4.49841 12.0174 4.49711 11.8681C4.49581 11.7187 4.52428 11.5705 4.58085 11.4323C4.63741 11.294 4.72095 11.1684 4.82658 11.0628C4.9322 10.9572 5.05781 10.8736 5.19607 10.8171C5.33433 10.7605 5.48247 10.732 5.63185 10.7333C5.78122 10.7346 5.92885 10.7657 6.0661 10.8246C6.20335 10.8836 6.32749 10.9693 6.43127 11.0767L9.87827 14.5237L17.568 6.83324C17.6725 6.7287 17.7965 6.64577 17.9331 6.58918C18.0696 6.5326 18.216 6.50348 18.3638 6.50348C18.5116 6.50348 18.6579 6.5326 18.7945 6.58918C18.931 6.64577 19.055 6.7287 19.1595 6.83324Z' fill='%2323EE88'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3582_17629'%3E%3Crect width='18' height='18' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
}
.acad--content-row {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 40px;
}
.acad--content-wrap {
  position: relative;
  overflow: hidden;
}
.acad--content-wrap .container {
  position: relative;
}
.acad--content-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1200px;
}
.acad--intro {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 40px;
  margin-bottom: 60px;
}
.acad--top-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 120px;
}
.acad--top-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #282a2f;
  padding: 55px 20px 20px;
}
.acad--top-item-count {
  position: absolute;
  width: 65px;
  height: 35px;
  top: 0;
  left: 0;
  border-bottom-right-radius: 12px;
  color: #fff;
  background: #424546;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.acad--top-item-main {
  display: grid;
  grid-template-columns: 151px 1fr;
  gap: 6px;
  align-items: flex-end;
  margin-bottom: 20px;
}
.acad--top-item-title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 900;
  color: #fff;
}
.acad--top-item-icon {
  aspect-ratio: 1;
}
.acad--top-item-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.acad--top-item-bg {
  position: absolute;
  width: 199px;
  height: 84px;
  filter: blur(99px);
  right: -80px;
  top: 58px;
}
.acad--top-item-posts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.acad--top-item-posts a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #b3bec1;
  text-decoration: underline;
}
.acad--top-item-posts a:hover {
  color: #ff2e6d;
}
.acad--top-item-link {
  display: block;
  text-align: center;
  padding: 10.5px 5px;
  font-weight: 900 !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 100%;
  background: #33393a;
  border-radius: 8px;
}
.acad--popular-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.acad--popular-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  border: 1px solid #2f3232;
  border-radius: 12px;
}
.acad--popular-item-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.acad--popular-item-cat {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #ff2e6d;
  color: #1e2121;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 8px;
}
.acad--popular-item-title {
  font-size: 16px;
  line-height: 135%;
  color: #fff;
  font-weight: 700;
}
.acad--popular-item-date {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #b3bec1;
  line-height: 18px;
  font-size: 10px;
}
.acad--bottom-content {
  margin: 50px 0 20px;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #2f3232;
  background-image: url("../../images/updated/cta-upd-bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.acad--bottom-content p {
  font-weight: 500;
  font-style: italic;
}
.acad--bottom-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .acad--content-row {
    display: flex;
    flex-direction: column;
  }
  .acad--intro {
    grid-template-columns: 1fr;
  }
  .acad--top-items {
    grid-template-columns: 1fr;
  }
  .acad--popular-items {
    grid-template-columns: 1fr;
  }
  .acad--top-item-main {
    grid-template-columns: 1fr 70px;
  }
}

body.theme-light .acad--top-item {
  background: #fff;
}
body.theme-light .acad--top-item-count {
  background: #f2f2f2;
  color: #546262;
}
body.theme-light .acad--top-item-title {
  color: #171919;
}
body.theme-light .acad--top-item-posts a {
  color: #546262;
}
body.theme-light .acad--top-item-link {
  background: #f2f2f2;
  color: #546262 !important;
}
body.theme-light .acad--popular-item {
  border-color: #ebf2f3;
  background: #fff;
}
body.theme-light .acad--popular-item-title {
  color: #171919;
}
body.theme-light .acad--bottom-content h2 {
  color: #fff;
}
body.theme-light .acad--popular-item-date {
  color: #546262;
}
body.theme-light .acad--popular-item-date path {
  fill: #546262;
}

.cta-upd {
  margin: 40px 0;
  background: rgba(32, 34, 34, 0.5);
  border: 1px solid #2f3232;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  border-radius: 12px;
  padding: 15px;
}
.cta-upd--top {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 20px;
  margin-bottom: 15px;
}
.cta-upd--top-left {
  display: flex;
  gap: 15px;
}
.cta-upd--logo {
  width: 150px;
  min-width: 150px;
  background: #101010;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.cta-upd--logo:before {
  display: block;
  content: "";
  position: absolute;
  background: #4bec81;
  filter: blur(55.5px);
  width: 49px;
  height: 96px;
  top: 50%;
  left: calc(50% - 25px);
}
.cta-upd--logo img {
  width: 92px;
  max-width: 100%;
  height: auto;
  position: relative;
}
.cta-upd--title {
  font-size: 18px;
  line-height: 135%;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.cta-upd--title span {
  color: #ff2e6d;
}
.cta-upd--text {
  font-size: 14px;
}
.cta-upd--links {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-direction: column;
}
.cta-upd--top-link {
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  font-size: 14px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  height: auto;
  padding: 10px 28px;
  text-align: center;
}
.cta-upd--top-link:hover {
  color: #fff;
}
.cta-upd--top-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: #ff2e6d;
  z-index: -2;
}
.cta-upd--top-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  width: 100%;
  border-radius: 8px;
  left: 0;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  z-index: -1;
}
.cta-upd--show-title {
  background: #33393a;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  padding: 10.5px;
  text-align: center;
  border-radius: 8px;
}
.cta-upd--show-text {
  position: absolute;
  top: 100%;
  right: 0;
  width: 500px;
  display: none;
  color: #171919;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  font-size: 12px;
}
.cta-upd--show {
  position: relative;
}
.cta-upd--show:hover {
  cursor: pointer;
}
.cta-upd--show:hover .cta-upd--show-text {
  display: block;
}
.cta-upd--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  border: 1px solid #2f3232;
  border-radius: 12px;
}
.cta-upd--bottom-right {
  font-size: 14px;
}
.cta-upd--bottom-left {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.cta-upd--bottom-left:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='url(%23paint0_linear_15_1273)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1595 7.83318C20.3704 8.04415 20.4889 8.33024 20.4889 8.62855C20.4889 8.92686 20.3704 9.21296 20.1595 9.42393L11.7272 17.8562C11.6158 17.9676 11.4835 18.0561 11.3379 18.1164C11.1923 18.1767 11.0362 18.2077 10.8786 18.2077C10.721 18.2077 10.5649 18.1767 10.4193 18.1164C10.2737 18.0561 10.1414 17.9676 10.03 17.8562L5.84049 13.6674C5.73304 13.5636 5.64734 13.4395 5.58838 13.3023C5.52941 13.165 5.49838 13.0174 5.49708 12.868C5.49578 12.7186 5.52425 12.5705 5.58081 12.4322C5.63738 12.294 5.72092 12.1684 5.82654 12.0627C5.93217 11.9571 6.05778 11.8736 6.19604 11.817C6.3343 11.7604 6.48244 11.732 6.63182 11.7333C6.78119 11.7346 6.92881 11.7656 7.06607 11.8246C7.20332 11.8835 7.32746 11.9692 7.43124 12.0767L10.8782 15.5237L18.568 7.83318C18.6725 7.72864 18.7965 7.6457 18.9331 7.58912C19.0696 7.53254 19.2159 7.50342 19.3637 7.50342C19.5115 7.50342 19.6579 7.53254 19.7944 7.58912C19.931 7.6457 20.055 7.72864 20.1595 7.83318Z' fill='black'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_15_1273' x1='0' y1='13' x2='26' y2='13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2322EC7E'/%3E%3Cstop offset='1' stop-color='%2395E566'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E ");
}
@media (max-width: 1024px) {
  .cta-upd--top {
    grid-template-columns: 1fr;
  }
  .cta-upd--top-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cta-upd--bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

body.theme-light .cta-upd {
  border-color: #ebf2f3;
  background: rgba(255, 255, 255, 0.5);
}
body.theme-light .cta-upd--title {
  color: #171919;
}
body.theme-light .cta-upd--bottom {
  border-color: #ebf2f3;
}
body.theme-light .cta-upd--bottom-left {
  color: #171919;
}
body.theme-light .cta-upd--show-title {
  background: #f2f2f2;
  color: #546262;
}

.mirrors--hero {
  padding: 15px 0 80px;
  background-image: url("../../images/updated/mirrors-hero-1.svg");
  background-size: cover;
  background-position: center;
}
.mirrors--hero-row {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 30px;
}
.mirrors--hero-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.mirrors--hero-breadcrumbs .breadcrumbs {
  margin-bottom: 8px;
}
.mirrors--hero-breadcrumbs .breadcrumbs a {
  color: #ff2e6d;
}
.mirrors--hero-title {
  font-size: 66px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  width: 551px;
  max-width: 100%;
}
.mirrors--hero-text {
  width: 446px;
  max-width: 100%;
  line-height: 22px;
  font-weight: 500;
  font-size: 16px;
}
.mirrors--hero-link {
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  display: inline-flex;
  align-items: center;
  padding: 14px 16px;
  font-weight: 900;
  color: #000;
  font-size: 14px;
  border-radius: 8px;
  gap: 56px;
}
.mirrors--hero-link span {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
}
.mirrors--hero-link:hover {
  color: #000;
}
.mirrors--hero-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.mirrors--hero-item {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #33393a;
  color: #98a7b5;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 10px;
  border-radius: 8px;
}
.mirrors--hero-item:hover {
  color: #ff2e6d;
}
.mirrors--content-row {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 290px;
}
.mirrors--content-section {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .mirrors--hero-row {
    display: block;
    margin-bottom: 30px;
  }
  .mirrors--hero-right {
    display: none;
  }
  .mirrors--hero-title {
    font-size: 36px;
  }
  .mirrors--content-row {
    display: block;
  }
  .mirrors--content-sidebar {
    display: none;
  }
}

body.theme-light .mirrors--hero-item {
  background: #fff;
  color: #000;
}

.mirrors-cards {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mirrors-cards:first-child {
  margin-top: 0;
}
.mirrors-cards--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: #2c3031;
  min-height: 256px;
}
.mirrors-cards--item-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.mirrors-cards--image {
  position: absolute;
  width: 128px;
  height: 128px;
  top: 50px;
  right: 20px;
}
.mirrors-cards--image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.mirrors-cards--title {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.mirrors-cards--text {
  color: #b3bec1;
  position: relative;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .mirrors-cards {
    grid-template-columns: 1fr;
  }
}

.mirrors-banner {
  margin: 20px 0;
  padding: 15px 35px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(137.88deg, #282a2f 23.74%, #000000 76.26%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.mirrors-banner--left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  position: relative;
}
.mirrors-banner--title {
  font-size: 32px;
  color: #fff;
  width: 367px;
  max-width: 100%;
  font-weight: 900;
  line-height: 1.2;
}
.mirrors-banner--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../images/updated/mirrors-banner.svg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .mirrors-banner {
    display: block;
  }
}

.mirrors-steps {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mirrors-steps--item {
  position: relative;
  overflow: hidden;
  background: #252929;
  border-radius: 12px;
  padding: 30px;
}
.mirrors-steps--item:before {
  display: block;
  content: "";
  position: absolute;
  width: 182.31px;
  height: 68.56px;
  left: -120.14px;
  top: -70.44px;
  background: #ff2e6d;
  filter: blur(77.5px);
}
.mirrors-steps--title {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}
.mirrors-steps--title span {
  display: block;
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #212524 0%, #234d38 100%);
  min-width: 48px;
  text-align: center;
  color: #ff2e6d;
  font-size: 18px;
  font-weight: 900;
  line-height: 48px;
  border-radius: 50%;
}
.mirrors-steps--text {
  position: relative;
  color: #b3bec1;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 20px;
}
.mirrors-steps--link {
  display: inline-block;
  background: linear-gradient(90deg, #22ec7e 0%, #95e566 100%);
  padding: 9px 20px;
  text-align: center;
  color: #000 !important;
  border-radius: 8px;
  width: 184px;
  max-width: 100%;
  font-weight: 900 !important;
}
@media (max-width: 1024px) {
  .mirrors-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .mirrors--content .block-bg {
    display: none;
  }
}
.mirrors--content .block-bg--image {
  transform: translateX(calc(-50% + 167px));
}


.live-reviews {
  background: linear-gradient(180deg, #171a20 0%, #101218 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  margin-bottom: 15px !important;
}

.live-reviews__head {
  margin-bottom: 16px;
}

.live-reviews__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.live-reviews__icon {
  font-size: 18px;
  animation: firePulse 1.5s infinite ease-in-out;
}

@keyframes firePulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 6px rgba(255, 80, 120, 0.5));
  }
  50% {
    transform: scale(1.2);
    filter: drop-shadow(0 0 12px rgba(255, 80, 120, 0.8));
  }
}

.live-reviews__status {
  color: #ffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.live-reviews__viewport {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.live-reviews__track {
  display: flex;
  flex-direction: column;
  gap: 10px;
  will-change: transform;
}

.live-review {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(31, 35, 44, 0.96) 0%, rgba(22, 25, 33, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 8px 22px rgba(0, 0, 0, 0.18);
}

.live-review__avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f61d45 0%, #f61d45 100%);
  box-shadow:
    0 0 18px rgba(255, 61, 127, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.live-review__avatar svg {
  width: 24px;
  height: 24px;
  fill: #111111;
  display: block;
}

.live-review__body {
  flex: 1;
  min-width: 0;
}

.live-review__row--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.live-review__name {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.live-review__rating {
  color: #ffd96a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.live-review__text {
  color: #eef1f6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .live-reviews {
    padding: 14px;
    border-radius: 16px;
  }

  .live-reviews__title {
    font-size: 17px;
  }

  .live-reviews__status {
    font-size: 13px;
  }

  .live-reviews__viewport {
    height: 340px;
  }

  .live-review {
    padding: 11px;
    gap: 10px;
  }

  .live-review__avatar {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .live-review__avatar svg {
    width: 16px;
    height: 16px;
  }

  .live-review__name,
  .live-review__rating {
    font-size: 12px;
  }

  .live-review__text {
    font-size: 11px;
  }
}
.trending-block {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.main-container-grid h2, h3 {
  text-transform: none !important;
}