@charset "UTF-8";
/* Variables */
:root {
  /* Sharpness for soft theme */
  --card-border-radius: 24px;
  --image-border-radius: 24px;
  --small-element-border-radius: 12px;
  --input-border-radius: 8px;
  --button-border-radius: 32px;
  --br-xs: 8px;
  --br-sm: 12px;
  --br-sm2: 16px;
  --br-md: 24px;
  --br-l: 32px;
  --br-xl: 40px;
  --br-full: 999px;
  /* Basic colors */
  --accent-color: #874ED2;
  --txt-color-1: #FFF;
  --txt-color-2: #BABABA;
  --txt-color-3: #874ED2;
  --txt-color-4: #8C8C8C;
  --txt-color-5: #131313;
  --bg-color-1: #131313;
  --bg-color-2: #202020;
  --bg-color-3: rgba(118, 118, 118, 0.24);
  --bg-color-4: rgba(118, 118, 118, 0.24);
  --bg-color-5: #874ED2;
  --bg-color-6: #767676;
  --bg-color-7: #343434;
  --bg-color-8: #BABABA;
  --bg-color-9: #67D263;
  --border-color-1: rgba(163, 163, 163, 0.20);
  --border-color-2: #67D263;
  --bg-darken-color: rgba(32, 32, 32, 0.70);
  /* Table */
  --table-bg-color-2: var(--bg-color-2);
  --table-bg-color-3: var(--bg-color-3);
  /* Buttons */
  --button-bg-color-1: var(--accent-color);
  --button-border-color-1: var(--accent-color);
  --button-txt-color-1: #fff;
  --button-border-color-2: var(--txt-color-2);
  --button-txt-color-2: var(--txt-color-2);
  --button-border-color-2-white: var(--txt-color-1);
  --button-txt-color-2-white: var(--txt-color-1);
  --tab-bg-color: var(--bg-color-2);
  --tab-txt-color: var(--txt-color-1);
  --tab-border-color: var(--bg-color-2);
  --tab-txt-color-active: var(--accent-color);
  --tab-border-color-active: var(--accent-color);
  --slot-badge-bg-color: var(--bg-color-3);
  /* Cards */
  --card-txt-color-1: var(--txt-color-1);
  --card-txt-color-2: var(--txt-color-2);
  --card-bg-color: var(--bg-color-2);
  /* Inputs */
  --input-txt-color: var(--txt-color-2);
  --input-border-color: var(--border-color-1);
  --input-bg-color: var(--bg-color-1);
  /* Payment bages */
  --payment-border-color-active: var(--accent-color);
  --payment-bg-color-active: var(--bg-color-1);
  --payment-border-color: var(--border-color-1);
  --payment-bg-color: var(--bg-color-2);
  /* Header */
  --header-txt-color-1: var(--txt-color-1);
  --header-txt-color-2: var(--txt-color-2);
  --header-txt-color-3: var(--txt-color-3);
  --header-bg-color-1: var(--bg-color-1);
  --header-bg-color-2: var(--bg-color-2);
  --header-sub-bg-color: var(--header-sub-bg-color);
  --header-accent-color: var(--accent-color);
  --header-links-bg-clor-active: var(--bg-color-1);
  --header-burger-color: var(--header-burger-color);
  /* Footer */
  --footer-txt-color-1: var(--txt-color-1);
  --footer-txt-color-2: var(--txt-color-2);
  --footer-txt-color-3: var(--txt-color-3);
  --footer-link-color: var(--footer-txt-color-2);
  --footer-hover-color: var(--footer-txt-color-3);
  --footer-bg-color-1: var(--bg-color-1);
  --footer-bg-color-2: var(--bg-color-2);
  --footer-accent-color: var(--accent-color);
  --footer-links-bg-clor-active: var(--bg-color-1);
  --footer-border-color: var(--border-color-1);
  /* sidebar */
  --sidebar-txt-color-1: var(--txt-color-1);
  --sidebar-txt-color-2: var(--txt-color-2);
  --sidebar-txt-color-3: var(--txt-color-3);
  --sidebar-bg-color-1: var(--bg-color-1);
  --sidebar-bg-color-2: var(--bg-color-2);
  --sidebar-accent-color: var(--accent-color);
  --sidebar-links-bg-clor-active: var(--bg-color-1);
  --sidebar-border-color: var(--border-color-1);
  /* rating */
  --rating-bg-5: #67D263;
  --rating-bg-4: #B9E367;
  --rating-bg-3: #FFC600;
  --rating-bg-2: #FF8400;
  --rating-bg-1: #E43436;
  --rating-bg-0: rgba(118, 118, 118, 0.30);
  /* Block colors */
  --slots-block-accent-color: var(--accent-color);
  --rating-block-bg-color: var(--bg-color-2);
  --rating-block-text-color: var(--txt-color-2);
  --rating-block-shadow-color: rgba(0, 0, 0, 0);
  --post-block-bg-color: var(--bg-color-2);
  --post-block-text-color: var(--page-text-color);
  --post-block-shadow-color: rgba(0, 0, 0, 0);
  --banner-block-bg-color: transparent;
  --banner-block-text-color: var(--page-text-color);
  --banner-block-shadow-color: rgba(0, 0, 0, 0);
  --hero-card-bg-color: var(--bg-color-2);
  --hero-card-text-color: var(--page-text-color);
  --hero-card-accent-color: var(--accent-color);
  --hero-card-shadow-color: rgba(0, 0, 0, 0);
  --slot-card-bg-color: var(--bg-color-2);
  --slot-card-text-color: var(--page-text-color);
  --slot-card-shadow-color: rgba(0, 0, 0, 0);
  --slot-data-card-bg-color: var(--sidebar-bg-color-2);
  --slot-data-card-text-color: var(--sidebar-txt-color-1);
  --slot-data-card-link-color: var(--slot-data-card-text-color);
  --slot-data-card-link-hover-color: var(--accent-color);
  --slot-data-card-shadow-color: rgba(0, 0, 0, 0);
  --pros-cons-card-bg-color: var(--bg-color-2);
  --pros-cons-card-text-color: var(--page-text-color);
  --pros-cons-card-shadow-color: rgba(0, 0, 0, 0);
}

h1,
.h1,
h1.wp-block-heading {
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--txt-color-1);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  h1,
  .h1,
  h1.wp-block-heading {
    font-size: 36px;
    margin-bottom: 8px;
  }
}

h2,
.h2,
h2.wp-block-heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  h2,
  .h2,
  h2.wp-block-heading {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

h3,
.h3,
h3.wp-block-heading, .h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  h3,
  .h3,
  h3.wp-block-heading, .h3 {
    font-size: 22px;
  }
}

h4,
.h4,
h4.wp-block-heading {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  h4,
  .h4,
  h4.wp-block-heading {
    font-size: 18px;
  }
}

.wp-block-paragraph {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  color: var(--txt-color-1);
}
.wp-block-paragraph strong {
  font-weight: 700;
}
.wp-block-paragraph a {
  color: var(--accent-color);
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

ul.wp-block-list, ol.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  color: var(--page-text);
  margin-left: 16px;
}

ul.wp-block-list {
  list-style-type: disc;
}
ul.wp-block-list li::marker {
  color: var(--accent-color);
  font-size: 1.2em;
}

.wp-block-quote {
  margin-bottom: 16px;
}

.wp-block-image {
  margin-bottom: 16px;
}

.wp-block-image img {
  border-radius: var(--br-xl);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.content-container {
  max-width: 1464px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content-container {
    padding: 0 16px;
  }
}

body {
  background-color: var(--page-background);
  color: var(--page-text-color);
}

/* DM Sans — self-hosted.
   Sources: fonts/dm-sans/*.woff2 → copied to dist/fonts/dm-sans/ by gulp.
   Paths are relative to dist/css/style.css. */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/dm-sans/DMSans-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/dm-sans/DMSans-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/dm-sans/DMSans-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/dm-sans/DMSans-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/dm-sans/DMSans-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/dm-sans/DMSans-Italic.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-ExtraBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/inter/Inter_18pt-BlackItalic.ttf) format("truetype");
}
.button {
  display: flex;
  padding: 14px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  border-radius: var(--button-border-radius);
  transition: 0.2s;
}
@media (max-width: 991px) {
  .button {
    width: 100%;
  }
}
.button--primary {
  background-color: var(--button-bg-color-1);
  border: 1px solid var(--button-border-color-1);
  color: var(--button-txt-color-1);
}
.button--primary:hover {
  background-color: var(--button-bg-color-hover-1);
  border: 1px solid var(--button-border-color-hover-1);
  color: var(--button-txt-color-hover-1);
}
.button--secondary {
  background-color: var(--button-bg-color-2);
  border: 1px solid var(--button-border-color-2);
  color: var(--button-txt-color-2);
}
.button--secondary:hover {
  background-color: var(--button-bg-color-hover-2);
  border: 1px solid var(--button-border-color-hover-2);
  color: var(--button-txt-color-hover-2);
}
.button--tertiary {
  background-color: var(--button-bg-color-3);
  color: var(--button-txt-color-3);
  border: 1px solid var(--button-bg-color-3);
}
.button--tertiary:hover {
  background-color: var(--button-bg-color-hover-3);
  color: var(--button-txt-color-hover-3);
  border: 1px solid var(--button-bg-color-hover-3);
}
.button--quaternary {
  background-color: var(--button-bg-color-4);
  color: var(--button-txt-color-4);
  border: 1px solid var(--button-border-color-4);
}
.button--quaternary:hover {
  background-color: var(--button-bg-color-hover-4);
  color: var(--button-txt-color-hover-4);
  border: 1px solid var(--button-border-color-hover-4);
}
.button--video {
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .button--video {
    width: auto;
  }
}
.button--small {
  padding: 10px 14px;
}

.button {
  font-size: 16px;
  line-height: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transform: translateY(0) translateZ(0);
}

.banner-media__video-button:hover {
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 4px));
}

.theme--dark .slot-card__buttons .button--primary:before {
  content: "";
  background: url(../../img/icons/play.svg);
  width: 16px;
  height: 16px;
  right: 0;
}

.theme--dark .buttons-block .button--tertiary:after,
.theme--dark .slot-card__buttons .button--tertiary:after,
.theme--dark .hero__buttons .button--tertiary:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: url(../../img/icons/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../../img/icons/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.theme--dark .banner__buttons .button--tertiary:before,
.theme--dark .post__buttons .button--tertiary:before {
  content: "";
  background: url(../../img/icons/share.svg);
  width: 16px;
  height: 16px;
  right: 0;
}

.theme--dark .banner__buttons .button--quaternary:before {
  content: "";
  background: url(../../img/icons/heart.svg);
  width: 16px;
  height: 16px;
  right: 0;
}

.slot-card__button.load-more {
  margin-bottom: 20px;
  width: auto;
}

.payment-badge {
  border: 1px solid var(--input-border-color);
  border-radius: var(--br-sm);
  display: flex;
  height: 64px;
  padding: 4px 11px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.payment-badge--active {
  border: 1px solid var(--accent-color);
  background-color: var(--page-background);
}
.payment-badge--active::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../img/icons/check-black.svg");
  background-color: var(--accent-color);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 var(--br-sm);
  position: absolute;
  top: 0;
  right: 0;
}

input, select, textarea {
  background-color: var(--page-background);
  border: none;
  border-radius: var(--br-xs);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

input, select {
  padding: 12px;
}

.tripple-inputs-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: var(--page-background);
  border-radius: var(--br-xs);
  border: 1px solid var(--input-border-color);
}
.tripple-inputs-wrapper span {
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tripple-inputs-wrapper > input {
  flex: auto;
  width: 100%;
}

.select-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: var(--page-background);
  border-radius: var(--br-xs);
  border: 1px solid var(--input-border-color);
  padding-right: 12px;
}
.select-wrapper > select {
  flex: auto;
}

.wp-block-table {
  border-radius: var(--br-md);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .wp-block-table {
    border-radius: var(--br-xs);
    margin-bottom: 16px;
    opacity: 0.8;
  }
}
.wp-block-table table {
  border: none;
}
.wp-block-table table thead,
.wp-block-table table tfoot {
  background: var(--bg-color-5);
  border: none;
}
.wp-block-table table thead tr,
.wp-block-table table tfoot tr {
  border: none;
}
.wp-block-table table thead tr th, .wp-block-table table thead tr td,
.wp-block-table table tfoot tr th,
.wp-block-table table tfoot tr td {
  color: var(--txt-color-5);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border: none;
  padding: 16px 24px;
}
@media (max-width: 768px) {
  .wp-block-table table thead tr th, .wp-block-table table thead tr td,
  .wp-block-table table tfoot tr th,
  .wp-block-table table tfoot tr td {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 18px 6px;
  }
  .wp-block-table table thead tr th:first-child, .wp-block-table table thead tr td:first-child,
  .wp-block-table table tfoot tr th:first-child,
  .wp-block-table table tfoot tr td:first-child {
    padding-left: 8px;
  }
  .wp-block-table table thead tr th:last-child, .wp-block-table table thead tr td:last-child,
  .wp-block-table table tfoot tr th:last-child,
  .wp-block-table table tfoot tr td:last-child {
    padding-right: 8px;
  }
}
.wp-block-table table tbody tr {
  background-color: var(--table-bg-color-2);
  border: none;
}
@media (max-width: 768px) {
  .wp-block-table table tbody tr {
    padding: 0 6px;
  }
}
.wp-block-table table tbody tr:nth-child(2n) {
  background-color: var(--bg-color-4);
}
.wp-block-table table tbody tr td {
  position: relative;
  color: var(--txt-color-1);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: none;
  padding: 18px 24px;
}
@media (max-width: 768px) {
  .wp-block-table table tbody tr td {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 14px 6px;
  }
  .wp-block-table table tbody tr td:first-child {
    padding-left: 12px;
  }
  .wp-block-table table tbody tr td:last-child {
    padding-right: 12px;
  }
}
.wp-block-table table tbody tr td:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 24px;
  background-color: var(--bg-color-6);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .wp-block-table table tbody tr td:not(:last-child):after {
    display: none;
  }
}

.banner {
  border-radius: var(--br-md);
  width: 100%;
  margin-bottom: 48px;
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: var(--banner-block-bg-color, transparent);
  color: var(--banner-block-text-color, var(--page-text-color));
  box-shadow: 0 0 24px var(--banner-block-shadow-color, rgba(0, 0, 0, 0));
}
@media (max-width: 1280px) {
  .banner {
    flex-direction: column-reverse;
  }
}

.banner__mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--br-md);
  z-index: 1;
}

@media (max-width: 1280px) {
  .banner__mobile-image {
    display: block;
    position: static;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 210px;
    width: 100%;
    border-radius: var(--br-md);
  }
}
.banner__content {
  width: 60%;
  padding: 80px 60px 80px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1280px) {
  .banner__content {
    width: 100%;
    padding: 12px 0 0;
  }
}
.banner__metas {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.banner__meta {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--banner-block-text-color, var(--txt-color-2));
  margin-right: 12px;
}

.banner__meta-separator {
  display: block;
  height: 12px;
  width: 1px;
  background-color: color-mix(in srgb, var(--banner-block-text-color, var(--txt-color-2)) 35%, transparent);
  margin-right: 12px;
}

.banner__logo {
  background-color: var(--accent-color);
  border-radius: 40px;
  margin-right: 8px;
}

.banner__logo img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
}

.banner__title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--banner-block-text-color, var(--page-text-color));
}

@media (max-width: 1280px) {
  .banner__title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.banner__info {
  display: flex;
  gap: 24px;
}

@media (max-width: 1280px) {
  .banner__info {
    flex-direction: column;
    background-color: var(--bg-color-2);
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 24px;
  }
}
.banner__image {
  display: flex;
  gap: 12px;
  border-radius: var(--br-md);
}

.banner__image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--br-md);
}

.banner__info-panel {
  display: flex;
  padding: 16px 40px;
  align-items: center;
  gap: 30px;
  background-color: var(--bg-color-2);
  border-radius: var(--br-md);
  margin-bottom: 24px;
}

@media (max-width: 1280px) {
  .banner__info-panel {
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
    gap: 24px;
  }
}
.banner__panel-cell {
  position: relative;
}

@media (max-width: 1280px) {
  .banner__panel-cell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }
}
.banner__panel-separator {
  display: block;
  height: 48px;
  width: 1px;
  background-color: color-mix(in srgb, var(--banner-block-text-color, var(--txt-color-2)) 35%, transparent);
}

@media (max-width: 1280px) {
  .banner__panel-separator {
    width: 100%;
    height: 1px;
  }
}
.banner__panel-separator--image {
  display: none;
}

@media (max-width: 1280px) {
  .banner__panel-separator--image {
    display: block;
  }
}
.banner__lable {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--banner-block-text-color, var(--txt-color-2));
  margin-bottom: 4px;
}

.banner__lable--image {
  display: none;
}

@media (max-width: 1280px) {
  .banner__lable--image {
    display: block;
  }
}
.banner__value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--banner-block-text-color, var(--page-text-color));
}

.banner__text {
  margin-bottom: 24px;
  color: var(--banner-block-text-color, var(--page-text-color));
}

.banner__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1280px) {
  .banner__buttons {
    flex-direction: column;
  }
}
.banner-media__video {
  width: 40%;
  position: relative;
}
.banner-media__video .banner-media__video-image {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: var(--br-md);
}
@media (max-width: 1280px) {
  .banner-media__video {
    width: 100%;
  }
  .banner-media__video .banner-media__video-image {
    width: 100%;
    height: auto;
  }
}
.banner-media__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.banner-media__video iframe {
  width: 100%;
  height: 100%;
}

.faq {
  margin-bottom: 48px;
  display: flex;
  gap: 120px;
}
@media (max-width: 768px) {
  .faq {
    flex-direction: column;
    gap: 32px;
  }
}

.faq__content {
  display: none;
  width: 100%;
}
.faq__content.faq__content--active {
  display: block;
}

.faq__tabs-buttons {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .faq__tabs-buttons {
    flex-direction: row;
    gap: 12px;
    overflow: auto;
  }
}
.faq__tabs-buttons .faq__tab-button {
  border-radius: var(--br-md);
  background-color: var(--bg-color-2);
  display: flex;
  height: 24px;
  padding: 0 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.faq__tabs-buttons .faq__tab-button--active {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.faq__tabs-buttons .faq__tab-button:hover {
  border: 1px solid var(--accent-color);
}

.faq__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.faq__text {
  margin-bottom: 24px;
}

.faq__accordion-item {
  border-bottom: 1px solid rgba(118, 118, 118, 0.3);
}

.faq__accordion-item--active .faq__accordion-header h3,
.faq__accordion-item .faq__accordion-header h3:hover {
  color: var(--accent-color);
}

.faq__accordion-item--active .faq__accordion-content {
  display: flex;
}

.faq__accordion-item--active .faq__accordion-chevron {
  color: var(--block-arrow-color-hover, var(--accent-color));
}

.faq__accordion-item--active .faq__accordion-chevron svg {
  transform: rotate(180deg);
}

.faq__accordion-header {
  display: flex;
  padding: 24px 0;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.faq__accordion-header h3 {
  color: var(--txt-color-1);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

.faq__accordion-header:hover .faq__accordion-chevron {
  color: var(--block-arrow-color-hover, var(--accent-color));
}

.faq__accordion-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--block-arrow-color, var(--txt-color-2));
  transition: color 0.2s ease;
}
.faq__accordion-chevron svg {
  display: block;
  transition: transform 0.2s ease;
}

.faq__accordion-content {
  display: none;
  padding: 0 28px 12px;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hero {
  margin-top: 16px;
  margin-bottom: 48px;
  background-color: var(--hero-card-bg-color, var(--bg-color-2));
  color: var(--hero-card-text-color, var(--page-text-color));
  box-shadow: 0 0 24px var(--hero-card-shadow-color, rgba(0, 0, 0, 0));
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: var(--br-xl);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column-reverse;
    gap: 8px;
  }
}
.hero__content {
  padding: 48px;
  flex: 1;
}

@media (max-width: 768px) {
  .hero__content {
    padding: 16px;
  }
}
.hero__title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
  color: var(--hero-card-text-color, var(--page-text-color));
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.hero__app-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.hero__app-buttons a, .hero__app-buttons span {
  transition: 0.2s;
}

.hero__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 700px;
  color: var(--hero-card-text-color, var(--page-text-color));
}

.hero__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .hero__buttons {
    flex-direction: column;
    gap: 8px;
  }
}
.hero__image {
  padding: 48px;
  flex: 1;
  position: relative;
  z-index: 2;
}

.hero__image img {
  width: 100%;
}

@media (max-width: 768px) {
  .hero__image {
    padding: 0;
    width: 100%;
  }
}
.hero__decoration {
  content: "";
  display: block;
  width: 306px;
  height: 306px;
  position: absolute;
  border-radius: 306px;
  background: var(--hero-card-accent-color, var(--accent-color));
  filter: blur(50px);
  top: 0;
  right: -100px;
  z-index: 1;
}

.info-block {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .info-block {
    flex-direction: column;
  }
}
.info-block__image {
  flex: 1;
  border-radius: var(--br-md);
  overflow: hidden;
}

.info-block__content {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.info-block__content ul {
  list-style: disc;
  margin-left: 24px;
}

.info-block__content ul li::marker {
  color: var(--accent-color);
  font-size: 24px;
}

.news-card {
  width: calc((100% - 72px) / 4);
}
.news-card a:hover {
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .news-card {
    width: calc(50% - 7.5px);
  }
}
.news-card__image {
  width: 100%;
  height: 180px;
  border-radius: var(--br-md);
  margin-bottom: 12px;
}

.news-card__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .news-card__image {
    height: 85px;
  }
}
.news-card__metas {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .news-card__metas {
    display: none;
  }
}
.news-card__meta {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--txt-color-2);
  margin-right: 12px;
}

.news-card__meta-separator {
  display: block;
  height: 12px;
  width: 1px;
  background-color: var(--txt-color-2);
  margin-right: 12px;
}

.news-card__logo {
  background-color: var(--accent-color);
  border-radius: 40px;
  margin-right: 8px;
}

.news-card__logo img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--br-full);
}

.news-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .news-card__title {
    font-size: 14px;
  }
}
.news {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .news {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}

.post {
  margin-bottom: 48px;
  background-color: var(--post-block-bg-color, var(--bg-color-2));
  color: var(--post-block-text-color, var(--page-text-color));
  box-shadow: 0 0 24px var(--post-block-shadow-color, rgba(0, 0, 0, 0));
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: var(--br-md);
}

@media (max-width: 768px) {
  .post {
    flex-direction: column-reverse;
  }
}
.post__content {
  flex: 1;
  padding: 30px 60px;
}

@media (max-width: 768px) {
  .post__content {
    padding: 16px;
  }
}
.post__image {
  flex: 1;
  width: 50%;
  height: 100%;
}

.post__image img {
  border-radius: var(--br-md);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .post__image {
    width: 100%;
  }
}
.post__metas {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.post__meta {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--post-block-text-color, var(--txt-color-2));
  margin-right: 12px;
}

.post__meta-separator {
  display: block;
  height: 12px;
  width: 1px;
  background-color: color-mix(in srgb, var(--post-block-text-color, var(--txt-color-2)) 35%, transparent);
  margin-right: 12px;
}

.post__logo {
  background-color: var(--accent-color);
  border-radius: var(--br-full);
  margin-right: 8px;
}

.post__logo img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--br-full);
}

.post__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--post-block-text-color, var(--page-text-color));
}

.post__text {
  margin-bottom: 42px;
  color: var(--post-block-text-color, var(--page-text-color));
}

.post__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .post__buttons {
    flex-direction: column;
    gap: 8px;
  }
}

.pros-cons {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .pros-cons {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.pros-cons .pros-cons__panel {
  flex: 1;
  display: flex;
  padding: 24px 32px 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border-radius: var(--br-md);
  background: var(--pros-cons-card-bg-color, var(--bg-color-2));
  color: var(--pros-cons-card-text-color, var(--page-text-color));
  box-shadow: 0 0 24px var(--pros-cons-card-shadow-color, rgba(0, 0, 0, 0));
}
@media (max-width: 768px) {
  .pros-cons .pros-cons__panel {
    padding: 16px;
  }
}
.pros-cons .pros-cons__panel-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--br-xl) var(--br-xl) 0 var(--br-xl);
}
@media (max-width: 768px) {
  .pros-cons .pros-cons__panel-icon {
    width: 32px;
    height: 32px;
  }
}
.pros-cons .pros-cons__panel-icon--green {
  background-color: var(--rating-bg-5);
}
.pros-cons .pros-cons__panel-icon--red {
  background-color: var(--rating-bg-1);
}
.pros-cons .pros-cons__panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pros-cons .pros-cons__panel-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
}
.pros-cons .pros-cons__panel-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .pros-cons .pros-cons__panel-list {
    margin: 0;
    padding: 0;
  }
}
.pros-cons .pros-cons__panel-list li {
  position: relative;
  padding-left: 24px;
  color: var(--txt-color-1);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .pros-cons .pros-cons__panel-list li {
    font-size: 14px;
    line-height: 20px;
  }
}
.pros-cons .pros-cons__panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .pros-cons .pros-cons__panel-list li::before {
    top: 2px;
  }
}
.pros-cons .pros-cons__panel-list--green li::before {
  background-image: url(../../img/icons/check.svg);
}
.pros-cons .pros-cons__panel-list--red li::before {
  background-image: url(../../img/icons/close-red.svg);
}

.rating-card {
  display: flex;
  padding: 24px;
  border-radius: var(--br-md);
  background: var(--rating-block-bg-color, var(--bg-color-2));
  color: var(--rating-block-text-color, var(--page-text-color));
  box-shadow: 0 0 24px var(--rating-block-shadow-color, rgba(0, 0, 0, 0));
  align-items: center;
}

@media (max-width: 768px) {
  .rating-card {
    flex-direction: column;
  }
}
.rating-card__left {
  width: calc(50% - 0.5px);
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .rating-card__left {
    flex-direction: column;
    width: 100%;
    padding-bottom: 12px;
  }
}
.rating-card__right {
  width: calc(50% - 0.5px);
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .rating-card__right {
    flex-direction: column;
    width: 100%;
    padding-top: 12px;
  }
}
.rating-card__separator {
  display: block;
  width: 1px;
  height: 72px;
  background-color: color-mix(in srgb, var(--rating-block-text-color, var(--txt-color-2)) 35%, transparent);
}

@media (max-width: 768px) {
  .rating-card__separator {
    height: 1px;
    width: 100%;
  }
}
.rating-card__image {
  width: 140px;
  height: 140px;
  border-radius: var(--br-sm);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .rating-card__image {
    width: 100%;
  }
}

.rating-card__main-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 768px) {
  .rating-card__main-info {
    text-align: center;
  }
}
.rating-card__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--rating-block-text-color, var(--page-text-color));
}

.rating-card__buttons {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rating-card__info {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rating-card__amount {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--rating-block-text-color, var(--page-text-color));
}

.rating-cards {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 768px) {
  .rating-cards {
    gap: 12px;
  }
}

.slot-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--br-md);
  overflow: hidden;
  background-color: var(--slot-card-bg-color, var(--bg-color-2));
  color: var(--slot-card-text-color, inherit);
  box-shadow: 0 0 24px var(--slot-card-shadow-color, rgba(0, 0, 0, 0));
}
.slot-card__image {
  height: 218px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .slot-card__image {
    height: auto;
  }
}
.slot-card__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slot-card__content {
  flex: 1;
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.slot-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: var(--slot-card-text-color, var(--page-text-color));
}
.slot-card__info {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.slot-card__info-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.slot-card__info-cell span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--slot-card-text-color, var(--page-text-color));
}
.slot-card__info-badge {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--slot-card-text-color, var(--txt-color-2));
  background-color: var(--bg-color-3);
  border-radius: var(--br-md);
}
.slot-card__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.slot-card__button {
  width: 100%;
}

.slots {
  margin-bottom: 48px;
}
.slots__tabs-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.slots__tab-button {
  border-radius: var(--br-md);
  background-color: var(--bg-color-2);
  display: flex;
  height: 24px;
  padding: 0 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  color: var(--slots-block-accent-color, var(--txt-color-2));
  font-size: 14px;
  font-weight: 500;
}
.slots__tab-button:hover {
  background-color: var(--bg-color-3);
  border-color: var(--slots-block-accent-color, var(--accent-color));
  color: var(--slots-block-accent-color, var(--accent-color));
}
.slots__tab-button--active {
  border: 1px solid var(--slots-block-accent-color, var(--accent-color));
  color: var(--slots-block-accent-color, var(--accent-color));
  background-color: color-mix(in srgb, var(--slots-block-accent-color, var(--accent-color)) 12%, transparent);
}
.slots__content {
  width: 100%;
}
.slots__content--grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 29px;
}
@media (max-width: 991px) {
  .slots__content--grid {
    grid-template-columns: 1fr;
  }
}
.slots__content-panel {
  display: none;
  width: 100%;
}
.slots__content-panel--active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 29px;
}
@media (max-width: 991px) {
  .slots__content-panel--active {
    grid-template-columns: 1fr;
  }
}

.slots__load-more-wrapper {
  margin: 48px auto;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-column: 1/-1;
}

.slots-list {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .slots-list {
    margin-bottom: 24px;
  }
}

.logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 48px;
}
.logos .logo-item {
  background: var(--bg-color-2);
  border-radius: var(--br-md);
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos .logo-item img {
  object-fit: contain;
}

.payment-block {
  background-color: var(--bg-color-2);
  color: var(--page-text-color);
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  border-radius: var(--br-md);
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .payment-block {
    gap: 0;
    flex-direction: column;
  }
}
.payment-block__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 56px;
  flex: 1;
}
@media (max-width: 767px) {
  .payment-block__content {
    padding: 24px 12px;
  }
}
.payment-block__image {
  flex: 1;
  border-radius: var(--br-md);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .payment-block__image {
    display: none;
  }
}
.payment-block__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.payment-block__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.payment-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.payment-block__form {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 991px) {
  .payment-block__form {
    flex-direction: column;
  }
}
.payment-block__label {
  color: var(--txt-color-2);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}
.payment-block__options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.payment-block__form-part {
  width: 100%;
}
.payment-block__options-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.payment-block__options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .payment-block__options-grid {
    gap: 8px;
  }
}
.payment-block__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .payment-block__footer {
    flex-direction: column;
    gap: 12px;
    justify-content: center;
  }
}
.payment-block__sum {
  color: var(--txt-color-2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.payment-block__sum span {
  font-weight: 400;
}
.payment-block__button {
  width: 180px;
}
@media (max-width: 767px) {
  .payment-block__button {
    width: 100%;
  }
}

.media__thumbnail {
  margin: 0 auto;
  display: block;
  width: 968px;
  max-width: 100%;
  aspect-ratio: 121/72;
  border-radius: var(--br-md);
  position: relative;
  margin-bottom: 48px;
}
.media__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--br-md);
}
.media__overlay {
  background: var(--bg-darken-color);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: var(--br-md);
  z-index: 2;
}
.media__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.media iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .slot-intro {
    background: var(--bg-color-2);
    border-radius: var(--br-sm2);
  }
}

.demo-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 1464/650;
  background-color: var(--bd-color-2);
  border-radius: var(--br-xl);
}
@media (max-width: 991px) {
  .demo-slot {
    aspect-ratio: 1097/579;
  }
}
.demo-slot.demo-slot--playing .demo-slot__content {
  border-radius: 0;
}
@media (max-width: 991px) {
  .demo-slot.demo-slot--playing {
    aspect-ratio: 1097/1097;
  }
}
@media (max-width: 545px) {
  .demo-slot.demo-slot--playing {
    aspect-ratio: 1097/2000;
  }
}
.demo-slot__content {
  border-radius: var(--br-xl);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .demo-slot__content {
    border-radius: var(--br-sm2);
    position: static;
    margin-bottom: 0;
  }
}
.demo-slot__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgba(32, 32, 32, 0.64) 29.81%, rgba(32, 32, 32, 0) 100%);
  pointer-events: none;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 991px) {
  .demo-slot__content::before {
    display: none;
  }
}
.demo-slot__content iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.demo-slot__content iframe html.no-js {
  overflow-y: hidden;
}
.demo-slot__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.demo-slot__controllers {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .demo-slot__controllers {
    flex-direction: column;
    position: static;
    padding: 12px 8px;
  }
}
.demo-slot__button {
  min-width: 232px;
}
.demo-slot__button.button--primary:hover {
  border-color: #fff;
  color: #fff;
}
.demo-slot__button.button--secondary {
  color: #fff;
  border-color: #fff;
}
.demo-slot__button.button--tetriary {
  color: #fff;
}
.demo-slot__button.button--accent {
  color: var(--accent-color);
}
@media (max-width: 991px) {
  .demo-slot__info-toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  .demo-slot.demo-slot--playing > *:not(.demo-slot__content) {
    display: none;
  }
}
.demo-slot.demo-slot--playing > .demo-slot__content:before {
  display: none;
}

.promo-banner {
  position: relative;
  color: var(--txt-color-1);
  overflow: visible;
}
.promo-banner:before, .promo-banner:after {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-color-1);
  border-radius: var(--br-full);
  z-index: 1;
}
@media (max-width: 991px) {
  .promo-banner:before, .promo-banner:after {
    content: none;
  }
}
.promo-banner:before {
  left: -37px;
}
.promo-banner:after {
  right: -37px;
}
.promo-banner__ticket {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding: 36px 74px 64px 74px;
  background-color: var(--bg-color-2);
  border-radius: var(--br-md);
  overflow: visible;
}
@media (max-width: 991px) {
  .promo-banner__ticket {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    margin-bottom: 24px;
  }
}
.promo-banner__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 992px) {
  .promo-banner__main {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "spins title" "code code";
    align-items: center;
    column-gap: 30px;
    row-gap: 44px;
  }
}
.promo-banner__spins {
  grid-area: spins;
  position: relative;
  z-index: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.9;
  padding-left: 6px;
}
.promo-banner__spins-count {
  position: relative;
  font-family: "Inter", serif;
  z-index: 2;
  text-align: center;
  font-size: 110px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.1px;
  color: var(--txt-color-1);
}
@media (max-width: 991px) {
  .promo-banner__spins-count {
    font-size: 96px;
  }
}
.promo-banner__spins-label {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding: 10px 18px;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  border-radius: var(--br-xs);
  background: var(--bg-color-5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg, 0);
}
@media (max-width: 991px) {
  .promo-banner__spins-label {
    margin-top: -16px;
    font-size: 18px;
  }
}
.promo-banner__spins-glow-wrapper {
  position: absolute;
  z-index: 0;
  left: 90px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 324px;
  height: 221px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .promo-banner__spins-glow-wrapper {
    left: 87px;
    top: 77%;
    transform: translate(-50%, -50%);
    width: 324px;
    height: 250px;
    filter: blur(50px);
  }
}
.promo-banner__spins-glow {
  width: 212px;
  height: 109px;
  background: #874ED2;
  border-radius: 50%;
  filter: blur(28px);
}
.promo-banner__title {
  grid-area: title;
  align-self: center;
  margin: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .promo-banner__title {
    padding-top: 14px;
    font-size: 14px;
    z-index: 1;
  }
}
.promo-banner__code {
  grid-area: code;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 22px 28px;
  background-color: rgba(118, 118, 118, 0.24);
  border-radius: var(--br-md);
  margin-top: auto;
}
@media (max-width: 991px) {
  .promo-banner__code {
    border-radius: var(--br-xs);
    padding: 16px;
  }
}
.promo-banner__code-value {
  font-family: "Inter", serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--txt-color-1);
  word-break: break-all;
}
@media (max-width: 991px) {
  .promo-banner__code-value {
    font-size: 18px;
  }
}
.promo-banner__copy {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--accent-color);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}
@media (max-width: 991px) {
  .promo-banner__copy {
    width: 24px;
    height: 24px;
  }
}
.promo-banner__copy:hover {
  transform: translateY(-2px);
  color: var(--txt-color-1);
}
.promo-banner__aside {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 32px;
}
@media (max-width: 991px) {
  .promo-banner__aside {
    padding-left: 0;
    padding-top: 0;
    border-top: none;
    gap: 14px;
  }
}
.promo-banner__aside::before {
  content: "";
  position: absolute;
  top: 20px;
  height: 296px;
  left: 0;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--bg-color-4) 0 15px, transparent 15px 30px);
}
@media (max-width: 991px) {
  .promo-banner__aside::before {
    display: none;
  }
}
.promo-banner__info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 991px) {
  .promo-banner__info {
    margin: 0 !important;
  }
}
.promo-banner__info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 991px) {
  .promo-banner__info-row {
    font-size: 12px;
    gap: 2px;
  }
}
.promo-banner__info-key {
  color: var(--txt-color-4);
}
.promo-banner__info-value {
  color: var(--txt-color-1);
}
@media (max-width: 991px) {
  .promo-banner__info-value {
    white-space: nowrap;
  }
}
.promo-banner__change {
  padding: 0;
  font-size: 16px;
  color: #b780ff;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}
.promo-banner__change:hover {
  color: var(--txt-color-1);
}
.promo-banner__change.is-active, .promo-banner__change.is-active:hover {
  color: #b780ff;
}
.promo-banner__change--icon {
  margin-left: 8px;
}
.promo-banner__currency-list {
  position: absolute;
  z-index: 5;
  top: 21px;
  left: 130px;
  width: 200px;
  overflow-y: auto;
  padding: 16px;
  background-color: var(--bg-color-1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--br-sm);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .promo-banner__currency-list {
    max-width: 145px;
  }
}
.promo-banner__currency-list::-webkit-scrollbar {
  width: 4px;
  border-radius: var(--br-xs);
}
.promo-banner__currency-list::-webkit-scrollbar-track {
  background: var(--bg-color-2);
  border-radius: var(--br-xs);
}
.promo-banner__currency-list::-webkit-scrollbar-thumb {
  background: var(--bg-color-6);
  border-radius: var(--br-xs);
  transition: 0.3s;
}
.promo-banner__currency-list::-webkit-scrollbar-thumb:hover {
  background: var(--bg-color-5);
  cursor: pointer;
  transition: 0.3s;
}
.promo-banner__currency-list ul.currency-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.promo-banner__currency-list ul.currency-list li:last-child {
  padding-bottom: 16px;
}
.promo-banner__currency-option {
  display: block;
  width: 100%;
  padding: 3px 0;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: var(--txt-color-1);
  background: none;
  border: none;
  border-radius: var(--br-xs);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.promo-banner__currency-option:hover {
  color: var(--accent-color);
}
.promo-banner__currency-option.is-active {
  color: var(--accent-color);
}
.promo-banner__currency-option.is-active:before {
  content: "";
  position: absolute;
  right: 16px;
  display: inline-block;
  width: 0.5em;
  height: 1em;
  border-right: 0.15em solid #874ED2;
  border-bottom: 0.15em solid #874ED2;
  transform: rotate(45deg);
}
.promo-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}
@media (max-width: 991px) {
  .promo-banner__actions {
    gap: 16px;
  }
}
.promo-banner__actions .button {
  width: auto;
}
.promo-banner__terms-btn {
  border-color: var(--txt-color-1);
  color: var(--txt-color-1);
}
.promo-banner--compact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 32px;
  background-color: var(--bg-color-2);
  border-radius: var(--br-md);
}
.promo-banner--compact .promo-banner__code {
  padding: 16px 22px;
  background-color: var(--bg-color-3);
}
.promo-banner--compact .promo-banner__code-value {
  color: #FFF;
  font-family: "Inter", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  letter-spacing: 1.44px;
}
.promo-banner--compact .button {
  width: 100%;
}
.promo-banner__compact-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--txt-color-1);
}
.promo-banner--wide {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "media spins code" "media title code" "media claim code";
  align-items: center;
  column-gap: 32px;
  padding: 35px 32px;
  background-color: var(--bg-color-2);
  border-radius: var(--br-md);
}
@media (max-width: 991px) {
  .promo-banner--wide {
    margin-top: -24px;
    margin-bottom: 48px;
  }
}
.promo-banner--wide:before, .promo-banner--wide:after {
  content: none;
}
@media (max-width: 991px) {
  .promo-banner--wide {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "spins" "title" "code" "claim";
    justify-items: center;
    text-align: center;
    row-gap: 16px;
    padding: 16px;
  }
}
.promo-banner__wide-heading {
  margin: 0 0 16px;
  color: var(--txt-color-1);
}
@media (max-width: 991px) {
  .promo-banner__wide-heading {
    display: none;
  }
}
.promo-banner__wide-media {
  grid-area: media;
  align-self: center;
  position: relative;
  width: 392px;
  height: 250px;
  aspect-ratio: 196/125;
}
@media (max-width: 991px) {
  .promo-banner__wide-media {
    width: auto;
    height: 175px;
    aspect-ratio: 119/76;
    padding: 0 9px;
  }
}
.promo-banner__wide-media .promo-banner__spins-glow-wrapper {
  left: 50%;
  top: 50%;
  filter: blur(50px);
}
.promo-banner__wide-media img {
  display: block;
  position: relative;
  z-index: 1;
  width: 392px;
  height: 250px;
}
@media (max-width: 991px) {
  .promo-banner__wide-media img {
    width: auto;
    height: 175px;
    aspect-ratio: 119/76;
  }
}
.promo-banner__wide-spins {
  grid-area: spins;
  font-family: "Inter", serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.8px;
  color: var(--txt-color-1);
}
@media (max-width: 991px) {
  .promo-banner__wide-spins {
    align-self: center;
    text-align: center;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: -0.56px;
  }
}
.promo-banner__wide-title {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-size: 40px;
  grid-area: title;
  align-self: start;
}
@media (max-width: 991px) {
  .promo-banner__wide-title {
    align-self: center;
    margin: 0 auto;
    font-size: 14px;
    padding: 0;
  }
}
.promo-banner__wide-claim {
  grid-area: claim;
  align-self: start;
  justify-self: start;
  margin-top: 16px;
  display: flex;
  width: 250px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .promo-banner__wide-claim {
    justify-self: stretch;
    width: 100%;
    margin-top: 0;
  }
}
.promo-banner__code--wide {
  grid-area: code;
  align-self: center;
  margin-top: 0;
  display: flex;
  gap: 12px;
  width: 300px;
  min-height: 61px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  background-color: #323232;
  border-radius: var(--br-xs);
}
@media (max-width: 991px) {
  .promo-banner__code--wide {
    width: 100%;
  }
}
.promo-banner__code--wide .promo-banner__code-value {
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .promo-banner__code--wide .promo-banner__code-value {
    font-size: 18px;
  }
}
.promo-banner__code--wide .promo-banner__copy {
  width: 24px;
  height: 24px;
}
.promo-banner__mobile-heading {
  display: none;
}
@media (max-width: 991px) {
  .promo-banner__mobile-heading {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: var(--txt-color-1);
    padding: 0 0 14px;
  }
}
.promo-banner__code-label {
  display: none;
}
@media (max-width: 991px) {
  .promo-banner__code-label {
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    font-size: 10px;
    color: var(--txt-color-2);
    text-align: center;
    padding: 14px 0 4px;
  }
}
.promo-banner__change-icon {
  display: none;
}
@media (max-width: 991px) {
  .promo-banner__change-icon {
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .promo-banner__change-text {
    display: none;
  }
}
@media (max-width: 991px) {
  .promo-banner__ticket {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .promo-banner__main {
    align-items: center;
    width: 100%;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .promo-banner__spins {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .promo-banner__info {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;
  }
}
@media (max-width: 991px) {
  .promo-banner__info-row--currency {
    order: 1;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .promo-banner__info-row--type {
    order: 2;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .promo-banner__info-row--min-deposit {
    order: 3;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .promo-banner__info-row--wager {
    order: 4;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .promo-banner__info-row--type::before, .promo-banner__info-row--wager::before {
    content: "•";
    margin-right: 8px;
    color: var(--txt-color-1);
    font-size: 16px;
  }
}
.promo-banner__sticky {
  position: fixed;
  z-index: 39;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: var(--sidebar-bg-color-2);
  border-radius: var(--br-md);
  opacity: 0;
  pointer-events: none;
  transform-origin: top center;
  transition: opacity 0.2s ease;
}
.promo-banner__sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  animation: slot-data-mini-reveal 0.45s ease;
}
.promo-banner__sticky[hidden] {
  display: none;
}
@media (max-width: 991px) {
  .promo-banner__sticky {
    display: none;
  }
}
.promo-banner__sticky .promo-banner__claim {
  width: 100%;
}
.promo-banner__sticky-spins {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
  margin-bottom: 0;
}
.promo-banner__code--sticky {
  width: 100%;
  padding: 16px;
  border-radius: var(--br-xs);
  gap: 0;
  justify-content: center;
}
.promo-banner__code--sticky .promo-banner__code-value {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.promo-banner__modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.promo-banner__modal[hidden] {
  display: none;
}
.promo-banner__modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.promo-banner__modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  height: 750px;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: var(--bg-color-1);
  border-radius: var(--br-md);
  box-shadow: 0 0 8px 0 rgba(32, 32, 32, 0.16);
}
@media (max-width: 991px) {
  .promo-banner__modal-dialog {
    max-height: 70vh;
    padding: 24px;
    margin-top: 30%;
    border-radius: var(--br-md);
  }
}
.promo-banner__modal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .promo-banner__modal-header {
    padding-bottom: 24px;
  }
}
.promo-banner__modal-icon {
  flex-shrink: 0;
  width: 96px;
  height: 57px;
  aspect-ratio: 32/19;
}
@media (max-width: 991px) {
  .promo-banner__modal-icon {
    display: none;
  }
}
.promo-banner__modal-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.promo-banner__modal-title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-size: 22px;
  color: var(--txt-color-1);
}
@media (max-width: 991px) {
  .promo-banner__modal-title {
    font-size: 18px;
  }
}
.promo-banner__modal-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--txt-color-2);
}
@media (max-width: 991px) {
  .promo-banner__modal-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}
.promo-banner__modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  align-self: flex-start;
  padding: 0;
  color: #767676;
  background: none;
  border: none;
  cursor: pointer;
}
.promo-banner__modal-close svg {
  display: block;
  width: 24px;
  height: 24px;
}
.promo-banner__modal-close:hover {
  color: var(--txt-color-1);
}
.promo-banner__modal-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-right: 9px;
}
.promo-banner__modal-scroll.is-scrollable:not(.is-at-bottom):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 82px;
  right: 0;
  bottom: 91.5px;
  background: linear-gradient(0deg, #131313 0%, rgba(19, 19, 19, 0) 100%);
}
.promo-banner__modal-scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: var(--br-xs);
}
.promo-banner__modal-scroll::-webkit-scrollbar-track {
  background: var(--bg-color-2);
  border-radius: var(--br-xs);
}
.promo-banner__modal-scroll::-webkit-scrollbar-thumb {
  background: var(--bg-color-6);
  border-radius: var(--br-xs);
  transition: 0.3s;
}
.promo-banner__modal-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--bg-color-5);
  cursor: pointer;
  transition: 0.3s;
}
.promo-banner__modal-section {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .promo-banner__modal-section {
    gap: 8px;
  }
}
.promo-banner__modal-section-title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 991px) {
  .promo-banner__modal-section-title {
    font-size: 14px;
  }
}
.promo-banner__modal-section-title .promo-banner__change {
  margin-left: 4px;
  color: #874ED2;
}
.promo-banner__modal-section-title .promo-banner__change svg {
  display: block;
  width: 20px;
  height: 20px;
}
.promo-banner__modal-section-title .promo-banner__change:hover {
  color: var(--txt-color-1);
}
.promo-banner__modal-close-btn {
  margin: 32px auto 0;
  border-color: var(--txt-color-2);
  color: var(--txt-color-2);
  width: 180px;
  padding: 16px 24px;
  box-shadow: 0 0 8px 0 rgba(32, 32, 32, 0.16);
}
@media (max-width: 991px) {
  .promo-banner__modal-close-btn {
    width: 100%;
  }
}
.promo-banner__terms-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color-1);
  font-size: 15px;
}
.promo-banner__terms-key {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: var(--txt-color-2);
}
@media (max-width: 991px) {
  .promo-banner__terms-key {
    font-size: 16px;
  }
}
.promo-banner__terms-value {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  text-align: right;
  color: var(--txt-color-1);
}
.promo-banner__terms {
  color: var(--txt-color-2);
  font-size: 15px;
  line-height: 1.6;
}

.promo-banner-toast {
  position: fixed;
  z-index: 1100;
  top: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 455px;
  padding: 24px;
  background-color: var(--bg-color-2);
  border: 1px solid var(--border-color-2);
  border-radius: var(--br-md);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 991px) {
  .promo-banner-toast {
    top: 16px;
    right: 16px;
    left: 16px;
    width: auto;
    border-radius: var(--br-xs);
    padding: 16px;
  }
}
@media (min-width: 992px) {
  body.admin-bar .promo-banner-toast {
    top: 50px;
  }
}
.promo-banner-toast.is-visible {
  opacity: 1;
  transform: none;
}
.promo-banner-toast span {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
}
@media (max-width: 992px) {
  .promo-banner-toast span {
    font-size: 14px;
  }
}
.promo-banner-toast span:last-child {
  font-family: "DM Sans", sans-serif;
  color: var(--txt-color-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.promo-banner-toast__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--bg-color-9);
  border-radius: 50%;
}
.promo-banner-toast__icon svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 992px) {
  .promo-banner-toast__icon {
    width: 32px;
    height: 32px;
  }
  .promo-banner-toast__icon svg {
    width: 18px;
    height: 18px;
  }
}
.promo-banner-toast__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--txt-color-1);
}
@media (max-width: 992px) {
  .promo-banner-toast__body {
    gap: 2px;
  }
}
.promo-banner-toast__body a {
  color: var(--accent-color);
  text-decoration: underline;
  transition: 0.2s;
}
.promo-banner-toast__body a:hover {
  text-decoration: none;
}
.promo-banner-toast__close {
  margin-left: auto;
  font-size: 22px;
  line-height: 1;
  color: var(--bg-color-6);
  background: none;
  border: none;
  cursor: pointer;
  align-self: flex-start;
}
.promo-banner-toast__close:hover {
  color: var(--txt-color-1);
}

html.promo-banner-modal-open,
body.promo-banner-modal-open {
  overflow: hidden;
}

.related-slots {
  margin-bottom: 32px;
}
.related-slots__content-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 29px;
}
@media (max-width: 991px) {
  .related-slots__content-2 {
    grid-template-columns: 1fr;
  }
}
.related-slots__content-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 29px;
}
@media (max-width: 991px) {
  .related-slots__content-3 {
    grid-template-columns: 1fr;
  }
}
.related-slots__content-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 29px;
}
@media (max-width: 991px) {
  .related-slots__content-4 {
    grid-template-columns: 1fr 1fr;
  }
  .related-slots__content-4 .related-slot-card__image {
    height: unset;
    aspect-ratio: 79/61;
  }
}
.related-slots__content-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .related-slots__content-5 {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .related-slots__content-5 .related-slot-card__image {
    aspect-ratio: 79/61;
  }
}
@media (max-width: 991px) {
  .related-slots__content-5--limit-mobile > :nth-child(n+5) {
    display: none;
  }
}

.related-slot-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--br-md);
  background-color: var(--slot-card-bg-color, var(--bg-color-2));
  color: var(--slot-card-text-color, var(--page-text-color));
  box-shadow: 0 0 24px var(--slot-card-shadow-color, rgba(0, 0, 0, 0));
}
.related-slot-card--no-bg {
  background-color: transparent;
}
.related-slot-card--no-bg .related-slot-card__content {
  padding: 0;
}
.related-slot-card__heading {
  display: flex;
  margin-bottom: 16px;
}
.related-slot-card__heading--row {
  align-items: center;
  justify-content: space-between;
}
.related-slot-card__heading--column {
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.related-slot-card__heading--column-r {
  flex-direction: column-reverse;
  gap: 8px;
  align-items: flex-start;
}
.related-slot-card__author {
  color: var(--slot-card-text-color, var(--txt-color-2));
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.related-slot-card__info {
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}
.related-slot-card__info-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.related-slot-card__info-cell span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--slot-card-text-color, var(--page-text-color));
}
.related-slot-card__info-badge {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 12px;
  color: var(--slot-card-text-color, var(--txt-color-2));
  background-color: var(--bg-color-3);
  border-radius: var(--br-md);
}
.related-slot-card__image {
  display: block;
  height: 218px;
  width: 100%;
  border-radius: var(--br-md);
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 991px) {
  .related-slot-card__image {
    height: 274px;
  }
}
.related-slot-card__content {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-radius: var(--br-md);
}
.related-slot-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: var(--slot-card-text-color, var(--page-text-color));
}
.related-slot-card__title--small {
  font-size: 18px;
  line-height: 1;
}
.related-slot-card__block-title {
  color: var(--slot-card-text-color, var(--page-text-color));
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.related-slot-card__block-links {
  color: var(--slot-card-text-color, var(--txt-color-2));
  font-size: 16px;
}
.related-slot-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 16px;
  flex-grow: 1;
  color: var(--slot-card-text-color, var(--page-text-color));
}
.related-slot-card__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.related-slot-card__button {
  width: 100%;
}
.related-slot-card__play-now {
  display: block;
  margin-top: 12px;
  text-align: center;
}
.related-slot-card__stars .star {
  position: relative;
  display: inline-block;
}
.related-slot-card__stars .star .star-full,
.related-slot-card__stars .star .star-half {
  width: 24px;
  height: 24px;
  display: block;
  transition: opacity 0.3s ease;
}
.related-slot-card__stars .star .star-half {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.related-slot-card__stars .star .star-full {
  opacity: 0.2;
}
.related-slot-card__stars .star.star--full .star-full {
  opacity: 1;
}
.related-slot-card__stars .star.star--full .star-half {
  opacity: 0;
}
.related-slot-card__stars .star.star--half .star-full {
  opacity: 0.2;
}
.related-slot-card__stars .star.star--half .star-half {
  opacity: 1;
  clip-path: inset(0 50% 0 0);
}
.related-slot-card__stars .star.star--empty {
  width: 24px;
  height: 24px;
}
.related-slot-card__stars .star.star--empty .star-full {
  opacity: 0.2;
}
.related-slot-card__stars .star.star--empty .star-half {
  opacity: 0;
}
.related-slot-card .related-slot-card--25 .related-slot-card__content {
  justify-content: flex-end;
}

.vendor-slots-rest__load {
  margin: 0 auto;
}

.simple-table {
  width: 100%;
  overflow: hidden;
  border-radius: var(--br-md);
  margin-bottom: 32px;
}
.simple-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--st-bg);
  color: var(--st-text);
  font-size: 16px;
  line-height: 1.4;
}
.simple-table__table thead {
  background: var(--accent-color);
  color: var(--txt-color-5);
}
.simple-table__table thead .simple-table__th {
  font-weight: 600;
  text-align: center;
  padding: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
.simple-table__table thead .simple-table__th:first-child {
  width: 200px;
}
@media (max-width: 991px) {
  .simple-table__table thead .simple-table__th {
    font-size: 12px;
    padding: 12px;
  }
}
.simple-table__table tbody .simple-table__row:nth-child(odd) {
  background: var(--table-bg-color-2);
}
.simple-table__table tbody .simple-table__row:nth-child(even) {
  background: var(--table-bg-color-3);
}
.simple-table__table tbody .simple-table__cell {
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .simple-table__table tbody .simple-table__cell {
    font-size: 14px;
    padding: 12px;
  }
}
.simple-table__table tbody .simple-table__cell:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  transform: translateY(-50%);
  width: 1px;
  background: var(--border-color-1);
}
.simple-table__table tbody .simple-table__cell--icon {
  width: 200px;
}
.simple-table__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 991px) {
  .simple-table__icon {
    font-size: 32px;
  }
}

.games-list {
  margin-bottom: 32px;
  /* header */
  /* rows */
  /* column-specific tweaks */
}
.games-list__form {
  display: flex;
  padding: 32px;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--br-md);
  background-color: var(--bg-color-3);
}
@media (max-width: 991px) {
  .games-list__form {
    flex-direction: column;
    padding: 16px;
  }
}
.games-list__inputs {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .games-list__inputs {
    flex-direction: column;
    width: 100%;
  }
}
.games-list__form-part:first-child {
  min-width: 380px;
}
@media (max-width: 991px) {
  .games-list__form-part:first-child {
    min-width: 100%;
  }
}
.games-list__form-part:last-child {
  min-width: 240px;
}
@media (max-width: 991px) {
  .games-list__form-part:last-child {
    min-width: 100%;
  }
}
.games-list__buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.games-list__buttons .button {
  min-width: 180px;
}
@media (max-width: 991px) {
  .games-list__buttons .button {
    min-width: 150px;
  }
}
.games-list__result {
  line-height: 1.5;
  padding: 8px 0;
}
.games-list__search-arrow {
  color: var(--block-arrow-color, var(--txt-color-2));
}
.games-list__search-arrow svg {
  display: block;
}
.games-list__content {
  width: 100%;
  color: var(--txt-color-2);
  overflow: hidden;
  border-radius: var(--br-md);
}
.games-list__header, .games-list__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  position: relative;
}
.games-list__header {
  background: var(--bg-color-3);
  color: var(--accent-color);
}
@media (max-width: 991px) {
  .games-list__header {
    display: none;
  }
}
.games-list__head-cell {
  position: relative;
  text-align: center;
  padding: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.games-list__head-cell:nth-child(n+3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  transform: translateY(-50%);
  width: 1px;
  background: var(--border-color-1);
}
.games-list__cell {
  position: relative;
  text-align: center;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.games-list__cell:nth-child(n+3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  transform: translateY(-50%);
  width: 1px;
  background: var(--border-color-1);
}
@media (max-width: 991px) {
  .games-list__cell {
    font-size: 15px;
    display: flex;
    gap: 8px;
    padding: 8px 0;
    align-items: center;
    text-align: left;
  }
  .games-list__cell:nth-child(n+3)::before {
    content: none;
  }
}
.games-list__row {
  background: var(--bg-color-3);
}
.games-list__row:nth-child(even) {
  background: var(--bg-color-2);
}
@media (max-width: 991px) {
  .games-list__row {
    padding: 16px 12px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 12px;
  }
}
.games-list__cell--name {
  text-align: left;
}
@media (max-width: 991px) {
  .games-list__cell--name {
    grid-column: 1/3;
    border-bottom: 1px solid var(--border-color-1);
    padding-bottom: 16px;
  }
}
.games-list__cell--theme:not(.games-list__head-cell) {
  font-size: 32px;
}
@media (max-width: 991px) {
  .games-list__cell--theme:not(.games-list__head-cell) {
    font-size: 16px;
  }
  .games-list__cell--theme:not(.games-list__head-cell) .games-list__category {
    font-size: 14px;
  }
}
.games-list__category {
  display: none;
}
@media (max-width: 991px) {
  .games-list__category {
    display: block;
    font-weight: 700;
    font-size: 14px;
  }
}
.games-list__pagination {
  margin-top: 16px;
}

.rating {
  border-radius: var(--br-md);
  background: var(--rating-block-bg-color, var(--bg-color-2));
  color: var(--rating-block-text-color, var(--txt-color-2));
  box-shadow: 0 0 24px var(--rating-block-shadow-color, rgba(0, 0, 0, 0));
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .rating {
    flex-direction: column;
  }
}
.rating__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 32px;
}
@media (max-width: 991px) {
  .rating__left {
    width: 100%;
    padding: 24px;
  }
}
.rating__numbers {
  font-size: 54px;
  font-weight: 700;
  line-height: 0.9;
  color: var(--rating-block-text-color, var(--page-text-color));
}
.rating__stars {
  margin: 0 auto;
}
.rating__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--rating-block-text-color, var(--page-text-color));
}
.rating__right {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 32px 53px;
  gap: 14px;
  position: relative;
}
@media (max-width: 991px) {
  .rating__right {
    width: 100%;
    padding: 24px;
  }
}
.rating__right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 146px;
  transform: translateY(-50%);
  width: 1px;
  background: color-mix(in srgb, var(--rating-block-text-color, var(--txt-color-2)) 35%, transparent);
}
@media (max-width: 991px) {
  .rating__right::before {
    height: 1px;
    top: 0;
    left: 24px;
    right: -24px;
    width: calc(100% - 48px);
  }
}
.rating__bar-item {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .rating__bar-item {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.rating__bar-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  max-width: 135px;
  color: var(--rating-block-text-color, var(--txt-color-2));
}
.rating__bar-value {
  width: 100%;
  max-width: 392px;
  height: 12px;
  border-radius: var(--br-md);
  background: var(--rating-bg-0);
}
@media (max-width: 991px) {
  .rating__bar-value {
    max-width: 177px;
  }
}
@media (max-width: 768px) {
  .rating__bar-value {
    max-width: 100%;
  }
}
.rating__result {
  height: 12px;
  border-radius: var(--br-md) 0 0 var(--br-md);
  width: 0%;
}
.rating__result--5 {
  background: var(--rating-bg-5);
}
.rating__result--4 {
  background: var(--rating-bg-4);
}
.rating__result--3 {
  background: var(--rating-bg-3);
}
.rating__result--2 {
  background: var(--rating-bg-2);
}
.rating__result--1 {
  background: var(--rating-bg-1);
}
.rating__stars .star {
  position: relative;
  display: inline-block;
}
.rating__stars .star .star-full,
.rating__stars .star .star-half {
  display: block;
  transition: opacity 0.3s ease;
}
.rating__stars .star .star-half {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating__stars .star .star-full {
  opacity: 0.2;
}
.rating__stars .star.star--full .star-full {
  opacity: 1;
}
.rating__stars .star.star--full .star-half {
  opacity: 0;
}
.rating__stars .star.star--half .star-full {
  opacity: 0.2;
}
.rating__stars .star.star--half .star-half {
  opacity: 1;
  clip-path: inset(0 50% 0 0);
}
.rating__stars .star.star--empty .star-full {
  opacity: 0.2;
}
.rating__stars .star.star--empty .star-half {
  opacity: 0;
}

.reviews {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.reviews__form {
  display: flex;
  padding: 32px;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--br-md);
  background-color: var(--card-bg-color);
}
@media (max-width: 991px) {
  .reviews__form {
    flex-direction: column;
    padding: 16px;
  }
}
.reviews__form-part {
  width: 380px;
}
@media (max-width: 991px) {
  .reviews__form-part {
    width: 100%;
  }
}
.reviews__button {
  min-width: 180px;
}
.reviews__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.review-card {
  display: grid;
  grid-template-columns: 1fr 4fr;
  color: var(--card-txt-color-1);
  gap: 16px;
}
@media (max-width: 991px) {
  .review-card {
    grid-template-columns: 1fr;
  }
}
.review-card__top {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  row-gap: 12px;
  column-gap: 15px;
}
.review-card__image {
  grid-row: 1/3;
  width: 80px;
  height: 80px;
  border-radius: var(--br-md);
  background-color: var(--accent-color);
  overflow: hidden;
}
.review-card__image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.review-card__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  align-content: end;
}
.review-card__time {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--card-txt-color-2);
}

.buttons-block {
  margin-bottom: 48px;
}
.buttons-block .buttons-block-wrapper .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.buttons-block .buttons-block-wrapper .buttons.justify-content-start {
  justify-content: flex-start;
}
.buttons-block .buttons-block-wrapper .buttons.justify-content-center {
  justify-content: center;
}
.buttons-block .buttons-block-wrapper .buttons.justify-content-end {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .buttons-block .buttons-block-wrapper .buttons {
    flex-direction: column;
  }
}

.vendors-block {
  margin: 32px 0 0;
}
.vendors-block__grid-wrapper {
  position: relative;
  min-height: 200px;
}
.vendors-block__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}

.loader-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid var(--bg-color-3);
  border-top-color: var(--accent-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 0.96;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0 20px;
  color: var(--txt-color-1);
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.vendors-grid {
  display: grid;
  gap: 24px;
  transition: filter 0.3s ease;
}
.vendors-grid.is-loading {
  filter: blur(10px);
  pointer-events: none;
}
.vendors-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .vendors-grid--2 {
    grid-template-columns: 1fr;
  }
}
.vendors-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .vendors-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .vendors-grid--3 {
    grid-template-columns: 1fr;
  }
}
.vendors-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .vendors-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .vendors-grid--4 {
    grid-template-columns: 1fr;
  }
}

.vendor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  border-radius: var(--br-md);
  background-color: var(--bg-color-2);
  transition: all 0.3s ease;
  text-decoration: none;
}
.vendor-card:hover {
  background-color: var(--bg-color-3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.vendor-card__logo {
  margin-bottom: 16px;
  width: 100%;
  max-width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendor-card__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.vendor-card__content {
  width: 100%;
}
.vendor-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--page-text-color);
  margin: 0 0 8px 0;
}
.vendor-card__count {
  font-size: 14px;
  font-weight: 400;
  color: var(--txt-color-2);
  line-height: 1.5;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.pagination__button {
  color: var(--txt-color-2);
  display: flex;
  width: 48px;
  height: 40px;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color-2);
  border-radius: var(--br-sm);
  line-height: 1;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: inherit;
  transition: all 0.3s ease;
}
.pagination__button:hover:not(.pagination__button--active) {
  background-color: var(--bg-color-3);
}
.pagination__button--active {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.pagination__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination__button-chevron {
  display: flex;
  width: 48px;
  height: 40px;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: none;
  color: var(--block-arrow-color, var(--txt-color-2));
  transition: color 0.2s ease;
}
.pagination__button-chevron svg {
  display: block;
}
.pagination__button-chevron path {
  stroke: currentColor;
  transition: 0.2s;
}
.pagination__button-chevron:hover {
  color: var(--block-arrow-color-hover, var(--accent-color));
}
.pagination__button-chevron:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.datatoc,
.table-of-contents,
.table-of-contents-block {
  background-color: var(--toc-bg-color);
}

.datatoc .tocheading span {
  color: var(--toc-link-color);
}
.datatoc .tocheading svg path {
  fill: var(--toc-link-color);
}
.datatoc .tocheading:hover span {
  color: var(--toc-link-hover-color);
}
.datatoc .tocheading:hover svg path {
  fill: var(--toc-link-hover-color);
}
.datatoc .toclist li > a {
  color: var(--toc-link-color);
}
.datatoc .toclist li > a::before {
  color: var(--toc-link-color);
  background: var(--toc-link-color);
}
.datatoc .toclist li > a:hover {
  color: var(--toc-link-hover-color);
}
.datatoc .toclist li > a:hover::before {
  color: var(--toc-link-hover-color);
  background: var(--toc-link-hover-color);
}

.slots-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  overflow: hidden;
  margin-bottom: 64px;
  padding: 48px;
  background: var(--bg-color-2);
  border-radius: var(--br-xl);
}
.slots-hero::after {
  content: "";
  position: absolute;
  top: -41px;
  right: -206px;
  border-radius: 306px;
  background: #874ED2;
  filter: blur(50px);
  width: 272px;
  height: 306px;
}
@media (max-width: 768px) {
  .slots-hero::after {
    width: 306px;
    height: 306px;
    top: -153px;
    right: -153px;
  }
}
.slots-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 700px;
}
.slots-hero__count {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--txt-color-4);
  text-transform: uppercase;
}
.slots-hero__title {
  margin: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--txt-color-1);
}
.slots-hero__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--txt-color-1);
}
.slots-hero__image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 400px;
}
.slots-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}
.slots-hero__author {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
}
.slots-hero__author-avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: var(--br-full);
  overflow: hidden;
}
.slots-hero__author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slots-hero__author-divider {
  display: none;
  align-self: stretch;
  width: 1px;
  background: var(--border-color-1);
}
@media (max-width: 768px) {
  .slots-hero__author-divider {
    display: block;
  }
}
.slots-hero__author-meta {
  display: flex;
  align-items: stretch;
  gap: 32px;
  padding: 16px 40px;
  background: var(--bg-color-4);
  border-radius: var(--br-full);
}
.slots-hero__author-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding-right: 32px;
  border-right: 1px solid var(--border-color-1);
}
.slots-hero__author-cell:last-child {
  padding-right: 0;
  border-right: none;
}
.slots-hero__author-cell::before {
  content: attr(data-label);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--txt-color-2);
}
.slots-hero__author-icon {
  display: none;
}
.slots-hero__author-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.slots-hero__author-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--txt-color-1);
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.slots-hero__author-value--link:hover {
  opacity: 0.8;
  color: var(--accent-color);
}
@media (max-width: 768px) {
  .slots-hero__author-value {
    color: var(--txt-color-2);
    font-weight: 400;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .slots-hero {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 16px;
    margin-bottom: 48px;
  }
  .slots-hero__content {
    max-width: none;
  }
  .slots-hero__text p {
    margin-bottom: 16px;
  }
  .slots-hero__title {
    font-size: 36px;
  }
  .slots-hero__count {
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.6px;
  }
  .slots-hero__image {
    margin: -48px -24px -48px;
    width: calc(100% + 48px);
    overflow: hidden;
    border-radius: var(--br-md) var(--br-md) 0 0;
  }
  .slots-hero__image img {
    width: 100%;
    height: auto;
  }
  .slots-hero__author {
    gap: 16px;
    padding: 0 0 16px 0;
  }
  .slots-hero__author-avatar {
    width: 64px;
    height: 64px;
  }
  .slots-hero__author-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    background: none;
  }
  .slots-hero__author-cell {
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding-right: 0;
    border-right: none;
  }
  .slots-hero__author-cell::before {
    content: none;
  }
  .slots-hero__author-icon {
    display: block;
  }
}

.slots-top {
  margin-bottom: 48px;
}
.slots-top__title {
  margin-bottom: 24px;
}
.slots-top__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media (max-width: 1200px) {
  .slots-top__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .slots-top__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .slots-top__content .slot-card:nth-child(n+5) {
    display: none;
  }
  .slots-top__content .slot-card__image {
    aspect-ratio: 79/61;
    height: auto;
  }
}
.slots-top .slot-card__text {
  margin-bottom: 16px;
}
.slots-top .slot-card__buttons .button--primary:before,
.slots-top .slot-card__buttons .button--tertiary:after {
  content: none;
}
@media (max-width: 768px) {
  .slots-top .slot-card__buttons .button--tertiary {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.slots-top .slot-card__button--placeholder {
  visibility: hidden;
  pointer-events: none;
}
.slots-top__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  padding: 16px 12px 16px 16px;
}
@media (max-width: 768px) {
  .slots-top__footer {
    justify-content: center;
    margin-top: 12px;
    padding: 16px 12px;
  }
}
.slots-top__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--txt-color-1);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}
.slots-top__view-all:hover {
  color: var(--slots-block-accent-color, var(--accent-color));
}
.slots-top__view-all-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: url("../../img/icons/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../img/icons/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

@media (max-width: 768px) {
  .slot-card__content {
    padding: 12px 8px 0 8px;
  }
  .slot-card__content .slot-card__title {
    margin-bottom: 12px;
  }
  .slot-card__buttons {
    gap: 0;
  }
  a.slot-card__button.button.button--primary.button--soft {
    padding: 12px 16px;
  }
  a.slot-card__button.button.button--tertiary {
    padding: 16px 12px;
  }
}
.providers {
  margin-bottom: 48px;
}
.providers__title {
  margin-bottom: 16px;
}
.providers__text {
  margin-bottom: 24px;
  color: var(--txt-color-2);
}
.providers__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  padding: 16px 12px 16px 16px;
}
@media (max-width: 768px) {
  .providers__footer {
    justify-content: center;
    margin-top: 12px;
    padding: 16px 12px;
  }
}
.providers__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--txt-color-1);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}
.providers__view-all:hover {
  color: var(--slots-block-accent-color, var(--accent-color));
}
.providers__view-all-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: url("../../img/icons/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../img/icons/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.providers--horizontal .providers__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media (max-width: 1200px) {
  .providers--horizontal .providers__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .providers--horizontal .providers__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .providers--horizontal .providers__content .provider-card:nth-child(n+5) {
    display: none;
  }
}
.providers--horizontal .provider-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--br-md);
  overflow: hidden;
  background-color: var(--slot-card-bg-color, var(--bg-color-2));
}
@media (max-width: 768px) {
  .providers--horizontal .provider-card {
    border-radius: var(--br-xs);
  }
}
.providers--horizontal .provider-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 283/159;
}
@media (max-width: 768px) {
  .providers--horizontal .provider-card__image {
    aspect-ratio: 158.28/89;
  }
}
.providers--horizontal .provider-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 283/159;
  border-radius: var(--br-md);
  background-color: var(--bg-color-7);
}
@media (max-width: 768px) {
  .providers--horizontal .provider-card__image img {
    aspect-ratio: 158.28/89;
    border-radius: var(--br-xs);
  }
}
.providers--horizontal .provider-card__link {
  display: block;
  transition: color 0.2s ease-in-out;
}
.providers--horizontal .provider-card__link:hover .provider-card__title {
  color: var(--slots-block-accent-color, var(--accent-color));
}
.providers--horizontal .provider-card__title {
  color: var(--txt-color-1);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  padding: 16px;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .providers--horizontal .provider-card__title {
    padding: 8px;
    font-size: 14px;
  }
}
.providers--vertical {
  margin-bottom: 32px;
}
.providers--vertical .providers__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .providers--vertical .providers__content {
    gap: 12px;
  }
}
.providers--vertical .provider-card--vertical {
  display: grid;
  gap: 12px 68px;
  grid-template-columns: 1fr 40%;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "head  image" "info  image" "desc  image";
  overflow: hidden;
  border-radius: var(--br-md);
  background-color: var(--slot-card-bg-color, var(--bg-color-2));
}
@media (max-width: 768px) {
  .providers--vertical .provider-card--vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: var(--br-xs);
  }
}
.providers--vertical .provider-card--vertical .provider-card__head {
  grid-area: head;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 48px 0 0 48px;
}
.providers--vertical .provider-card--vertical .provider-card__head:hover .provider-card__title {
  color: var(--accent-color);
}
@media (max-width: 768px) {
  .providers--vertical .provider-card--vertical .provider-card__head {
    padding: 16px 16px 0;
  }
}
.providers--vertical .provider-card--vertical .provider-card__title {
  padding: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .providers--vertical .provider-card--vertical .provider-card__title {
    font-size: 18px;
  }
}
.providers--vertical .provider-card--vertical .provider-card__arrow {
  flex-shrink: 0;
  display: none;
  width: 8px;
  height: 14px;
  background-color: currentColor;
  color: var(--txt-color-1);
  -webkit-mask-image: url("../../img/icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../img/icons/chevron-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media (max-width: 768px) {
  .providers--vertical .provider-card--vertical .provider-card__arrow {
    display: block;
  }
}
.providers--vertical .provider-card--vertical .provider-card__info {
  grid-area: info;
  padding: 0 48px 4px;
}
@media (max-width: 768px) {
  .providers--vertical .provider-card--vertical .provider-card__info {
    padding: 0 16px 0;
  }
}
.providers--vertical .provider-card--vertical .provider-card__image {
  grid-area: image;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: var(--bg-color-7);
  border-radius: var(--br-md);
}
@media (max-width: 768px) {
  .providers--vertical .provider-card--vertical .provider-card__image {
    height: auto;
    aspect-ratio: 289/163;
    border-radius: 0;
  }
}
.providers--vertical .provider-card--vertical .provider-card__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  background-color: transparent;
  border-radius: var(--br-md);
}
@media (max-width: 768px) {
  .providers--vertical .provider-card--vertical .provider-card__image img {
    border-radius: 0;
  }
}
.providers--vertical .provider-card--vertical .provider-card__description {
  grid-area: desc;
  padding: 0 0 48px 48px;
  color: var(--txt-color-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .providers--vertical .provider-card--vertical .provider-card__description {
    padding: 0 16px 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
  }
}

.provider-card__info {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 16px 16px;
}
@media (max-width: 768px) {
  .provider-card__info {
    gap: 16px;
    padding: 8px;
  }
}
.provider-card__year, .provider-card__rtp {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.provider-card__year-label, .provider-card__rtp-label {
  color: var(--txt-color-2);
}
.provider-card__year-value, .provider-card__rtp-value {
  color: var(--txt-color-1);
}

.container {
  width: 100%;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/**
 * Header Styles
 * Complete header system with flexible layout support
 */
.search-form {
  position: absolute;
  height: 40px;
  width: 280px;
  right: 0;
  z-index: 9;
  display: none;
}
.search-form.active {
  display: block !important;
}
@media (max-width: 991px) {
  .search-form.active {
    width: 100%;
  }
}
.search-form #search-input {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
  background-color: var(--header-search-bg, #131313);
  color: var(--header-search-color, #FFF);
  border-radius: var(--br-xs, 8px);
  outline: none;
}
.search-form #search-input::placeholder {
  color: var(--header-search-placeholder, rgba(255, 255, 255, 0.6));
}
.search-form__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.search-form__icon img {
  width: 100%;
  height: auto;
}
.search-form__icon--start {
  left: 12px;
}
.search-form__icon--end {
  right: 12px;
}

.header__icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header__icon > img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.header__icon > img:hover {
  opacity: 0.8;
}
.header__icon > svg path {
  fill: var(--header-burger-color, #ffffff);
}
.header__icon--search.active {
  display: none;
}
@media (max-width: 991px) {
  .header__icon--search {
    display: block;
  }
}
@media (max-width: 991px) {
  .header__icon--lang {
    display: block;
  }
}

.dropdown-menu {
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  min-width: 230px;
  position: absolute;
  z-index: 22;
  display: none;
  background-color: var(--header-bg-color-1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  border-radius: var(--br-xs, 8px);
}
.dropdown-menu.open-menu {
  display: flex;
}
.dropdown-menu.open-mobile {
  display: flex;
  position: static;
  box-shadow: none;
  width: 100%;
  padding: 24px 0 24px 16px;
  gap: 24px;
  min-width: unset;
  background-color: var(--header-sub-bg-color, #242424);
}
.dropdown-menu--primary {
  top: calc(100% + 32px);
}
@media (max-width: 1499px) {
  .dropdown-menu--primary {
    top: calc(100% + 24px);
  }
}
.dropdown-menu--secondary-left {
  top: -8px;
  left: calc(100% + 20px);
}
.dropdown-menu--secondary-right {
  top: -8px;
  right: calc(100% + 20px);
}

.dropdown-lang {
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  min-width: 207px;
  position: absolute;
  top: calc(100% + 32px);
  right: 0;
  height: auto;
  overflow-y: auto;
  z-index: 22;
  display: none;
  background-color: var(--bg-color-2, #242424);
  border-radius: var(--br-xs, 8px);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.dropdown-lang.open-menu {
  display: flex;
}
@media (max-width: 1499px) {
  .dropdown-lang {
    right: calc(100% - 24px);
    top: calc(100% + 24px);
    z-index: 3;
  }
}
@media (max-width: 991px) {
  .dropdown-lang {
    display: none;
  }
}

.header {
  padding: 16px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 41;
  background-color: var(--header-bg-color-1);
  color: var(--header-txt-color-1);
}
.header--vol1 .header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--vol1 .header__operators {
  gap: 48px;
}
@media (max-width: 1499px) {
  .header--vol1 .header__operators {
    gap: 24px;
  }
}
@media (max-width: 1499px) {
  .header--vol1 .header__social-icons {
    display: none;
  }
  .header--vol1 .dropdown-lang {
    right: calc(100% - 24px);
  }
}
.header--vol2 .header__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--header-element-gap, 48px);
}
.header--vol2 .header__content .header__element--logo {
  flex: 1;
  justify-content: center;
}
.header--vol2 .header__content .header__element:first-child {
  flex: 1;
  justify-content: flex-start;
}
.header--vol2 .header__content .header__element:last-child {
  flex: 1;
  justify-content: flex-end;
}
.header--vol2 .header__lang-wrapper span {
  display: none;
}
.header--vol2 .header__operators {
  gap: 24px;
  flex: 1;
}
.header--vol2 .header__operators:first-of-type {
  justify-content: flex-start;
}
.header--vol2 .header__operators:last-of-type {
  justify-content: flex-end;
}
.header--vol2 .header__logo {
  flex: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .header--vol2 .header__operators {
    gap: 24px;
  }
  .header--vol2 .header__operators:first-of-type {
    justify-content: flex-end;
  }
  .header--vol2 .header__operators:last-of-type {
    justify-content: flex-start;
  }
}
.header--sticky {
  position: sticky;
}
.header--static {
  position: static;
}
.header__content {
  display: flex;
  align-items: center;
}
.header__content--small {
  width: 100%;
  margin: 0 auto;
  max-width: 1464px;
  padding: 0 16px;
}
.header__content--large {
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 1499px) {
  .header__content--large {
    padding: 0 16px;
  }
}
.header__logo {
  font-weight: 700;
  line-height: 1.2;
}
.header__logo--small {
  font-size: 20px;
}
.header__logo--small img {
  max-width: 90px;
  max-height: 24px;
}
.header__logo--large {
  font-size: 35px;
}
.header__logo--large img {
  max-height: 44px;
}
@media (max-width: 991px) {
  .header__logo--large {
    font-size: 20px;
  }
  .header__logo--large img {
    max-height: 24px;
  }
}
.header__logo img {
  width: auto;
}
.header__logo a, .header__logo span {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.header__logo a:hover, .header__logo span:hover {
  color: var(--accent-color, #874ED2);
}
.header__operators {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1499px) {
  .header__operators {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .header__operators {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .header__operators > .header__search .header__icon--search {
    display: none;
  }
}
.header__social-icons {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 991px) {
  .header__social-icons--hide-mobile {
    display: none;
  }
}
@media (max-width: 1499px) {
  .header__social-icons {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__social-icons {
    display: none;
  }
}
.header__social-icons .header__icon a {
  display: block;
  text-decoration: none;
}
.header__search {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 24px;
}
@media (max-width: 991px) {
  .header__search .search-form {
    display: none;
  }
  .header__search .header__icon--search {
    display: block;
  }
}
.header__button {
  display: inline-flex;
}
@media (max-width: 991px) {
  .header__button--hide-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__button {
    display: none;
  }
}
.header__lang {
  position: relative;
}
.header__lang:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 32px;
  background: transparent;
  pointer-events: auto;
}
.header__lang-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.header__lang-wrapper.active {
  color: var(--accent-color, #874ED2);
}
@media (max-width: 1499px) {
  .header__lang-wrapper span {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__lang-wrapper span {
    display: none;
  }
}
.header__lang-item {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header__lang-item.active {
  color: var(--accent-color, #874ED2);
}
.header__lang-item.active:after {
  content: url("../../img/icons/check-accent.svg");
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.header__lang-item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.header__lang-item a:hover {
  color: var(--accent-color, #874ED2);
}
.header__lang-item img {
  border-radius: 2px;
  width: 24px;
  height: 16px;
}
.header__lang--wpml .wpml-ls-legacy-dropdown,
.header__lang--wpml .wpml-ls-legacy-list-horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__lang--wpml .wpml-ls-legacy-dropdown li,
.header__lang--wpml .wpml-ls-legacy-list-horizontal li {
  margin: 0;
  padding: 8px 0;
  border-bottom: none;
}
.header__lang--wpml .wpml-ls-legacy-dropdown a,
.header__lang--wpml .wpml-ls-legacy-list-horizontal a {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.header__lang--wpml .wpml-ls-flag {
  width: 24px;
  height: 16px;
  border-radius: 2px;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-list > .header__nav-item .header__nav-link {
  margin-right: 26px;
}
.header__nav-list > .header__nav-item.has-label > .header__nav-item-wrapper > .header__nav-link .header__nav-label {
  position: absolute;
  top: -10px;
  right: 0;
}
@media (max-width: 991px) {
  .header__nav-list > .header__nav-item.has-label > .header__nav-item-wrapper > .header__nav-link .header__nav-label {
    position: static;
  }
}
@media (max-width: 991px) {
  .header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .header__nav-list > .header__nav-item.open > .header__nav-item-wrapper::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 49px;
    z-index: 1;
    top: -14px;
    left: -16px;
    background-color: var(--header-links-bg-color-active, #181818);
  }
  .header__nav-list > .header__nav-item.has-label > .header__nav-item-wrapper > .header__nav-link {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .header__nav-list > .header__nav-item.has-label > .header__nav-item-wrapper > .header__nav-link .header__nav-label {
    position: static;
  }
}
.header__nav-item {
  position: relative;
}
.header__nav-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 32px;
  background: 0 0;
  pointer-events: auto;
}
.header__nav-item.has-children > .header__nav-item-wrapper {
  position: relative;
}
.header__nav-item.has-children > .header__nav-item-wrapper::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0deg);
  z-index: 2;
  transition: transform 0.3s ease;
  background-color: var(--header-txt-color-1, var(--header-txt-color-1, currentColor));
  -webkit-mask-image: url("../../img/icons/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../img/icons/chevron-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.header__nav-item.has-children .current_page_item > .header__nav-item-wrapper .header__nav-link {
  color: var(--accent-color, #874ED2);
}
.header__nav-item.has-children.active > .header__nav-item-wrapper::after {
  transform: rotate(180deg);
}
.header__nav-item.has-label .header__nav-link {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.header__nav-item.has-label .header__nav-link .header__nav-label {
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  background: var(--accent-color, #874ED2);
  color: var(--header-txt-color-1, #FFF);
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  border-radius: var(--br-xs, 8px);
  white-space: nowrap;
  line-height: 1;
}
.header__nav-item:hover > .header__nav-item-wrapper .header__nav-link:hover {
  color: var(--accent-color, #874ED2);
}
.header__nav-item:hover > .header__nav-item-wrapper::after {
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .header__nav-item {
    width: 100%;
  }
  .header__nav-item.open > .header__nav-item-wrapper > .header__nav-link {
    color: inherit;
  }
}
.header__nav-link {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.header__nav-link.keitaro-link {
  cursor: pointer;
}
.header__nav-link.keitaro-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 991px) {
  .header__nav {
    display: none;
  }
}
.header .dropdown-menu .header__nav-item {
  width: 100%;
}
.header .dropdown-menu .header__nav-item > .header__nav-item-wrapper::after {
  transform: translateY(-50%) rotate(90deg);
}
.header .dropdown-menu .header__nav-item > .header__nav-item-wrapper > .header__nav-link {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.header .dropdown-menu .header__nav-link {
  font-size: 14px;
}
@media (max-width: 991px) {
  .header .dropdown-menu .header__nav-link {
    font-size: 14px;
  }
}
.header .dropdown-menu--primary .header__nav-item.has-children:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 32px;
  height: 100%;
  background: 0 0;
  pointer-events: auto;
}
.header .dropdown-menu.open-menu {
  display: flex;
}
.header__mobile-block {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 8px 32px 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background-color: var(--header-bg-color-1, #202020);
}
.header__mobile-block .header__apps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.header__mobile-block .header__apps img {
  max-height: 48px;
  width: auto;
}
@media (max-width: 991px) {
  .header--vol2 .header__operators:first-of-type {
    justify-content: flex-end;
  }
  .header--vol2 .header__operators:last-of-type {
    justify-content: flex-start;
  }
  .header--vol2.open .header__operators:first-of-type {
    justify-content: flex-start;
  }
  .header--vol2.open .header__operators:last-of-type {
    justify-content: flex-end;
  }
  .header .header__top {
    margin-bottom: 0;
    flex-direction: row-reverse;
  }
  .header--vol2 .header .header__top {
    flex-direction: row;
  }
  .header .header__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .dropdown-lang {
    display: none;
  }
  .header .dropdown-lang.open-mobile {
    display: flex;
  }
  .header .header__mobile-block {
    display: none;
  }
}
@media (min-width: 991px) {
  .header .header__mobile-toggles {
    display: none;
  }
}
.header .header__close {
  display: none;
}
@media (max-width: 991px) {
  .header .header__burger {
    display: block;
  }
}
.header.open {
  background-color: var(--header-bg-color-1, #202020);
}
.header.open--vol2 .header__operators:first-of-type {
  justify-content: flex-start;
}
.header.open--vol2 .header__operators:last-of-type {
  justify-content: flex-end;
}
.header.open--vol2 .header__top {
  flex-direction: row;
}
.header.open .header__icon--lang {
  display: none;
}
.header.open .header__search {
  background-color: var(--bg-color-2, #202020);
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  padding: 16px;
  height: 72px;
}
.header.open .header__search .search-form {
  display: flex;
  width: 100%;
  max-width: calc(100% - 32px);
  justify-content: center;
  margin: 0 auto;
  left: 0;
}
.header.open .header__search .header__icon--search {
  display: none;
}
.header.open .header__nav {
  background-color: var(--header-bg-color-1, #202020);
  display: block;
  height: calc(100dvh - 56px);
  overflow-y: auto;
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  padding: 16px 16px 154px;
}
.header.open .header__mobile-block {
  display: flex;
}
.header.open .header__close {
  display: block;
}
.header.open .header__burger {
  display: none;
}

body.header-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.header-open {
    overflow: auto;
  }
}

@media (max-width: 992px) {
  .header__mobile-buttons {
    width: 100%;
  }
}

body.admin-bar header {
  display: flex;
  top: 32px;
}
@media (max-width: 768px) {
  body.admin-bar header {
    top: 0;
  }
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    display: none !important;
  }
}
main:not(.main) {
  margin-top: 76px;
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  main:not(.main) {
    margin-top: 11px;
    padding-top: 0;
  }
}

main a {
  color: var(--accent-color);
}
main a:hover {
  opacity: 0.8;
}

.footer {
  margin-top: 48px;
  padding: 24px 0;
  background-color: var(--footer-bg-color-1);
  color: var(--footer-txt-color-1);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--footer-border-color);
}
.footer__body {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__bottom {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--footer-txt-color-2);
}
.footer__row {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__row--hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .footer__row--hide-tablet {
    display: none;
  }
}
.footer__col {
  min-width: 0;
}
.footer__col--align-left {
  text-align: left;
}
.footer__col--align-center {
  text-align: center;
}
.footer__col--align-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__col--hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .footer__col--hide-tablet {
    display: none;
  }
}
.footer__logo-title, .footer__disclaimers-title, .footer__dmca-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--footer-txt-color-1);
  margin-bottom: 8px;
}
.footer__logos-title, .footer__social-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.footer img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.footer img:hover {
  opacity: 0.8;
}
.footer a {
  transition: transform 0.3s ease;
}
.footer a:hover {
  transform: scale(1.05);
}
.footer__disclaimers-icons, .footer__bottom-icons, .footer__social-icons, .footer__logos-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__social-icons, .footer__logos-list {
  gap: 24px;
  flex-wrap: wrap;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__logo--align-left {
  align-items: flex-start;
  text-align: left;
}
.footer__logo--align-center {
  align-items: center;
  text-align: center;
}
.footer__logo--align-right {
  align-items: flex-end;
  text-align: right;
}
.footer__logo-placeholder {
  padding: 20px;
  border: 2px dashed var(--footer-border-color);
  border-radius: var(--br-xs);
  text-align: center;
  color: var(--footer-txt-color-2);
  opacity: 0.7;
}
.footer__logo-placeholder p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}
.footer__line {
  display: block;
  height: 0;
  min-height: 0;
}
.footer__line--width-full {
  width: 100%;
  margin: 0;
}
.footer__line--width-75 {
  width: 75%;
}
.footer__line--width-50 {
  width: 50%;
}
.footer__line--width-25 {
  width: 25%;
}
.footer__line--align-left {
  margin-left: 0;
  margin-right: auto;
}
.footer__line--align-center {
  margin-left: auto;
  margin-right: auto;
}
.footer__line--align-right {
  margin-left: auto;
  margin-right: 0;
}
.footer__line:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.footer__disclaimers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__disclaimers--horizontal .footer__disclaimers-content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__disclaimers--horizontal .footer__disclaimers-icons {
  flex-wrap: wrap;
}
.footer__disclaimers--vertical .footer__disclaimers-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.footer__disclaimers--vertical .footer__disclaimers-icons {
  flex-direction: column;
  align-items: center;
}
.footer__disclaimers--grid .footer__disclaimers-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}
.footer__disclaimers--grid .footer__disclaimers-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  justify-items: center;
}
.footer__disclaimers-content {
  width: 100%;
}
.footer__disclaimers-icons {
  min-height: 40px;
}
.footer__disclaimers-icon {
  flex-shrink: 0;
  width: 35px;
}
.footer__disclaimers-icon img {
  width: 100%;
  max-width: 50px;
}
.footer__disclaimers-age, .footer__bottom-age {
  border-radius: var(--br-sm);
  border: 1px solid var(--footer-border-color);
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
.footer__disclaimers-age:hover, .footer__bottom-age:hover {
  background-color: var(--footer-link-color, var(--footer-txt-color-2));
  color: var(--footer-bg-color-1);
}
.footer__disclaimers-age span, .footer__bottom-age span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.footer__bottom-age {
  padding: 10px;
}
.footer__bottom-age span {
  font-size: 16px;
  font-weight: 500;
}
.footer__dmca {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__dmca-badge, .footer__bottom-dmca {
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: var(--br-xs);
  overflow: hidden;
}
.footer__dmca-badge:hover, .footer__bottom-dmca:hover {
  opacity: 0.8;
  transform: scale(1.02);
}
.footer__dmca-badge img, .footer__bottom-dmca img {
  max-width: unset;
  vertical-align: middle;
}
.footer__bottom-dmca {
  width: 120px;
}
.footer__lang {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__lang span {
  font-size: 14px;
  font-weight: 400;
}
.footer__lang-menu {
  top: calc(100% + 16px);
  left: calc(-100% - 24px);
}
.footer__lang--desktop {
  position: relative;
}
.footer__lang--desktop:hover .lang-switcher, .footer__lang--desktop:hover > span {
  cursor: pointer;
}
.footer__lang--mobile {
  display: none;
}
.footer__lang-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
}
.footer__lang-wrapper::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--block-arrow-color, var(--footer-link-color, var(--footer-txt-color-2, currentColor)));
  -webkit-mask-image: url("../../img/icons/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../img/icons/chevron-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.footer__menu-title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
}
.footer__menu-item:not(.open, .footer__menu-item2, .has-children) {
  margin-bottom: 16px;
}
.footer__menu-item.has-children {
  border-bottom: 1px solid var(--footer-border-color);
}
.footer__menu-item.has-children .footer__menu-wrapper {
  position: relative;
  padding: 24px 0;
}
.footer__menu-item.has-children .footer__menu-wrapper::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--block-arrow-color, var(--footer-link-color, var(--footer-txt-color-2, currentColor)));
  -webkit-mask-image: url("../../img/icons/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../img/icons/chevron-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.footer__menu-item.has-children .footer__menu-list2 {
  display: none;
  padding-left: 24px;
  gap: 24px;
  padding-bottom: 24px;
}
.footer__menu-item.has-children.open .footer__menu-list2 {
  display: flex;
}
.footer__menu-item.has-children.open .footer__menu-wrapper > .footer__menu-link {
  color: var(--footer-hover-color, var(--footer-txt-color-3));
}
.footer__menu-item.has-children.open .footer__menu-wrapper::after {
  transform: translateY(-50%) rotate(-180deg);
}
.footer__menu-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--footer-link-color, var(--footer-txt-color-2));
}
.footer__menu-link:hover {
  color: var(--footer-hover-color, var(--footer-txt-color-3));
}
.footer__bottom-icons {
  gap: 8px;
}
.footer__bottom-icon {
  width: 35px;
}
.footer__bottom-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  padding-right: 45px;
}
.footer__logos-item {
  width: calc((100% - 48px) / 3);
  max-width: 92px;
}
.footer__author {
  padding: 24px;
  display: grid;
  row-gap: 24px;
  column-gap: 8px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  background-color: var(--footer-bg-color-2);
  border-radius: var(--br-xs);
}
.footer__author--horizontal {
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  row-gap: 24px;
  column-gap: 16px;
}
.footer__author--horizontal .footer__author-avatar {
  grid-row: 1;
  grid-column: 1;
  align-self: start;
}
.footer__author--horizontal .footer__author-info {
  grid-row: 1;
  grid-column: 2;
  align-self: center;
}
.footer__author--horizontal .footer__author-text {
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 8px;
}
.footer__author--horizontal .footer__author-title {
  grid-column: 1/-1;
  grid-row: 1;
  margin-bottom: 16px;
}
.footer__author--horizontal .footer__author-title ~ .footer__author-avatar {
  grid-row: 2;
}
.footer__author--horizontal .footer__author-title ~ .footer__author-info {
  grid-row: 2;
}
.footer__author--horizontal .footer__author-title ~ .footer__author-text {
  grid-row: 3;
}
.footer__author--vertical {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fit, auto);
  justify-items: center;
  text-align: center;
  gap: 16px;
}
.footer__author--vertical .footer__author-avatar {
  grid-row: 1;
  grid-column: 1;
}
.footer__author--vertical .footer__author-info {
  grid-row: 2;
  grid-column: 1;
}
.footer__author--vertical .footer__author-text {
  grid-column: 1;
  grid-row: 3;
  margin-top: 8px;
}
.footer__author--vertical .footer__author-title {
  grid-column: 1;
  order: -1;
  margin-bottom: 16px;
}
.footer__author--avatar_right {
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  row-gap: 24px;
  column-gap: 16px;
}
.footer__author--avatar_right .footer__author-avatar {
  grid-row: 1;
  grid-column: 2;
  align-self: start;
}
.footer__author--avatar_right .footer__author-info {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
}
.footer__author--avatar_right .footer__author-text {
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 8px;
}
.footer__author--avatar_right .footer__author-title {
  grid-column: 1/-1;
  grid-row: 1;
  margin-bottom: 16px;
}
.footer__author--avatar_right .footer__author-title ~ .footer__author-avatar {
  grid-row: 2;
}
.footer__author--avatar_right .footer__author-title ~ .footer__author-info {
  grid-row: 2;
}
.footer__author--avatar_right .footer__author-title ~ .footer__author-text {
  grid-row: 3;
}
.footer__author--align-left {
  text-align: left;
}
.footer__author--align-left.footer__author--vertical {
  justify-items: start;
}
.footer__author--align-center {
  text-align: center;
}
.footer__author--align-center.footer__author--horizontal .footer__author-info, .footer__author--align-center.footer__author--avatar_right .footer__author-info {
  text-align: center;
}
.footer__author--align-center.footer__author--vertical {
  justify-items: center;
}
.footer__author--align-right {
  text-align: right;
}
.footer__author--align-right.footer__author--vertical {
  justify-items: end;
}
.footer__author-title {
  grid-column: 1/3;
  grid-row: 1;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer__author-title ~ .footer__author-avatar {
  grid-row: 2;
}
.footer__author-title ~ .footer__author-info {
  grid-row: 2;
}
.footer__author-title ~ .footer__author-text {
  grid-row: 3;
}
.footer__author-avatar {
  background-color: var(--footer-accent-color);
  width: 48px;
  height: 48px;
  border-radius: var(--br-full);
  overflow: hidden;
}
.footer__author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__author-info {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__author-info .footer__author-position {
  color: var(--footer-txt-color-2);
}
.footer__author-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  margin: 0;
}
.footer__author-position {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--footer-txt-color-2);
  opacity: 0.8;
  margin: 0;
}
.footer__author-text {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .footer {
    margin-top: auto;
  }
  .footer__top {
    justify-content: center;
    border-bottom: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer__lang--desktop {
    display: none;
  }
  .footer__lang--mobile {
    display: block;
    border-bottom: 1px solid var(--footer-border-color);
  }
  .footer__disclaimers-icon, .footer__bottom-icon {
    width: 42px;
  }
  .footer__disclaimers-icon img, .footer__bottom-icon img {
    max-width: 42px;
  }
  .footer__disclaimers-age, .footer__bottom-age {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
  .footer__disclaimers-age span, .footer__bottom-age span {
    font-size: 12px;
  }
  .footer__bottom-text {
    padding-right: 0;
    font-size: 9px;
  }
  .footer__logo {
    text-align: center;
    align-items: center;
  }
  .footer__logo--align-left, .footer__logo--align-right {
    align-items: center;
    text-align: center;
  }
  .footer__disclaimers--horizontal .footer__disclaimers-content, .footer__disclaimers--grid .footer__disclaimers-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer__disclaimers--horizontal .footer__disclaimers-icons, .footer__disclaimers--grid .footer__disclaimers-icons {
    justify-content: center;
  }
  .footer__disclaimers--grid .footer__disclaimers-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .footer__dmca {
    text-align: center;
    align-items: center;
  }
  .footer__line--width-75, .footer__line--width-50, .footer__line--width-25 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .footer__logos-title, .footer__social-title {
    margin-bottom: 12px;
  }
  .footer__social-title {
    text-align: center;
  }
  .footer__social-icons {
    justify-content: center;
  }
  .footer__bottom-icon {
    height: 68px;
  }
  .footer__menu-item.has-children {
    border-bottom: 1px solid;
  }
  .footer__menu-item.has-children .footer__menu-wrapper {
    position: relative;
    padding: 24px 0;
  }
  .footer__menu-item.has-children .footer__menu-wrapper::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--block-arrow-color, var(--footer-link-color, var(--footer-txt-color-2, currentColor)));
    -webkit-mask-image: url("../../img/icons/chevron-down.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("../../img/icons/chevron-down.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .footer__menu-item.has-children .footer__menu-list2 {
    display: none;
    padding-left: 24px;
    gap: 24px;
    padding-bottom: 24px;
  }
  .footer__menu-item.has-children.open .footer__menu-list2 {
    display: flex;
  }
  .footer__menu-item.has-children.open .footer__menu-wrapper > .footer__menu-link {
    color: var(--footer-hover-color, var(--footer-txt-color-3));
  }
  .footer__menu-item.has-children.open .footer__menu-wrapper::after {
    transform: translateY(-50%) rotate(-180deg);
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .footer__disclaimers--grid .footer__disclaimers-content {
    gap: 12px;
  }
  .footer__line--width-25 {
    width: 50%;
  }
}

.lang-menu {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  min-width: 207px;
  height: 176px;
  overflow-y: auto;
  position: absolute;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background-color: var(--footer-bg-color-2);
  border-radius: var(--br-xs);
}
.lang-menu.open-lang-menu {
  display: flex;
}
.lang-menu .lang-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1px 0;
  width: 100%;
}
.lang-menu .lang-item.chosen-lang {
  color: var(--footer-hover-color, var(--footer-txt-color-3));
}
.lang-menu .lang-item.chosen-lang::after {
  content: url("../../img/icons/check.svg");
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lang-menu .lang-item:hover > span {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .lang-menu {
    position: static;
    max-width: unset;
    height: unset;
    padding: 0 0 24px 24px;
    gap: 24px;
    background-color: unset;
    box-shadow: none;
  }
}

.footer__bottom-text p {
  margin-bottom: 0;
}

.content {
  display: flex;
  gap: 20px;
}
.content .main,
.content main {
  flex: 1;
  min-width: 0;
}

.slot-info-col {
  flex: 0 0 348px;
  min-width: 0;
  align-self: stretch;
  z-index: 1;
}
@media (max-width: 991px) {
  .slot-info-col {
    flex-basis: auto;
    width: 100%;
    z-index: 40;
  }
}

.slot-data--sticky {
  background: var(--slot-data-card-bg-color, var(--sidebar-bg-color-1));
  border-radius: var(--br-md);
  padding: 32px;
}

.slot-info-col__sentinel {
  height: 1px;
}

.slot-data-mini {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 92px;
  z-index: 40;
  width: 100%;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  padding: 32px;
  background: var(--slot-data-card-bg-color, var(--sidebar-bg-color-1));
  border-radius: var(--br-md);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform-origin: top center;
  transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
  .slot-data-mini {
    position: fixed;
    left: var(--mini-left, 0);
    width: var(--mini-width, 100%);
    z-index: 40;
  }
}
@media (min-width: 992px) {
  body.admin-bar .slot-data-mini {
    top: 124px;
    max-height: calc(100vh - 148px);
  }
}
.slot-data-mini.is-visible {
  opacity: 1;
  pointer-events: auto;
  animation: slot-data-mini-reveal 0.45s ease;
}
.slot-data-mini__title {
  color: var(--txt-color-1);
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  cursor: pointer;
}
.slot-data-mini__image img {
  width: 100%;
  height: auto;
  border-radius: var(--br-md);
}
.slot-data-mini__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slot-data-mini__block-title {
  color: var(--txt-color-1);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  cursor: pointer;
}
.slot-data-mini__text {
  color: var(--txt-color-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.slot-data-mini__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slot-data-mini__buttons .button {
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .slot-data-mini {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: calc(var(--mini-offset, 0px) + 12px);
    right: 0;
    left: 12px;
    bottom: auto;
    z-index: 60;
    width: calc(100% - 24px);
    max-height: none;
    overflow-y: visible;
    border-radius: 24px;
    padding: 16px;
    gap: 12px;
    background: rgba(32, 32, 32, 0.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
  }
  .slot-data-mini__title {
    flex: 1 1 0;
    min-width: 0;
    font-size: 15px;
  }
  .slot-data-mini__image {
    order: -1;
    flex: 0 0 auto;
  }
  .slot-data-mini__image img {
    width: 36px;
    height: 36px;
    border-radius: var(--br-sm, 12px);
    object-fit: cover;
  }
  .slot-data-mini__block {
    display: none;
  }
  .slot-data-mini__buttons {
    flex: 0 0 100%;
    flex-direction: row;
    gap: 8px;
  }
  .slot-data-mini__buttons .button {
    width: auto;
    text-align: center;
  }
  .slot-data-mini__buttons .button--secondary {
    flex: 0 0 auto;
  }
  .slot-data-mini__buttons .button--primary {
    flex: 1;
  }
  .slot-data-mini__buttons .button:only-child {
    flex: 1 1 100%;
  }
}

@keyframes slot-data-mini-reveal {
  0% {
    opacity: 0;
    transform: translateY(-32px) scaleY(1.18);
  }
  50% {
    opacity: 1;
    transform: translateY(-32px) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
.navigation-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 21;
  overflow: hidden;
  margin-top: -100%;
  transition: 0.4s;
  background-color: var(--bg-color-2);
}
@media screen and (max-width: 992px) {
  .navigation-menu {
    z-index: 9;
    transition: none;
  }
}
.navigation-menu #navigationMenuWrapper {
  display: inline-block;
  scroll-behavior: smooth;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 992px) {
  .navigation-menu #navigationMenuWrapper {
    max-width: calc(100vw - 56px);
  }
}
.navigation-menu #navigationMenuWrapper a {
  padding-left: 32px;
  color: var(--page-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.2s;
}
.navigation-menu #navigationMenuWrapper a.active, .navigation-menu #navigationMenuWrapper a:hover {
  color: var(--accent-color);
}
.navigation-menu #navigationMenuWrapper a:first-child {
  padding-left: 72px;
}
@media screen and (max-width: 992px) {
  .navigation-menu #navigationMenuWrapper a:first-child {
    padding-left: 36px;
  }
}
.navigation-menu #navigationMenuWrapper a:last-child {
  padding-right: 72px;
}
@media screen and (max-width: 992px) {
  .navigation-menu #navigationMenuWrapper a:last-child {
    padding-right: 28px;
  }
}
.navigation-menu #navigationMenuWrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.navigation-menu #navigationMenuWrapper::-webkit-scrollbar-track {
  background: transparent;
}
.navigation-menu #navigationMenuWrapper::-webkit-scrollbar-thumb {
  border: none;
}
.navigation-menu #navigationMenuWrapper::-webkit-scrollbar-thumb:hover {
  cursor: none;
}
.navigation-menu #navigationMenuProgressBar {
  position: absolute;
  left: 0;
  height: 40px;
  width: 100%;
}
.navigation-menu .arrow {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  z-index: 9999;
}
@media screen and (max-width: 992px) {
  .navigation-menu .arrow {
    height: 40px;
    width: 36px;
  }
}
.navigation-menu .arrow#leftArrow {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 992px) {
  .navigation-menu .arrow#leftArrow svg {
    display: none;
  }
}
.navigation-menu .arrow#rightArrow {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 992px) {
  .navigation-menu .arrow#rightArrow {
    width: 40px;
  }
}
@media screen and (max-width: 992px) {
  .navigation-menu .arrow#rightArrow > svg {
    display: none;
  }
}
.navigation-menu .arrow#rightArrow .close-navigation {
  align-items: center;
  justify-content: center;
}
.navigation-menu .arrow#rightArrow .mobile-navigation {
  display: none;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: var(--accent-color);
}
@media screen and (max-width: 992px) {
  .navigation-menu .arrow#rightArrow .mobile-navigation {
    display: flex;
  }
}
.navigation-menu #closeNavigation {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.navigation-menu #closeNavigation.active {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: var(--accent-color);
}
.navigation-menu #mobile-menu-content {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 9999;
  flex-direction: column;
  gap: 24px;
  background: var(--accent-color);
  padding: 24px;
  overflow-y: auto;
  max-height: calc(100vh - var(--admin-bar-mob));
}
.navigation-menu #mobile-menu-content.active {
  display: flex;
}
.navigation-menu #mobile-menu-content a {
  padding: 4px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.navigation-menu #mobile-menu-content a.active {
  text-decoration: underline;
}

.slot-page ol,
.slot-page ul {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: var(--page-text);
}
.slot-page ul {
  list-style-type: disc;
}
.slot-page ul li::marker {
  color: var(--accent-color);
  font-size: 1.2em;
}
.slot-page ul.pros-cons__panel-list {
  list-style: none;
}
.slot-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.slot-page__header--search {
  margin-bottom: 16px;
}
.slot-page__header .slot-archive__search {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .slot-page__header {
    flex-direction: column;
    align-items: stretch;
  }
  .slot-page__header .slot-page__search-row {
    width: 100%;
  }
  .slot-page__header .slot-archive__search {
    flex: 1;
    min-width: 0;
    width: auto;
  }
}
.slot-page__search-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.slot-page__controller {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.related-slots-wrapper {
  margin-top: 32px;
}

.slot-page__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .slot-page__layout {
    margin-top: 24px;
    flex-direction: column;
  }
}
.slot-page__layout > .slot-page__content {
  order: 1;
}
.slot-page__layout > .slot-info-col {
  order: 2;
}
.slot-page__layout > .slot-page__content-full {
  order: 3;
  flex: 0 0 100%;
  min-width: 0;
}
@media (max-width: 991px) {
  .slot-page__layout > .slot-page__content-full {
    order: 2;
  }
  .slot-page__layout > .slot-info-col {
    order: 3;
  }
}
.slot-page__layout .related-slots-wrapper {
  flex: 1;
  min-width: 0;
  margin-top: 0;
}

.slot-page__content {
  flex: 1;
  min-width: 0;
}

.single .slots__content,
.post-type-archive .slots__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 29px;
}
@media (max-width: 991px) {
  .single .slots__content,
  .post-type-archive .slots__content {
    grid-template-columns: 1fr;
  }
}
.single .slots__content .no-slots-found,
.post-type-archive .slots__content .no-slots-found {
  color: var(--txt-color-2);
  font-size: 14px;
}

.slots-filters {
  margin-bottom: 24px;
}
.slots-filters__form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 576px) {
  .slots-filters__form {
    flex-direction: column;
  }
}
.slots-filters__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 160px;
}
@media (max-width: 576px) {
  .slots-filters__item {
    min-width: 100%;
  }
}
.slots-filters__item label {
  font-size: 12px;
  font-weight: 500;
  color: var(--txt-color-2);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.slots-filters__item select {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--bg-color-2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  border: 1px solid var(--input-border-color);
  border-radius: var(--br-sm);
  color: var(--page-text-color);
  font-size: 14px;
  font-weight: 400;
  padding: 10px 36px 10px 14px;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.slots-filters__item select:hover {
  border-color: var(--accent-color);
}
.slots-filters__item select:focus {
  outline: none;
  border-color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color) 8%, var(--bg-color-2));
}
.slots-filters__item select option {
  background-color: var(--bg-color-2);
  color: var(--page-text-color);
}

.error404 footer.footer,
.error404 header#header-section-0 {
  display: none;
}
.error404 .error-404-content {
  text-align: center;
}
.error404 .button.button--primary.button--small {
  max-width: 350px;
  margin: auto;
}

.rating-short {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  line-height: 1;
  color: var(--txt-color-1);
  font-size: 16px;
}
.rating-short__number {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
}
.rating-short__number-max {
  font-size: 18px;
  color: var(--txt-color-2);
  line-height: 130%;
  font-weight: 700;
}
.rating-short--small {
  font-size: 16px;
}
.rating-short--small .rating-short__number {
  font-size: 18px;
}

.rating-long {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  color: var(--txt-color-2);
}

.rating-simple {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--txt-color-1);
  font-size: 16px;
}
.rating-simple__number {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--txt-color-1);
}

.breadcrumbs {
  display: flex;
  height: 16px;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
  color: var(--txt-color-4);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    padding-top: 11px;
  }
}
.breadcrumbs a {
  transition: 0.2s;
}
.breadcrumbs a:hover {
  color: var(--accent-color);
}

.simple-table {
  width: 100%;
  overflow: hidden;
  border-radius: var(--br-md);
  margin-bottom: 32px;
}
.simple-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--st-bg);
  color: var(--st-text);
  font-size: 16px;
  line-height: 1.4;
}
.simple-table__table thead {
  background: var(--accent-color);
  color: var(--txt-color-5);
}
.simple-table__table thead .simple-table__th {
  font-weight: 600;
  text-align: center;
  padding: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
.simple-table__table thead .simple-table__th:first-child {
  width: 200px;
}
@media (max-width: 991px) {
  .simple-table__table thead .simple-table__th {
    font-size: 12px;
    padding: 12px;
  }
}
.simple-table__table tbody .simple-table__row:nth-child(odd) {
  background: var(--table-bg-color-2);
}
.simple-table__table tbody .simple-table__row:nth-child(even) {
  background: var(--table-bg-color-3);
}
.simple-table__table tbody .simple-table__cell {
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .simple-table__table tbody .simple-table__cell {
    font-size: 14px;
    padding: 12px;
  }
}
.simple-table__table tbody .simple-table__cell:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  transform: translateY(-50%);
  width: 1px;
  background: var(--border-color-1);
}
.simple-table__table tbody .simple-table__cell--icon {
  width: 200px;
}
.simple-table__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 991px) {
  .simple-table__icon {
    font-size: 32px;
  }
}

/* Plain WYSIWYG content tables (no class) get the same look as .simple-table */
table.simple-table:not([class]) {
  width: 100%;
  overflow: hidden;
  border-radius: var(--br-md);
  margin-bottom: 32px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--st-bg);
  color: var(--st-text);
  font-size: 16px;
  line-height: 1.4;
  /* THEAD */
  /* TBODY */
  /* ICON INSIDE A CELL */
}
table.simple-table:not([class]) thead {
  background: var(--accent-color);
  color: var(--txt-color-5);
}
table.simple-table:not([class]) th {
  font-weight: 700;
  text-align: center;
  padding: 24px;
  font-size: 24px;
  line-height: 2;
}
table.simple-table:not([class]) th:first-child {
  width: 200px;
}
@media (max-width: 991px) {
  table.simple-table:not([class]) th {
    font-size: 12px;
    padding: 12px;
  }
}
table.simple-table:not([class]) tbody tr:nth-child(odd) {
  background: var(--table-bg-color-2);
}
table.simple-table:not([class]) tbody tr:nth-child(even) {
  background: var(--table-bg-color-3);
}
table.simple-table:not([class]) td {
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  /* ICON COLUMN (if needed) */
}
@media (max-width: 991px) {
  table.simple-table:not([class]) td {
    font-size: 14px;
    padding: 12px;
  }
}
table.simple-table:not([class]) td:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  transform: translateY(-50%);
  width: 1px;
  background: var(--border-color-1);
}
table.simple-table:not([class]) td.icon {
  width: 200px;
}
table.simple-table:not([class]) .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 991px) {
  table.simple-table:not([class]) .icon {
    font-size: 32px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.pagination__button {
  color: var(--txt-color-2);
  display: flex;
  width: 48px;
  height: 40px;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color-2);
  border-radius: var(--br-sm);
  line-height: 1;
  cursor: pointer;
  transition: 0.2s;
}
.pagination__button--active {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.pagination__button:hover {
  color: var(--accent-color);
}
.pagination__button-chevron {
  display: flex;
  width: 48px;
  height: 40px;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  color: var(--block-arrow-color, var(--txt-color-2));
  transition: color 0.2s ease;
}
.pagination__button-chevron svg {
  display: block;
}
.pagination__button-chevron path {
  stroke: currentColor;
  transition: 0.2s;
}
.pagination__button-chevron:hover {
  color: var(--block-arrow-color-hover, var(--accent-color));
}

.slot-data {
  color: var(--txt-color-2);
}
.slot-data--hidden {
  display: none;
}
.slot-data__title {
  color: var(--txt-color-1);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 24px;
}
.slot-data .slot-data__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slot-data .slot-data__block span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-color-2);
}
.slot-data__panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.slot-data__panel--color {
  background-color: var(--slot-data-card-bg-color, var(--sidebar-bg-color-1));
  color: var(--slot-data-card-text-color, var(--sidebar-txt-color-1));
  box-shadow: 0 0 24px var(--slot-data-card-shadow-color, rgba(0, 0, 0, 0));
  border-radius: var(--br-md);
}
.slot-data__panel--color a:not(.button) {
  color: var(--accent-color);
}
.slot-data__panel--color a:not(.button):hover {
  opacity: 0.8;
  color: inherit;
  text-decoration: none;
}
.slot-data__panel--color .slot-data__block-text a,
.slot-data__panel--color .slot-data__block-links a,
.slot-data__panel--color .slot-data__block-categories span a {
  color: var(--accent-color);
  text-decoration: none;
}
.slot-data__panel--color .slot-data__block-text a:hover,
.slot-data__panel--color .slot-data__block-links a:hover,
.slot-data__panel--color .slot-data__block-categories span a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.slot-data__block-categories, .slot-data__block-links {
  color: var(--txt-color-2);
}
.slot-data__image img {
  width: 100%;
  height: auto;
  border-radius: var(--br-md);
}
.slot-data__block-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
}
.slot-data__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slot-data__button {
  width: 100%;
  text-align: center;
  color: var(--txt-color-1);
}
.slot-data__block-tr {
  display: flex;
  padding: 16px 0 12px 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--txt-color-2);
}
.slot-data__panel--color .slot-data__block-tr {
  border-bottom-color: color-mix(in srgb, var(--slot-data-card-text-color, var(--sidebar-txt-color-1)) 35%, transparent);
}
.slot-data__block-key {
  color: var(--page-text-color);
}
.slot-data__panel--color .slot-data__block-key {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--txt-color-2);
}
.slot-data__panel--color .slot-data__block-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--txt-color-1);
}
.slot-data__block-text {
  color: var(--page-text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.slot-data__block-ul {
  padding-left: 16px;
}
.slot-data .slot-data__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slot-data__block-li {
  padding: 16px 12px 12px 0;
  list-style: disc;
}
.slot-data__block-li::marker {
  color: var(--page-text-color);
  font-size: 16px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  /* Optional real image still sits above the artwork when provided. */
}
.contact__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--contact-title-color);
}
.contact__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--contact-subtitle-color);
}
.contact__body {
  display: grid;
  gap: 24px;
  margin-top: 20px;
}
.contact__form-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__media {
  position: relative;
  display: flex;
  min-height: 280px;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--input-border-radius, 8px);
  background-color: var(--contact-media-bg);
}
.contact__image {
  position: absolute;
  inset: 24px;
  z-index: 1;
  display: block;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  object-fit: contain;
}
.contact__field {
  display: flex;
  flex-direction: column;
}
.contact__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.2;
  color: var(--contact-label-color);
}
.contact__required {
  display: contents;
  margin-left: 2px;
  color: var(--contact-required-color);
}
.contact__actions {
  display: flex;
  /* .contact uses a 32px gap; pull back to the 20px gap used between fields. */
  margin-top: -12px;
}
.contact__actions:hover {
  transform: none !important;
}
.contact__popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.contact__popup--open {
  opacity: 1;
  visibility: visible;
}
.contact__popup-overlay {
  position: absolute;
  inset: 0;
  background: var(--contact-popup-overlay);
}
.contact__popup-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 400px;
  padding: 32px 24px;
  text-align: center;
  background-color: var(--contact-popup-bg);
  border: 1px solid var(--contact-popup-border);
  border-radius: var(--input-border-radius, 8px);
}
.contact__popup-image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4CAF50;
  font-size: 58px;
  width: 96px;
  height: 96px;
  margin-bottom: 4px;
  overflow: hidden;
}
.contact__popup-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact__popup-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--contact-popup-title-color);
}
.contact__popup-text {
  font-size: 15px;
  line-height: 1.4;
  color: var(--contact-popup-text-color);
}
.contact__popup-ok {
  min-width: 140px;
  margin-top: 8px;
}

.contact--cf7 {
  padding: 0;
  --contact-title-color: #ffffff;
  --contact-subtitle-color: #a3a3a3;
  --contact-label-color: #ffffff;
  --contact-required-color: #874ed2;
  --contact-field-bg: #1b1b1b;
  --contact-field-color: #ffffff;
  --contact-field-placeholder: #8c8c8c;
  --contact-field-border: rgba(255, 255, 255, 0.14);
  --contact-field-focus-border: #874ed2;
  --contact-field-focus-shadow: rgba(135, 78, 210, 0.35);
  --contact-error-color: #e5484d;
  --contact-error-shadow: rgba(229, 72, 77, 0.25);
  --contact-error-bg: rgba(229, 72, 77, 0.1);
  --contact-media-bg: #1b1b1b;
  --contact-popup-overlay: rgba(0, 0, 0, 0.7);
  --contact-popup-bg: #202020;
  --contact-popup-border: rgba(255, 255, 255, 0.12);
  --contact-popup-title-color: #ffffff;
  --contact-popup-text-color: #a3a3a3;
  /* Hide the media column on mobile (mockup shows form only) */
}
.contact--cf7 .wpcf7-form {
  margin: 0;
}
.contact--cf7 .contact__body {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  max-width: 100%;
}
@media (max-width: 768px) {
  .contact--cf7 .contact__body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .contact--cf7 .contact__media {
    display: none;
  }
}
.contact--cf7 .wpcf7-form-control-wrap {
  display: block;
}
.contact--cf7 .wpcf7-form-control {
  width: 100%;
  padding: 12px 16px;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: var(--contact-field-color);
  background-color: var(--contact-field-bg);
  border: 1px solid var(--contact-field-border);
  border-radius: var(--input-border-radius, 8px);
  outline: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.contact--cf7 .wpcf7-form-control::placeholder {
  color: var(--contact-field-placeholder);
}
.contact--cf7 .wpcf7-form-control:focus {
  border-color: var(--contact-field-focus-border);
  box-shadow: 0 0 0 2px var(--contact-field-focus-shadow);
}
.contact--cf7 textarea.wpcf7-form-control {
  min-height: 140px;
  resize: vertical;
}
.contact--cf7 .wpcf7-not-valid {
  border-color: var(--contact-error-color);
  box-shadow: 0 0 0 2px var(--contact-error-shadow);
}
.contact--cf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: var(--contact-error-color);
}
.contact--cf7 .wpcf7-submit {
  /* .wpcf7-form-control sets width: 100% for all fields — override for the button. */
  width: auto;
  min-width: 180px;
}
.contact--cf7 .wpcf7-spinner {
  margin: 0 0 0 12px;
  display: none !important;
}
.contact--cf7 .wpcf7-response-output {
  display: none !important;
  margin: 16px 0 0;
  padding: 12px 16px;
  font-size: 13px;
  border-radius: var(--input-border-radius, 8px);
}
.contact--cf7 .wpcf7-response-output.wpcf7-validation-errors,
.contact--cf7 .wpcf7-response-output.wpcf7-invalid {
  display: none !important;
  color: var(--contact-error-color);
  border: 1px solid var(--contact-error-color);
  background: var(--contact-error-bg);
}
.contact--cf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}
@media (max-width: 768px) {
  .contact--cf7 .wpcf7-submit {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact {
    gap: 24px;
    margin-bottom: 48px;
  }
  .contact__title {
    font-size: 28px;
  }
  .contact__subtitle {
    font-size: 16px;
  }
  .contact__actions .button {
    width: 100%;
  }
}
.wpcf7-response-output {
  display: none !important;
}

.contact--cf7 .wpcf7-submit:hover {
  transform: none !important;
}

/* touch Thu Jul 23 11:56:13     2026 */
/* touch2 Thu Jul 23 11:58:40     2026 */
.slot-categories {
  margin: 0 0 32px 0;
}
.slot-categories__heading {
  margin: 0 0 16px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--txt-color-1);
}
@media (max-width: 768px) {
  .slot-categories__heading {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.slot-categories__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .slot-categories__top {
    flex-wrap: wrap;
  }
}
.slot-categories__search-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.slot-categories__search-row .slot-archive__search {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .slot-categories__search-row {
    order: -1;
    width: 100%;
  }
}
.slot-categories__tabs {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 4px;
  padding: 6px;
  overflow-x: auto;
  background: var(--bg-color-2);
  border-radius: var(--br-full);
}
@media (max-width: 768px) {
  .slot-categories__tabs {
    justify-content: space-between;
    width: 100%;
  }
}
.slot-categories__tab-indicator {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  z-index: 0;
  width: 0;
  background: var(--accent-color);
  border-radius: var(--br-full);
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.3s ease, width 0.3s ease, opacity 0.2s ease;
  pointer-events: none;
}
.slot-categories__tab {
  position: relative;
  z-index: 1;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--txt-color-2);
  white-space: nowrap;
  background: transparent;
  border: none;
  border-radius: var(--br-full);
  cursor: pointer;
  transition: color 0.2s;
}
.slot-categories__tab svg, .slot-categories__tab-icon {
  flex-shrink: 0;
}
.slot-categories__tab-icon {
  opacity: 0.6;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .slot-categories__tab-icon {
    display: none;
  }
}
.slot-categories__tab:hover {
  color: var(--txt-color-1);
}
.slot-categories__tab:hover .slot-categories__tab-icon {
  opacity: 0.85;
}
.slot-categories__tab.is-active {
  color: #fff;
}
.slot-categories__tab.is-active .slot-categories__tab-icon {
  opacity: 1;
}
.slot-categories__panels {
  position: relative;
  margin-top: 4px;
}
.slot-categories__panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-24px);
}
.slot-categories__panel-wrap.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: visible;
  transform: translateX(0);
}
.slot-categories__panel {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}
.slot-categories__panel::-webkit-scrollbar {
  display: none;
}
.slot-categories__panel.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.slot-categories__pill {
  flex-shrink: 0;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--txt-color-2);
  white-space: nowrap;
  background: var(--bg-color-2);
  border: 1px solid transparent;
  border-radius: var(--br-full);
  -webkit-user-drag: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.slot-categories__pill:hover {
  color: var(--txt-color-1);
}
.slot-categories__pill.is-active {
  color: var(--accent-color);
  background: transparent;
  border-color: var(--accent-color);
}
.slot-categories__scroll-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 64px;
  color: var(--accent-color);
  border: none;
  cursor: pointer;
}
.slot-categories__scroll-btn[hidden] {
  display: none;
}
.slot-categories__scroll-btn svg {
  flex-shrink: 0;
}
.slot-categories__scroll-btn:hover {
  opacity: 0.8;
}
.slot-categories__scroll-btn--right {
  right: 0;
  justify-content: flex-end;
  padding: 0 4px 0 24px;
  background: linear-gradient(to right, transparent, var(--bg-color-1) 45%);
}
.slot-categories__scroll-btn--left {
  left: 0;
  justify-content: flex-start;
  padding: 0 24px 0 4px;
  background: linear-gradient(to left, transparent, var(--bg-color-1) 45%);
}

/* ── Local search ─────────────────────────────────────────────────────────── */
.slot-archive__search {
  position: relative;
  flex-shrink: 0;
  width: 283px;
  max-width: 100%;
}
.slot-archive__search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  display: flex;
  color: var(--txt-color-4);
  transform: translateY(-50%);
  pointer-events: none;
}
.slot-archive__search-input {
  box-sizing: border-box;
  width: 100%;
  max-width: 283px;
  padding: 16px 16px 16px 42px;
  font-size: 14px;
  color: var(--txt-color-1);
  background: transparent;
  border: 1px solid #BABABA;
  border-radius: var(--br-full);
}
.slot-archive__search-input::placeholder {
  color: var(--txt-color-4);
}
.slot-archive__search-input:focus {
  outline: none;
  border-color: var(--accent-color);
}
.slot-archive__search-input::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: var(--accent-color);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6L18 18M18 6L6 18' stroke='%23000' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6L18 18M18 6L6 18' stroke='%23000' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* ── Slot Archive Layout ─────────────────────────────────────────────────── */
.slot-archive__layout {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.slot-archive__results {
  flex: 1;
  width: 100%;
  min-width: 0;
}

/* ── Filter Sidebar ──────────────────────────────────────────────────────── */
.slot-filters {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 280px;
  flex-shrink: 0;
  padding: 20px 16px;
  background: var(--bg-color-2);
  border-radius: var(--br-sm2);
}
.slot-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color-1);
}
.slot-filters__form {
  flex: 1 1 auto;
  min-height: 0;
}
.slot-filters__title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--txt-color-1);
}
.slot-filters__info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--txt-color-4);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}
.slot-filters__info:hover {
  color: var(--txt-color-1);
}
.slot-filters__info::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10;
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--txt-color-1);
  background: var(--bg-color-3);
  border: 1px solid var(--border-color-1);
  border-radius: var(--br-xs);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  pointer-events: none;
}
.slot-filters__info:hover::after, .slot-filters__info.is-open::after {
  opacity: 1;
  visibility: visible;
}
.slot-filters__reset {
  flex-shrink: 0;
  padding: 0;
  font-size: 13px;
  color: var(--txt-color-1);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}
.slot-filters__reset:hover {
  color: var(--txt-color-4);
}
.slot-filters__group {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color-1);
}
.slot-filters__group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.slot-filters__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--txt-color-1);
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}
.slot-filters__group-toggle:hover {
  color: #fff;
}
.slot-filters__group-toggle:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}
.slot-filters__group-arrow {
  flex-shrink: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.195262 0.195262C0.455612 -0.0650874 0.877722 -0.0650874 1.13807 0.195262L4.66667 3.72386L8.19526 0.195262C8.45561 -0.0650874 8.87772 -0.0650874 9.13807 0.195262C9.39842 0.455612 9.39842 0.877722 9.13807 1.13807L5.13807 5.13807C4.87772 5.39842 4.45561 5.39842 4.19526 5.13807L0.195262 1.13807C-0.0650874 0.877722 -0.0650874 0.455612 0.195262 0.195262Z' fill='%23BABABA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  transition: transform 0.2s;
}
.slot-filters__group-toggle[aria-expanded=false] .slot-filters__group-arrow {
  transform: rotate(-90deg);
}
.slot-filters__group-toggle[aria-expanded=false] + .slot-filters__group-body {
  display: none;
}
.slot-filters__group-body {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .slot-filters__group-body {
    margin-top: 20px;
  }
}
.slot-filters__search {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 7px 10px;
  font-size: 13px;
  color: var(--txt-color-1);
  background: var(--bg-color-3);
  border: 1px solid var(--border-color-1);
  border-radius: var(--br-xs);
}
.slot-filters__search:focus {
  outline: none;
  border-color: var(--accent-color);
}
.slot-filters ul.slot-filters__list, .slot-filters__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: var(--border-color-1) transparent;
}
.slot-filters ul.slot-filters__list::-webkit-scrollbar, .slot-filters__list::-webkit-scrollbar {
  width: 4px;
  border-radius: var(--br-xs);
}
.slot-filters ul.slot-filters__list::-webkit-scrollbar-track, .slot-filters__list::-webkit-scrollbar-track {
  background: var(--bg-color-1);
  border-radius: var(--br-xs);
}
.slot-filters ul.slot-filters__list::-webkit-scrollbar-thumb, .slot-filters__list::-webkit-scrollbar-thumb {
  background: var(--bg-color-6);
  border-radius: var(--br-xs);
  transition: 0.3s;
}
.slot-filters ul.slot-filters__list::-webkit-scrollbar-thumb:hover, .slot-filters__list::-webkit-scrollbar-thumb:hover {
  background: var(--bg-color-8);
  cursor: pointer;
  transition: 0.3s;
}
.slot-filters__item {
  transition: opacity 0.2s;
}
.slot-filters__item.is-zero {
  opacity: 0.4;
}
.slot-filters__label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  color: var(--txt-color-2);
  cursor: pointer;
  transition: color 0.2s;
}
.slot-filters__label:hover {
  color: var(--txt-color-1);
}
.slot-filters__label:hover input {
  border-color: var(--accent-color);
}
@media (max-width: 768px) {
  .slot-filters__label {
    padding: 10px 4px;
  }
}
.slot-filters__checkbox {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 2px;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--txt-color-2);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.slot-filters__checkbox:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.slot-filters__checkbox:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}
.slot-filters__option-name {
  flex: 1;
  color: var(--txt-color-1);
}
.slot-filters__count {
  display: none;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--txt-color-4);
}
.slot-filters__range-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slot-filters__range-input {
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  padding: 8px;
  font-size: 13px;
  color: var(--txt-color-1);
  background: var(--bg-color-3);
  border: 1px solid var(--border-color-1);
  border-radius: var(--br-xs);
  -moz-appearance: textfield;
}
.slot-filters__range-input::-webkit-inner-spin-button, .slot-filters__range-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.slot-filters__range-input:focus {
  outline: none;
  border-color: var(--accent-color);
}
.slot-filters__range-sep {
  flex-shrink: 0;
  font-size: 13px;
  color: var(--txt-color-4);
}
.slot-filters__close {
  display: none;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--txt-color-1);
  background: none;
  border: none;
  cursor: pointer;
}
.slot-filters__close:hover {
  color: var(--txt-color-1);
}

/* ── Toolbar ─────────────────────────────────────────────────────────────── */
.slot-archive__toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.slot-archive__count {
  font-size: 14px;
  color: var(--txt-color-4);
  white-space: nowrap;
}

.slot-filters__open {
  position: relative;
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--txt-color-1);
  background: transparent;
  border: 1px solid #BABABA;
  border-radius: var(--br-full);
  cursor: pointer;
}

.slot-filters__active-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--accent-color);
  border-radius: var(--br-full);
}
.slot-filters__active-badge[hidden] {
  display: none;
}

.slot-archive__active-tags {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 8px;
}

.slot-archive__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 13px;
  color: var(--txt-color-1);
  background: rgba(135, 78, 210, 0.15);
  border: 1px solid rgba(135, 78, 210, 0.35);
  border-radius: var(--br-full);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.slot-archive__tag:hover {
  background: rgba(135, 78, 210, 0.3);
  border-color: var(--accent-color);
}

.slot-archive__results .slot-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  transition: opacity 0.2s;
}

/* ── Slot card (archive variant) ─────────────────────────────────────────── */
.slot-card--game {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--bg-color-2);
  border-radius: var(--br-sm2);
}
.slot-card--game .slot-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slot-card--game .slot-card__image {
    aspect-ratio: 79/61;
  }
}
.slot-card--game .slot-card__image.is-info-open .slot-card__image-link img {
  filter: blur(24px);
}
.slot-card--game .slot-card__image.is-info-open .slot-card__info-panel {
  opacity: 1;
  visibility: visible;
}
.slot-card--game .slot-card__image.is-info-open .slot-card__info-toggle-icon--info {
  display: none;
}
.slot-card--game .slot-card__image.is-info-open .slot-card__info-toggle-icon--close {
  display: block;
}
@media (hover: hover) {
  .slot-card--game .slot-card__image:hover .slot-card__image-link img {
    filter: blur(24px);
  }
  .slot-card--game .slot-card__image:hover .slot-card__info-panel {
    opacity: 1;
    visibility: visible;
  }
}
.slot-card--game .slot-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.slot-card--game .slot-card__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}
@media (max-width: 768px) {
  .slot-card--game .slot-card__image-link img {
    aspect-ratio: 79/61;
  }
}
.slot-card--game .slot-card__info-toggle {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: var(--br-full);
  cursor: pointer;
}
@media (max-width: 768px) {
  .slot-card--game .slot-card__info-toggle {
    display: flex;
  }
}
.slot-card--game .slot-card__info-toggle svg {
  width: 14px;
  height: 14px;
  color: #fff;
  opacity: 1;
}
.slot-card--game .slot-card__info-toggle-icon--close {
  display: none;
}
.slot-card--game .slot-card__info-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.slot-card--game .slot-card__info-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.slot-card--game .slot-card__info-label {
  color: var(--txt-color-1);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.slot-card--game .slot-card__info-value {
  font-weight: 700;
  color: var(--txt-color-1);
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.slot-card--game .slot-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 16px 32px 16px;
}
.slot-card--game .slot-card__title h4,
.slot-card--game .slot-card__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: var(--txt-color-1);
  text-decoration: none;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slot-card--game .slot-card__title h4:hover,
.slot-card--game .slot-card__title:hover {
  color: var(--accent-color);
}
.slot-card--game .slot-card__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
.slot-card--game .slot-card__button {
  width: 100%;
  text-align: center;
}
.slot-card--game .slot-card__review {
  padding-top: 8px;
  font-size: 16px;
  color: var(--txt-color-1);
  text-decoration: none;
  line-height: 16px;
}
.slot-card--game .slot-card__review:hover {
  color: var(--accent-color);
}

/* ── Loader & Empty ──────────────────────────────────────────────────────── */
.slot-archive__loader {
  padding: 24px;
  font-size: 14px;
  color: var(--txt-color-4);
  text-align: center;
}

.slot-archive__empty {
  grid-column: 1/-1;
  padding: 48px 20px;
  color: var(--txt-color-4);
  text-align: center;
}
.slot-archive__empty p {
  margin-bottom: 16px;
  font-size: 16px;
}

/* ── Pagination ──────────────────────────────────────────────────────────── */
.slot-archive__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.slot-archive__pagination[hidden] {
  display: none;
}
.slot-archive__pagination .slot-archive__page-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
}
.slot-archive__pagination .slot-archive__page-numbers--mobile {
  display: none;
}
@media (max-width: 768px) {
  .slot-archive__pagination .slot-archive__page-numbers--desktop {
    display: none;
  }
  .slot-archive__pagination .slot-archive__page-numbers--mobile {
    display: flex;
  }
}
.slot-archive__pagination .slot-archive__page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  color: var(--txt-color-1);
  background: var(--bg-color-2);
  border: 1px solid var(--border-color-1);
  border-radius: var(--br-sm);
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.slot-archive__pagination .slot-archive__page-btn:hover:not(:disabled) {
  border-color: var(--accent-color);
}
.slot-archive__pagination .slot-archive__page-btn:disabled {
  color: var(--txt-color-4);
  cursor: not-allowed;
  opacity: 0.5;
}
.slot-archive__pagination .slot-archive__page-btn-icon {
  display: none;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .slot-archive__pagination .slot-archive__page-btn--prev,
  .slot-archive__pagination .slot-archive__page-btn--next {
    padding: 0;
  }
  .slot-archive__pagination .slot-archive__page-btn-icon {
    display: block;
  }
  .slot-archive__pagination .slot-archive__page-btn-label {
    display: none;
  }
}
.slot-archive__pagination .slot-archive__page-num {
  padding: 0;
  width: 36px;
}
.slot-archive__pagination .slot-archive__page-num.is-active {
  color: #fff;
  background: var(--accent-color);
  border-color: var(--accent-color);
}
.slot-archive__pagination .slot-archive__page-ellipsis {
  padding: 0 4px;
  color: var(--txt-color-4);
}

/* ── Mobile backdrop ─────────────────────────────────────────────────────── */
.slot-filters__backdrop {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.6);
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .slot-archive__layout {
    flex-direction: column;
  }
  .slot-filters {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    z-index: 200;
    display: flex;
    flex-direction: column;
    width: calc(100vw - 20px);
    height: 100dvh;
    overflow: hidden;
    padding: 24px;
    border-radius: var(--br-md) 0 0 var(--br-md);
    background: var(--bg-color-2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
  }
  .slot-filters.is-open {
    right: 0;
  }
  .slot-filters__header {
    flex-shrink: 0;
  }
  .slot-filters__form {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }
  .slot-filters__close {
    display: block;
  }
  .slot-filters__open {
    display: inline-flex;
  }
  .slot-archive__search {
    max-width: none;
  }
  .slot-archive__results .slot-archive__grid {
    grid-template-columns: 1fr;
  }
}
/* ── Dual-range slider ───────────────────────────────────────────────────── */
.slot-filters__slider-wrap {
  position: relative;
  padding: 20px 0 20px;
  user-select: none;
}

.slot-filters__slider-track {
  position: relative;
  height: 4px;
  margin: 0 6px;
  background: var(--bg-color-3);
  border-radius: 2px;
}

.slot-filters__slider-fill {
  position: absolute;
  height: 100%;
  background: var(--accent-color);
  border-radius: 2px;
  pointer-events: none;
}

.slot-filters__slider {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 4px;
  padding: 8px 0;
  background: transparent;
  outline: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}
.slot-filters__slider--min {
  z-index: 3;
}
.slot-filters__slider--max {
  z-index: 4;
}
.slot-filters__slider::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  pointer-events: all;
  transition: border-color 0.15s, transform 0.15s;
  appearance: none;
  -webkit-appearance: none;
}
.slot-filters__slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  pointer-events: all;
  transition: border-color 0.15s, transform 0.15s;
}
.slot-filters__slider:hover::-webkit-slider-thumb, .slot-filters__slider:focus::-webkit-slider-thumb {
  border-color: #a87ee8;
  transform: scale(1.15);
}
.slot-filters__slider:hover::-moz-range-thumb, .slot-filters__slider:focus::-moz-range-thumb {
  border-color: #a87ee8;
  transform: scale(1.15);
}

.slot-filters__slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.slot-filters__slider-val {
  font-size: 12px;
  color: var(--txt-color-2);
  font-feature-settings: "tnum";
}

.slot-filters__slider-wrap[hidden] {
  display: none;
}

.slot-filters__slider-title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--txt-color-2);
}

/* Stacked sliders inside a single "Betting Limits" group. */
.slot-filters__group--multi .slot-filters__slider-wrap {
  padding-top: 4px;
}
.slot-filters__group--multi .slot-filters__slider-wrap + .slot-filters__slider-wrap {
  margin-top: 4px;
  border-top: 1px solid var(--border-color-1);
}

/* ── Release Date calendar ───────────────────────────────────────────────── */
.slot-filters__date-row {
  display: flex;
  gap: 10px;
}

.slot-filters__date-field {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  font-size: 12px;
  color: var(--txt-color-4);
}

.slot-filters__date {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
  color: var(--txt-color-1);
  background: var(--bg-color-3);
  border: 1px solid var(--border-color-1);
  border-radius: var(--br-xs);
}
.slot-filters__date:focus {
  outline: none;
  border-color: var(--accent-color);
}
.slot-filters__date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(0.7);
}

/* Empty-state "Reset all filters" button highlights purple on hover. */
.slot-archive__empty .js-reset-all:hover {
  color: #fff;
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.vendor-archive__grid.slot-archive__grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
@media (max-width: 768px) {
  .vendor-archive__grid.slot-archive__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@keyframes cpt-archive-spin {
  to {
    transform: rotate(360deg);
  }
}
.cpt-archive {
  margin-bottom: 24px;
}
.cpt-archive__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.cpt-archive__count {
  font-size: 14px;
  color: var(--txt-color-4);
  white-space: nowrap;
}
.cpt-archive__tools {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cpt-archive__sort {
  position: relative;
  flex-shrink: 0;
}
.cpt-archive__sort-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--txt-color-1);
  background: transparent;
  border: 1px solid #BABABA;
  border-radius: var(--br-full);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.cpt-archive__sort-toggle:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.cpt-archive__sort.is-open .cpt-archive__sort-toggle {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.cpt-archive__sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 240px;
  padding: 16px;
  background: var(--bg-color-1);
  border: 1px solid var(--border-color-1);
  border-radius: var(--br-xs);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.cpt-archive__sort-menu[hidden] {
  display: none;
}
.cpt-archive__sort-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: var(--txt-color-1);
  text-align: left;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}
.cpt-archive__sort-option:hover {
  color: var(--accent-color);
}
.cpt-archive__sort-option.is-active {
  color: var(--accent-color);
}
.cpt-archive__sort-check {
  flex-shrink: 0;
  color: var(--accent-color);
  opacity: 0;
  width: 18px;
}
.cpt-archive__sort-option.is-active .cpt-archive__sort-check {
  opacity: 1;
}
.cpt-archive__grid {
  transition: opacity 0.2s;
}
.cpt-archive__results {
  position: relative;
}
.cpt-archive__loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 160px;
  color: var(--txt-color-1);
  background: rgba(0, 0, 0, 0.55);
}
.cpt-archive__loader[hidden] {
  display: none;
}
.cpt-archive__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--border-color-1);
  border-top-color: var(--accent-color);
  border-radius: 50%;
  animation: cpt-archive-spin 0.7s linear infinite;
}
.cpt-archive__loader-text {
  font-size: 14px;
  color: var(--txt-color-4);
}
.cpt-archive__empty {
  grid-column: 1/-1;
  padding: 24px 0;
  color: var(--txt-color-2);
  font-size: 14px;
}

.cpt-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--bg-color-2);
  border-radius: var(--br-sm2);
  transition: transform 0.2s ease;
}
.cpt-card:hover {
  opacity: 1;
}
.cpt-card:hover .cpt-card__image {
  opacity: 1;
}
.cpt-card__image {
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.cpt-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpt-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.cpt-card__title {
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: var(--txt-color-1);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cpt-card__count {
  padding: 10px 16px;
  font-size: 14px;
  color: var(--txt-color-4);
  text-align: center;
  border: 1px solid var(--border-color-1);
  border-radius: var(--br-full);
  transition: color 0.2s, border-color 0.2s;
}

.provider-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--br-md);
  overflow: hidden;
  background-color: var(--slot-card-bg-color, var(--bg-color-2));
}
@media (max-width: 768px) {
  .provider-card {
    border-radius: var(--br-xs);
  }
}
.provider-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 283/159;
}
@media (max-width: 768px) {
  .provider-card__image {
    aspect-ratio: 158.28/89;
  }
}
.provider-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 283/159;
  border-radius: var(--br-md);
  background-color: var(--bg-color-7);
}
@media (max-width: 768px) {
  .provider-card__image img {
    aspect-ratio: 158.28/89;
    border-radius: var(--br-xs);
  }
}
.provider-card__link {
  display: block;
  transition: color 0.2s ease-in-out;
}
.provider-card__link:hover .provider-card__title {
  color: var(--slots-block-accent-color, var(--accent-color));
}
.provider-card__title {
  color: var(--txt-color-1);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  padding: 16px;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .provider-card__title {
    padding: 8px;
    font-size: 14px;
  }
}

.author-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 16px 0 0;
}
.author-card__avatar {
  flex-shrink: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: var(--br-full);
  overflow: hidden;
}
.author-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-card__meta {
  display: flex;
  align-items: stretch;
  gap: 32px;
  padding: 16px 40px;
  background: var(--bg-color-4);
  border-radius: var(--br-full);
}
.author-card__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding-right: 32px;
  border-right: 1px solid var(--border-color-1);
}
.author-card__cell:last-child {
  padding-right: 0;
  border-right: none;
}
.author-card__icon {
  display: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.author-card__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--txt-color-2);
}
.author-card__name, .author-card__value {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--txt-color-1);
  text-decoration: none;
}
.author-card__name {
  color: var(--accent-color);
  transition: opacity 0.2s ease-in-out;
}
.author-card__name:hover {
  opacity: 0.8;
  color: var(--accent-color);
}
.author-card__author-divider {
  display: none;
  align-self: stretch;
  width: 1px;
  background: var(--border-color-1);
}
@media (max-width: 768px) {
  .author-card__author-divider {
    display: block;
  }
}
@media (max-width: 768px) {
  .author-card {
    gap: 16px;
    margin: 0;
    padding: 16px;
  }
  .author-card__avatar {
    width: 64px;
    height: 64px;
  }
  .author-card__meta {
    flex: 1;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    background: none;
  }
  .author-card__cell {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .author-card__icon {
    display: block;
  }
  .author-card__label {
    display: none;
  }
  .author-card__name, .author-card__value {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .author-card__name {
    color: var(--accent-color);
  }
  .author-card__value {
    color: var(--txt-color-2);
  }
}

.page-with-toc {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.page-with-toc__content {
  flex: 1;
  min-width: 0;
}
.page-with-toc__content h1, .page-with-toc__content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-with-toc__content h1, .page-with-toc__content h2 {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .page-with-toc {
    display: block;
  }
}

/* ── Desktop panel (in-flow sidebar) / mobile drawer ─────────────────────── */
.quick-nav {
  position: sticky;
  top: 76px;
  z-index: 9;
  flex-shrink: 0;
  width: 300px;
  max-height: 70vh;
  padding: 32px;
  background: var(--bg-color-2);
  border-radius: var(--br-md);
  overflow-y: auto;
}
.quick-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.quick-nav__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--txt-color-1);
}
.quick-nav__close {
  display: none;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--txt-color-1);
  background: none;
  border: none;
  cursor: pointer;
}
.quick-nav__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.quick-nav__item--h3 {
  display: flex;
  padding: 0 12px;
  margin-left: 6px;
}
.quick-nav__link {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--txt-color-1);
  font-size: 14px;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.quick-nav__link:hover {
  color: var(--txt-color-2);
}
.quick-nav__link.is-active {
  color: var(--accent-color);
}
.quick-nav__number {
  flex-shrink: 0;
  font-weight: 700;
}
.quick-nav__item--h2 .quick-nav__link {
  font-weight: 700;
}

.quick-nav__toggle {
  display: none;
}

.quick-nav__backdrop {
  display: none;
}

@media (max-width: 768px) {
  .quick-nav {
    position: fixed;
    top: 50%;
    right: 0;
    left: 100vw;
    width: calc(100vw - 20px);
    height: 100vh;
    max-height: 100vh;
    border-radius: var(--br-md) 0 0 var(--br-md);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    transform: translate(100%, -50%);
    transition: left 0.3s ease;
  }
  .quick-nav.is-open {
    left: calc(-100vw + 40px);
  }
  .quick-nav__header {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color-1);
  }
  .quick-nav__close {
    display: block;
  }
  .quick-nav__toggle {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 89;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 12px 16px 16px;
    background: var(--bg-color-2);
    border: 1px solid var(--accent-color);
    border-radius: var(--br-full) 0 0 var(--br-full);
    cursor: pointer;
    transform: translateY(-50%);
  }
  .quick-nav__backdrop {
    position: fixed;
    inset: 0;
    z-index: 88;
    display: block;
    background: rgba(0, 0, 0, 0.6);
  }
  .quick-nav__backdrop[hidden] {
    display: none;
  }
}
.back-to-top {
  position: fixed;
  right: 48px;
  bottom: 48px;
  z-index: 9999999;
  width: 64px;
  height: 64px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: var(--br-md);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.back-to-top svg {
  display: block;
  width: 100%;
  height: 100%;
}
.back-to-top svg path {
  transition: fill 0.2s ease;
}
.back-to-top:hover svg path:first-child {
  fill: var(--accent-color);
}
.back-to-top:hover svg path:last-child {
  fill: var(--bg-color-2);
}
.back-to-top:focus-visible {
  outline: 2px solid var(--txt-color-1);
  outline-offset: 3px;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .back-to-top {
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transform: none;
    transition: opacity 0.01ms linear;
  }
  .back-to-top.is-visible {
    transform: none;
  }
}
/* rebuild trigger */
/* rebuild trigger 2 */
/*# sourceMappingURL=style.css.map */
